home · contact · privacy
plomrogue
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.
2013-07-30 Christian HellerRenamed borders to borderlines in function names where...
2013-07-30 Christian HellerPut static functions at start instead of end of draw_wi...
2013-07-30 Christian HellerMinor formatting change.
2013-07-30 Christian HellerIn shift_active_win() slightly improved formatting...
2013-07-30 Christian HellerSlightly re-structured and re-styled a for-loop for...
2013-07-30 Christian HellerFixed bug whereby the log would describe bumps of monst...
2013-07-30 Christian HellerUse bit shifting instead of magic number in rrand().
2013-07-30 Christian HellerMade unnecessarily extern functions in draw_wins module...
2013-07-30 Christian HellerMinor formatting improvements.
2013-07-30 Christian HellerFinished applying new code formatting and documentation...
2013-07-29 Christian HellerApplied new formatting and documentation rules to misc...
2013-07-29 Christian HellerApplied new formatting and documentation requirements...
2013-07-29 Christian HellerRemoved false descriptions and added TODOs to draw_wins...
2013-07-29 Christian HellerMinor formatting change.
2013-07-29 Christian HellerAdded file new comment to draw_wins.c
2013-07-29 Christian HellerApplied new indentation rule to draw_map_objects().
2013-07-29 Christian HellerApplied new formatting and documentation rules to draw_...
2013-07-26 Christian HellerCorrected README description of enemies' hitpoints.
2013-07-25 Christian HellerCorrected map generation algorithm description.
2013-07-25 Christian HellerImproved comment precision.
2013-07-25 Christian HellerApplied new style and documentation requirements to...
2013-07-25 Christian HellerMinor stylistic consistency correction.
2013-07-25 Christian HellerEnforced new indentation rules.
2013-07-25 Christian HellerEnforced three empty lines between functions / large...
2013-07-25 Christian HellerEnforced width limit on a comment.
2013-07-25 Christian HellerApplied new style and documentation rules to the "windo...
2013-07-23 Christian HellerMore documentation and re-styling of code.
2013-07-23 Christian HellerMore documentation and re-styling of code according...
2013-07-22 Christian HellerMore code re-styling and documentation.
2013-07-21 Christian HellerMinor code-stylistic adjustment.
2013-07-21 Christian HellerRemoved unneeded AND operation.
2013-07-21 Christian HellerMinor stylistic alignment adjustment.
2013-07-21 Christian HellerUse bit-shifting instead of bizarre arithmetics on...
2013-07-21 Christian HellerForced new documentation style on readwrite library.
2013-07-20 Christian HellerMoved game exiting into its own function.
2013-07-20 Christian HellerUse standard-conformant exit.
2013-07-20 Christian HellerUse enum instead of define for directions in yx_uint16...
2013-07-19 Christian HellerMore intuitive keybindings.
2013-07-19 Christian HellerReplaced dummy function by just passing NULL and checki...
2013-07-19 Christian HellerMoved initialization of map object definitions from...
2013-07-19 Christian HellerRead monster / item definitions from file "defs". File...
2013-07-18 Christian HellerHad forgotten to actually add the new library.
2013-07-18 Christian HellerEmptied map_objects library of stuff that fits better...
2013-07-18 Christian HellerUpdated README to reflect recent changes.
2013-07-18 Christian HellerSupport different kinds of monsters and items defined...
2013-07-10 Christian HellerRenamed include guard constants to better reflect the...
2013-07-10 Christian HellerRenamed "objects_on_map" library to "map_objects".
2013-07-10 Christian HellerAdded some externs.
2013-07-10 Christian HellerSplit roguelike.(c|h) into main.(c|h) and misc.(c|h).
2013-07-10 Christian HellerActually save player's hitpoints to savefile (instead...
2013-07-10 Christian HellerAddendum to previous commit: Added files mentioned...
2013-07-10 Christian HellerMoved map-specific functions into map.h / map.c library.
2013-07-10 Christian HellerMade draw_info_win() use new center_offset () for scrol...
2013-07-10 Christian HellerFixed map centering bug, refactored center offseting.
next