| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-14 | Correct initialisation of FIGH | Simon Robertshaw | 1 | -11/+14 |
| 2012-09-06 | revert changing the lua/sdl includes and min/max changes | jacob1 | 1 | -1/+3 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 1 | -6/+6 |
| 2012-09-06 | Wall names in HUD | jacob1 | 1 | -0/+4 |
| 2012-09-05 | Changes to Smudge and blending modes (make them a little slower and easier to... | Simon Robertshaw | 1 | -25/+28 |
| 2012-09-01 | Fix Simulation Tool brush issue (misalignment/didn't work with small brushes)... | Simon Robertshaw | 1 | -15/+16 |
| 2012-08-30 | Fix streamline placement | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-28 | DTEC, generates a spark when something with it's ctype is nearby | Simon Robertshaw | 1 | -0/+9 |
| 2012-08-27 | Missing part of TPT commit 04a09d997, for TTAN, nt and surround_space is now ... | Simon Robertshaw | 1 | -3/+3 |
| 2012-08-27 | Fix bug in history restoring where the lastActiveIndex is not updated leading... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-27 | Enable decorations in renderer for local save items, disable for server save ... | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-25 | Fix messed up revert | Simon Robertshaw | 1 | -5/+2 |
| 2012-08-25 | Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC re... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-25 | OPS: Fix byte order when unpacking 4 byte tmp fields | Simon Robertshaw | 1 | -157/+223 |
| 2012-08-21 | Add EMP flash, fixes #137 | Simon Robertshaw | 1 | -0/+5 |
| 2012-08-21 | Air heat simulation now knows about gravity mode. fixes #142 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: Powered pipe, based on jacob1's commits | Simon Robertshaw | 1 | -1/+17 |
| 2012-08-20 | TPT: fix enegery particles going into PIPE | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: Consistent proportions of WATR and SALT in SLTW (1 SALT + 3 WATR = 4 SLTW) | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | Add missing legacy update function | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-19 | Basic realistic heat and latent heat support. | Savely Skresanov | 1 | -220/+159 |
| 2012-08-18 | Don't delete Simulation::Elements now that it's not runtime allocated | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-18 | Initialise stickman legs correctly | Simon Robertshaw | 1 | -28/+28 |
| 2012-08-18 | Element slots default to disabled | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-18 | Fix typo | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-18 | Remove disabled elements when simulating. Fix crash when kill_part is run on ... | Simon Robertshaw | 1 | -5/+8 |
| 2012-08-16 | Undo/Snapshots, fixes #118 | Simon Robertshaw | 1 | -1/+40 |
| 2012-08-14 | Strings.h for strcasecmp in Simulation | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 1 | -0/+9 |
| 2012-08-10 | Wall brush, fixes #63 | Simon Robertshaw | 1 | -4/+4 |
| 2012-08-10 | Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87) | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str... | Simon Robertshaw | 1 | -9/+9 |
| 2012-08-09 | HUD verbose sample info with 'd', fixes #71 | Simon Robertshaw | 1 | -1/+9 |
| 2012-08-09 | Slow LIGH creation speed, fixes #86 | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-05 | Wall Edge option, fixes #70 | Simon Robertshaw | 1 | -0/+36 |
| 2012-08-05 | Allow 24bits of var for create_part, add tool for tesc. Fixes #72 | Simon Robertshaw | 1 | -2/+9 |
| 2012-08-05 | Fix some of the flood fill methods | Simon Robertshaw | 1 | -23/+3 |
| 2012-08-05 | Update gravity walls, fixes issue #52 | Simon Robertshaw | 1 | -2/+13 |
| 2012-08-04 | Set initial stickman spit element in create_part, fixes the rest of #50 | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-03 | Allow PROP to set types from element name, fixes issue #48 | Simon Robertshaw | 1 | -0/+18 |
| 2012-08-02 | Rename WIN32 preprocessor definition to WIN | ntoskrnl | 1 | -1/+1 |
| 2012-07-29 | clear_sim now clears air and gravity maps better, fixes issue #31 | Simon Robertshaw | 1 | -18/+4 |
| 2012-07-29 | Better syncing for elementCount, fixes issue #21 | Simon Robertshaw | 1 | -0/+22 |
| 2012-07-28 | Update ambient heat when enabled, fixes issue #28 | Simon Robertshaw | 1 | -6/+13 |
| 2012-07-28 | Collapse gamesave to save space in memory | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-25 | TPT: Add ptypes.enabled checks to a few more places 61f39f5464 | Simon Robertshaw | 1 | -1/+2 |
| 2012-07-25 | TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd | Simon Robertshaw | 1 | -12/+12 |
| 2012-07-25 | TPT: Prevent STKM falling through activated PVOD with a ctype that isn't STKM... | Simon Robertshaw | 1 | -5/+18 |
| 2012-07-25 | TPT: Lightning direction affected by Newtonian gravity 3a946efdfd | Simon Robertshaw | 1 | -18/+21 |
| 2012-07-25 | TPT: Allow INST to be sparked directly with the brush 8de602d467 | Simon Robertshaw | 1 | -0/+5 |