summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ...Simon Robertshaw2-0/+91
2012-09-07Remove debug crapSimon Robertshaw1-1/+0
2012-09-06revert changing the lua/sdl includes and min/max changesjacob113-38/+38
2012-09-06Visual studio compatibilityjacob114-38/+56
2012-09-05Some simulation APISimon Robertshaw1-5/+8
2012-09-04Some simulation APISimon Robertshaw2-0/+109
2012-09-02Textbox component for Lua interface APISimon Robertshaw10-105/+298
2012-09-01Logging for UI component events, trSimon Robertshaw8-47/+71
2012-09-01!load command for old consoleSimon Robertshaw6-9/+13
2012-08-31More interface APISimon Robertshaw5-2/+159
2012-08-31Events for Window object (Lua)Simon Robertshaw3-4/+498
2012-08-31Some Lua interface API stuffSimon Robertshaw7-2/+503
2012-08-30Get/Set single element propertiesSimon Robertshaw2-0/+193
2012-08-30More methods for setting element propertiesSimon Robertshaw1-25/+132
2012-08-29Implement retrieval of element propertiesSimon Robertshaw2-4/+75
2012-08-29Bitops for Lua, incomplete elements APISimon Robertshaw4-10/+365
2012-08-28Additions to Lua API: Renderer (colourMode, displayMode, renderMode, plus all...Simon Robertshaw2-11/+172
2012-08-28tpt.element also converts numbers to namesSimon Robertshaw1-4/+14
2012-08-21Add missing files from e54eeaeSimon Robertshaw2-7/+6
2012-08-20TPT: Prevent accidental infinite loops in lua, fixes #115Simon Robertshaw3-9/+29
2012-08-20TPT: Error reporting in other things besides just step functions (No error re...Simon Robertshaw1-6/+13
2012-08-20TPT: fix set_property not checking stacked particles when specifying range, a...Simon Robertshaw1-13/+19
2012-08-19Pad frame numbers with zeros for screenshots and recordingSimon Robertshaw1-1/+8
2012-08-19TPTScript: Allow numbers with decimal pointSimon Robertshaw1-1/+1
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
2012-08-14Add missing strings.h header for strcasecmdSimon Robertshaw1-0/+1
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