summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Expand)AuthorFilesLines
2013-06-06WIND tool creates WIND just by holding down the line tool againjacob11-0/+1
2013-06-06fix sim.NUM_PARTS, other small changesjacob12-13/+9
2013-06-06make constants in the lua api's a lot easier to writejacob12-111/+110
2013-06-02allow creating WIND lines from luajacob12-4/+23
2013-05-31fix bug where you had to start using a tool before setting it's strengthjacob11-1/+1
2013-05-31even more lua simulation api functionsjacob12-5/+92
2013-05-30Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitjacob11-0/+3
2013-05-30some new sim and ren lua api functionsjacob12-1/+125
2013-05-22mniip: add back missing easter eggjacob11-0/+3
2013-05-17new lua sim api functions to get/set deco color, load a save, and adjust coor...jacob12-0/+57
2013-05-17rename GRAV back to PGRV, fix formatting in generator, remove useless filejacob11-6/+7
2013-05-16remove check in deco tools (that shouldn't be there)jacob11-6/+0
2013-05-16lua simulation api functions for drawing with tools / decojacob12-3/+167
2013-05-16more minor fixesjacob11-11/+15
2013-05-16soap lines show in nothing mode, some small changes to arguments for sim api ...jacob11-40/+8
2013-05-16redo some brush drawing stuff to remove useless checks, and to allow for repl...jacob11-0/+1
2013-05-16remove checks on location / element in the simulation drawing functions. fix ...jacob11-91/+89
2013-05-15finish return values for the legacy api, add sim.saveStamp and sim.loadStampjacob13-5/+65
2013-05-15when called with no arguments, some tpt. functions will act as get functions ...jacob12-63/+97
2013-05-14minor lua api fixesjacob12-8/+10
2013-05-14gfx.draw/fillcirclejacob12-3/+55
2013-05-14lua simulation api functions for creating particles, walls, boxes, and wallsjacob12-0/+190
2013-05-11D:mniip20-20/+20
2013-05-11Togglable lua scriptingSimon Robertshaw11-10/+30
2013-05-09just one to_boolean works... any number is true.cracker641-1/+1
2013-05-09Fix tpt.message_box correctly to only accept true/false third arg.cracker641-1/+1
2013-05-09fix tpt.message_box, fix compiling errorjacob11-1/+1
2013-05-08fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going throughjacob11-1/+1
2013-05-04Merge pull request #133 from mniip/luajacob11-0/+9
2013-05-04Fix the luaopen_socket_core loader; derp memniip1-0/+9
2013-05-04Merge pull request #131 from mniip/luaSimon Robertshaw1-0/+4
2013-05-04change ">" to "..." (from mniip)jacob11-1/+1
2013-05-04mniip: fix crash on non-string error in step and other functionsjacob11-6/+6
2013-05-04fix crash on non-string error in step and other functionsmniip1-6/+6
2013-05-03Merge pull request #130 from mmbob/masterjacob11-1/+1
2013-05-03allow multiline code input, command will be executed when enough code givenmniip1-2/+15
2013-05-02print returned values; implicit return in console; console sourcemniip3-4/+34
2013-05-02better luacon_geterrormniip1-26/+25
2013-05-02fix tpt.log so that when called multiple times, it doesn't overwrite the textmniip1-1/+5
2013-05-02statically linked, or better to say, builtin luasocketmniip1-0/+4
2013-04-30Merge remote-tracking branch 'upstream/master'mmbob4-211/+302
2013-04-27Remove obsolete code from TPTScriptInterfacejacksonmj1-4/+1
2013-04-26Ooooooohhmniip1-1/+1
2013-04-26Fixed graphics function crash when unable to catch errorsmniip1-14/+18
2013-04-26a major rewrite of event registration, it's fully compatible, yet has new adv...mniip3-187/+255
2013-04-26print does implicit tostring, also generates a list ouside of console toomniip1-9/+31
2013-04-22Fix reading hexadecimal in TPTScriptInterfacemmbob1-1/+1
2013-04-18Prevent "!set type none blah"jacksonmj1-0/+2
2013-04-10fix setting negative numbers in the old console (using atoi)jacob11-8/+1
2013-04-07Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-1/+58