summaryrefslogtreecommitdiff
path: root/src/cat/LegacyLuaAPI.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-14minor lua api fixesjacob11-0/+2
2013-05-11D:mniip1-1/+1
2013-05-11Togglable lua scriptingSimon Robertshaw1-1/+2
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-04fix crash on non-string error in step and other functionsmniip1-6/+6
2013-05-02print returned values; implicit return in console; console sourcemniip1-1/+1
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-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...mniip1-177/+255
2013-04-26print does implicit tostring, also generates a list ouside of console toomniip1-9/+31
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-5/+5
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob11-1/+2
2013-01-23fix "i" argument to graphics functions.jacob11-3/+29
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo...jacob11-2/+2
2013-01-17sim.get/setPressure, a few constants to the simulation apijacob11-1/+0
2013-01-16implement tpt.set_shortcutsjacob11-3/+9
2013-01-16log error messages for update functionsjacob11-4/+9
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 commandsjacob11-11/+12
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 idjacob11-3/+5
2013-01-06fix element function replacement optionjacob11-1/+5
2012-11-16fix tpt.el.X.name commandsjacob11-1/+1
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob11-10/+1
2012-09-28Move old Lua API into another file, make the old drawin API have the old posi...Simon Robertshaw1-0/+1837