home · contact · privacy
plomrogue
2014-07-24 Christian HellerFix wrong language in SERVER_COMMANDS file.
2014-07-24 Christian HellerRemove tasks from TODO considered of no need.
2014-07-24 Christian HellerAdd documentation on server commands.
2014-07-24 Christian HellerServer: Fix buggy handling of ID sizes in TT_ID/TA_ID...
2014-07-24 Christian HellerServer: Rename thing, thing type and thing action selec...
2014-07-24 Christian HellerServer: Fix buggy initialization of new thing types.
2014-07-24 Christian HellerServer: Fix buggy evaluation of THING_ACTION id argument.
2014-07-23 Christian HellerServer: Ensure THING_ACTION command fails on argument 0.
2014-07-23 Christian HellerServer: Always delete worldstate file when world is...
2014-07-23 Christian HellerServer: Remove barely used and not very useful yx_to_ma...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-22 Christian HellerAdd to TODO.
2014-07-22 Christian HellerReplace make build system with redo, serve erlehmann...
2014-07-20 Christian HellerRemove from TODO consideration of 2D map arrays.
2014-07-14 Christian HellerUpdate README.
2014-07-13 Christian HellerMinor code beautifications.
2014-07-13 Christian HellerTODO list: Eliminate what's accomplished in previous...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-12 Christian HellerAdd to TODO.
2014-07-11 Christian HellerUse direction names instead of numbers in player move...
2014-07-10 Christian HellerClient: Send no arguments for commands where the server...
2014-07-10 Christian HellerAdd to TODO.
2014-07-10 Christian HellerServer: Expect (but don't force) some player commands...
2014-07-10 Christian HellerServer: Simplify rule for when to update worldstate...
2014-07-09 Christian HellerHandle (non-existence) of log file smarter in start...
2014-07-09 Christian HellerIn start script, give helpful advice to players not...
2014-07-09 Christian HellerRemove alleged bug from TODO list, can't reproduce it.
2014-07-09 Christian HellerAdd wrapper script over wrapper script so log messages...
2014-07-09 Christian HellerAlarm about / don't start on finding temp file filesavi...
2014-07-09 Christian HellerRefactor atomic writing to atomic_write_start() + atomi...
2014-07-09 Christian HellerServer: Remove memory leak in save_world().
2014-07-09 Christian HellerServer: Atomify the savefile writing.
2014-07-09 Christian HellerServer: Merge duplicate string literals of "sprintf()".
2014-07-09 Christian HellerServer: Fix hardcoded_strings enum naming bug.
2014-07-09 Christian HellerServer: Start hardcoded_strings s's enum names with...
2014-07-09 Christian HellerTest return values of _all_ *printf() calls.
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-07-08 Christian HellerClient: Fix horizontal wobbliness of auto-centering...
2014-07-08 Christian HellerServer: Limit size of backlog to 3000 chars plus newest...
2014-07-08 Christian HellerTODO list: remove task solved in previous commit.
2014-07-08 Christian HellerClient: Add auto-center of map on player each new turn...
2014-07-07 Christian HellerServer: Fix FOV generation bug (bad wrapping of shadow...
2014-07-07 Christian HellerServer: Fix bug of ai module's dijkstra_map() hanging...
2014-07-07 Christian HellerAdd to TODO.
2014-07-07 Christian HellerServer: Fix bugs in map and FOV generation on large...
2014-07-07 Christian HellerAdd to TODO
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.
next