summaryrefslogtreecommitdiff
path: root/src/client/GameSave.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block ↵Simon Robertshaw1-3/+0
coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save
2012-06-08Load save data when showing the save previewSimon Robertshaw1-29/+51
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-3/+5
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw1-44/+29
2012-06-05Fix bmap reading error caused by signed/unsigned comparisonSimon Robertshaw1-3/+2
2012-06-05Use a different method for decoding saves with uncompressed object in memory ↵Simon Robertshaw1-0/+1477
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation