| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-10 | Flashing BRAY fix | jacksonmj | 1 | -0/+9 | |
| We should just be thankful that negative life will not save correctly... | |||||
| 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 | |
| Conflicts: src/main.c | |||||
| 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 | Fix GoL to not set gol2 on other things | Cracker64 | 1 | -2/+6 | |
| 2011-02-24 | Fix particles displaced by liquids moving to overlapping positions | jacksonmj | 1 | -3/+5 | |
| 2011-02-24 | Fix lava freezing point | jacksonmj | 1 | -3/+5 | |
| 2011-02-24 | Fix particles displaced by liquids moving to overlapping positions | jacksonmj | 1 | -3/+5 | |
| 2011-02-23 | Fix lava freezing point | jacksonmj | 1 | -3/+5 | |
| 2011-02-23 | Switch life to ctype for, photons apparently use the GLOW ctype for something | Simon | 2 | -3/+3 | |
| 2011-02-23 | Fancier glow, now affected by Velocity, Pressure and Heat | Simon | 2 | -22/+22 | |
| 2011-02-23 | Increase debug coords string buffer to prevent crashes | Simon | 1 | -1/+1 | |
| 2011-02-23 | Reduce GoL lag | Cracker64 | 1 | -1/+3 | |
| 2011-02-22 | Make the help screen a bit cleaner | Simon | 1 | -7/+3 | |
| 2011-02-22 | Merge branch 'upstream' into dev | jacksonmj | 3 | -104/+146 | |
| Conflicts: src/main.c | |||||
| 2011-02-22 | Improvement to scrolling menu | Simon | 1 | -2/+2 | |
| 2011-02-21 | UI improvements for elements menu | Simon | 2 | -20/+22 | |
| 2011-02-21 | Sound and scripts are opt-in, to speed up loading and closing | Simon | 1 | -79/+98 | |
| 2011-02-21 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon | 2 | -21/+13 | |
| 2011-02-21 | Zoom key conflict with international keyboards | jacksonmj | 2 | -6/+3 | |
| 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-21 | Reduce overlap of HUD text when in debug/beta mode | jacksonmj | 1 | -15/+9 | |
| Also reduce duplication of some HUD code | |||||
| 2011-02-21 | Fix console preventing window from closing | jacksonmj | 1 | -0/+1 | |
| 2011-02-20 | Zoom key conflict with international keyboards | jacksonmj | 2 | -6/+3 | |
| 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-20 | Reduce overlap of HUD text when in debug/beta mode | jacksonmj | 1 | -15/+9 | |
| Also reduce duplication of some HUD code | |||||
| 2011-02-20 | Fix some compiler warnings | jacksonmj | 3 | -19/+20 | |
| 2011-02-20 | Fix console preventing window from closing | jacksonmj | 1 | -0/+1 | |
| 2011-02-19 | Notication of authentication improvement | Simon | 1 | -4/+23 | |
| 2011-02-19 | Fix saving of display mode from keys and fix persistent display | Simon | 3 | -2/+6 | |
| 2011-02-19 | Always save last display mode | jacksonmj | 2 | -1/+1 | |
| 2011-02-19 | Move reset code to own function | jacksonmj | 2 | -39/+30 | |
| Also clear persistent view when loading a save or clearing the screen. | |||||
| 2011-02-18 | Preventing creation of invalid types also prevented use of air/temp tools | jacksonmj | 1 | -1/+1 | |
| 2011-02-18 | create_box improvements | jacksonmj | 1 | -1/+1 | |
| Boxes now have sharp corners - they fill only the specified rectangle and not 1 pixel extra on all sides. | |||||
| 2011-02-18 | Crash when element with invalid type is created | jacksonmj | 1 | -3/+3 | |
| Generally due to an invalid ctype for clone. | |||||
| 2011-02-18 | FLAG_STAGNANT usage lost during rewrite | jacksonmj | 1 | -5/+9 | |
| 2011-02-18 | Fix incorrect liquids movement | jacksonmj | 1 | -0/+1 | |
| 2011-02-18 | NEUT fixed to dust and fwrk reaction. | Cracker64 | 1 | -2/+2 | |
| 2011-02-13 | ALL GLORY TO THE SAVASK | Simon | 1 | -4/+1 | |
| 2011-02-13 | Fix Clickable signs | Simon | 1 | -4/+3 | |
| 2011-02-13 | Moved Gravity identifiers, added gravity mode and air mode to save format | Simon | 2 | -53/+55 | |
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 3 | -11/+12 | |
| Also fix two compiler warnings | |||||
| 2011-02-09 | BCLN and GOO advection fix | jacksonmj | 2 | -16/+12 | |
| 2011-02-09 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 7 | -239/+285 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 3 | -1/+57 | |
| 2011-02-08 | gol2 not resetting properly | jacksonmj | 1 | -3/+1 | |
| Causes life to malfunction severely in some cases | |||||
| 2011-02-08 | Sound device not compulsory | jacksonmj | 1 | -3/+10 | |
| 2011-02-07 | Prevent crashes in the event of ridiculous temperatures | jacksonmj | 3 | -0/+6 | |
