home · contact · privacy
plomrogue
2014-07-07 Christian HellerAdd to TODO.
2014-07-07 Christian HellerServer: New field of view algorithm, much faster and...
2014-07-04 Christian HellerServer: Remove unused/obsolete world.enemy_fov.
2014-07-04 Christian HellerAdd hint to TODO on how to improve field of view calcul...
2014-07-04 Christian HellerServer: Fix bug of deleting record file upon replaying it.
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...
2014-06-20 Christian HellerAdded TODO.
2014-06-13 Christian HellerMinor comment improvement.
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerUnify Map struct common to server and client in src...
2014-05-14 Christian HellerFix non-initializations that are detected as errors...
2014-05-14 Christian HellerClient: Use 'D' for item drop, standardize across inter...
2014-05-14 Christian HellerServer: Force FOV on every actor, but update it on...
2014-05-14 Christian HellerServer: Remove uncommented lines.
2014-05-13 Christian HellerServer: Add ENEMY_FOV option (default: off) to force...
2014-05-13 Christian HellerAdd bug to fix to TODO.
2014-05-13 Christian HellerAdd (crude) field of view to player's view of map.
2014-04-18 Christian HellerMake try_fgetc() prepend clearerr() for fgetc() version...
2014-04-17 Christian HellerClient: Fix bug that made horizontal scrolling jump...
2014-04-17 Christian HellerServer: On map generation, put lots of 'X' cells for...
2014-04-16 Christian HellerClient: Change default window config to focus on map...
2014-04-16 Christian HellerClient: Change default window config to widen map window.
2014-04-16 Christian HellerFix README typo.
2014-04-16 Christian HellerServer: Un-do debugging change for last commit: reset...
2014-04-16 Christian HellerClient: Fix crashes happening on navigation in too...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-04-15 Christian HellerClient: Handle SIGWINCH on OS X systems.
2014-04-14 Christian HellerAdd task to TODO.
2014-04-14 Christian HellerServer: Use nanosleep() instead of POSIX-obsolete uslee...
2014-04-14 Christian HellerClient: Fixed use of unitialized variable in draw_wins.c.
2014-04-14 Christian HellerServer: Check against setting map object id of 0 in...
2014-04-14 Christian HellerServer: Explain in map_object_actions.h why MapObjAct...
2014-04-14 Christian HellerServer: Make config file define to which map object...
2014-04-13 Christian HellerClient: Minor code restyling in place_win().
2014-04-13 Christian HellerClient: Clear up place_win() code, improve its comments.
2014-04-09 Christian HellerAdd to TODO.
2014-04-09 Christian HellerServer: Make config file set number of objects' start...
2014-04-09 Christian HellerServer: Limit iterations for map generation and object...
2014-04-09 Christian HellerServer: Make map geometry definable in config file.
2014-04-08 Christian HellerClient: Minor interface config file reading code refact...
2014-04-08 Christian HellerCode style: Minor indentation correction.
2014-04-08 Christian HellerRefactor file parsing patterns.
2014-04-06 Christian HellerMinor refactoring in file parsing.
2014-04-06 Christian HellerClient: Fit files in confclient/single_wins/ to new...
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-04-04 Christian HellerMinor refactorings in config file parse code to clear...
2014-04-03 Christian HellerClient: Apply new commands DB file format, fix wrong...
2014-04-03 Christian HellerMake client's commandDB reading use new parsing / confi...
2014-04-02 Christian HellerServer: Minor code-stylistic changes in configfile...
2014-03-31 Christian HellerClient: Shorten strings whose width does not fit well...
2014-03-31 Christian HellerFix textfile_width() line length check position.
2014-03-31 Christian HellerMake textfile_width() check for too large lines.
2014-03-31 Christian HellerServer/io.c: more precise comment.
2014-03-31 Christian HellerServer: Poll server/in only every 0.33 seconds to reduc...
2014-03-30 Christian HellerMake README info on server config files more precise
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-26 Christian HellerIn TODO, fix wrong term.
2014-03-26 Christian HellerServer: Eliminate major stack space waste offender...
2014-03-26 Christian HellerAdd to TODO.
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerServer: Change read_config_file() parameter order ...
2014-03-26 Christian HellerClient: Fix outdated comment.
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-26 Christian HellerClient: Split off parts of misc.h into interface_conf.h.
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
2014-03-26 Christian HellerServer: Move common config file reading stuff into...
2014-03-25 Christian HellerFix comment text.
2014-03-25 Christian HellerFix typo in Makefile comment.
2014-03-25 Christian HellerFix reference to wrongly named object definitions file...
2014-03-25 Christian HellerMove tests for value size < UINT8_MAX into err_try_fget...
2014-03-25 Christian Hellerconfserver/defs -> confserver/map_objects; fixed debug...
2014-03-25 Christian HellerServer: Make objects definable as "consumable" to gain...
2014-03-25 Christian HellerIn client: Fix FIXME in get_keyname_to_keycode().
2014-03-25 Christian HellerAdded todo point.
2014-03-24 Christian HellerAdded -Wformat-security to gcc options, fixed point...
2014-03-18 Christian HellerMinor improvement in comment and TODO.
2014-03-18 Christian HellerClient: Fixed window resizing bug.
2014-03-18 Christian HellerClient: Minor re-configuration of default window geometry.
2014-03-18 Christian HellerClient: Got rid of special keybinding formatting in...
2014-03-18 Christian HellerAdded task to TODO.
2014-03-18 Christian HellerIn client, fixed bug hiding first entry in keybinding...
2014-03-18 Christian HellerStartup script pipes everything to a log file now.
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-17 Christian HellerGot rid of useless "internal error code" part of error...
2014-03-17 Christian HellerRe-factored server's main() into smaller routines in...
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-03-10 Christian HellerMake get_drawfunc_by_char() return a proper function...
2014-03-10 Christian HellerAvoid doing arithmetic on a void pointer.
2014-03-10 Christian HellerRemoved redundant "return".
2014-03-10 Christian HellerAdded -Werror to compiler flags, fixed other warnings...
2014-03-10 Christian HellerRemoved unused parameter.
2014-03-10 Christian HellerAdded -Wextra to compiler flags, found out about redund...
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.
next