home · contact · privacy
7DRL: Some population balancing.
[plomrogue] / SERVER_COMMANDS
2015-03-15 Christian Heller7DRL: Add final mission.
2015-03-14 Christian HellerImprove try_healing() chance.
2015-03-14 Christian HellerGreatly simplify hungering / over-eating.
2015-03-13 Christian Heller7DRL: Show actors' health on map (for non-player only...
2015-03-13 Christian Heller7DRL: New plant mission, plus lots of refactoring of...
2015-03-13 Christian Heller(Tentative: Contains bugs!) Add carpentry, building...
2015-03-12 Christian Heller7DRL: Add falling trees turning to lumber / WOOD.
2015-03-12 Christian Heller7DRL: Add an "axe" tool type to chop down trees with.
2015-03-12 Christian HellerReplace TT_CONSUMABLE with more general TT_TOOL (type...
2015-03-12 Christian Heller7DRL: Add first plant growth quest.
2015-03-12 Christian HellerAllow greater TT_PROLIFERATE values.
2015-03-12 Christian HellerUpdate file names in documentation.
2015-03-12 Christian HellerUpdated SERVER_COMMANDS.
2015-03-12 Christian Heller7DRL: Move altar positioning from server command to...
2015-03-11 Christian Heller7DRL: Add ALTAR positioning command / init.
2015-03-11 Christian Heller7DRL: Documentation rump in SERVER_COMMANDS.
2015-03-09 Christian HellerUpdate SERVER_COMMANDS info on T_ID, TA_ID, TT_ID.
2015-03-02 Christian HellerServer/py: Add Thing commands. Lots of refactoring...
2015-02-28 Christian HellerServer/py: Add ThingType category commands, some refact...
2015-02-25 Christian HellerServer/py: In SERVER_COMMANDS, mirror Python variant...
2015-02-25 Christian HellerServer/py: Update SERVER_COMMANDS to Python variant...
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.
2014-12-07 Christian HellerServer: Decouple update_map_memory() and build_fov_map...
2014-12-07 Christian HellerServer: Add animate things in field of view to THINGS_H...
2014-12-07 Christian HellerServer: Send THINGS_HERE data only about things in...
2014-12-07 Christian HellerServer: Execute THINGS_HERE command only on existing...
2014-12-06 Christian HellerAdd "look" mode to query things on any cell via new...
2014-11-21 Christian HellerUpdate text in SERVER_COMMANDS.
2014-11-20 Christian HellerOn world (re-)generation, server sends 'NEW_WORLD'...
2014-10-28 Christian HellerServer: meta command STACK to list item stack below...
2014-10-23 Christian HellerServer: Don't proliferate things on map cells inhabited...
2014-10-15 Christian HellerServer: New command TT_PROLIFERATE sets chance for...
2014-08-17 Christian HellerServer: Add inanimate things to map memory, integrate...
2014-08-03 Christian HellerAdd command to let the AI decide player's next move.
2014-08-03 Christian HellerFix some inconsistencies in files README and SERVER_COM...
2014-08-02 Christian HellerAdd auto-mapping / map memory.
2014-07-24 Christian HellerFixed typo in SERVER_COMMANDS.
2014-07-24 Christian HellerIn SERVER_COMMANDS file, fix description of TA_NAME...
2014-07-24 Christian HellerFix wrong language in SERVER_COMMANDS file.
2014-07-24 Christian HellerAdd documentation on server commands.