| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-25 | Fix NEUT not going through INVS | jacob1 | 1 | -0/+1 |
| 2013-03-24 | Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -2/+2 |
| 2013-03-23 | CFLM defusses VIBR, a few speed improvements to VIBR | jacob1 | 1 | -49/+75 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 2 | -2/+2 |
| 2013-03-17 | add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 loop... | jacob1 | 3 | -5/+5 |
| 2013-03-16 | add identifier constants based on the display name to the lua api | jacob1 | 4 | -13/+13 |
| 2013-03-16 | Remove unnecessary code in legacy part. | Saveliy Skresanov | 1 | -36/+0 |
| 2013-03-16 | Narrowed loops for all elements in the first list. | Saveliy Skresanov | 20 | -139/+136 |
| 2013-03-16 | new PSTN arms get deco color of the pushing pistons | jacob1 | 1 | -0/+7 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 2 | -14/+12 |
| 2013-03-13 | change BOUNDS_CHECK define to just be true, it isn't needed since an element ... | jacob1 | 1 | -1/+1 |
| 2013-03-13 | fix all tab spacing issues in all the element files | jacob1 | 169 | -7245/+7243 |
| 2013-03-11 | Change some old NEUTPENETRATE to NEUTPASS, NEUT should only displace GOO, WOO... | cracker64 | 10 | -13/+11 |
| 2013-03-09 | fix empty signs being created when shifting them out of bounds, draw parts of... | jacob1 | 1 | -4/+7 |
| 2013-03-07 | fix CRAY(SPRK) difference | jacob1 | 1 | -2/+2 |
| 2013-03-06 | fix CRAY(SPRK) bugs (?) | jacob1 | 1 | -4/+5 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 22 | -145/+33 |
| 2013-03-04 | fix pressing esc in login prompt logging you out, fix possible sign bug crash | jacob1 | 1 | -1/+1 |
| 2013-03-04 | revert life changes, will be redone later in a faster way | jacob1 | 2 | -1/+6 |
| 2013-03-04 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -51/+56 |
| 2013-03-04 | fix LIFE | jacob1 | 3 | -30/+28 |
| 2013-03-03 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | cracker64 | 3 | -30/+31 |
| 2013-03-03 | PSTN ctype sets the element that stops it, FRME with a tmp of one is non-stic... | jacob1 | 3 | -30/+31 |
| 2013-03-03 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | cracker64 | 1 | -7/+7 |
| 2013-03-03 | Some better comments in SPRK, renamed rt and ct. | cracker64 | 1 | -51/+56 |
| 2013-03-03 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -0/+4 |
| 2013-03-03 | fix crash when drawing particles in invalid coordinates (using console) | jacob1 | 1 | -7/+7 |
| 2013-03-03 | Missed one SPRK case. | cracker64 | 1 | -0/+4 |
| 2013-03-03 | allow NEUT to travel through ICE and SNOW, and for it to turn OIL to GAS (bot... | jacob1 | 6 | -7/+13 |
| 2013-03-02 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | cracker64 | 1 | -55/+47 |
| 2013-03-02 | More fixes, redid a bunch of SPRK, so far everything I've tested works fine. | cracker64 | 15 | -249/+295 |
| 2013-03-02 | piston retraction now checks pmap | jacob1 | 1 | -55/+47 |
| 2013-03-01 | Quick fix for IRON | cracker64 | 1 | -0/+1 |
| 2013-03-01 | More fixes to fix fixes and new fixes to fix stuff. | cracker64 | 22 | -392/+457 |
| 2013-02-28 | Going through again. | cracker64 | 15 | -140/+151 |
| 2013-02-28 | Finished first pass-through for all elements. | cracker64 | 36 | -381/+367 |
| 2013-02-27 | More fixes. | cracker64 | 14 | -231/+190 |
| 2013-02-27 | Small modifications part three. | cracker64 | 18 | -145/+139 |
| 2013-02-27 | Small optimizations number 2. | cracker64 | 19 | -272/+211 |
| 2013-02-26 | Lots of small optimizations and things, nothing should be functionally differ... | cracker64 | 14 | -325/+173 |
| 2013-02-25 | Merge remote-tracking branch 'origin/master' | jacob1 | 2 | -24/+26 |
| 2013-02-25 | fix a few more memory errors | jacob1 | 1 | -6/+2 |
| 2013-02-25 | Make default DCEL exactly reverse the effect of default ACEL | jacksonmj | 2 | -24/+26 |
| 2013-02-24 | fix problems found with valgrind with shifting stamps and saving | jacob1 | 1 | -1/+9 |
| 2013-02-24 | ACEL and DCEL use life for strength value | Simon Robertshaw | 3 | -40/+35 |
| 2013-02-24 | allow ACEL and DCEL strength to be modified with ctype | jacob1 | 3 | -4/+28 |
| 2013-02-22 | remove uneeded PSTN check, fix PSTN not retracting sometimes, fix PSTN bug wh... | jacob1 | 1 | -2/+13 |
| 2013-02-22 | CRAY spawns elements at its temp, fix color glitch with ARAY too, move FRME t... | jacob1 | 4 | -3/+5 |
| 2013-02-22 | fix CRAY(SPRK) bugs, make CRAY act more like before again | jacob1 | 1 | -3/+10 |
| 2013-02-22 | fix PSTN bugs where FRME would still move even if all of it couldn't, fix PST... | jacob1 | 4 | -35/+68 |