home · contact · privacy
Server: Merge duplicate string literals of "sprintf()".
[plomrogue] / src / server / thing_actions.c
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...