home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / src / server / thing_actions.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-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-09 Christian HellerServer: Merge duplicate string literals of "sprintf()".
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-08 Christian HellerServer: Limit size of backlog to 3000 chars plus newest...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...