| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-10 | new elements: DMG (Force bomb) and TSNS (Temperature sensor) | Simon Robertshaw | 1 | -0/+2 |
| 2012-10-05 | Move LOLZ/LOVE Rule tables into more appropriate location (element file) | jacob1 | 1 | -29/+4 |
| 2012-10-05 | LOLZ and LOVE work again | jacob1 | 1 | -0/+96 |
| 2012-10-05 | show # of parts, [GRID X], PIPE/PPIP with X, and molten X (with debug on) in HUD | jacob1 | 1 | -0/+2 |
| 2012-10-05 | undo ambient heat in snapshots | jacob1 | 1 | -0/+2 |
| 2012-10-01 | Don't reset tick counter when loading saves, fixes issue with LIGH tool | Simon Robertshaw | 1 | -1/+0 |
| 2012-09-30 | Fix some uninitialized variables, add back sandcolor changing | jacob1 | 1 | -4/+9 |
| 2012-09-25 | Fix smudge issue | jacob1 | 1 | -13/+17 |
| 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 |