summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-26TPTScriptInterface: Ability to read hexadecimal constantsSimon Robertshaw2-1/+58
2013-03-24Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw15-27/+27
2013-03-23CFLM defusses VIBR, a few speed improvements to VIBRjacob11-1/+1
2013-03-22Move all GUI source files into gui/Simon Robertshaw15-27/+27
2013-03-16add identifier constants based on the display name to the lua apijacob11-0/+7
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob11-1/+2
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ...jacob19-69/+6
2013-02-17Particle position lookup with sim.partIDSimon Robertshaw2-0/+20
2013-02-17sim.partProperty API method, sim.partPosition API methodSimon Robertshaw2-0/+164
2013-02-16Allow implicit conversions when setting text property on some Lua API UI elem...Simon Robertshaw3-6/+2
2013-02-16Add missing removeComponent for Lua APISimon Robertshaw4-0/+50
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-2/+2
2013-02-11fix modifiers from lua, fix right ctrljacob11-8/+2
2013-01-23fix "i" argument to graphics functions.jacob13-6/+31
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo...jacob12-27/+17
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ver...Simon Robertshaw1-1/+0
2013-01-17add gravmap setting. Getting doesn't work right now, and maybe i should check...jacob12-1/+37
2013-01-17combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityYjacob12-19/+120
2013-01-17sim.get/setPressure, a few constants to the simulation apijacob13-1/+90
2013-01-16implement tpt.set_shortcutsjacob11-3/+9
2013-01-16log error messages for update functionsjacob11-4/+9
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob11-0/+1
2013-01-09re-add tpt.display_mode, check element id's in tpt.set_property, tpt.get_scri...jacob11-6/+13
2013-01-09readd tpt.hud and tpt.set_console commandsjacob13-11/+15
2013-01-08change right click button id to 4 for lua events, to match old tptjacob11-0/+4
2013-01-08change tpt.fillrect dimentions to old tpt ones, move brush list generating ou...jacob11-2/+2
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob15-10/+39