summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-19Pad frame numbers with zeros for screenshots and recordingSimon Robertshaw1-1/+8
2012-08-19Ensure Lua mouse status is reset at startup, fixes #130Simon Robertshaw1-0/+3
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw1-44/+37
which can be broken out of with Engine::Break())
2012-08-14Lua autorun, fixes #99Simon Robertshaw1-0/+2
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-68/+35
2012-08-11Lua element and graphics functions working (element_func no longer uses ↵Simon Robertshaw1-24/+81
"replace" parameter and replaces all functions)
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw1-1/+6
2012-08-03Old TPT console commands with "!" prefixSimon Robertshaw1-10/+22
2012-08-02Stop returning luaL_error from drawing functions for no reason, addressesSimon Robertshaw1-3/+3
issue #29
2012-08-02Update menus on element change from lua, addresses issue #42Simon Robertshaw1-2/+6
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-1/+1
2012-07-25TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fdSimon Robertshaw1-8/+20
2012-06-12TPT: fix crash, spark reset set type without checking if it was a valid numberSimon Robertshaw1-2/+7
2012-06-12TPT: fix lua console freeze/bugsSimon Robertshaw1-4/+6
2012-06-05Use a different method for decoding saves with uncompressed object in memory ↵Simon Robertshaw1-33/+33
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-19/+19
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw1-20/+20
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-18/+6
use unsigned char rather than boolean for bitmap/outline
2012-04-17TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes ↵Simon Robertshaw1-0/+118
yet) 1c4bce1f22
2012-04-09Remove unused codeSimon Robertshaw1-37/+0
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw1-2/+16
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw1-4/+13
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw1-2/+45
redirected to tpt.log
2012-03-03Disable key repeatSimon Robertshaw1-67/+11
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw1-1/+60
2012-02-12Fixed some lua methods, set decorations enabled by default, allow toggling ↵Simon Robertshaw1-8/+15
of decorations with ctrl+b, saving and loading of render, display and colour modes for the renderer
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, ↵Simon Robertshaw1-0/+1897
mouse or tick events