home · contact · privacy
Strongly overhauled keybinding managemment. Window-specific keybindings and a window...
[plomrogue] / src / rexit.h
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-31 Christian HellerImproved windows cleaning up: free win_meta, ncurses...
2013-08-31 Christian HellerWhile adding cleaning up / freeing of map objects,...
2013-08-30 Christian HellerAt clean-up, free memory of map object definitions...
2013-08-29 Christian HellerClean up memory allocated for Win structs.
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...
2013-08-26 Christian HellerCorrected spelling error in comment text.
2013-08-26 Christian HellerImproved comment description of exit_err().
2013-08-26 Christian Hellerexit_err() now also prints the internal error code.
2013-08-24 Christian HellerAdded generic default error message to exit_err().
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerMove checking for error results into exit_err(), out...
2013-08-14 Christian HellerMade game exiting and cleaning up more flexible. Provid...