| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2013-05-08 | fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going through | jacob1 | 1 | -1/+1 |
| 2013-05-04 | Merge pull request #133 from mniip/lua | jacob1 | 1 | -0/+9 |
| 2013-05-04 | Fix the luaopen_socket_core loader; derp me | mniip | 1 | -0/+9 |
| 2013-05-04 | Merge pull request #131 from mniip/lua | Simon Robertshaw | 1 | -0/+4 |
| 2013-05-04 | change ">" to "..." (from mniip) | jacob1 | 1 | -1/+1 |
| 2013-05-04 | mniip: fix crash on non-string error in step and other functions | jacob1 | 1 | -6/+6 |
| 2013-05-04 | fix crash on non-string error in step and other functions | mniip | 1 | -6/+6 |
| 2013-05-03 | Merge pull request #130 from mmbob/master | jacob1 | 1 | -1/+1 |
| 2013-05-03 | allow multiline code input, command will be executed when enough code given | mniip | 1 | -2/+15 |
| 2013-05-02 | print returned values; implicit return in console; console source | mniip | 3 | -4/+34 |
| 2013-05-02 | better luacon_geterror | mniip | 1 | -26/+25 |
| 2013-05-02 | fix tpt.log so that when called multiple times, it doesn't overwrite the text | mniip | 1 | -1/+5 |
| 2013-05-02 | statically linked, or better to say, builtin luasocket | mniip | 1 | -0/+4 |
| 2013-04-30 | Merge remote-tracking branch 'upstream/master' | mmbob | 4 | -211/+302 |
| 2013-04-27 | Remove obsolete code from TPTScriptInterface | jacksonmj | 1 | -4/+1 |
| 2013-04-26 | Ooooooohh | mniip | 1 | -1/+1 |
| 2013-04-26 | Fixed graphics function crash when unable to catch errors | mniip | 1 | -14/+18 |
| 2013-04-26 | a major rewrite of event registration, it's fully compatible, yet has new adv... | mniip | 3 | -187/+255 |
| 2013-04-26 | print does implicit tostring, also generates a list ouside of console too | mniip | 1 | -9/+31 |
| 2013-04-22 | Fix reading hexadecimal in TPTScriptInterface | mmbob | 1 | -1/+1 |
| 2013-04-18 | Prevent "!set type none blah" | jacksonmj | 1 | -0/+2 |
| 2013-04-10 | fix setting negative numbers in the old console (using atoi) | jacob1 | 1 | -8/+1 |
| 2013-04-07 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -1/+58 |
| 2013-03-26 | TPTScriptInterface: Ability to read hexadecimal constants | Simon Robertshaw | 2 | -1/+58 |
| 2013-03-24 | Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 15 | -27/+27 |
| 2013-03-23 | CFLM defusses VIBR, a few speed improvements to VIBR | jacob1 | 1 | -1/+1 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 15 | -27/+27 |
| 2013-03-16 | add identifier constants based on the display name to the lua api | jacob1 | 1 | -0/+7 |
| 2013-03-16 | add a button to show the save uploading rules inside the save upload dialog | jacob1 | 1 | -1/+2 |