home · contact · privacy
Server/AI: Explore map for (long-time) unexplored cells.
[plomrogue] / src / server / things.c
2015-01-30 Christian HellerServer/AI: Explore map for (long-time) unexplored cells.
2014-10-23 Christian HellerServer: Don't proliferate things on map cells inhabited...
2014-10-15 Christian HellerServer: Skip redundant tests in try_thing_proliferation().
2014-10-15 Christian HellerServer: New command TT_PROLIFERATE sets chance for...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-21 Christian HellerServer: Remove unneeded yx_uint8_cmp() function.
2014-08-21 Christian HellerServer: Minor refactoring, removal of unneeded is_passa...
2014-08-17 Christian HellerServer: Free memorized things on map upon actor death.
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-08-17 Christian HellerServer: Add inanimate things to map memory, integrate...
2014-08-02 Christian HellerAdd auto-mapping / map memory.
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 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...
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-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...