| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-27 | Remove blocking walls from pmap | jacksonmj | 1 | -5/+5 | |
| 2.5% speed increase on a screen full of water | |||||
| 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 ↵ | Bryan Hoyle | 1 | -0/+3 | |
| scripts noticable | |||||
| 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 | |
| Also fix bomb when SLALT != 0 | |||||
| 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 | |
| This reverts commit a5db1d53da133a78493be443b0ec9094ea3eeb65. | |||||
| 2011-08-16 | Revert "added lua command: tpt.setfpscap(int FPSCap)" | Bryan Hoyle | 1 | -7/+0 | |
| This reverts commit aa56eca5c01359732f7331d2a572ce31d7ff3c23. | |||||
| 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 ↵ | Simon Robertshaw | 1 | -18/+166 | |
| move mousex and mousey out of the global table and into the 'tpt' table | |||||
| 2011-08-04 | Revert "allowed secret menu via lua" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit 6c8d62389cccf1c17143d4cffb70bfb060bfda88. | |||||
| 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 ↵ | Simon Robertshaw | 1 | -3/+8 | |
| them, make throw_error a little more safe | |||||
| 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 | |
| Return 0 for get_property("type", ...) instead of erroring, to make checking for particles easier. Also stop x coordinate being used as a particle index if no particle exists at that location. | |||||
| 2011-06-25 | Check photon map in Lua functions, and allow any ctype | jacksonmj | 1 | -14/+19 | |
| Also add some extra checks on ctype in the rest of the game | |||||
| 2011-06-25 | Check particle exists in tpt.set_property, and sdl_scale mouse coords for ↵ | jacksonmj | 1 | -1/+3 | |
| Lua step | |||||
| 2011-06-25 | added functions to iterate through all particles | ief015 | 1 | -18/+61 | |
| + 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-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 | |
| Prevents lua step functions from clearing console_error in calls to console_parse_type, hence preventing luacon_eval errors from being shown | |||||
| 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 | |
| Also fix game exiting when an error occurs in a step function. Returning -1 seems to prevent lua from restoring the stack to the state it was in before the C function call - see bottom of luaD_precall() in lua source (ldo.c) | |||||
| 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 ↵ | Simon Robertshaw | 1 | -4/+67 | |
| 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 | -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 | |
