| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-01-20 | Pistons - WIP, No retraction yet | Simon Robertshaw | 1 | -0/+221 |
| 2013-01-20 | C-RAY: Similar to A-RAY, creates particles | Simon Robertshaw | 1 | -0/+139 |
| 2013-01-12 | Detach soap before going into STOR, fixes 1065982 (mostly) | cracker64 | 1 | -0/+1 |
| 2013-01-06 | VOID, VACU, and BHOL eat LIGH as it moves | jacob1 | 1 | -30/+60 |
| 2013-01-06 | fix GOL detection with DTEC | jacob1 | 1 | -1/+1 |
| 2012-12-21 | Fix small mistake in TSNS | jacob1 | 1 | -1/+1 |
| 2012-12-18 | fix sltw + liquid rubiduim explosion, make it work like water's | jacob1 | 1 | -6/+7 |
| 2012-12-18 | make TSNS not detect METL, some other sensor and CONV fixes | jacob1 | 3 | -10/+4 |
| 2012-12-18 | fix '=' resetting air heat, fix uninitialized ambient heat setting, a few LOL... | jacob1 | 2 | -18/+4 |
| 2012-12-18 | fix WARP being invisible, make it visible in heat display mode though | jacob1 | 1 | -1/+1 |
| 2012-12-17 | fix TRON ignoring GOO until the last moment | jacob1 | 1 | -1/+1 |
| 2012-12-16 | Copy dcolour when MERC expands, to let people make coloured mercury thermometers | jacksonmj | 1 | -2/+3 |
| 2012-12-14 | Update WIRE name and description, fixes #101 | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-07 | add back element descriptions in some cpp files, fix minor TRON search proble... | jacob1 | 3 | -2/+46 |
| 2012-12-06 | TRON_NORANDOM flag | jacob1 | 1 | -3/+9 |
| 2012-12-06 | allow TRON to plan ahead which particles will disappear by the time it gets t... | jacob1 | 1 | -5/+15 |
| 2012-12-06 | Merge remote-tracking branch 'origin/master' | jacob1 | 3 | -5/+5 |
| 2012-12-06 | give TRON the ability to go through activated SWCH | jacob1 | 1 | -3/+3 |
| 2012-12-04 | Fix slight particle order issue with SWCH | jacksonmj | 1 | -1/+1 |
| 2012-12-01 | Fix infinite pressure glitch with CLST | jacob1 | 1 | -2/+2 |
| 2012-11-24 | Update src/simulation/elements/VIBR.cpp | jacob1 | 1 | -2/+2 |
| 2012-11-17 | VINE cool/burn effects like in PLNT, less sharp burn lines, fix infinite smok... | jacob1 | 4 | -2/+23 |
| 2012-11-16 | save pause state in stamps, load pause state from local saves and stamps corr... | jacob1 | 1 | -6/+0 |
| 2012-11-16 | fix visual studio std::max problem | jacob1 | 4 | -3/+9 |
| 2012-11-05 | Transfer energy between VIBR and BVBR | jacksonmj | 1 | -34/+29 |
| 2012-11-05 | Fix INVS staying dark blue even when pressure is removed | jacksonmj | 1 | -0/+2 |
| 2012-11-05 | Oops, didn't see that parts[i].temp at the bottom, ignore the second half of ... | jacksonmj | 1 | -2/+0 |
| 2012-11-05 | VIBR: don't dump heat into elements that don't conduct heat, and put any rema... | jacksonmj | 1 | -2/+6 |
| 2012-11-04 | fix two red BRAYS not being able to turn off swch from certain angles | jacob1 | 1 | -8/+11 |
| 2012-11-04 | fix heat release during explosion | jacob1 | 1 | -2/+2 |
| 2012-11-04 | VIBR changes from jacob1 | jacksonmj | 4 | -105/+123 |
| 2012-11-03 | PPIP doesn't break with pressure, to match TPT | jacob1 | 1 | -2/+2 |
| 2012-11-03 | Change EXOT properties to match TPT | jacksonmj | 1 | -4/+4 |
| 2012-10-29 | VIBR fixes | Bryan Hoyle | 1 | -3/+5 |
| 2012-10-26 | Decrease absorption chance for SPNG, to make release of water from saturated ... | jacksonmj | 1 | -2/+2 |
| 2012-10-26 | Make conversion of PHOT to ELEC using BIZR, and enrichment of DEUT with ELEC,... | jacksonmj | 1 | -1/+0 |
| 2012-10-26 | Menu icon for sensors menu and fix for VIBR std::max args | Simon Robertshaw | 1 | -3/+3 |
| 2012-10-26 | Fix BVBR for generate.py | Simon Robertshaw | 1 | -1/+1 |
| 2012-10-26 | some VIBR changes, also allow it to be compiled with Scons | jacob1 | 1 | -55/+47 |
| 2012-10-26 | Improve EXOT description | Simon Robertshaw | 1 | -1/+1 |
| 2012-10-26 | initialize all stickmen variables, not just legs | jacob1 | 1 | -1/+7 |
| 2012-10-26 | fix INVS graphics | jacob1 | 2 | -3/+9 |
| 2012-10-26 | Fix hydrogen not burning right (with and without realistic heat), allow h2 to... | jacob1 | 6 | -27/+73 |
| 2012-10-26 | TSNS doesn't detect things with an equal temp (fixes detecting wires) | jacob1 | 1 | -2/+2 |
| 2012-10-26 | visual studio compatibility, plus change text a little | jacob1 | 1 | -2/+2 |
| 2012-10-26 | VIBR explosion/graphical changes, it now has a while before it explodes after... | jacob1 | 1 | -67/+81 |
| 2012-10-26 | some VIBR changes/fixes | jacob1 | 1 | -160/+168 |
| 2012-10-26 | VIBR/BVBR - vibranium. Initial commit, doesn't seem to work yet | jacob1 | 2 | -0/+268 |
| 2012-10-10 | Allow TSNS and DTEC to detect photons and other energy particles. Set default... | Simon Robertshaw | 2 | -2/+6 |
| 2012-10-10 | new elements: DMG (Force bomb) and TSNS (Temperature sensor) | Simon Robertshaw | 3 | -2/+212 |