| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-08-27 | Remove blocking walls from pmap | jacksonmj | 1 | -5/+5 |
| 2011-08-25 | Added autorun option to tpt.getscript() | Bryan Hoyle | 1 | -3/+13 |
| 2011-08-25 | Improvements to getscript | Simon Robertshaw | 1 | -44/+69 |
| 2011-08-24 | Use HTTP instead of sockets | Bryan Hoyle | 1 | -55/+27 |
| 2011-08-24 | Small ui for confirming script download as to make script downloads within sc... | Bryan Hoyle | 1 | -0/+3 |
| 2011-08-24 | Changing server address for script repository | Bryan Hoyle | 1 | -1/+1 |
| 2011-08-24 | Merge remote branch 'origin/master' | Bryan Hoyle | 1 | -11/+17 |
| 2011-08-24 | Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online | Bryan Hoyle | 1 | -0/+79 |
| 2011-08-22 | Stray bracket, not cat+keyboard | Simon Robertshaw | 1 | -1/+1 |
| 2011-08-22 | Lua keyevents bug, int keycode is cast to a char | Simon Robertshaw | 1 | -2/+3 |
| 2011-08-22 | Fix electrode when in replace mode or specific delete mode | jacksonmj | 1 | -1/+1 |
| 2011-08-20 | Changes to unify mouse and keyboard events for Lua | Simon Robertshaw | 1 | -9/+14 |
| 2011-08-16 | Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)"" | Bryan Hoyle | 1 | -0/+7 |
| 2011-08-16 | Revert "added lua command: tpt.setfpscap(int FPSCap)" | Bryan Hoyle | 1 | -7/+0 |
| 2011-08-16 | added lua command: tpt.setfpscap(int FPSCap) | Bryan Hoyle | 1 | -0/+7 |
| 2011-08-11 | Debug info for particles allocation | Simon Robertshaw | 1 | -0/+7 |
| 2011-08-11 | OS X doesn't like the 'd' suffix | Simon Robertshaw | 1 | -1/+1 |
| 2011-08-11 | Fire intensity from Lua | Simon Robertshaw | 1 | -1/+9 |
| 2011-08-06 | 0 is a valid menu number (walls) | jacksonmj | 1 | -2/+2 |
| 2011-08-06 | Added tmp2 for tpt.get_property and tpt.set_property | cracker64 | 1 | -0/+7 |
| 2011-08-05 | Mouse and keyboard events, replace luaL_openlib() with luaL_register() and mo... | Simon Robertshaw | 1 | -18/+166 |
| 2011-08-04 | Revert "allowed secret menu via lua" | Simon Robertshaw | 1 | -1/+1 |
| 2011-08-04 | allowed secret menu via lua | me4502 | 1 | -1/+1 |
| 2011-08-01 | Ensure menu ID is valid for active_menu | Simon Robertshaw | 1 | -5/+5 |
| 2011-08-01 | Edited src/luaconsole.c via GitHub | Simon Robertshaw | 1 | -1/+4 |
| 2011-07-31 | Lua has a garbage collector, it may dispose of strings while we're using them... | Simon Robertshaw | 1 | -3/+8 |
| 2011-07-31 | me4502 added tpt.throw_error and tpt.heat as lua commands | Bryan Hoyle | 1 | -0/+17 |
| 2011-07-24 | Disable old life elements | jacksonmj | 1 | -3/+1 |
| 2011-07-22 | Fix new luaconsole functions. | cracker64 | 1 | -5/+5 |
| 2011-07-22 | me4502 luaconsole functions, edited from github. | cracker64 | 1 | -0/+52 |
| 2011-07-03 | Some fixes for non-existent particles in Lua | jacksonmj | 1 | -1/+15 |
| 2011-06-25 | Check photon map in Lua functions, and allow any ctype | jacksonmj | 1 | -14/+19 |
| 2011-06-25 | Check particle exists in tpt.set_property, and sdl_scale mouse coords for Lua... | jacksonmj | 1 | -1/+3 |
| 2011-06-25 | added functions to iterate through all particles | ief015 | 1 | -18/+61 |
| 2011-06-08 | message_box and input for Lua API, also autorun.lua | Simon Robertshaw | 1 | -0/+43 |
| 2011-06-08 | console_error now optional for console_parse_type | jacksonmj | 1 | -3/+3 |
| 2011-06-08 | Make step function registration work properly | jacksonmj | 1 | -8/+29 |
| 2011-06-08 | Fix tpt.get_name and limit tpt.log message length | jacksonmj | 1 | -3/+3 |
| 2011-06-08 | Loads of error messages for lua, and hopefully fix lua stack overflow | jacksonmj | 1 | -48/+108 |
| 2011-06-04 | Added the ability to use legacy commands (prepend with a \!) | Simon Robertshaw | 1 | -1/+7 |
| 2011-06-04 | Fix setting of temp, x and y particle properties | Simon Robertshaw | 1 | -6/+6 |
| 2011-06-03 | Better step function registration | Simon Robertshaw | 1 | -10/+41 |
| 2011-06-02 | tpt.set_property implementation | Simon Robertshaw | 1 | -4/+111 |
| 2011-06-01 | Add gravity field manipulation to Lua api, move gravity processing to after t... | Simon Robertshaw | 1 | -4/+67 |
| 2011-05-31 | Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling | Simon Robertshaw | 1 | -5/+11 |
| 2011-05-31 | implement create and delete functions | Simon Robertshaw | 1 | -6/+32 |
| 2011-05-30 | Fix buffer overflow with huge error message | Simon Robertshaw | 1 | -2/+6 |
| 2011-05-30 | Step code registration, just an example at the moment | Simon Robertshaw | 1 | -1/+12 |
| 2011-05-30 | Many methods for Lua console | Simon Robertshaw | 1 | -1/+287 |
| 2011-05-30 | Defaults for tpt.drawtext method | Simon Robertshaw | 1 | -5/+5 |