home · contact · privacy
Load last world state from save file, not from re-stepping record file.
[plomrogue] / src / client / interface_conf.c
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-05-14 Christian HellerFix non-initializations that are detected as errors...
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 interface_conf to new config file style...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-26 Christian HellerClient: Split off parts of misc.h into interface_conf.h.