summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Windows doesn't have unistd.h, use only in unix platforms.Jesse Jaara1-1/+4
2012-10-05Only run autorun if it existsSimon Robertshaw1-4/+3
2012-10-02Add couple of missing header files needed by GCC 4.7.Jesse Jaara1-1/+2
2012-09-30Set appropriate default values for some static Lua interface variablesSimon Robertshaw1-5/+5
2012-09-29Lua FileSystem APISimon Robertshaw1-2/+253
2012-09-29ren.decorations() to enable/disable/get decorations (Lua API)Simon Robertshaw1-2/+16
2012-09-28Move old Lua API into another file, make the old drawin API have the old ↵Simon Robertshaw1-1805/+147
position quirk for rects, new graphics (gfx) api with drawRect, fillRect, drawTect, drawLine and textSize functions.
2012-09-21Testing new vm/language WIPSimon Robertshaw1-8/+30
2012-09-17Checkbox, Slider and ProgressBar components for ui APISimon Robertshaw1-0/+12
2012-09-16When reloading elements API, set packages.loaded["elements"] to nil to ↵Simon Robertshaw1-0/+8
prevent luaL_register from trying to reuse a nilled table. Fixes #189
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw1-0/+78
assigning to update function
2012-09-07Remove debug crapSimon Robertshaw1-1/+0
2012-09-05Some simulation APISimon Robertshaw1-5/+8
2012-09-04Some simulation APISimon Robertshaw1-0/+102
2012-09-02Textbox component for Lua interface APISimon Robertshaw1-0/+4
2012-09-01Logging for UI component events, trSimon Robertshaw1-1/+6
2012-09-01!load command for old consoleSimon Robertshaw1-3/+3
2012-08-31More interface APISimon Robertshaw1-1/+5
2012-08-31Some Lua interface API stuffSimon Robertshaw1-2/+63
2012-08-30Get/Set single element propertiesSimon Robertshaw1-0/+191
2012-08-30More methods for setting element propertiesSimon Robertshaw1-25/+132
2012-08-29Implement retrieval of element propertiesSimon Robertshaw1-4/+74
2012-08-29Bitops for Lua, incomplete elements APISimon Robertshaw1-7/+133
2012-08-28Additions to Lua API: Renderer (colourMode, displayMode, renderMode, plus ↵Simon Robertshaw1-11/+166
all the macros used for Particle/display/colour modes)
2012-08-28tpt.element also converts numbers to namesSimon Robertshaw1-4/+14
2012-08-21Add missing files from e54eeaeSimon Robertshaw1-6/+6
2012-08-20TPT: Prevent accidental infinite loops in lua, fixes #115Simon Robertshaw1-9/+27
2012-08-20TPT: Error reporting in other things besides just step functions (No error ↵Simon Robertshaw1-6/+13
reporting in graphics or part update to prevent massive spam) fixes #134
2012-08-20TPT: fix set_property not checking stacked particles when specifying range, ↵Simon Robertshaw1-13/+19
add dcolor property setting/getting
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