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