summaryrefslogtreecommitdiff
path: root/src/powder.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Fix some WIND bugsSimon1-4/+4
2011-03-22Fixes from jacksonmjSimon1-154/+157
2011-03-21Fix crash when trying to move to invalid co-ordinatesjacksonmj1-0/+2
2011-03-18Remove redundant rotate/invert code and correct rotation directionjacksonmj1-84/+0
2011-03-18Better rotation and inversion, also does single pixel translationjacksonmj1-0/+106
2011-03-18Remove code to delete SPAWN when stickman producedjacksonmj1-48/+16
Code doesn't actually do anything in official source, due to operator precedence and lack of brackets.
2011-03-17Remove neutrons from pmapjacksonmj1-14/+29
2011-03-16flood_parts uninitialised variablejacksonmj1-6/+2
2011-03-02fix "water spark bounce"Cracker641-0/+3
2011-03-02INST works with caps lock/replace mode, and fix some replace mode out of ↵Cracker641-2/+13
screen crashes.
2011-03-01fix "water spark bounce"Cracker641-0/+3
2011-03-01INST works with caps lock/replace mode, and fix some replace mode out of ↵Cracker641-2/+13
screen crashes.
2011-02-26Merge branch 'upstream' into devjacksonmj1-3/+13
Conflicts: src/main.c
2011-02-24WIND from cracker!Simon1-0/+4
2011-02-24rename drag to windCracker641-1/+1
2011-02-24a drag tool!Cracker641-0/+2
2011-02-24Fix GoL to not set gol2 on other thingsCracker641-2/+6
2011-02-24Fix particles displaced by liquids moving to overlapping positionsjacksonmj1-3/+5
2011-02-24Fix lava freezing pointjacksonmj1-3/+5
2011-02-24Fix particles displaced by liquids moving to overlapping positionsjacksonmj1-3/+5
2011-02-23Fix lava freezing pointjacksonmj1-3/+5
2011-02-23Fix GoL to not set gol2 on other thingsCracker641-2/+6
2011-02-23Reduce GoL lagCracker641-1/+3
2011-02-23Reduce GoL lagCracker641-1/+3
2011-02-23updatingCracker641-30/+32
2011-02-20Fix some compiler warningsjacksonmj1-4/+6
2011-02-18Preventing creation of invalid types also prevented use of air/temp toolsjacksonmj1-1/+1
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-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-13Moved Gravity identifiers, added gravity mode and air mode to save formatSimon1-16/+13
2011-02-13Visual Studio compatibilityjacksonmj1-1/+1
Also fix two compiler warnings
2011-02-11update with latestCracker641-42/+57
2011-02-09Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon1-42/+55
2011-02-09"Added Air modes using Gravitymode code"Cate1-0/+2
2011-02-08gol2 not resetting properlyjacksonmj1-3/+1
Causes life to malfunction severely in some cases
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 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-04merge jacksonmj's and much better string parsing because of a function i found.Cracker641-7/+15
2011-02-03Merge branch 'upstream' into devjacksonmj1-3/+3
2011-02-03Possible fix for liquids transferring spark through INSLjacksonmj1-1/+1
2011-02-02More fixesjacksonmj1-3/+11
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-01Small fixesjacksonmj1-3/+3
Fix nearest_part distance calculation Rename air constants to avoid PLOSS clash with math.h Prevent crashes due to bad lava ctype.