| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-30 | some new sim and ren lua api functions | jacob1 | 1 | -0/+8 |
| 2013-05-17 | new lua sim api functions to get/set deco color, load a save, and adjust coor... | jacob1 | 1 | -0/+3 |
| 2013-05-16 | lua simulation api functions for drawing with tools / deco | jacob1 | 1 | -0/+6 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -0/+2 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 1 | -0/+2 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 1 | -0/+9 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 1 | -7/+0 |
| 2013-02-17 | Particle position lookup with sim.partID | Simon Robertshaw | 1 | -0/+1 |
| 2013-02-17 | sim.partProperty API method, sim.partPosition API method | Simon Robertshaw | 1 | -0/+5 |
| 2013-02-16 | Add missing removeComponent for Lua API | Simon Robertshaw | 1 | -0/+1 |
| 2013-01-17 | add gravmap setting. Getting doesn't work right now, and maybe i should check... | jacob1 | 1 | -0/+1 |
| 2013-01-17 | combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityY | jacob1 | 1 | -8/+4 |
| 2013-01-17 | sim.get/setPressure, a few constants to the simulation api | jacob1 | 1 | -0/+9 |
| 2013-01-08 | fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id | jacob1 | 1 | -2/+4 |
| 2012-09-29 | Lua FileSystem API | Simon Robertshaw | 1 | -0/+12 |
| 2012-09-28 | Move old Lua API into another file, make the old drawin API have the old posi... | Simon Robertshaw | 1 | -1/+10 |
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 1 | -2/+2 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 1 | -0/+13 |
| 2012-09-06 | revert changing the lua/sdl includes and min/max changes | jacob1 | 1 | -3/+3 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 1 | -3/+3 |
| 2012-09-04 | Some simulation API | Simon Robertshaw | 1 | -0/+7 |
| 2012-09-01 | !load command for old console | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-31 | Some Lua interface API stuff | Simon Robertshaw | 1 | -0/+14 |
| 2012-08-30 | Get/Set single element properties | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-29 | Implement retrieval of element properties | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-29 | Bitops for Lua, incomplete elements API | Simon Robertshaw | 1 | -3/+8 |
| 2012-08-28 | Additions to Lua API: Renderer (colourMode, displayMode, renderMode, plus all... | Simon Robertshaw | 1 | -0/+6 |
| 2012-08-21 | Add missing files from e54eeae | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-20 | TPT: Prevent accidental infinite loops in lua, fixes #115 | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-03 | Old TPT console commands with "!" prefix | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-02 | Update menus on element change from lua, addresses issue #42 | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd | Simon Robertshaw | 1 | -1/+2 |
| 2012-07-08 | Use sdl-config | Simon Robertshaw | 1 | -3/+3 |
| 2012-04-26 | OS X compiling working, Make it a bit more friendly with stricter compilers | Simon Robertshaw | 1 | -3/+3 |
| 2012-04-04 | Change brush size with [ and ] keys, change order of drawing for Lua, Fix pri... | Simon Robertshaw | 1 | -1/+2 |
| 2012-04-04 | CommandInterface, Mouse, Keyboard and Tick events, on screen log, print redir... | Simon Robertshaw | 1 | -1/+9 |
| 2012-02-12 | Somewhat working lua console, no element function overrides, no keyboard, mou... | Simon Robertshaw | 1 | -0/+47 |