| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-03-16 | broke stuff | Lieuwe | 1 | -1/+2 | |
| 2011-03-15 | 64bit really fixed now, does need PYEXT to be defined tho. | Lieuwe | 1 | -1/+1 | |
| 2011-03-15 | no need to include tpt_console.py on 64bit anymore. | Lieuwe | 2 | -3/+4 | |
| 2011-03-13 | added #define PYEXT so you can use an external tpt_console.py on 64bit OSes | Lieuwe | 2 | -1/+2 | |
| 2011-03-09 | added #define to disable PYCONSOLE | Lieuwe | 2 | -1/+3 | |
| 2011-03-06 | COMMIT DAMNIT | Lieuwe | 1 | -1/+1 | |
| 2011-03-06 | more work on the chat client, it now supports nick changes | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | added irc client extension, it only listens for now. | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | keyboard/mouse handling | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | moar graphics stuff | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | got draw_pixel and draw_text to work | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | trying to get a putpixel command working but it segfaults atm | Lieuwe | 1 | -1/+1 | |
| 2011-03-05 | implemented a step hook and modified the makefile to call getheader.py | Lieuwe | 1 | -1/+1 | |
| 2011-03-03 | tpt_console.py now internal | Lieuwe | 1 | -1/+2 | |
| 2011-03-03 | getheader now compiles python files | Lieuwe | 2 | -0/+3 | |
| 2011-02-26 | python console | Lieuwe | 2 | -7/+7 | |
| 2011-02-24 | WIND from cracker! | Simon | 1 | -2/+5 | |
| 2011-02-23 | Fancier glow, now affected by Velocity, Pressure and Heat | Simon | 1 | -1/+1 | |
| 2011-02-23 | Increase minor version | Simon | 1 | -1/+1 | |
| 2011-02-22 | Update version | Simon | 1 | -2/+2 | |
| 2011-02-21 | UI improvements for elements menu | Simon | 2 | -7/+6 | |
| 2011-02-21 | Zoom key conflict with international keyboards | jacksonmj | 1 | -2/+0 | |
| Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls. | |||||
| 2011-02-19 | Fix saving of display mode from keys and fix persistent display | Simon | 1 | -0/+1 | |
| 2011-02-19 | Minor version | Simon | 1 | -1/+1 | |
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 1 | -0/+4 | |
| Also fix two compiler warnings | |||||
| 2011-02-09 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 2 | -8/+9 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 1 | -0/+1 | |
| 2011-02-08 | Sound device not compulsory | jacksonmj | 1 | -1/+1 | |
| 2011-02-07 | Prevent crashes in the event of ridiculous temperatures | jacksonmj | 1 | -4/+5 | |
| 2011-02-07 | Improve console element parsing | jacksonmj | 1 | -3/+3 | |
| GOL, 34, 2x2 now work. Element types can no longer be referred to by number, to remove ambiguity between type and particle number. | |||||
| 2011-02-04 | Fix Antimatter | Simon | 1 | -1/+1 | |
| 2011-02-04 | Merge with cracker, also fix version | Simon | 2 | -9/+9 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 2 | -7/+7 | |
| 2011-02-03 | missed some corrections, fixes GoL | Cracker64 | 2 | -4/+4 | |
| 2011-02-01 | Update with simon, and drawing SPRK on walls crash fix. | Cracker64 | 1 | -2/+2 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 3 | -4/+7 | |
| 2011-01-31 | Fix version for Login | Simon | 1 | -2/+2 | |
| 2011-01-31 | merge jacksonmj's and simon's changes, and made mouse coords show up in ↵ | Cracker64 | 2 | -2/+5 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 1 | -0/+2 | |
| 2011-01-31 | Console improvements | jacksonmj | 1 | -2/+3 | |
| Can use x,y coordinates to specify which particle. ctype now also accepts element names. More sanity checking of input. delete command added. | |||||
| 2011-01-31 | Moved console commands into own function. Added running script files so ↵ | Cracker64 | 1 | -0/+2 | |
| console commands can be run instantly. Added create command. element names work, from jacksonmj. | |||||
| 2011-01-31 | Make console recognise element names | jacksonmj | 1 | -0/+2 | |
| 2011-01-30 | Merge branch 'upstream' into dev | jacksonmj | 3 | -3/+8 | |
| 2011-01-30 | update with latest | Cracker64 | 3 | -14/+15 | |
| 2011-01-30 | Merge with crackers console | Simon | 2 | -0/+3 | |
| 2011-01-30 | added 'load' command, and a basic error message. | Cracker64 | 1 | -1/+1 | |
| 2011-01-30 | Added a console! it is pretty self explanitory | Cracker64 | 2 | -0/+3 | |
| 2011-01-29 | Use Sessions instead of saving password | Simon | 2 | -3/+5 | |
| 2011-01-29 | Consistent use of NGOL, better NSCN description | jacksonmj | 2 | -4/+4 | |
| 2011-01-29 | Merge remote branch 'cracker64' into dev | jacksonmj | 3 | -17/+18 | |
| Conflicts: includes/element.h includes/powder.h src/elements/firw.c src/elements/legacy.c src/elements/phot.c src/elements/sprk.c src/graphics.c src/main.c src/powder.c | |||||
