home · contact · privacy
plomrogue
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-03-10 Christian HellerSome variable / struct member renaming for greater...
2014-03-10 Christian HellerAdded TODO point.
2014-03-10 Christian HellerAdded TODO point.
2014-03-10 Christian HellerRemoved mention of scoring from README.
2014-03-10 Christian HellerRemoved finished task from TODO.
2014-03-10 Christian HellerRemoved scoring.
2014-03-10 Christian HellerPut points from a separately kept TODO file into the...
2014-03-07 Christian HellerMinor improvements to README style with help of GNU...
2014-03-07 Christian HellerProvides more predictable shell argument expansions...
2014-02-05 Christian HellerFixed some more pitfalls that hurt working with game...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
2014-02-05 Christian HellerAdded previously forgotten header file.
2014-02-05 Christian HellerRepaired buggy check for out file generation time in...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-02-01 Christian HellerEnsure that multiple inanimate objects on a map cell...
2014-01-31 Christian HellerFixed typo in comment.
2014-01-31 Christian HellerSome cosmetic code re-formatting.
2014-01-31 Christian HellerHeavily improved enemy path-finding. Also corrected...
2014-01-28 Christian HellerCheck for existence of server config files.
2014-01-28 Christian HellerClient: interface config reload also re-sets virtual...
2014-01-28 Christian HellerAlso built checks for server config files, and accordin...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-28 Christian HellerAdded default single-window interface config files...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerAdded client commands config error check condition...
2014-01-25 Christian HellerCheck client's command DB config file for errors while...
2014-01-25 Christian HellerRefactored similar array append activities into array_a...
2014-01-25 Christian HellerMade sure client is not confused by newlines at the...
2014-01-25 Christian HellerFixed bug where record unlinking in remake_world()...
2014-01-25 Christian HellerClient: Save commands config file path in world struct.
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerAlso make the client map window focus on the player...
2014-01-25 Christian HellerServer's remake_world() unlinks any pre-existing record...
2014-01-25 Christian HellerRemoved unnecessary NULLings of pointers, explained...
2014-01-25 Christian HellerRemoved redundant calls for zeroing of memory, especial...
2014-01-25 Christian HellerMerged Win and WinConf structs, windows.h and wincontro...
2014-01-23 Christian HellerMerged world.wmeta and world.winconf_db into world...
2014-01-23 Christian HellerFixed bug that crashed the client on terminal resizing...
2014-01-23 Christian HellerOptimized WinConf / WinConfDB structure, removed redund...
2014-01-23 Christian HellerUpdated README.
2014-01-23 Christian HellerRead interface config from one file (which can be set...
2014-01-22 Christian HellerRemoved memory leak in client's reset_windows(). (Previ...
2014-01-22 Christian HellerHandle SIGWINCH signals via reset_windows().
2014-01-22 Christian HellerClient: reload_interface_conf() calls map_center()...
2014-01-22 Christian HellerFixed typo in confclient/commands that led to a swallow...
2014-01-22 Christian HellerClient: Moved pad creation/sizing/deletion into (un...
2014-01-22 Christian HellerClient: Changed window sizing algorithm to fix bug...
2014-01-22 Christian HellerIncluded <stddef.h> were NULL was used.
2014-01-22 Christian HellerClient: Optimized order in which the command matching...
2014-01-22 Christian HellerClient: Moved KeyBindingDB selection by char into keybi...
2014-01-22 Christian HellerSimplified client control library and interaction with it.
2014-01-22 Christian HellerDefine server messages and server message arguments...
2014-01-22 Christian HellerRemoved unused client command id.
2014-01-21 Christian HellerRemoved indirection in control.c and therefore unused...
2014-01-21 Christian HellerCorrected erroneous interpretation of keycodes as comma...
2014-01-21 Christian HellerMore of the same.
2014-01-21 Christian HellerSome further renaming for the same purpose (see last...
2014-01-21 Christian HellerSome variable / struct member renaming to better differ...
2014-01-21 Christian HellerGave former draw_kb_view() more descriptive title draw_...
2014-01-21 Christian HellerMinor language corrections in README.
2014-01-21 Christian HellerMinor comment-cosmetic corrections.
2014-01-21 Christian HellerRemoved test for writing non-bashisms. Was only meant...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...
2013-12-14 Christian HellerFixed bug that led to endless loop in nearest_enemy_dir().
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in keybindings library.
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in command_db library.
2013-12-01 Christian HellerMinor code-stylistic improvements in control library.
2013-12-01 Christian HellerSome refactoring in map library.
2013-12-01 Christian HellerSome refactoring in map_object_actions library.
2013-12-01 Christian HellerSmall refactoring of read_map_objects().
2013-12-01 Christian HellerChanged way world.map_obj_count is transmitted; also...
2013-11-27 Christian HellerRefactorisation and comment improvements in misc library.
2013-11-26 Christian HellerSimplified textfile_sizes() and replaced all get_linema...
2013-11-26 Christian HellerDifferentiated try_fgetc() (fgetc() wrapper proper...
2013-11-26 Christian HellerReplaced entire read/write_uint*_bigendian() family...
2013-11-26 Christian HellerRemoved unused code in readwrite library.
2013-11-26 Christian HellerUpdated README.
2013-11-26 Christian HellerReplaced random movement by enemies with a pretty dumb...
2013-11-25 Christian HellerSome code-stylistic improvements to rexit library;...
2013-11-25 Christian HellerSome further refactorisation and comments improvements...
2013-11-25 Christian HellerSmall improvements in save_win_config() code and comments.
2013-11-25 Christian HellerEnsure not more WinConfs are read or saved than world...
2013-11-25 Christian HellerSlightly improved code style and comments in sorted_win...
2013-11-25 Christian Hellersorted_winttogle_and_activate() now sufficiently tolera...
2013-11-25 Christian HellerSome refactoring and commenting in wincontrol library.
2013-11-24 Christian HellerTransformed trouble_msg() into exit_err() wrapper exit_...
2013-11-24 Christian HellerMinor code-stylistic and comment improvements mostly...
2013-11-23 Christian HellerImprovement of wincontrol.h descriptions and some minor...
2013-11-23 Christian HellerSlightly shortened and simplified windows library code.
2013-11-23 Christian HellerFurther improved / shortened comments in windows.h.
2013-11-22 Christian HellerImprovd comments in windows.h.
2013-11-22 Christian HellerMinor code-stylistic revisions to yx_uint16 library.
2013-11-20 Christian HellerImproved (and simplified) pseudo-randomness.
2013-11-20 Christian HellerFixed map object action bug deriving from wrong order...
2013-11-20 Christian HellerDon't hardcode map object action id for "move" in turn_...
2013-11-19 Christian HellerSome shortening / re-styling of place_win()'s code...
2013-11-19 Christian HellerFixed window positioning bug, cleared up code and comme...
next