| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-16 | more minor fixes | jacob1 | 1 | -11/+15 |
| 2013-05-16 | soap lines show in nothing mode, some small changes to arguments for sim api ... | jacob1 | 5 | -44/+13 |
| 2013-05-16 | redo some brush drawing stuff to remove useless checks, and to allow for repl... | jacob1 | 5 | -165/+90 |
| 2013-05-16 | remove checks on location / element in the simulation drawing functions. fix ... | jacob1 | 3 | -104/+128 |
| 2013-05-16 | fix pause button. I'm not sure why I removed that ... | jacob1 | 1 | -0/+1 |
| 2013-05-15 | fix downvote button not being reset when you clear a save | jacob1 | 1 | -1/+1 |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 8 | -14/+77 |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ... | jacob1 | 9 | -133/+164 |
| 2013-05-14 | minor lua api fixes | jacob1 | 2 | -8/+10 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 6 | -3/+141 |
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 6 | -21/+214 |
| 2013-05-14 | some more description changes | jacob1 | 24 | -24/+24 |
| 2013-05-14 | rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN | jacob1 | 6 | -75/+117 |
| 2013-05-13 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -1/+1 |
| 2013-05-13 | fix circle brush shape at some sizes | jacob1 | 1 | -2/+2 |
| 2013-05-13 | Typo where LUACONSOLE was never enabled | cracker64 | 1 | -1/+1 |
| 2013-05-12 | also check .Enabled in PROP | jacob1 | 1 | -1/+1 |
| 2013-05-12 | fix bug where you could set invalid types with PROP | jacob1 | 1 | -0/+6 |
| 2013-05-12 | Merge remote-tracking branch 'origin/master' | jacob1 | 143 | -152/+198 |
| 2013-05-12 | fix tooltips and dt | jacob1 | 5 | -16/+46 |
| 2013-05-11 | Merge pull request #135 from mniip/newlines | jacob1 | 138 | -138/+138 |
| 2013-05-11 | D: | mniip | 138 | -138/+138 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 17 | -25/+71 |
| 2013-05-09 | fix tpt.message_box, fix compiling error | jacob1 | 2 | -3/+3 |
| 2013-05-09 | Forward resample argument correctly from VideoBuffer resize method | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-09 | just one to_boolean works... any number is true. | cracker64 | 1 | -1/+1 |
| 2013-05-09 | Fix tpt.message_box correctly to only accept true/false third arg. | cracker64 | 1 | -1/+1 |
| 2013-05-08 | Rocket boots for fighters. | Saveliy Skresanov | 2 | -5/+15 |
| 2013-05-08 | Merge remote-tracking branch 'upstream/master' | Saveliy Skresanov | 1 | -11/+19 |
| 2013-05-08 | Fix "blow power" for stick man, disable rocket boots on E-hole. | Saveliy Skresanov | 3 | -7/+15 |
| 2013-05-08 | Merge remote-tracking branch 'origin/master' | jacob1 | 5 | -15/+181 |
| 2013-05-08 | fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going through | jacob1 | 6 | -18/+15 |
| 2013-05-08 | Rocket boots for stickman, because why not | jacksonmj | 4 | -10/+156 |
| 2013-05-08 | Fix ARAY better, instead of relying on conduction check to stop on BRAY, whic... | cracker64 | 1 | -11/+19 |
| 2013-05-07 | STKM - fix jumping in the x direction in different gravity modes | jacksonmj | 1 | -0/+3 |
| 2013-05-06 | gol2 array is static size, adding new GoL won't increase memory usage. | cracker64 | 2 | -8/+25 |
| 2013-05-05 | Optimize GoL a bit, haven't changed gol2 yet. | cracker64 | 1 | -38/+40 |
| 2013-05-05 | Only free GameView if it can be closed | Simon Robertshaw | 1 | -5/+5 |
| 2013-05-05 | Update version number | Simon Robertshaw | 1 | -2/+2 |
| 2013-05-05 | Fix temperature sensor | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-05 | Merge pull request #134 from mniip/signals | savask | 1 | -0/+1 |
| 2013-05-05 | well, fuck you too, simon | mniip | 1 | -0/+1 |
| 2013-05-05 | fix tooltip issues in render options too | jacob1 | 3 | -1/+7 |
| 2013-05-05 | small fix | jacob1 | 1 | -2/+2 |
| 2013-05-05 | fix element scrollbar issues, fix fading of HUD/intro text, fix compiling err... | jacob1 | 1 | -16/+22 |
| 2013-05-05 | drawtext_outline to fix unreadable infotips, tooltips fade in and out (more l... | jacob1 | 7 | -14/+51 |
| 2013-05-05 | fix not being able to draw TUGN under high/low pressure | jacob1 | 2 | -7/+3 |
| 2013-05-05 | New Element: Pressure sensor | jacob1 | 3 | -2/+82 |
| 2013-05-04 | move some elements around | jacob1 | 6 | -6/+6 |
| 2013-05-04 | add #ifdef WIN / #idndef WIN around some lua socket files, for easier visual ... | jacob1 | 7 | -6/+13 |