| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-26 | limit the number of signs that can be placed | jacob1 | 1 | -9/+1 |
| 2012-10-01 | Fix wall clipping during stamp rotation | Simon Robertshaw | 1 | -2/+2 |
| 2012-09-03 | Ensure saves are expanded in memory when performing translate operations. Fix... | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-25 | OPS: Fix byte order when unpacking 4 byte tmp fields | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-21 | Correct particlesCount when reading PSv format, particlesCount was being assi... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: Powered pipe, based on jacob1's commits | Simon Robertshaw | 1 | -0/+13 |
| 2012-08-19 | Herp derp, forgot to call dealloc in GameSave destructor | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Looks like calling the destructor manually is not a good idea. | Simon Robertshaw | 1 | -4/+31 |
| 2012-08-17 | Load signs from OPS data | Simon Robertshaw | 1 | -1/+11 |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 1 | -12/+12 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -0/+9 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 1 | -1/+16 |
| 2012-07-28 | Collapse gamesave to save space in memory | Simon Robertshaw | 1 | -16/+106 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 1 | -22/+77 |
| 2012-07-25 | TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122 | Simon Robertshaw | 1 | -2/+2 |
| 2012-07-25 | TPT: Save an extra tmp2 byte, for EXOT fed8b7b2ccc | Simon Robertshaw | 1 | -2/+12 |
| 2012-07-25 | TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942 | Simon Robertshaw | 1 | -1/+56 |
| 2012-07-20 | Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV... | Simon Robertshaw | 1 | -33/+97 |
| 2012-07-20 | Ensure GameSave internal pointers are NULL at the start | Simon Robertshaw | 1 | -4/+26 |
| 2012-07-06 | Move array terminator for sign saving into if statement | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-18 | Ensure partsSimIndex is freed upon success state of OPS parsing | Simon Robertshaw | 1 | -0/+2 |
| 2012-06-18 | Better freeing for memory in GameSave | Simon Robertshaw | 1 | -22/+17 |
| 2012-06-12 | TPT: Check for version before enabling movable flag for sponge. 393d247312 | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-12 | TPT: strncpy for loading sign text in OPS 433c1881bc | Simon Robertshaw | 1 | -1/+5 |
| 2012-06-12 | TPT: Save soap bubbles 6717f4ff32 | Simon Robertshaw | 1 | -4/+121 |
| 2012-06-12 | OPS loading: don't replace existing particles twice, and clear soap c… | Simon Robertshaw | 1 | -33/+0 |
| 2012-06-12 | TPT: Save tmp2 for tron c8a1524d6b | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-09 | Fix save rotation | Simon Robertshaw | 1 | -24/+63 |
| 2012-06-09 | Missing 'delete' on old blockMap data in save Tranformation | Simon Robertshaw | 1 | -16/+3 |
| 2012-06-09 | Unify stamp and clipboard placement code, GameSave translation and transoform... | Simon Robertshaw | 1 | -1/+102 |
| 2012-06-09 | Preview: Wait for save to load before opening, Simulation: Correct block coor... | Simon Robertshaw | 1 | -3/+0 |
| 2012-06-08 | Load save data when showing the save preview | Simon Robertshaw | 1 | -29/+51 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 1 | -3/+5 |
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 1 | -44/+29 |
| 2012-06-05 | Fix bmap reading error caused by signed/unsigned comparison | Simon Robertshaw | 1 | -3/+2 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -0/+1477 |