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