home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / src / server / god_commands.c
2014-08-02 Christian HellerAdd auto-mapping / map memory.
2014-07-30 Christian HellerServer: Refactor writing of field of view to Thing...
2014-07-24 Christian HellerServer: Fix buggy handling of ID sizes in TT_ID/TA_ID...
2014-07-24 Christian HellerServer: Rename thing, thing type and thing action selec...
2014-07-24 Christian HellerServer: Fix buggy initialization of new thing types.
2014-07-24 Christian HellerServer: Fix buggy evaluation of THING_ACTION id argument.
2014-07-23 Christian HellerServer: Ensure THING_ACTION command fails on argument 0.
2014-07-23 Christian HellerServer: Always delete worldstate file when world is...
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerMinor code beautifications.
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...