| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-09-08 | Missing breaks in readOPS | jacksonmj | 1 | -0/+4 |
| 2013-08-30 | move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking QRTZ... | jacob1 | 1 | -0/+15 |
| 2013-08-29 | Add a way for photons to set the colour of FILT (major version bump required) | jacksonmj | 1 | -0/+16 |
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee... | jacob1 | 1 | -1/+1 |
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow... | jacob1 | 1 | -4/+18 |
| 2013-06-24 | fix version tagging in saves | jacob1 | 1 | -2/+2 |
| 2013-06-10 | Signed integers can be negative, so prop>x does not always correctly indicate... | jacksonmj | 1 | -5/+5 |
| 2013-05-16 | remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't co... | jacob1 | 1 | -0/+8 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 1 | -3/+3 |
| 2013-03-03 | PSTN ctype sets the element that stops it, FRME with a tmp of one is non-stic... | jacob1 | 1 | -0/+3 |
| 2013-02-24 | fix 4 MB memory leak on every save | jacob1 | 1 | -0/+10 |
| 2013-02-24 | fix problems found with valgrind with shifting stamps and saving | jacob1 | 1 | -7/+7 |
| 2013-02-24 | fix crash when hovering the mouse over invalid wall types | jacob1 | 1 | -0/+6 |
| 2013-02-17 | Tag origin version info in save files | Simon Robertshaw | 1 | -0/+11 |
| 2013-01-19 | Revert "move version info to version.h, no longer needs full recompile on ver... | Simon Robertshaw | 1 | -1/+0 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 1 | -0/+1 |
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -81/+81 |
| 2013-01-06 | fix mismatched free()/delete's | jacob1 | 1 | -1/+1 |
| 2012-12-18 | make sure that simulation variables are initialized, fixes things like water ... | jacob1 | 1 | -0/+6 |
| 2012-12-16 | Fix crash in GameSave::serialiseOPS | jacksonmj | 1 | -1/+1 |
| 2012-12-16 | Don't print PSV debug information when compiled for release | Simon Robertshaw | 1 | -0/+2 |
| 2012-12-12 | fix walls loading incorrectly in extremely old saves. Fix some invalid save f... | jacob1 | 1 | -31/+31 |
| 2012-12-09 | C++erific text cleaner function, also, it's a good idea to actually clean tex... | Simon Robertshaw | 1 | -6/+2 |
| 2012-12-06 | fix compiling warnings / error | jacob1 | 1 | -4/+4 |
| 2012-11-12 | Remove some debug printing | Simon Robertshaw | 1 | -2/+4 |
| 2012-11-12 | Element palette for automatic element ID/mod mapping | Simon Robertshaw | 1 | -2/+32 |
| 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 |