| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-03-15 | Display photon wavelengths in HUD | jacksonmj | 2 | -1/+40 |
| 2011-03-14 | another 64bit fix | Lieuwe | 1 | -34/+34 |
| 2011-03-14 | this might fix the python console on 64bit without #define PYEXT | Lieuwe | 1 | -2/+36 |
| 2011-03-13 | added #define PYEXT so you can use an external tpt_console.py on 64bit OSes | Lieuwe | 1 | -2/+9 |
| 2011-03-12 | Save ID is useful, so display it! | jacksonmj | 1 | -2/+22 |
| 2011-03-12 | Limit length of save title and username at bottom of screen | jacksonmj | 1 | -3/+3 |
| 2011-03-12 | Update fancy mode to use the new GLOW graphics | jacksonmj | 1 | -19/+15 |
| 2011-03-12 | forgot some files, and a few fixes, set commands use 'setfrom' instead of 'fr... | Cracker64 | 1 | -10/+10 |
| 2011-03-10 | Flashing BRAY fix | jacksonmj | 1 | -0/+9 |
| 2011-03-10 | merge merge merge | Cracker64 | 7 | -894/+1484 |
| 2011-03-10 | Remove some redundant code | Simon | 1 | -3/+0 |
| 2011-03-10 | Testing commit | Simon | 1 | -5/+6 |
| 2011-03-10 | Alter year, useless commit | Simon | 1 | -6/+6 |
| 2011-03-09 | Fix makefile for OS X | Simon | 2 | -385/+613 |
| 2011-03-09 | added #define to disable PYCONSOLE | Lieuwe | 2 | -4/+25 |
| 2011-03-07 | check bounds for wind, causes some funny glitches though. | Cracker64 | 1 | -1/+1 |
| 2011-03-06 | COMMIT DAMNIT | Lieuwe | 2 | -360/+398 |
| 2011-03-06 | more work on the chat client, it now supports nick changes | Lieuwe | 2 | -15/+38 |
| 2011-03-05 | added irc client extension, it only listens for now. | Lieuwe | 2 | -44/+16 |
| 2011-03-05 | keyboard/mouse handling | Lieuwe | 2 | -10/+67 |
| 2011-03-05 | moar graphics stuff | Lieuwe | 2 | -3/+51 |
| 2011-03-05 | got draw_pixel and draw_text to work | Lieuwe | 2 | -3/+32 |
| 2011-03-05 | trying to get a putpixel command working but it segfaults atm | Lieuwe | 2 | -4/+16 |
| 2011-03-05 | implemented a step hook and modified the makefile to call getheader.py | Lieuwe | 2 | -13/+41 |
| 2011-03-04 | Python console changes | Simon | 4 | -85/+381 |
| 2011-03-03 | Merge branches 'pyconsole_internal' and 'master' into pyconsole_internal | Lieuwe | 2 | -18/+27 |
| 2011-03-03 | Merge branch 'master' of https://github.com/FacialTurd/The-Powder-Toy | Lieuwe | 2 | -18/+27 |
| 2011-03-03 | tpt_console.py now internal | Lieuwe | 1 | -3/+7 |
| 2011-03-03 | getheader now compiles python files | Lieuwe | 1 | -0/+77 |
| 2011-03-03 | pulled some code by cracker which makes output even more awesome :P | Lieuwe | 3 | -83/+316 |
| 2011-03-03 | a get_pmap and get_prop function for python so fancier scripts can be made. ... | Cracker64 | 2 | -8/+60 |
| 2011-03-02 | Enable key repeat for console | Simon | 1 | -0/+6 |
| 2011-03-02 | update readme for console | Cracker64 | 1 | -9/+9 |
| 2011-03-02 | python console | Lieuwe | 2 | -451/+489 |
| 2011-03-02 | console things, set commands use keywords for arguments. | Cracker64 | 2 | -471/+690 |
| 2011-03-02 | Fix some potential crashes, better handling of empty server responses | jacksonmj | 1 | -8/+16 |
| 2011-03-02 | Fix ETRD not conducting correctly to adjacent particles | jacksonmj | 1 | -10/+11 |
| 2011-03-02 | fix "water spark bounce" | Cracker64 | 1 | -0/+3 |
| 2011-03-02 | INST works with caps lock/replace mode, and fix some replace mode out of scre... | Cracker64 | 1 | -2/+13 |
| 2011-03-01 | fix "water spark bounce" | Cracker64 | 1 | -0/+3 |
| 2011-03-01 | INST works with caps lock/replace mode, and fix some replace mode out of scre... | Cracker64 | 1 | -2/+13 |
| 2011-02-26 | Fix some potential crashes, better handling of empty server responses | jacksonmj | 1 | -8/+16 |
| 2011-02-26 | Merge branch 'upstream' into dev | jacksonmj | 5 | -71/+99 |
| 2011-02-26 | python console | Lieuwe | 2 | -451/+489 |
| 2011-02-24 | Fix ETRD not conducting correctly to adjacent particles | jacksonmj | 1 | -10/+11 |
| 2011-02-24 | Pretty transparent console | Simon | 2 | -36/+45 |
| 2011-02-24 | WIND from cracker! | Simon | 2 | -2/+19 |
| 2011-02-24 | rename drag to wind | Cracker64 | 1 | -1/+1 |
| 2011-02-24 | forgot powder.h, and renamed drag to wind | Cracker64 | 1 | -2/+2 |
| 2011-02-24 | a drag tool! | Cracker64 | 2 | -3/+16 |