| 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
|
|
|
|
|
|
|
|
|
|
|
|
Also fix two compiler warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/powder.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all dust into deut
|
|
|
|
|
|
debug so it is easier to get them.
|
|
|
|
Can use x,y coordinates to specify which particle.
ctype now also accepts element names.
More sanity checking of input.
delete command added.
|
|
Conflicts:
src/interface.c
src/main.c
|
|
console commands can be run instantly. Added create command. element names work, from jacksonmj.
|
|
|
|
|
|
with up/down
|
|
ed.str is deallocated when console_ui returns. Dereferencing the
returned pointer to ed.str therefore results in bad things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|