| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | 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 |
| 2013-05-02 | LoadWindowPosition has a better default position | mmbob | 1 | -15/+22 |
| 2013-05-01 | Merge remote-tracking branch 'upstream/master' | mmbob | 2 | -5/+5 |
| 2013-04-30 | Correct gold melting point | jacksonmj | 1 | -1/+1 |
| 2013-04-30 | INST flood fill change so that vertical conduction is only prevented for 1px ... | jacksonmj | 1 | -4/+4 |
| 2013-04-30 | Merge remote-tracking branch 'upstream/master' | mmbob | 7 | -212/+397 |
| 2013-04-27 | Remove obsolete code from TPTScriptInterface | jacksonmj | 1 | -4/+1 |
| 2013-04-27 | Less dependence on particle order for GOLD fast electricity conduction | jacksonmj | 1 | -1/+1 |
| 2013-04-27 | BREAKING NEWS: Hell has frozen over | Simon Robertshaw | 2 | -1/+93 |
| 2013-04-26 | Ooooooohh | mniip | 1 | -1/+1 |
| 2013-04-26 | Fixed graphics function crash when unable to catch errors | mniip | 1 | -14/+18 |
| 2013-04-26 | a major rewrite of event registration, it's fully compatible, yet has new adv... | mniip | 3 | -187/+255 |
| 2013-04-26 | print does implicit tostring, also generates a list ouside of console too | mniip | 1 | -9/+31 |
| 2013-04-25 | fixed dropper debug printing | mniip | 1 | -0/+2 |
| 2013-04-22 | Fix reading hexadecimal in TPTScriptInterface | mmbob | 1 | -1/+1 |
| 2013-04-22 | Replace __ImageBase. Save + load window position. | mmbob | 1 | -6/+92 |
| 2013-04-18 | Prevent "!set type none blah" | jacksonmj | 1 | -0/+2 |
| 2013-04-13 | update version (86.1.263 -> 87.0.267) | jacob1 | 1 | -3/+3 |
| 2013-04-10 | fix assert error when resampling an image to an invalid size (corrupted stamps) | jacob1 | 1 | -0/+2 |
| 2013-04-10 | fix setting negative numbers in the old console (using atoi) | jacob1 | 1 | -8/+1 |
| 2013-04-09 | Add --nofft option to compile without FFTW3 | Julian Meyer | 1 | -3/+8 |
| 2013-04-07 | Allow signing out and editing profile from the old login button, add a button... | Simon Robertshaw | 6 | -7/+61 |
| 2013-04-07 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 6 | -6/+64 |
| 2013-03-27 | SPRK from SWCH should check both cases. | cracker64 | 1 | -1/+1 |
| 2013-03-26 | Update version number | Simon Robertshaw | 1 | -2/+2 |
| 2013-03-26 | TPTScriptInterface: Ability to read hexadecimal constants | Simon Robertshaw | 2 | -1/+58 |
| 2013-03-25 | Fix CRAY bug that deletes particle 0 | jacob1 | 1 | -2/+2 |
| 2013-03-25 | Fix NEUT not going through INVS | jacob1 | 1 | -0/+1 |
| 2013-03-24 | Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 175 | -294/+288 |
| 2013-03-23 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -2/+2 |
| 2013-03-23 | CFLM defusses VIBR, a few speed improvements to VIBR | jacob1 | 2 | -50/+76 |
| 2013-03-22 | Fix includes for GUI stuff | Simon Robertshaw | 31 | -65/+65 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 175 | -229/+223 |
| 2013-03-22 | Use "http://" for update/startup check | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-22 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+2 |
| 2013-03-22 | Don't try to parse update check response if it's NULL! | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-22 | fix compiling error | jacob1 | 1 | -1/+2 |
| 2013-03-21 | Merge | Simon Robertshaw | 4 | -7/+7 |
| 2013-03-21 | POST requests for APIRequest, allow saving user details from within the game,... | Simon Robertshaw | 9 | -11/+425 |
| 2013-03-17 | add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 loop... | jacob1 | 3 | -5/+5 |