summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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-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 compatibilityjacksonmj3-11/+12
Also fix two compiler warnings
2011-02-09BCLN and GOO advection fixjacksonmj2-16/+12
2011-02-09Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon7-239/+285
2011-02-09"Added Air modes using Gravitymode code"Cate3-1/+57
2011-02-08gol2 not resetting properlyjacksonmj1-3/+1
Causes life to malfunction severely in some cases
2011-02-08Sound device not compulsoryjacksonmj1-3/+10
2011-02-07Prevent crashes in the event of ridiculous temperaturesjacksonmj3-0/+6
2011-02-07Improve console element parsingjacksonmj1-13/+1
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-06Fix x,y not always updating and particle # not showing when BETA definedjacksonmj1-4/+3
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 devjacksonmj3-44/+185
Conflicts: src/powder.c
2011-02-04Nobody likes extra line breaks]Simon1-2/+2
2011-02-04Session checking on startup and compatibility fixesSimon2-13/+91
2011-02-04We don't want any buffer overflow, especially when reading file and user inputSimon1-2/+2
2011-02-04Merge with cracker, also fix versionSimon7-65/+141
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker647-94/+59
2011-02-03variables and if statements for scripts, GoL is glitchy for me, i don't know whyCracker642-6/+117
2011-02-03Merge branch 'upstream' into devjacksonmj4-36/+196
2011-02-03Fixes from cracker64, also lolsoundsSimon3-10/+170
2011-02-03Possible fix for liquids transferring spark through INSLjacksonmj1-1/+1
2011-02-03Make PTCT/NTCT cool down even when covered with sparkjacksonmj2-2/+6
Also fix typo in update_PHOT
2011-02-02More fixesjacksonmj4-15/+24
Fix PHOT and FWRK. Fix QRTZ conductivity (broken by removing PROP_CONDUCTS) Add some things lost during rewrite: NTCT/PTCT not heated if INSL in the way; boiling point varies with pressure.
2011-02-02HERE are the doubled memsetsCracker641-4/+0
2011-02-02fix a few things, some memsets were doubled.Cracker641-2/+2
2011-02-02testing playing .wav files. lol soundsCracker642-4/+87
2011-02-01Small fixesjacksonmj2-19/+19
Fix nearest_part distance calculation Rename air constants to avoid PLOSS clash with math.h Prevent crashes due to bad lava ctype.
2011-02-01made set work with all of one type of a particle (set type dust deut) turns ↵Cracker642-8/+89
all dust into deut
2011-02-01Update with simon, and drawing SPRK on walls crash fix.Cracker642-2/+10
2011-01-31Small changes from crackerSimon2-11/+30
2011-01-31Fix for liquids - jacksonmjSimon3-284/+429
2011-01-31Attempt fix for liquidsjacksonmj1-5/+5
2011-01-31Fix login for non-elevated usersSimon1-1/+9
2011-01-31merge jacksonmj's and simon's changes, and made mouse coords show up in ↵Cracker644-77/+235
debug so it is easier to get them.
2011-01-31ALL GLORY TO THE SAVASKSimon4-3/+77
2011-01-31Console improvementsjacksonmj2-64/+128
Can use x,y coordinates to specify which particle. ctype now also accepts element names. More sanity checking of input. delete command added.