home · contact · privacy
Commands are now to be managed by a Command DB, not by passing around arbitrary strings.
[plomrogue] / src / rexit.h
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...