home · contact · privacy
Add basic food clock (but no consumables yet to re-set it).
[plomrogue] / src / server / god_commands.c
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 HellerServer: Refactoring of initialization of empty maps.
2014-12-07 Christian HellerServer: Decouple update_map_memory() and build_fov_map...
2014-10-15 Christian HellerServer: New command TT_PROLIFERATE sets chance for...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-22 Christian HellerServer: Some refactoring.
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-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...