[gnome-games] (58 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] (58 commits) Non-fast-forward update to branch wip/exalm/runner-refactor
- Date: Sun, 8 Mar 2020 13:40:56 +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:
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
Commits added to the branch:
ba77a33... Update Dutch translation (*)
c8eec60... data: Remove application/x-desktop from desktop file MimeTy (*)
dc8205f... retro-runner: Remove capture_current_state_pixbuf()
60ae965... savestate: Make prepare_empty_savestate_in_tmp() private
8e560ce... display-view: Rename try_run_with_cancellable() to start_or
5d516b6... display-view: Remove a redundant can_resume check
4d834d8... display-view: Simplify starting the game
14434d1... retro-runner: Create display in construct block
a56b8c4... core: Add RunnerError
b7b2bbd... runner: Throw errors from try_init_phase_one()
d9c9f6f... retro-runner: Move get_unsupported_system_message() next to
0d55a0f... runner: Rename try_init_phase_one() to prepare()
451b46e... retro-runner: Merge init_phase_one() into prepare()
309ed24... retro-runner: Load savestate metadata in prepare()
ead2969... savestate: Pass Game to get_game_savestates()
69d5fd8... savestate: Add compare()
c4a568b... savestate: Make load() public
752e976... core: Introduce SnapshotManager
5a550d2... retro-runner: Use SnapshotManager.get_savestates()
21f41ce... savestate: Remove get_game_savestates()
2a99885... retro-runner: Move retro-specific snapshot creation to save
f59a928... retro-runner: Rename save_savestate_metadata() to save_to_s
c5a8526... retro-runner: Generalize save_screenshot_in_tmp()
fe4713d... retro-runner: Move save_screenshot() to where it's used
9882142... retro-runner: Merge store_save_ram_in_tmp() into save_to_sn
f8e76c1... retro-runner: Remove an extra blank line
4e0ef66... retro-runner: Make create_savestate() not depend on tmp_liv
975f6eb... snapshot-manager: Move snapshot creation from RetroRunner
84a9d76... retro-runner: Get rid of tmp_live_savestate
ceaed83... savestate: Remove unused functions
fa477bd... retro-runner: Move snapshot deletion to SnapshotManager
c336452... retro-runner: Stop storing the list of snapshots
b79f33f... retro-runner: Stop passing save dir around
afad4ea... retro-runner: Don't duplicate core.get_can_access_state()
2b2c801... savestate: Add missing license header
74213fc... retro-runner: Reset metadata when restarting
4bdcf2e... retro-runner: Only reset metadata on start() when not ready
832e6f2... display-view: Start the game even if resuming
e43490f... retro-runner: Call through to resume() in start()
184ad44... retro-runner: Don't instantiate in start()
f3a8e19... retro-core: Move instantiate_core() and prepare_core() to w
5736725... retro-runner: Have clearer names for is_initialized and rea
8b98b79... retro-runner: Don't set booleans to false in construct
f0575d0... retro-runner: Reset metadata when preparing, load save ram
eed013e... retro-runner: Remove save_ram_and_dir_set
2a1a880... retro-runner: Do actual loading in load_savestate_metadata(
4df111a... runner: Throw an error in restart()
851b788... retro-runner: Move on_video_filter_changed() to where it's
659b172... retro-runner: Merge instantiate_core() into prepare_core()
503b27e... retro-runner: Reorder functions to match Runner better
f083eb6... retro-runner: Use newly created snapshot when restarting
1bd8943... retro-runner: Make latest_savestate local
5fc5c2f... retro-runner: Don't set running to false in prepare_core()
994f59f... retro-runner: Include pause() into deinit()
097a3af... retro-runner: Move deinit() to where it's used
e184474... retro-runner: Explicitly pause/resume when restarting
29669fc... retro-runner: Rename reset_metadata() to reset_with_snapsho
559dda6... retro-runner: Rename load_savestate_metadata() to load_from
(*) 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]