home · contact · privacy
Updated README.
[plomrogue] / config /
2013-11-25 Christian HellerEnsure not more WinConfs are read or saved than world...
2013-11-25 Christian Hellersorted_winttogle_and_activate() now sufficiently tolera...
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-06 Christian HellerStrongly simplified / standardized user action interfaces.
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-25 Christian HellerFixed referencing non-tracked map object definitions...
2013-09-19 Christian HellerUnified (and heavily re-factored) (un-)loading/saving...
2013-09-17 Christian HellerAdded appropriate inventory window config file.
2013-09-17 Christian HellerAdded dummy inventory window.
2013-09-17 Christian HellerChanged default keybindings.
2013-09-17 Christian HellerAlso save active window selection in windows config.
2013-09-17 Christian HellerNew window "Available keys" shows keybindings available...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-08 Christian HellerWindows are no longer hardcoded. Winconf files now...
2013-09-05 Christian HellerHeavy refactoring of all file I/O and some memory handl...
2013-09-04 Christian HellerRemoved some superfluous calloc()/malloc() calls.
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 HellerFixed off-by-one error encountered while changing defau...
2013-08-31 Christian HellerNew command: type Z to reload default window configurat...
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 HellerAdded file config/toggle_win_order.
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 HellerMoved config files into config/ directory.