| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-17 | Remove old code | Simon Robertshaw | 1 | -127/+0 | |
| 2012-07-08 | Optimization for GoL, Added brush size and mouse wheel to lua! | cracker64 | 1 | -2/+2 | |
| 2012-05-24 | finish custom lua graphics functions | Jacob1 | 1 | -1/+1 | |
| 2012-05-24 | custom graphics functions with lua (not finished yet) | Jacob1 | 1 | -1/+3 | |
| 2012-05-24 | Prevent accidental infinite loops in lua | Jacob1 | 1 | -0/+1 | |
| Also fix glitch when step_functions[0] is unregistered but others aren't | |||||
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 1 | -0/+16 | |
| Also add headers stating the license to some more of the source files | |||||
| 2012-02-20 | Lua methods for reading/writing the bmap and emap (no mapped walltypes yet | Simon Robertshaw | 1 | -0/+4 | |
| 2011-12-28 | Update can_move, recount menu items and clear graphics cache when tpt.el is ↵ | jacksonmj | 1 | -1/+6 | |
| changed | |||||
| 2011-12-09 | Element transitions also editable now | Simon Robertshaw | 1 | -0/+3 | |
| 2011-12-08 | Directly accessible parts array (no pmap yet) | Simon Robertshaw | 1 | -0/+6 | |
| 2011-12-08 | Directly read/write element type properties | Simon Robertshaw | 1 | -0/+2 | |
| 2011-11-18 | New tables in lua API: el and version: element ids and version info ↵ | Simon Robertshaw | 1 | -0/+5 | |
| respectively. New lua functions: element (get element id from name) and element_func for hooking/overriding element update functions | |||||
| 2011-10-26 | Remove references to python console | Simon Robertshaw | 1 | -0/+2 | |
| 2011-10-21 | Screenshot for lua | Simon Robertshaw | 1 | -0/+1 | |
| 2011-10-06 | tpt.drawline | jacksonmj | 1 | -0/+1 | |
| 2011-09-24 | Can see selected elements from Lua, tpt.selectedl or tpt.selectedr | cracker64 | 1 | -1/+1 | |
| 2011-09-21 | Water level equalization test! In options menu, or tpt.watertest() . | cracker64 | 1 | -0/+1 | |
| 2011-08-30 | Add tpt.setwindowsize(scale, fullscreen) | jacksonmj | 1 | -0/+1 | |
| 2011-08-25 | Improvements to getscript | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-24 | Merge remote branch 'origin/master' | Bryan Hoyle | 1 | -2/+8 | |
| 2011-08-24 | Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online | Bryan Hoyle | 1 | -0/+1 | |
| 2011-08-22 | Lua keyevents bug, int keycode is cast to a char | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-20 | Changes to unify mouse and keyboard events for Lua | Simon Robertshaw | 1 | -2/+8 | |
| 2011-08-16 | Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)"" | Bryan Hoyle | 1 | -0/+1 | |
| This reverts commit a5db1d53da133a78493be443b0ec9094ea3eeb65. | |||||
| 2011-08-16 | Revert "added lua command: tpt.setfpscap(int FPSCap)" | Bryan Hoyle | 1 | -1/+0 | |
| This reverts commit aa56eca5c01359732f7331d2a572ce31d7ff3c23. | |||||
| 2011-08-16 | added lua command: tpt.setfpscap(int FPSCap) | Bryan Hoyle | 1 | -0/+1 | |
| 2011-08-11 | Debug info for particles allocation | Simon Robertshaw | 1 | -0/+1 | |
| 2011-08-11 | Fire intensity from Lua | Simon Robertshaw | 1 | -0/+1 | |
| 2011-08-05 | Mouse and keyboard events, replace luaL_openlib() with luaL_register() and ↵ | Simon Robertshaw | 1 | -2/+7 | |
| move mousex and mousey out of the global table and into the 'tpt' table | |||||
| 2011-07-31 | me4502 added tpt.throw_error and tpt.heat as lua commands | Bryan Hoyle | 1 | -0/+2 | |
| 2011-07-22 | Added functions to header. | cracker64 | 1 | -0/+6 | |
| 2011-06-25 | added functions to iterate through all particles | ief015 | 1 | -0/+6 | |
| + tpt.start_getPartIndex() --starts the iteration + bool tpt.next_getPartIndex() --increases the iteration, returns true if there are more particles to iterate through + int tpt.getPartIndex() --get the current iteration value | |||||
| 2011-06-15 | Include dir change for OS X | Simon | 1 | -0/+6 | |
| 2011-06-08 | message_box and input for Lua API, also autorun.lua | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-03 | Unregister function (not implemented) | Simon Robertshaw | 1 | -0/+1 | |
| 2011-06-01 | Add gravity field manipulation to Lua api, move gravity processing to after ↵ | Simon Robertshaw | 1 | -1/+3 | |
| the particle update (Means a delay of 1 frame, but we get the ability to manipulate the field with Lua) | |||||
| 2011-05-31 | Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling | Simon Robertshaw | 1 | -1/+1 | |
| 2011-05-30 | Step code registration, just an example at the moment | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | Many methods for Lua console | Simon Robertshaw | 1 | -0/+17 | |
| 2011-05-30 | More descriptive error messages for lua console | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | drawtext for Lua | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | Basics for Lua | Simon Robertshaw | 1 | -0/+17 | |
