| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-10-26 | fix sim.decoBox arguments, add a sim.canMove function | jacob1 | 2 | -7/+28 |
| 2013-10-20 | Remove old unfinished virtual machine and Lua bindings for it | Simon Robertshaw | 2 | -110/+0 |
| 2013-09-28 | Fix tpt.get_numOfParts, add "C" next to temperature in HUD | jacob1 | 1 | -1/+1 |
| 2013-09-27 | Fix crash when trying to convert StringType to PointType | jacksonmj | 1 | -4/+14 |
| 2013-09-27 | Decimal number support | liquidcaesium | 1 | -1/+1 |
| 2013-09-13 | fix !load -1 crash | jacob1 | 1 | -3/+7 |
| 2013-08-30 | ability to use Celcius and Farenheit in console | jacob1 | 1 | -6/+19 |
| 2013-08-30 | fix bug where when sparks were reset, ctype wasn't | jacob1 | 1 | -1/+1 |
| 2013-08-09 | Fix tpt.element(<something not a string or number>) returning 1 | jacob1 | 1 | -1/+2 |
| 2013-07-26 | fix tpt.heat return value | jacob1 | 1 | -1/+1 |
| 2013-07-25 | instant save option option, hold ctrl when clicking a save in the save previe... | jacob1 | 2 | -3/+4 |
| 2013-07-18 | remove specific delete for walls, doesn't work very well and it conflicts wit... | jacob1 | 1 | -8/+4 |
| 2013-07-18 | add back replace mode and specific delete. Activated with insert key / delete... | jacob1 | 2 | -1/+4 |
| 2013-07-12 | fixes to wall and particle floodfill. Wall fill ignores particles and always ... | jacob1 | 1 | -7/+5 |
| 2013-06-27 | fix sim.loadStamp return value, remove VINE_MODE | jacob1 | 1 | -1/+2 |
| 2013-06-24 | change some wall descriptions a little | jacob1 | 1 | -1/+1 |
| 2013-06-23 | Add back replace mode and specific delete * | jacob1 | 3 | -15/+15 |
| 2013-06-13 | add back sim.partNeighbors + some alternate spellings | jacob1 | 2 | -45/+89 |
| 2013-06-12 | simulation.pmap() | mniip | 2 | -1/+17 |
| 2013-06-12 | simulation.partNeighbours() iterator | mniip | 1 | -35/+50 |
| 2013-06-12 | simulation.parts() iterator | mniip | 2 | -1/+24 |
| 2013-06-10 | Add two new properties for CLNE-like elements | jacob1 | 1 | -0/+2 |
| 2013-06-09 | Possibly fix crash due to Lua running out of stack space | jacksonmj | 1 | -0/+1 |
| 2013-06-06 | WIND tool creates WIND just by holding down the line tool again | jacob1 | 1 | -0/+1 |
| 2013-06-06 | fix sim.NUM_PARTS, other small changes | jacob1 | 2 | -13/+9 |
| 2013-06-06 | make constants in the lua api's a lot easier to write | jacob1 | 2 | -111/+110 |
| 2013-06-02 | allow creating WIND lines from lua | jacob1 | 2 | -4/+23 |
| 2013-05-31 | fix bug where you had to start using a tool before setting it's strength | jacob1 | 1 | -1/+1 |
| 2013-05-31 | even more lua simulation api functions | jacob1 | 2 | -5/+92 |
| 2013-05-30 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | jacob1 | 1 | -0/+3 |
| 2013-05-30 | some new sim and ren lua api functions | jacob1 | 2 | -1/+125 |
| 2013-05-22 | mniip: add back missing easter egg | jacob1 | 1 | -0/+3 |
| 2013-05-17 | new lua sim api functions to get/set deco color, load a save, and adjust coor... | jacob1 | 2 | -0/+57 |
| 2013-05-17 | rename GRAV back to PGRV, fix formatting in generator, remove useless file | jacob1 | 1 | -6/+7 |
| 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 | 2 | -3/+167 |
| 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 | 1 | -40/+8 |
| 2013-05-16 | redo some brush drawing stuff to remove useless checks, and to allow for repl... | jacob1 | 1 | -0/+1 |
| 2013-05-16 | remove checks on location / element in the simulation drawing functions. fix ... | jacob1 | 1 | -91/+89 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 3 | -5/+65 |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ... | jacob1 | 2 | -63/+97 |
| 2013-05-14 | minor lua api fixes | jacob1 | 2 | -8/+10 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 2 | -3/+55 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 2 | -0/+190 |
| 2013-05-11 | D: | mniip | 20 | -20/+20 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 11 | -10/+30 |
| 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-09 | fix tpt.message_box, fix compiling error | jacob1 | 1 | -1/+1 |