home · contact · privacy
Plugin: Add endgame.
[plomrogue] / SERVER_COMMANDS
2016-02-20 Christian HellerServer: Transform PLUGIN command to God command, save...
2016-02-06 Christian HellerServer: Make world initialization conf file choosable.
2016-01-27 Christian HellerChange path of server run data directory from server...
2015-09-14 Christian HellerAdd basic plugin infrastructure.
2015-09-08 Christian HellerImprove try_healing() chance.
2015-09-08 Christian HellerSimplify hungering / over-eating, depend on TT_LIFEPOIN...
2015-09-01 Christian HellerReplace TT_CONSUMABLE with more general TT_TOOL (type...
2015-09-01 Christian HellerAllow greater TT_PROLIFERATE values.
2015-09-01 Christian HellerUpdate documentation.
2015-09-01 Christian HellerSave world map in savefile, generate only on MAKE_WORLD...
2015-08-31 Christian HellerUpdate SERVER_COMMANDS documentation.
2015-08-25 Christian HellerAbolish upper ID limits.
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.