summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-20Zoom key conflict with international keyboardsjacksonmj3-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-20Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
Also reduce duplication of some HUD code
2011-02-20Fix some compiler warningsjacksonmj4-19/+21
2011-02-20Fix console preventing window from closingjacksonmj1-0/+1
2011-02-19Notication of authentication improvementSimon1-4/+23
2011-02-19Fix saving of display mode from keys and fix persistent displaySimon4-2/+7
2011-02-19Minor versionSimon1-1/+1
2011-02-19Always save last display modejacksonmj2-1/+1
2011-02-19Move reset code to own functionjacksonmj4-39/+32
Also clear persistent view when loading a save or clearing the screen.
2011-02-18Merge branch 'upstream' into devjacksonmj1-2/+2
2011-02-18Preventing creation of invalid types also prevented use of air/temp toolsjacksonmj1-1/+1
2011-02-18Makefile - libregex for mingw32, and change icc spaces to tabjacksonmj1-4/+4
2011-02-18create_box improvementsjacksonmj1-1/+1
Boxes now have sharp corners - they fill only the specified rectangle and not 1 pixel extra on all sides.
2011-02-18Crash when element with invalid type is createdjacksonmj1-3/+3
Generally due to an invalid ctype for clone.
2011-02-18FLAG_STAGNANT usage lost during rewritejacksonmj1-5/+9
2011-02-18Fix incorrect liquids movementjacksonmj1-0/+1
2011-02-18NEUT fixed to dust and fwrk reaction.Cracker641-2/+2
2011-02-18NEUT fixed to dust and fwrk reaction.Cracker641-2/+2
2011-02-16create_box improvementsjacksonmj1-1/+1
Boxes now have sharp corners - they fill only the specified rectangle and not 1 pixel extra on all sides.
2011-02-16Preventing creation of invalid types also prevented use of air/temp toolsjacksonmj1-1/+1
2011-02-15Crash when element with invalid type is createdjacksonmj1-3/+3
Generally due to an invalid ctype for clone.
2011-02-15Makefile - libregex for mingw32, and change icc spaces to tabjacksonmj1-4/+4
2011-02-15Commands in signs, some don't fitCracker643-2/+54
2011-02-13FLAG_STAGNANT usage lost during rewritejacksonmj1-5/+9
2011-02-13Fix incorrect liquids movementjacksonmj1-0/+1
2011-02-13ALL GLORY TO THE SAVASKSimon1-4/+1
2011-02-13Fix Clickable signsSimon1-4/+3
2011-02-13Moved Gravity identifiers, added gravity mode and air mode to save formatSimon2-53/+55
2011-02-13Visual Studio compatibilityjacksonmj4-11/+16
Also fix two compiler warnings
2011-02-11update with latestCracker6411-281/+462
2011-02-09BCLN and GOO advection fixjacksonmj2-16/+12
2011-02-09Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon9-247/+294
2011-02-09"Added Air modes using Gravitymode code"Cate4-1/+58
2011-02-08gol2 not resetting properlyjacksonmj1-3/+1
Causes life to malfunction severely in some cases
2011-02-08Sound device not compulsoryjacksonmj2-4/+11
2011-02-07Prevent crashes in the event of ridiculous temperaturesjacksonmj4-4/+11
2011-02-07Improve console element parsingjacksonmj2-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-07Correct some fancy mode graphicsjacksonmj1-1/+3
2011-02-07Fix console particle number, coordinate parsingjacksonmj1-10/+4
2011-02-07Fix GoL deleting particle 0jacksonmj1-1/+1
2011-02-06More flood_parts fixesjacksonmj1-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-06hidden menu shows up correctlyCracker641-1/+1
2011-02-06Fix x,y not always updating and particle # not showing when BETA definedjacksonmj1-4/+3
2011-02-06particle # shows up againCracker641-1/+1
2011-02-06Fix flood_parts crashesjacksonmj1-6/+12
Crashes due to infinite recursion in flood_parts, which seemed to be caused by the pmap being incorrect.
2011-02-06Uninitialised pointer segfault if not previously logged in - jacksonmjFacialTurd1-1/+1
2011-02-05Better text wrappingjacksonmj1-49/+86
2011-02-04Uninitialised pointer segfault if not previously logged injacksonmj1-1/+1
2011-02-04Merge branch 'upstream' into devjacksonmj5-47/+188
Conflicts: src/powder.c
2011-02-04Fix AntimatterSimon1-1/+1