| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Also reduce duplication of some HUD code
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|