home · contact · privacy
Fix buggy healthy_addch().
[plomrogue] / confserver /
2016-03-06 Christian HellerMake PtIG default game, add documentation.
2016-02-29 Christian HellerPlugin: Move file.
2016-02-25 Christian HellerPlugin: Add scenario file.
2016-02-19 Christian HellerConsistent use of "pickup" instead of "pickup" as comma...
2015-09-01 Christian HellerReplace TT_CONSUMABLE with more general TT_TOOL (type...
2015-03-08 Christian HellerUse heavier world config as default.
2015-03-04 Christian HellerServer/py: Add skeleton for turn_over().
2015-02-28 Christian HellerServer/py: Add ThingType category commands, some refact...
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...
2014-11-13 Christian HellerReturn default world parameters that were changed for...
2014-11-13 Christian HellerServer: Fix critical bug that stems from omission of...
2014-10-15 Christian HellerServer: New command TT_PROLIFERATE sets chance for...
2014-07-24 Christian HellerServer: Rename thing, thing type and thing action selec...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerServer: Force FOV on every actor, but update it on...
2014-05-13 Christian HellerServer: Add ENEMY_FOV option (default: off) to force...
2014-04-16 Christian HellerServer: Un-do debugging change for last commit: reset...
2014-04-16 Christian HellerClient: Fix crashes happening on navigation in too...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-04-14 Christian HellerServer: Make config file define to which map object...
2014-04-09 Christian HellerServer: Make config file set number of objects' start...
2014-04-09 Christian HellerServer: Make map geometry definable in config file.
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-25 Christian Hellerconfserver/defs -> confserver/map_objects; fixed debug...
2014-03-25 Christian HellerServer: Make objects definable as "consumable" to gain...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-31 Christian HellerHeavily improved enemy path-finding. Also corrected...
2014-01-28 Christian HellerAlso built checks for server config files, and accordin...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...