| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-03-22 | Fixes from jacksonmj | Simon | 9 | -308/+444 | |
| 2011-03-21 | Fix crash when trying to move to invalid co-ordinates | jacksonmj | 1 | -0/+2 | |
| 2011-03-19 | Fix stickmen photons and neutrons | jacksonmj | 2 | -22/+28 | |
| 2011-03-18 | Remove redundant rotate/invert code and correct rotation direction | jacksonmj | 2 | -109/+2 | |
| 2011-03-18 | Better rotation and inversion, also does single pixel translation | jacksonmj | 2 | -9/+139 | |
| 2011-03-18 | Matrices and vectors, to make coding next commit more pleasant | jacksonmj | 1 | -0/+65 | |
| 2011-03-18 | Add some arguments to save build/parse functions | jacksonmj | 2 | -9/+11 | |
| To make clipboard manipulation easier. | |||||
| 2011-03-18 | check bounds for wind, causes some funny glitches though. | Cracker64 | 1 | -1/+1 | |
| 2011-03-18 | Remove code to delete SPAWN when stickman produced | jacksonmj | 1 | -48/+16 | |
| Code doesn't actually do anything in official source, due to operator precedence and lack of brackets. | |||||
| 2011-03-17 | Fix incorrect pitch in sdl_seticon | jacksonmj | 1 | -1/+1 | |
| Was causing garbled icon on linux. 16 pixels * 4 bytes per pixel = 64, not 128. | |||||
| 2011-03-17 | Remove neutrons from pmap | jacksonmj | 2 | -15/+31 | |
| 2011-03-16 | PRTO fix | Cracker64 | 1 | -4/+4 | |
| 2011-03-16 | Visual Studio | jacksonmj | 3 | -3/+4 | |
| 2011-03-16 | flood_parts uninitialised variable | jacksonmj | 1 | -6/+2 | |
| 2011-03-15 | Display element contained by PIPE in debug mode | jacksonmj | 1 | -0/+5 | |
| 2011-03-15 | Display photon wavelengths in HUD | jacksonmj | 2 | -1/+40 | |
| 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-10 | Flashing BRAY fix | jacksonmj | 1 | -0/+9 | |
| We should just be thankful that negative life will not save correctly... | |||||
| 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 ↵ | Cracker64 | 1 | -2/+13 | |
| screen crashes. | |||||
| 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 | |
