| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-20 | Zoom key conflict with international keyboards | jacksonmj | 3 | -8/+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 | 4 | -19/+21 | |
| 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 | 4 | -2/+7 | |
| 2011-02-19 | Minor version | Simon | 1 | -1/+1 | |
| 2011-02-19 | Always save last display mode | jacksonmj | 2 | -1/+1 | |
| 2011-02-19 | Move reset code to own function | jacksonmj | 4 | -39/+32 | |
| Also clear persistent view when loading a save or clearing the screen. | |||||
| 2011-02-18 | Merge branch 'upstream' into dev | jacksonmj | 1 | -2/+2 | |
| 2011-02-18 | Preventing creation of invalid types also prevented use of air/temp tools | jacksonmj | 1 | -1/+1 | |
| 2011-02-18 | Makefile - libregex for mingw32, and change icc spaces to tab | jacksonmj | 1 | -4/+4 | |
| 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-18 | NEUT fixed to dust and fwrk reaction. | Cracker64 | 1 | -2/+2 | |
| 2011-02-16 | 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-16 | Preventing creation of invalid types also prevented use of air/temp tools | jacksonmj | 1 | -1/+1 | |
| 2011-02-15 | Crash when element with invalid type is created | jacksonmj | 1 | -3/+3 | |
| Generally due to an invalid ctype for clone. | |||||
| 2011-02-15 | Makefile - libregex for mingw32, and change icc spaces to tab | jacksonmj | 1 | -4/+4 | |
| 2011-02-15 | Commands in signs, some don't fit | Cracker64 | 3 | -2/+54 | |
| 2011-02-13 | FLAG_STAGNANT usage lost during rewrite | jacksonmj | 1 | -5/+9 | |
| 2011-02-13 | Fix incorrect liquids movement | jacksonmj | 1 | -0/+1 | |
| 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 | 4 | -11/+16 | |
| Also fix two compiler warnings | |||||
| 2011-02-11 | update with latest | Cracker64 | 11 | -281/+462 | |
| 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 | 9 | -247/+294 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 4 | -1/+58 | |
| 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 | 2 | -4/+11 | |
| 2011-02-07 | Prevent crashes in the event of ridiculous temperatures | jacksonmj | 4 | -4/+11 | |
| 2011-02-07 | Improve console element parsing | jacksonmj | 2 | -16/+4 | |
| 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-07 | Correct some fancy mode graphics | jacksonmj | 1 | -1/+3 | |
| 2011-02-07 | Fix console particle number, coordinate parsing | jacksonmj | 1 | -10/+4 | |
| 2011-02-07 | Fix GoL deleting particle 0 | jacksonmj | 1 | -1/+1 | |
| 2011-02-06 | More flood_parts fixes | jacksonmj | 1 | -30/+39 | |
| kill_part needs to update photon map, otherwise delete_part keeps deleting the same photon, leading to infinite flood_parts recursion. | |||||
| 2011-02-06 | hidden menu shows up correctly | Cracker64 | 1 | -1/+1 | |
| 2011-02-06 | Fix x,y not always updating and particle # not showing when BETA defined | jacksonmj | 1 | -4/+3 | |
| 2011-02-06 | particle # shows up again | Cracker64 | 1 | -1/+1 | |
| 2011-02-06 | Fix flood_parts crashes | jacksonmj | 1 | -6/+12 | |
| Crashes due to infinite recursion in flood_parts, which seemed to be caused by the pmap being incorrect. | |||||
| 2011-02-06 | Uninitialised pointer segfault if not previously logged in - jacksonmj | FacialTurd | 1 | -1/+1 | |
| 2011-02-05 | Better text wrapping | jacksonmj | 1 | -49/+86 | |
| 2011-02-04 | Uninitialised pointer segfault if not previously logged in | jacksonmj | 1 | -1/+1 | |
| 2011-02-04 | Merge branch 'upstream' into dev | jacksonmj | 5 | -47/+188 | |
| Conflicts: src/powder.c | |||||
| 2011-02-04 | Fix Antimatter | Simon | 1 | -1/+1 | |
