home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / control.c
2013-12-01 Christian HellerMinor code-stylistic improvements in control library.
2013-11-27 Christian HellerRefactorisation and comment improvements in misc library.
2013-11-25 Christian HellerSome further refactorisation and comments improvements...
2013-11-20 Christian HellerDon't hardcode map object action id for "move" in turn_...
2013-11-18 Christian HellerEach map object action now take different numbers of...
2013-11-09 Christian HellerDead shoggoths corpse to "magic meat" that can now...
2013-11-09 Christian HellerReduced code complexity by stronger integrating windows...
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-10-21 Christian HellerOverhauled large parts of window system to universalize...
2013-10-07 Christian HellerAdded primitive inventory system. Any objects may now...
2013-09-26 Christian HellerThe player is now a map object like any other. All...
2013-09-19 Christian HellerMinor refactoring of meta_control().
2013-09-19 Christian HellerUnified (and heavily re-factored) (un-)loading/saving...
2013-09-17 Christian HellerAdded dummy inventory window.
2013-09-17 Christian HellerNew window "Available keys" shows keybindings available...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-13 Christian HellerMade keybindings array into linked list; on the way...
2013-09-08 Christian HellerAdded anti-hardcoding todo.
2013-09-02 Christian HellerWindow configuration can now be saved; and edited in...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-31 Christian HellerNew command: type Z to reload default window configurat...
2013-08-29 Christian HellerMoved several windows control functions from misc libra...
2013-08-29 Christian HellerUse command IDs from command DB as what is recorded...
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...
2013-08-28 Christian HellerAll control action is moved from main() to the control...
2013-08-28 Christian HellerMoved meta_keys() into new library "control" to soon...