| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-17 | Particle position lookup with sim.partID | Simon Robertshaw | 2 | -0/+20 |
| 2013-02-17 | sim.partProperty API method, sim.partPosition API method | Simon Robertshaw | 2 | -0/+164 |
| 2013-02-16 | Allow implicit conversions when setting text property on some Lua API UI elem... | Simon Robertshaw | 3 | -6/+2 |
| 2013-02-16 | Add missing removeComponent for Lua API | Simon Robertshaw | 4 | -0/+50 |
| 2013-02-15 | fix mac compiling, fix renderer, fix other minor compiling issues | jacob1 | 1 | -2/+2 |
| 2013-02-11 | fix modifiers from lua, fix right ctrl | jacob1 | 1 | -8/+2 |
| 2013-01-23 | fix "i" argument to graphics functions. | jacob1 | 3 | -6/+31 |
| 2013-01-22 | fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo... | jacob1 | 2 | -27/+17 |
| 2013-01-19 | Revert "move version info to version.h, no longer needs full recompile on ver... | Simon Robertshaw | 1 | -1/+0 |
| 2013-01-17 | add gravmap setting. Getting doesn't work right now, and maybe i should check... | jacob1 | 2 | -1/+37 |
| 2013-01-17 | combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityY | jacob1 | 2 | -19/+120 |
| 2013-01-17 | sim.get/setPressure, a few constants to the simulation api | jacob1 | 3 | -1/+90 |
| 2013-01-16 | implement tpt.set_shortcuts | jacob1 | 1 | -3/+9 |
| 2013-01-16 | log error messages for update functions | jacob1 | 1 | -4/+9 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 1 | -0/+1 |
| 2013-01-09 | re-add tpt.display_mode, check element id's in tpt.set_property, tpt.get_scri... | jacob1 | 1 | -6/+13 |
| 2013-01-09 | readd tpt.hud and tpt.set_console commands | jacob1 | 3 | -11/+15 |
| 2013-01-08 | change right click button id to 4 for lua events, to match old tpt | jacob1 | 1 | -0/+4 |
| 2013-01-08 | change tpt.fillrect dimentions to old tpt ones, move brush list generating ou... | jacob1 | 1 | -2/+2 |
| 2013-01-08 | fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id | jacob1 | 5 | -10/+39 |
| 2013-01-06 | fix element function replacement option | jacob1 | 3 | -8/+23 |
| 2012-11-18 | Use ifndef WIN instead of ifdef _unix | Simon Robertshaw | 1 | -1/+1 |
| 2012-11-16 | save pause state in stamps, load pause state from local saves and stamps corr... | jacob1 | 1 | -1/+1 |
| 2012-11-16 | fix tpt.el.X.name commands | jacob1 | 1 | -1/+1 |
| 2012-11-03 | SC_SENSOR in Elements API | Simon Robertshaw | 1 | -0/+1 |
| 2012-10-26 | Fix error from merging | Simon Robertshaw | 1 | -1/+1 |
| 2012-10-26 | some testing with DEBUG mode, add some stuff | jacob1 | 1 | -1/+6 |
| 2012-10-26 | !quit function | jacob1 | 2 | -0/+12 |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 2 | -16/+3 |
| 2012-10-09 | Merge pull request #195 from Huulivoide/master | Simon Robertshaw | 1 | -1/+5 |
| 2012-10-07 | Windows doesn't have unistd.h, use only in unix platforms. | Jesse Jaara | 1 | -1/+4 |
| 2012-10-05 | Only run autorun if it exists | Simon Robertshaw | 1 | -4/+3 |
| 2012-10-05 | prevent setting invalid types, fix setting type to "NONE", "C4", & "C5" | jacob1 | 2 | -4/+10 |
| 2012-10-02 | Add couple of missing header files needed by GCC 4.7. | Jesse Jaara | 1 | -1/+2 |
| 2012-10-01 | Negative values in old console commands | Simon Robertshaw | 1 | -1/+3 |
| 2012-09-30 | Set appropriate default values for some static Lua interface variables | Simon Robertshaw | 1 | -5/+5 |
| 2012-09-29 | Lua FileSystem API | Simon Robertshaw | 2 | -2/+265 |
| 2012-09-29 | ren.decorations() to enable/disable/get decorations (Lua API) | Simon Robertshaw | 1 | -2/+16 |
| 2012-09-28 | Move old Lua API into another file, make the old drawin API have the old posi... | Simon Robertshaw | 4 | -1827/+2015 |
| 2012-09-25 | some improvements to the render options interface and checkboxes (icons and t... | jacob1 | 1 | -1/+1 |
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 2 | -10/+32 |
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 8 | -0/+414 |
| 2012-09-16 | When reloading elements API, set packages.loaded["elements"] to nil to preven... | Simon Robertshaw | 1 | -0/+8 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 2 | -0/+91 |
| 2012-09-07 | Remove debug crap | Simon Robertshaw | 1 | -1/+0 |
| 2012-09-06 | revert changing the lua/sdl includes and min/max changes | jacob1 | 13 | -38/+38 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 14 | -38/+56 |
| 2012-09-05 | Some simulation API | Simon Robertshaw | 1 | -5/+8 |
| 2012-09-04 | Some simulation API | Simon Robertshaw | 2 | -0/+109 |
| 2012-09-02 | Textbox component for Lua interface API | Simon Robertshaw | 10 | -105/+298 |