aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/save_manager.cpp
AgeCommit message (Collapse)Author
2013-10-20ZVISION: Style modifing by astyle.Marisa-Chan
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-10-02ZVISION: Fix spacingRichieSams
2013-09-25ZVISION: Only save a thumbnail of the backbuffer instead of the whole thingRichieSams
2013-09-22ZVISION: Fix memory leak in SaveManagerRichieSams
2013-09-21ZVISION: Only allow save slots in the range [1, 20]RichieSams
This is the range supported by the ZNem / ZGI save menus
2013-09-21ZVISION: Load the state values before changing locationRichieSams
2013-09-17ZVISION: Add a check against reading newer save game versionsRichieSams
2013-09-17ZVISION: Convert the current save version to a constRichieSams
2013-09-16ZVISION: Add version support for save filesRichieSams
2013-09-09ZVISION: Save a thumbnail of the RenderManager backbuffer instead of the ↵RichieSams
actual screen This prevents things like the GMM being in the thumbnail
2013-09-06ZVISION: Fix accidental signed read from save file headerRichieSams
2013-09-04ZVISION: Implement SaveManagerrichiesams