summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Expand)AuthorFilesLines
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 "repl...Simon Robertshaw2-26/+89
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw2-11/+18
2012-08-04Implement more of the old TPT consoleSimon Robertshaw2-0/+100
2012-08-04Implement more of the old consoleSimon Robertshaw2-11/+98
2012-08-03Old TPT console commands with "!" prefixSimon Robertshaw4-21/+74
2012-08-02Stop returning luaL_error from drawing functions for no reason, addressesSimon Robertshaw1-3/+3
2012-08-02Update menus on element change from lua, addresses issue #42Simon Robertshaw2-3/+7
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 Robertshaw4-11/+25
2012-07-08Use sdl-configSimon Robertshaw1-3/+3
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-12TPT: Add tmp2 support to old console 418bdf0892Simon Robertshaw1-3/+3
2012-06-05Use a different method for decoding saves with uncompressed object in memory ...Simon Robertshaw1-33/+33
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw1-1/+1
2012-05-13Click function for tools that aren't continuous. Debug helper for UI componen...Simon Robertshaw1-1/+1
2012-05-07A bit of refactoring (elements)Simon Robertshaw2-21/+21
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw3-29/+29
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to use...Simon Robertshaw1-18/+6
2012-04-17TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes y...Simon Robertshaw2-0/+126
2012-04-13Fix Integer <-> Pointer casts on 64bitSimon Robertshaw1-2/+3
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 pri...Simon Robertshaw4-6/+19
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print redir...Simon Robertshaw4-5/+63
2012-03-03Disable key repeatSimon Robertshaw3-67/+18
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw2-37/+61
2012-02-12Fixed some lua methods, set decorations enabled by default, allow toggling of...Simon Robertshaw1-8/+15
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, mou...Simon Robertshaw7-8/+2080
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw6-0/+672