| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2011-05-30 | More descriptive error messages for lua console | Simon Robertshaw | 1 | -1/+8 | |
| 2011-05-30 | drawtext for Lua | Simon Robertshaw | 1 | -1/+18 | |
| 2011-05-30 | Basics for Lua | Simon Robertshaw | 1 | -0/+61 | |
