summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02print returned values; implicit return in console; console sourcemniip1-0/+1
2013-04-26a major rewrite of event registration, it's fully compatible, yet has new ↵mniip1-5/+0
advantages
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2013-01-23fix "i" argument to graphics functions.jacob11-1/+1
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-09readd tpt.hud and tpt.set_console commandsjacob11-0/+1
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob11-1/+1
2013-01-06fix element function replacement optionjacob11-1/+0
2012-09-28Move old Lua API into another file, make the old drawin API have the old ↵Simon Robertshaw1-21/+21
position quirk for rects, new graphics (gfx) api with drawRect, fillRect, drawTect, drawLine and textSize functions.
2012-08-20TPT: Prevent accidental infinite loops in lua, fixes #115Simon Robertshaw1-0/+1
2012-08-11Lua element and graphics functions working (element_func no longer uses ↵Simon Robertshaw1-2/+8
"replace" parameter and replaces all functions)
2012-07-25TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fdSimon Robertshaw1-2/+2
2012-04-17TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes ↵Simon Robertshaw1-0/+8
yet) 1c4bce1f22
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw1-0/+3
print and tpt.log so they log to the console when it is open
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, ↵Simon Robertshaw1-0/+126
mouse or tick events