summaryrefslogtreecommitdiff
path: root/src/cat/LegacyLuaAPI.cpp
AgeCommit message (Collapse)AuthorFilesLines
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 ↵mniip1-177/+255
advantages
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
Also, they don't overwrite the default one, you can pass in nil to tpt.element/graphics_func for the function to restore the original.
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add ↵jacob11-2/+2
"Color" as valid property for elements api, fix tpt.display_mode to match tpt, other minor changes
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, ↵jacob11-6/+13
tpt.get_script error with no args
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 ↵jacob11-2/+2
out of BuildMenus
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
filename not showing when first saving a local save
2012-09-28Move old Lua API into another file, make the old drawin API have the old ↵Simon Robertshaw1-0/+1837
position quirk for rects, new graphics (gfx) api with drawRect, fillRect, drawTect, drawLine and textSize functions.