home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / wincontrol.h
2013-11-25 Christian HellerSome further refactorisation and comments improvements...
2013-11-25 Christian HellerSome refactoring and commenting in wincontrol library.
2013-11-23 Christian HellerImprovement of wincontrol.h descriptions and some minor...
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-06 Christian HellerStrongly simplified / standardized user action interfaces.
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-10-28 Christian HellerDon't use ncurses windows besides the virtual screen...
2013-10-21 Christian HellerOverhauled large parts of window system to universalize...
2013-09-19 Christian HellerUnified (and heavily re-factored) (un-)loading/saving...
2013-09-17 Christian HellerAlso save active window selection in windows config.
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-08 Christian HellerSilently ignore characters in config/windows/toggle_ord...
2013-09-08 Christian HellerWindows are no longer hardcoded. Winconf files now...
2013-09-08 Christian HellerRemoved unneeded function; also some minor comment...
2013-09-03 Christian HellerCoupled create_winconfs() and init_winconfs() that...
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-30 Christian HellerMoved allocation and freeing of Win structs into window...
2013-08-30 Christian HellerCleaned up memory allocation by Win initialization.
2013-08-29 Christian HellerAlso read window title from config/windows/ files....
2013-08-29 Christian HellerMoved window configuration files into their own config...
2013-08-29 Christian HellerRead in initial window sizes from files below config/.
2013-08-29 Christian HellerRead default order of windows from file config/toggle_w...
2013-08-29 Christian HellerMoved several windows control functions from misc libra...