home · contact · privacy
Server/C: In actor_pick(), pick highest ID'd item in stack of many.
[plomrogue] / src / server / thing_actions.c
2015-03-08 Christian HellerServer/C: In actor_pick(), pick highest ID'd item in...
2015-02-15 Christian HellerServer: Add regeneration of lifepoints on positive...
2015-02-08 Christian HellerServer: Remove .stomach thing type attribute, derive...
2015-02-08 Christian HellerServer: Use thing's .consumable as what's pushing up...
2015-02-08 Christian HellerAdd basic food clock (but no consumables yet to re...
2015-01-30 Christian HellerServer/AI: Explore map for (long-time) unexplored cells.
2015-01-27 Christian HellerFix hardcoding of MAGIC MEAT thing name.
2014-11-20 Christian HellerServer: Only fflush() via send_to_outfile() when messag...
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-22 Christian HellerServer: In actor_move() avoid illegal world.map.cells...
2014-08-22 Christian HellerServer: Refactor, remove yx_uint8 module.
2014-08-22 Christian HellerServer: Remove unneeded library includes.
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-21 Christian HellerServer: Refactor yx_uint8 moving; handle actors hitting...
2014-08-17 Christian HellerServer: Free memorized things on map upon actor death.
2014-08-17 Christian HellerRemove redundant uses of NULL.
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...