home · contact · privacy
Fix buggy healthy_addch().
[plomrogue] / src / control.h
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...
2013-12-01 Christian HellerMinor code-stylistic improvements in control library.
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-06 Christian HellerStrongly simplified / standardized user action interfaces.
2013-11-05 Christian HellerRemoved redundancy between record_control() and player_...
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-08-28 Christian HellerAll control action is moved from main() to the control...
2013-08-28 Christian HellerSome cleaning up and comments added to outsourcing...
2013-08-28 Christian HellerMoved meta_keys() into new library "control" to soon...