summaryrefslogtreecommitdiff
path: root/src/luaconsole.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-2119/+0
2012-09-02tpt.element also converts numbers to namesjacob11-4/+13
2012-08-09Error reporting in other things besides just step functionsjacob11-8/+24
2012-08-09actually add dcolor getting, implement tpt.display_modejacob11-2/+4
2012-08-09fix set_property not checking stacked particles, add dcolor property setting/...jacob11-14/+14
2012-08-06Fix graphics function crashjacob11-10/+10
2012-07-08Optimization for GoL, Added brush size and mouse wheel to lua!cracker641-3/+10
2012-05-24finish custom lua graphics functionsJacob11-12/+21
2012-05-24custom graphics functions with lua (not finished yet)Jacob11-2/+42
2012-05-24fix crash, spark reset set type without checking if it was a valid number. Al...Jacob11-3/+8
2012-05-24Fix lua console compiling with visual studio (I thought this was fixed already)Jacob11-16/+16
2012-05-24fix lua console freeze/bugsJacob11-4/+6
2012-05-24console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at drawJacob11-2/+1
2012-05-24Prevent accidental infinite loops in luaJacob11-10/+25
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-0/+17
2012-03-14soap lines, create_parts fix, compiling fixesJacob11-4/+4
2012-02-20Lua methods for reading/writing the bmap and emap (no mapped walltypes yetSimon Robertshaw1-0/+118
2012-01-25Revert "Some fixes for compiling with Visual Studio - void* and inline"Simon Robertshaw1-4/+4
2012-01-25Some fixes for compiling with Visual Studio - void* and inlinejacksonmj1-4/+4
2011-12-28Update can_move, recount menu items and clear graphics cache when tpt.el is c...jacksonmj1-3/+25
2011-12-19Use reduced resolution gravity maps for improved performanceSimon Robertshaw1-14/+14
2011-12-19Attempt to speed up tpt.parts without using billions of memorySimon Robertshaw1-67/+43
2011-12-19Revert "Directly read/write element type properties"Simon Robertshaw1-1/+0
2011-12-19Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2011-12-19Fix undeclared variables in luaconsole.cjacksonmj1-1/+1
2011-12-18Improvements to render_ui, fix merge errorsSimon Robertshaw1-0/+1
2011-12-18Merge with new lua functionalitySimon Robertshaw1-8/+552
2011-12-18Fix some gravity memsets, remove gravx/yjacksonmj1-12/+13
2011-12-18Move Newtonian gravity into a new filejacksonmj1-0/+1
2011-12-17Add option for lua parts array to use native data using ffiSimon Robertshaw1-10/+31
2011-12-10Fix memory leaks, allow changing of element name (To fix: element names in so...Simon Robertshaw1-7/+31
2011-12-10Fix spelling errorSimon Robertshaw1-1/+1
2011-12-10Allow both BrE and AmE spellings of colour with LuaSimon Robertshaw1-0/+9
2011-12-09Element transitions also editable nowSimon Robertshaw1-9/+124
2011-12-09Use static table for parts array, Uses a tonne of memory but improves perform...Simon Robertshaw1-1/+21
2011-12-09Fix error in element_func where function was being read as the last parameterSimon Robertshaw1-5/+13
2011-12-08Directly accessible parts array (no pmap yet)Simon Robertshaw1-0/+149
2011-12-08Revert "Directly read/write element type properties"Simon Robertshaw1-203/+2
2011-12-08Directly read/write element type propertiesSimon Robertshaw1-2/+203
2011-11-18New tables in lua API: el and version: element ids and version info respectiv...Simon Robertshaw1-0/+92
2011-11-12Replace cmode with more flexible render options, TODO: Saving and render opti...Simon Robertshaw1-4/+1
2011-10-21Screenshot for luaSimon Robertshaw1-3/+22
2011-10-06tpt.drawlinejacksonmj1-0/+30
2011-10-01Missed some changes from previous fixSimon Robertshaw1-2/+2
2011-10-01Fix bug with drawing rectangles outside the game regionSimon Robertshaw1-2/+2
2011-09-24Can see selected elements from Lua, tpt.selectedl or tpt.selectedrcracker641-1/+9
2011-09-21Forgot luaconsole.c changescracker641-0/+7
2011-09-18added dcolour to set and getme45021-0/+7
2011-09-08tpt.get_property("id",x,y)jacksonmj1-0/+4
2011-08-30Add tpt.setwindowsize(scale, fullscreen)jacksonmj1-0/+12