summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Particle position lookup with sim.partIDSimon Robertshaw2-0/+20
2013-02-17sim.partProperty API method, sim.partPosition API methodSimon Robertshaw2-0/+164
2013-02-16Allow implicit conversions when setting text property on some Lua API UI elem...Simon Robertshaw3-6/+2
2013-02-16Add missing removeComponent for Lua APISimon Robertshaw4-0/+50
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-2/+2
2013-02-11fix modifiers from lua, fix right ctrljacob11-8/+2
2013-01-23fix "i" argument to graphics functions.jacob13-6/+31
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo...jacob12-27/+17
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ver...Simon Robertshaw1-1/+0
2013-01-17add gravmap setting. Getting doesn't work right now, and maybe i should check...jacob12-1/+37
2013-01-17combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityYjacob12-19/+120
2013-01-17sim.get/setPressure, a few constants to the simulation apijacob13-1/+90
2013-01-16implement tpt.set_shortcutsjacob11-3/+9
2013-01-16log error messages for update functionsjacob11-4/+9
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob11-0/+1
2013-01-09re-add tpt.display_mode, check element id's in tpt.set_property, tpt.get_scri...jacob11-6/+13
2013-01-09readd tpt.hud and tpt.set_console commandsjacob13-11/+15
2013-01-08change right click button id to 4 for lua events, to match old tptjacob11-0/+4
2013-01-08change tpt.fillrect dimentions to old tpt ones, move brush list generating ou...jacob11-2/+2
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob15-10/+39
2013-01-06fix element function replacement optionjacob13-8/+23
2012-11-18Use ifndef WIN instead of ifdef _unixSimon Robertshaw1-1/+1
2012-11-16save pause state in stamps, load pause state from local saves and stamps corr...jacob11-1/+1
2012-11-16fix tpt.el.X.name commandsjacob11-1/+1
2012-11-03SC_SENSOR in Elements APISimon Robertshaw1-0/+1
2012-10-26Fix error from mergingSimon Robertshaw1-1/+1
2012-10-26some testing with DEBUG mode, add some stuffjacob11-1/+6
2012-10-26!quit functionjacob12-0/+12
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob12-16/+3
2012-10-09Merge pull request #195 from Huulivoide/masterSimon Robertshaw1-1/+5
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-05prevent setting invalid types, fix setting type to "NONE", "C4", & "C5"jacob12-4/+10
2012-10-02Add couple of missing header files needed by GCC 4.7.Jesse Jaara1-1/+2
2012-10-01Negative values in old console commandsSimon Robertshaw1-1/+3
2012-09-30Set appropriate default values for some static Lua interface variablesSimon Robertshaw1-5/+5
2012-09-29Lua FileSystem APISimon Robertshaw2-2/+265
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 posi...Simon Robertshaw4-1827/+2015
2012-09-25some improvements to the render options interface and checkboxes (icons and t...jacob11-1/+1
2012-09-21Testing new vm/language WIPSimon Robertshaw2-10/+32
2012-09-17Checkbox, Slider and ProgressBar components for ui APISimon Robertshaw8-0/+414
2012-09-16When reloading elements API, set packages.loaded["elements"] to nil to preven...Simon Robertshaw1-0/+8
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