aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/save_manager.cpp
AgeCommit message (Expand)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
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
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 actu...RichieSams
2013-09-06ZVISION: Fix accidental signed read from save file headerRichieSams
2013-09-04ZVISION: Implement SaveManagerrichiesams