summaryrefslogtreecommitdiff
path: root/src/client/GameSave.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-0/+9
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw1-1/+16
2012-07-28Collapse gamesave to save space in memorySimon Robertshaw1-16/+106
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-22/+77
2012-07-25TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122Simon Robertshaw1-2/+2
2012-07-25TPT: Save an extra tmp2 byte, for EXOT fed8b7b2cccSimon Robertshaw1-2/+12
2012-07-25TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942Simon Robertshaw1-1/+56
2012-07-20Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV...Simon Robertshaw1-33/+97
2012-07-20Ensure GameSave internal pointers are NULL at the startSimon Robertshaw1-4/+26
2012-07-06Move array terminator for sign saving into if statementSimon Robertshaw1-1/+1
2012-06-18Ensure partsSimIndex is freed upon success state of OPS parsingSimon Robertshaw1-0/+2
2012-06-18Better freeing for memory in GameSaveSimon Robertshaw1-22/+17
2012-06-12TPT: Check for version before enabling movable flag for sponge. 393d247312Simon Robertshaw1-1/+1
2012-06-12TPT: strncpy for loading sign text in OPS 433c1881bcSimon Robertshaw1-1/+5
2012-06-12TPT: Save soap bubbles 6717f4ff32Simon Robertshaw1-4/+121
2012-06-12OPS loading: don't replace existing particles twice, and clear soap c…Simon Robertshaw1-33/+0
2012-06-12TPT: Save tmp2 for tron c8a1524d6bSimon Robertshaw1-1/+1
2012-06-09Fix save rotationSimon Robertshaw1-24/+63
2012-06-09Missing 'delete' on old blockMap data in save TranformationSimon Robertshaw1-16/+3
2012-06-09Unify stamp and clipboard placement code, GameSave translation and transoform...Simon Robertshaw1-1/+102
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block coor...Simon Robertshaw1-3/+0
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
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