home · contact · privacy
Re-factored server's main() into smaller routines in init.c.
[plomrogue] / src / server / init.c
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...