| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-03-22 | Fix some WIND bugs | Simon | 1 | -4/+4 | |
| 2011-03-22 | Fixes from jacksonmj | Simon | 1 | -154/+157 | |
| 2011-03-21 | Fix crash when trying to move to invalid co-ordinates | jacksonmj | 1 | -0/+2 | |
| 2011-03-18 | Remove redundant rotate/invert code and correct rotation direction | jacksonmj | 1 | -84/+0 | |
| 2011-03-18 | Better rotation and inversion, also does single pixel translation | jacksonmj | 1 | -0/+106 | |
| 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 | Remove neutrons from pmap | jacksonmj | 1 | -14/+29 | |
| 2011-03-16 | flood_parts uninitialised variable | jacksonmj | 1 | -6/+2 | |
| 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-03-01 | fix "water spark bounce" | Cracker64 | 1 | -0/+3 | |
| 2011-03-01 | INST works with caps lock/replace mode, and fix some replace mode out of ↵ | Cracker64 | 1 | -2/+13 | |
| screen crashes. | |||||
| 2011-02-26 | Merge branch 'upstream' into dev | jacksonmj | 1 | -3/+13 | |
| Conflicts: src/main.c | |||||
| 2011-02-24 | WIND from cracker! | Simon | 1 | -0/+4 | |
| 2011-02-24 | rename drag to wind | Cracker64 | 1 | -1/+1 | |
| 2011-02-24 | a drag tool! | Cracker64 | 1 | -0/+2 | |
| 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 | Fix GoL to not set gol2 on other things | Cracker64 | 1 | -2/+6 | |
| 2011-02-23 | Reduce GoL lag | Cracker64 | 1 | -1/+3 | |
| 2011-02-23 | Reduce GoL lag | Cracker64 | 1 | -1/+3 | |
| 2011-02-23 | updating | Cracker64 | 1 | -30/+32 | |
| 2011-02-20 | Fix some compiler warnings | jacksonmj | 1 | -4/+6 | |
| 2011-02-18 | Preventing creation of invalid types also prevented use of air/temp tools | jacksonmj | 1 | -1/+1 | |
| 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-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-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 | Moved Gravity identifiers, added gravity mode and air mode to save format | Simon | 1 | -16/+13 | |
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 1 | -1/+1 | |
| Also fix two compiler warnings | |||||
| 2011-02-11 | update with latest | Cracker64 | 1 | -42/+57 | |
| 2011-02-09 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 1 | -42/+55 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 1 | -0/+2 | |
| 2011-02-08 | gol2 not resetting properly | jacksonmj | 1 | -3/+1 | |
| Causes life to malfunction severely in some cases | |||||
| 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 | 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-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 1 | -7/+15 | |
| 2011-02-03 | Merge branch 'upstream' into dev | jacksonmj | 1 | -3/+3 | |
| 2011-02-03 | Possible fix for liquids transferring spark through INSL | jacksonmj | 1 | -1/+1 | |
| 2011-02-02 | More fixes | jacksonmj | 1 | -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-01 | Small fixes | jacksonmj | 1 | -3/+3 | |
| Fix nearest_part distance calculation Rename air constants to avoid PLOSS clash with math.h Prevent crashes due to bad lava ctype. | |||||
