home · contact · privacy
Server/C: Don't update map memory on WORLD_ACTIVE command.
[plomrogue] / src / server / init.c
2015-03-08 Christian HellerServer/C: Don't update map memory on WORLD_ACTIVE command.
2014-12-07 Christian HellerServer: Decouple update_map_memory() and build_fov_map...
2014-12-07 Christian HellerServer: Remove redundant setting of world.do_update.
2014-12-06 Christian HellerServer: Restructure io_loop(), and make obey_msg()...
2014-11-20 Christian HellerServer: Add explanatory comment.
2014-11-20 Christian HellerServer: Only fflush() via send_to_outfile() when messag...
2014-11-20 Christian HellerOn world (re-)generation, server sends 'NEW_WORLD'...
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-08-03 Christian HellerServer: Only write record and save file if 15 seconds...
2014-07-30 Christian HellerServer: Refactor writing of field of view to Thing...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-10 Christian HellerServer: Simplify rule for when to update worldstate...
2014-07-09 Christian HellerAlarm about / don't start on finding temp file filesavi...
2014-07-09 Christian HellerServer: Merge duplicate string literals of "sprintf()".
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-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-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...