| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | 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 | 6 | -0/+12 |
| 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 | Fix Lua includes in luasocket builtin | Simon Robertshaw | 1 | -2/+5 |
| 2013-05-04 | Fix compiling with new BSOD in debug mode | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-04 | Merge pull request #131 from mniip/lua | Simon Robertshaw | 33 | -0/+4044 |
| 2013-05-04 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 6 | -13/+19 |
| 2013-05-04 | possible piston bug fix for save 1176828 | jacob1 | 1 | -1/+1 |
| 2013-05-04 | TPT Blue screen of death - try its best to catch some signals (SIGSEGV) and u... | Simon Robertshaw | 1 | -80/+162 |
| 2013-05-04 | Typo in rules | jacksonmj | 1 | -3/+3 |
| 2013-05-04 | Fix solidification temperature of molten TUGN | jacksonmj | 3 | -3/+6 |
| 2013-05-04 | ctrl+r reload shortcut, fix a few brush drawing bugs, fix stamp xor area, fix... | jacob1 | 1 | -6/+9 |
| 2013-05-04 | Fix position of scrolly bio, increase user profile window size | Simon Robertshaw | 1 | -2/+2 |
| 2013-05-04 | Prevent TUGN from breaking when resetting air | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-04 | Fix compilation issues on Windows with Window Position Loader | Simon Robertshaw | 1 | -2/+3 |
| 2013-05-04 | Tungsten breaks under pressure changes | Simon Robertshaw | 1 | -0/+6 |
| 2013-05-04 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 111 | -161/+313 |
| 2013-05-04 | change ">" to "..." (from mniip) | jacob1 | 1 | -1/+1 |
| 2013-05-04 | update with latest rules, fix grammar, fixes #126 | jacob1 | 1 | -12/+15 |
| 2013-05-04 | fix some descriptions | jacob1 | 6 | -6/+6 |
| 2013-05-04 | change descriptions of many elements to be more consistent, contain more info... | jacob1 | 104 | -104/+104 |
| 2013-05-04 | mniip: fix crash on non-string error in step and other functions | jacob1 | 1 | -6/+6 |
| 2013-05-04 | fix crash on non-string error in step and other functions | mniip | 1 | -6/+6 |
| 2013-05-03 | make GOLD sparkle slightly, and it kills NEUT | jacob1 | 1 | -2/+17 |
| 2013-05-03 | set window position before displaying it | jacob1 | 1 | -14/+9 |
| 2013-05-03 | Merge pull request #130 from mmbob/master | jacob1 | 2 | -7/+100 |
| 2013-05-03 | New element: Tungsten, very high melting point | Simon Robertshaw | 2 | -0/+130 |
| 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 | 3 | -4/+34 |
| 2013-05-02 | better luacon_geterror | mniip | 1 | -26/+25 |
| 2013-05-02 | fix tpt.log so that when called multiple times, it doesn't overwrite the text | mniip | 1 | -1/+5 |