| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-16 | soap lines show in nothing mode, some small changes to arguments for sim api ... | jacob1 | 1 | -40/+8 |
| 2013-05-16 | redo some brush drawing stuff to remove useless checks, and to allow for repl... | jacob1 | 1 | -0/+1 |
| 2013-05-16 | remove checks on location / element in the simulation drawing functions. fix ... | jacob1 | 1 | -91/+89 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -0/+43 |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ... | jacob1 | 1 | -0/+1 |
| 2013-05-14 | minor lua api fixes | jacob1 | 1 | -8/+8 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 1 | -3/+53 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 1 | -0/+181 |
| 2013-05-11 | D: | mniip | 1 | -1/+1 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 1 | -0/+2 |
| 2013-05-08 | fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going through | jacob1 | 1 | -1/+1 |
| 2013-05-04 | Merge pull request #133 from mniip/lua | jacob1 | 1 | -0/+9 |
| 2013-05-04 | Fix the luaopen_socket_core loader; derp me | mniip | 1 | -0/+9 |
| 2013-05-04 | Merge pull request #131 from mniip/lua | Simon Robertshaw | 1 | -0/+4 |
| 2013-05-04 | change ">" to "..." (from mniip) | jacob1 | 1 | -1/+1 |
| 2013-05-03 | allow multiline code input, command will be executed when enough code given | mniip | 1 | -2/+15 |
| 2013-05-02 | print returned values; implicit return in console; console source | mniip | 1 | -3/+32 |
| 2013-05-02 | statically linked, or better to say, builtin luasocket | mniip | 1 | -0/+4 |
| 2013-04-26 | a major rewrite of event registration, it's fully compatible, yet has new adv... | mniip | 1 | -5/+0 |
| 2013-03-24 | Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -6/+6 |
| 2013-03-23 | CFLM defusses VIBR, a few speed improvements to VIBR | jacob1 | 1 | -1/+1 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 1 | -6/+6 |
| 2013-03-16 | add identifier constants based on the display name to the lua api | jacob1 | 1 | -0/+7 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 1 | -10/+3 |
| 2013-02-17 | Particle position lookup with sim.partID | Simon Robertshaw | 1 | -0/+19 |
| 2013-02-17 | sim.partProperty API method, sim.partPosition API method | Simon Robertshaw | 1 | -0/+159 |
| 2013-02-16 | Add missing removeComponent for Lua API | Simon Robertshaw | 1 | -0/+24 |
| 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 | 1 | -2/+1 |
| 2013-01-22 | fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo... | jacob1 | 1 | -25/+15 |
| 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 | 1 | -1/+36 |
| 2013-01-17 | combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityY | jacob1 | 1 | -11/+116 |
| 2013-01-17 | sim.get/setPressure, a few constants to the simulation api | jacob1 | 1 | -0/+81 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 1 | -0/+1 |
| 2013-01-09 | readd tpt.hud and tpt.set_console commands | jacob1 | 1 | -0/+2 |
| 2013-01-08 | change right click button id to 4 for lua events, to match old tpt | jacob1 | 1 | -0/+4 |
| 2013-01-08 | fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id | jacob1 | 1 | -4/+27 |
| 2013-01-06 | fix element function replacement option | jacob1 | 1 | -6/+18 |
| 2012-11-18 | Use ifndef WIN instead of ifdef _unix | Simon Robertshaw | 1 | -1/+1 |
| 2012-11-03 | SC_SENSOR in Elements API | Simon Robertshaw | 1 | -0/+1 |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 1 | -6/+2 |
| 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-02 | Add couple of missing header files needed by GCC 4.7. | Jesse Jaara | 1 | -1/+2 |
| 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 | 1 | -2/+253 |
| 2012-09-29 | ren.decorations() to enable/disable/get decorations (Lua API) | Simon Robertshaw | 1 | -2/+16 |