[gnome-games] (56 commits) Non-fast-forward update to branch wip/exalm/runner-refactor
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] (56 commits) Non-fast-forward update to branch wip/exalm/runner-refactor
- Date: Sat, 7 Mar 2020 12:40:50 +0000 (UTC)
The branch 'wip/exalm/runner-refactor' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
e21d62b... retro-runner: Remove capture_current_state_pixbuf()
34dfd16... savestate: Make prepare_empty_savestate_in_tmp() private
eb95cd3... display-view: Rename try_run_with_cancellable() to start_or
b1ba167... display-view: Remove a redundant can_resume check
e33d1a1... display-view: Simplify starting the game
515bff4... retro-runner: Create display in construct block
7d005b2... core: Add RunnerError
a81d19a... runner: Throw errors from try_init_phase_one()
2804b0d... retro-runner: Move get_unsupported_system_message() next to
c2f7c5a... runner: Rename try_init_phase_one() to prepare()
9c40150... retro-runner: Merge init_phase_one() into prepare()
240751e... retro-runner: Load savestate metadata in prepare()
fdd78ef... savestate: Pass Game to get_game_savestates()
01672d1... savestate: Add compare()
9fcc96f... savestate: Make load() public
1bc146c... core: Introduce SnapshotManager
666a612... retro-runner: Use SnapshotManager.get_savestates()
a67d0f4... savestate: Remove get_game_savestates()
452a873... retro-runner: Move retro-specific snapshot creation to save
f06685b... retro-runner: Rename save_savestate_metadata() to save_to_s
585a9bd... retro-runner: Generalize save_screenshot_in_tmp()
089bf2d... retro-runner: Move save_screenshot() to where it's used
06c726f... retro-runner: Merge store_save_ram_in_tmp() into save_to_sn
24bdf4f... retro-runner: Remove an extra blank line
ed58eda... retro-runner: Make create_savestate() not depend on tmp_liv
0601faa... snapshot-manager: Move snapshot creation from RetroRunner
03200d6... retro-runner: Get rid of tmp_live_savestate
c57579d... savestate: Remove unused functions
ab9eb34... retro-runner: Move snapshot deletion to SnapshotManager
ba22e58... retro-runner: Stop storing the list of snapshots
58e2149... retro-runner: Stop passing save dir around
1380ddb... retro-runner: Don't duplicate core.get_can_access_state()
5f3c80b... savestate: Add missing license header
356730e... retro-runner: Reset metadata when restarting
0eb152d... retro-runner: Only reset metadata on start() when not ready
4140e5a... display-view: Start the game even if resuming
ee5b0d1... retro-runner: Call through to resume() in start()
9dfd68c... retro-runner: Don't instantiate in start()
a580580... retro-core: Move instantiate_core() and prepare_core() to w
7992858... retro-runner: Have clearer names for is_initialized and rea
457116c... retro-runner: Don't set booleans to false in construct
a71af55... retro-runner: Reset metadata when preparing, load save ram
25900ea... retro-runner: Remove save_ram_and_dir_set
90efe01... retro-runner: Do actual loading in load_savestate_metadata(
a0bf77e... runner: Throw an error in restart()
40d37a0... retro-runner: Move on_video_filter_changed() to where it's
8aedeeb... retro-runner: Merge instantiate_core() into prepare_core()
c614dab... retro-runner: Reorder functions to match Runner better
9767a2a... retro-runner: Use newly created snapshot when restarting
55a8970... retro-runner: Make latest_savestate local
b173aca... retro-runner: Don't set running to false in prepare_core()
701f17a... retro-runner: Include pause() into deinit()
b97c0de... retro-runner: Move deinit() to where it's used
Commits added to the branch:
41f739b... Update Indonesian translation (*)
2175b31... display-view: Grab focus for CoreView immediately after foc (*)
bdbb18b... retro-runner: Remove capture_current_state_pixbuf()
6efa6d2... savestate: Make prepare_empty_savestate_in_tmp() private
0558821... display-view: Rename try_run_with_cancellable() to start_or
c8b3050... display-view: Remove a redundant can_resume check
f30fc3e... display-view: Simplify starting the game
cea4d74... retro-runner: Create display in construct block
3132829... core: Add RunnerError
69fd11e... runner: Throw errors from try_init_phase_one()
91e607d... retro-runner: Move get_unsupported_system_message() next to
8103753... runner: Rename try_init_phase_one() to prepare()
a39c518... retro-runner: Merge init_phase_one() into prepare()
60e0345... retro-runner: Load savestate metadata in prepare()
69afcae... savestate: Pass Game to get_game_savestates()
14f30f8... savestate: Add compare()
bb86af2... savestate: Make load() public
e756631... core: Introduce SnapshotManager
0707d8e... retro-runner: Use SnapshotManager.get_savestates()
c37b004... savestate: Remove get_game_savestates()
960b78f... retro-runner: Move retro-specific snapshot creation to save
af8c4dc... retro-runner: Rename save_savestate_metadata() to save_to_s
5f12101... retro-runner: Generalize save_screenshot_in_tmp()
49ad13d... retro-runner: Move save_screenshot() to where it's used
fdfec97... retro-runner: Merge store_save_ram_in_tmp() into save_to_sn
312abba... retro-runner: Remove an extra blank line
6b4185b... retro-runner: Make create_savestate() not depend on tmp_liv
f1fe06e... snapshot-manager: Move snapshot creation from RetroRunner
3d8e8d1... retro-runner: Get rid of tmp_live_savestate
27098f2... savestate: Remove unused functions
c5a51a9... retro-runner: Move snapshot deletion to SnapshotManager
801b175... retro-runner: Stop storing the list of snapshots
a9b3dc4... retro-runner: Stop passing save dir around
f00b887... retro-runner: Don't duplicate core.get_can_access_state()
4a8c400... savestate: Add missing license header
7aa6632... retro-runner: Reset metadata when restarting
a3e3484... retro-runner: Only reset metadata on start() when not ready
d76754c... display-view: Start the game even if resuming
5d06a6b... retro-runner: Call through to resume() in start()
753a90c... retro-runner: Don't instantiate in start()
dafec1a... retro-core: Move instantiate_core() and prepare_core() to w
fdb46ae... retro-runner: Have clearer names for is_initialized and rea
09ffc12... retro-runner: Don't set booleans to false in construct
1839f05... retro-runner: Reset metadata when preparing, load save ram
b9c00aa... retro-runner: Remove save_ram_and_dir_set
262d16a... retro-runner: Do actual loading in load_savestate_metadata(
6d17b4b... runner: Throw an error in restart()
6e2e1b6... retro-runner: Move on_video_filter_changed() to where it's
41e38f5... retro-runner: Merge instantiate_core() into prepare_core()
72656d7... retro-runner: Reorder functions to match Runner better
9d1a826... retro-runner: Use newly created snapshot when restarting
f35a488... retro-runner: Make latest_savestate local
f046e13... retro-runner: Don't set running to false in prepare_core()
579c41a... retro-runner: Include pause() into deinit()
3dd56ce... retro-runner: Move deinit() to where it's used
df30a29... retro-runner: Explicitly pause/resume when restarting
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]