| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-30 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | jacob1 | 19 | -330/+151 |
| 2013-05-30 | some new sim and ren lua api functions | jacob1 | 6 | -10/+152 |
| 2013-05-22 | mniip: add back missing easter egg | jacob1 | 1 | -0/+3 |
| 2013-05-22 | move frameStart to right after the fps is limited (counts everything, includi... | jacob1 | 1 | -2/+2 |
| 2013-05-22 | Fix incorrect FPS counter, need to count blit too. | cracker64 | 1 | -17/+16 |
| 2013-05-21 | Fix STKM spawns, fix cases. | cracker64 | 1 | -72/+60 |
| 2013-05-21 | Jacob can't into switches | cracker64 | 1 | -4/+0 |
| 2013-05-20 | TPT: Stop STKM being able to jump on the bottom of the screen 509b84b4f | jacob1 | 1 | -5/+6 |
| 2013-05-20 | Merge pull request #136 from mniip/scons | jacob1 | 2 | -5/+4 |
| 2013-05-20 | Merge remote-tracking branch 'origin/master' | jacob1 | 7 | -7/+7 |
| 2013-05-20 | reduce rand() chances to 5x the old values in elements that were changed to 3... | jacob1 | 14 | -229/+64 |
| 2013-05-20 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | jacob1 | 1 | -1/+1 |
| 2013-05-19 | Fix description: METL does not break under pressure | jacksonmj | 1 | -1/+1 |
| 2013-05-19 | reenable sighandlers for winderp | mniip | 1 | -5/+1 |
| 2013-05-19 | minor fixes to descriptions (again) | jacob1 | 5 | -5/+5 |
| 2013-05-17 | Merge branch 'HEAD' of git@github.com:FacialTurd/The-Powder-Toy.git | jacob1 | 195 | -859/+1418 |
| 2013-05-17 | fix CFLM making VIBR unable to explode | jacob1 | 1 | -1/+1 |
| 2013-05-17 | some more compiling fixes | mniip | 2 | -4/+7 |
| 2013-05-17 | new lua sim api functions to get/set deco color, load a save, and adjust coor... | jacob1 | 3 | -1/+58 |
| 2013-05-17 | fix tpt.selectedl sometimes being incorrect | jacob1 | 1 | -5/+6 |
| 2013-05-17 | rename GRAV back to PGRV, fix formatting in generator, remove useless file | jacob1 | 12 | -40/+34 |
| 2013-05-16 | remove check in deco tools (that shouldn't be there) | jacob1 | 1 | -6/+0 |
| 2013-05-16 | lua simulation api functions for drawing with tools / deco | jacob1 | 7 | -38/+171 |
| 2013-05-16 | remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't co... | jacob1 | 7 | -136/+36 |
| 2013-05-16 | make making VIBR from molten TTAN+EXOT a little easier (molten VIBR slowly ki... | jacob1 | 1 | -4/+15 |
| 2013-05-16 | more minor fixes | jacob1 | 1 | -11/+15 |
| 2013-05-16 | soap lines show in nothing mode, some small changes to arguments for sim api ... | jacob1 | 5 | -44/+13 |
| 2013-05-16 | redo some brush drawing stuff to remove useless checks, and to allow for repl... | jacob1 | 5 | -165/+90 |
| 2013-05-16 | remove checks on location / element in the simulation drawing functions. fix ... | jacob1 | 3 | -104/+128 |
| 2013-05-16 | fix pause button. I'm not sure why I removed that ... | jacob1 | 1 | -0/+1 |
| 2013-05-15 | fix downvote button not being reset when you clear a save | jacob1 | 1 | -1/+1 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 8 | -14/+77 |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ... | jacob1 | 9 | -133/+164 |
| 2013-05-14 | minor lua api fixes | jacob1 | 2 | -8/+10 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 6 | -3/+141 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 6 | -21/+214 |
| 2013-05-14 | some more description changes | jacob1 | 24 | -24/+24 |
| 2013-05-14 | rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN | jacob1 | 6 | -75/+117 |
| 2013-05-13 | fix circle brush shape at some sizes | jacob1 | 1 | -2/+2 |
| 2013-05-12 | also check .Enabled in PROP | jacob1 | 1 | -1/+1 |
| 2013-05-12 | fix bug where you could set invalid types with PROP | jacob1 | 1 | -0/+6 |
| 2013-05-12 | Merge remote-tracking branch 'origin/master' | jacob1 | 142 | -140/+181 |
| 2013-05-12 | fix tooltips and dt | jacob1 | 5 | -16/+46 |
| 2013-05-11 | D: | mniip | 138 | -138/+138 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 16 | -13/+54 |
| 2013-05-09 | fix tpt.message_box, fix compiling error | jacob1 | 2 | -3/+3 |
| 2013-05-09 | Forward resample argument correctly from VideoBuffer resize method | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-09 | just one to_boolean works... any number is true. | cracker64 | 1 | -1/+1 |
| 2013-05-09 | Fix tpt.message_box correctly to only accept true/false third arg. | cracker64 | 1 | -1/+1 |
| 2013-05-08 | Rocket boots for fighters. | Saveliy Skresanov | 2 | -5/+15 |