| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Boxes now have sharp corners - they fill only the specified rectangle and not 1 pixel extra
on all sides.
|
|
Generally due to an invalid ctype for clone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix two compiler warnings
|
|
|
|
|
|
|
|
|
|
Causes life to malfunction severely in some cases
|
|
|
|
|
|
GOL, 34, 2x2 now work. Element types can no longer be referred to by
number, to remove ambiguity between type and particle number.
|
|
|
|
|
|
|
|
kill_part needs to update photon map, otherwise delete_part keeps
deleting the same photon, leading to infinite flood_parts recursion.
|
|
|
|
|
|
|
|
Crashes due to infinite recursion in flood_parts, which seemed to be caused by
the pmap being incorrect.
|
|
|
|
|
|
|
|
Conflicts:
src/powder.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix typo in update_PHOT
|
|
|