home · contact · privacy
Server: Internally, rename "map object" stuff to "thing" stuff.
[plomrogue] / src / server / init.c
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...
2014-05-14 Christian HellerServer: Force FOV on every actor, but update it on...
2014-04-14 Christian HellerServer: Make config file define to which map object...
2014-04-09 Christian HellerServer: Make config file set number of objects' start...
2014-04-09 Christian HellerServer: Make map geometry definable in config file.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-03-30 Christian HellerMake server config files more readable, their parsing...
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 HellerServer: Move common config file reading stuff into...
2014-03-17 Christian HellerRe-factored server's main() into smaller routines in...
2014-03-10 Christian HellerRemoved scoring.
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-01-25 Christian HellerFixed bug where record unlinking in remake_world()...
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-22 Christian HellerIncluded <stddef.h> were NULL was used.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...