home · contact · privacy
Commands are now to be managed by a Command DB, not by passing around arbitrary strings.
[plomrogue] / src / rexit.c
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...
2013-08-26 Christian Hellerexit_err() now also prints the internal error code.
2013-08-25 Christian HellerOnly make exit_err() output errno message if errno...
2013-08-25 Christian HellerImproved error message phrasings.
2013-08-25 Christian HellerRemoved debugging code corrupting last commit.
2013-08-25 Christian Hellererr_exit() now prints errno message, too.
2013-08-24 Christian HellerAdded generic default error message to exit_err().
2013-08-21 Christian HellerAdded newline to end of error messages.
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...