home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / command_db.c
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in command_db library.
2013-11-26 Christian HellerSimplified textfile_sizes() and replaced all get_linema...
2013-11-25 Christian HellerSome code-stylistic improvements to rexit library;...
2013-11-24 Christian HellerTransformed trouble_msg() into exit_err() wrapper exit_...
2013-11-18 Christian HellerEach map object action now take different numbers of...
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-05 Christian HellerHeavy refactoring of all file I/O and some memory handl...
2013-09-04 Christian HellerMoved textfile_sizes() to readwrite library.
2013-09-04 Christian HellerImproved and defined more precisely textfile_sizes().
2013-09-04 Christian HellerRemoved some superfluous calloc()/malloc() calls.
2013-09-04 Christian HellerMostly cosmetic changes to various file reading/writing...
2013-08-31 Christian HellerImproved error handling, more error catching, error...
2013-08-29 Christian HellerAdded a forgotten free().
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...