home · contact · privacy
plomrogue
2013-08-29 Christian HellerUpdated README on default keybindings.
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.
2013-08-28 Christian HellerCorrected includes in main.c
2013-08-28 Christian HellerAll control action is moved from main() to the control...
2013-08-28 Christian HellerSome cleaning up and comments added to outsourcing...
2013-08-28 Christian HellerMoved meta_keys() into new library "control" to soon...
2013-08-28 Christian HellerSimplified meta_keys() interface by managing all window...
2013-08-28 Christian HellerFixed bug that corrupted record files.
2013-08-27 Christian HellerImproved comments.
2013-08-27 Christian HellerImproved comments.
2013-08-27 Christian HellerRe-wrote draw_info_win() to be more flexible in allocat...
2013-08-27 Christian HellerPlayer earns a score by killing enemies.
2013-08-27 Christian HellerUse strtok() to tokenize "def" file entries.
2013-08-27 Christian HellerKilled monsters evolve into corpse items.
2013-08-27 Christian HellerRepaired last commit and provided more consistent varia...
2013-08-27 Christian HellerRe-factored move_player().
2013-08-27 Christian HellerRefactored move_monster().
2013-08-27 Christian HellerUise uint32_t to test for a value going beyond UINT16_MAX.
2013-08-26 Christian HellerImproved error description in windows library.
2013-08-26 Christian HellerAdded TODO to windows library.
2013-08-26 Christian HellerDon't update more windows than necessary in resize_acti...
2013-08-26 Christian HellerRemoved redundant comment.
2013-08-26 Christian HellerRemoved unnecessary condition.
2013-08-26 Christian HellerCorrected description of cycle_active_window().
2013-08-26 Christian HellerFor consistency mirror the replacement of "n" with...
2013-08-26 Christian HellerChanged letter controlling forward movement in cycle_ac...
2013-08-26 Christian HellerImproved comments in windows library.
2013-08-26 Christian HellerImproved windows library header comments.
2013-08-26 Christian HellerImproved comments in windows library header file.
2013-08-26 Christian HellerImproved explanation of init_win().
2013-08-26 Christian HellerImproved windows library header file comments.
2013-08-26 Christian HellerImproved comments for windows library header file.
2013-08-26 Christian HellerRemoved duplicated code.
2013-08-26 Christian HellerImproved comments for windows library header file.
2013-08-26 Christian HellerImprovement of windows library header file comments.
2013-08-26 Christian HellerImproved windows library intro comment.
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-26 Christian HellerAdded new class of errors to windows library to ensure...
2013-08-25 Christian HellerRe-structured externally visible windows library struct...
2013-08-25 Christian HellerIn windows librarly, Only internally used members of...
2013-08-25 Christian HellerImproved checking for only one of savefile / record...
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 HellerCorrected lack of some specific error messages.
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 HellerCorrected minor spelling error.
2013-08-24 Christian HellerReformatted map_objects.h to ensure max line length...
2013-08-24 Christian HellerAdded further (though rarely informative) handling...
2013-08-24 Christian HellerAdded generic default error message to exit_err().
2013-08-24 Christian HellerAdded handling of windows errors in main().
2013-08-24 Christian Hellershift_active_win() returns error code of its update_win...
2013-08-24 Christian Hellerdraw_all_wins() returns error code of its draw_scroll_h...
2013-08-24 Christian HellerRemoved fragment of old shift_active_win(), moved one...
2013-08-24 Christian HellerRe-wrote shift_active_win() to manipulate chain by...
2013-08-24 Christian HellerCorrected comment in shift_active_win().
2013-08-23 Christian HellerAdded memory allocation error checks to windows library.
2013-08-21 Christian HellerImproved formatting and include comments in windows.c
2013-08-21 Christian HellerImproved formatting and comments for yx_uint16.h
2013-08-21 Christian HellerPass pointers to yx_uint16 structs to yx_uint16_cmp...
2013-08-21 Christian HellerUse uint8_t for yx_uin16_cmp() return code.
2013-08-21 Christian HellerRe-styled code.
2013-08-21 Christian HellerIn read_map_objects() and write_map_objects(), return...
2013-08-21 Christian HellerMinor corrections in error message phrasings and comments.
2013-08-21 Christian HellerAt game start, check for recordfile_tmp or savegame_tmp...
2013-08-21 Christian Hellermain() handles file IO now safely, exits on errors...
2013-08-21 Christian HellerApplied new safer file saving method to record file...
2013-08-21 Christian HellerSmall refactoring for greater readability.
2013-08-21 Christian HellerRe-factoring of save_game() for greater readability.
2013-08-21 Christian HellerCosmetic reformatting of save_game() code.
2013-08-21 Christian HellerSave game to a temp file first before overwriting old...
2013-08-21 Christian HellerIn save_game(), error-exit on earliest of writing error...
2013-08-21 Christian HellerMore expressive error messages in save_game().
2013-08-21 Christian HellerIn save_game(), check for error return code of fclose...
2013-08-21 Christian HellerAdded newline to end of error messages.
2013-08-21 Christian HellerMinor refactoring of save_game().
2013-08-21 Christian Hellersave_game() now checks for the error return code of...
2013-08-20 Christian HellerMinor comment clarification.
2013-08-20 Christian HellerCorrected unused bit number check.
2013-08-20 Christian HellerDecided against externing read/write_uintX_bigendian...
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerMore comments on readwrite library; some refactoring...
2013-08-15 Christian HellerAdded explanatory comments to readwrite library.
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerBuilt error checking into file reading/writing routines...
2013-08-14 Christian HellerMove checking for error results into exit_err(), out...
2013-08-14 Christian HellerReference map only through world struct.
2013-08-14 Christian HellerMade game exiting and cleaning up more flexible. Provid...
2013-08-06 Christian HellerCorrected indentation / line lengths.
2013-08-06 Christian HellerSimplified interface of (build/read/write)_map_objects...
2013-08-06 Christian Hellerinit_win() now takes arguments for the designated windo...
2013-08-06 Christian HellerMoved pseudo-random generator into its own library...
2013-07-30 Christian HellerImproved TODO.
2013-07-30 Christian HellerMade the hierarchy between terminal screen, virtual...
2013-07-30 Christian HellerCopied to draw_win_borderlines() and draw_wins_borderli...
2013-07-30 Christian HellerRadically simplified drawing of window border corners.
next