home · contact · privacy
TCE: Add fleeing AI.
[plomrogue] / plugins / server / TheCrawlingEater.py
2016-03-13 Christian HellerTCE: Add fleeing AI.
2016-03-12 Christian HellerTCE: Creatures may suck resources from other creatures.
2016-03-12 Christian HellerTCE: Add spawning of other creatures.
2016-03-12 Christian HellerTCE: Transform non-player creatures dying into "X"...
2016-03-12 Christian HellerTCE: Make internal water reservoir commandable world...
2016-03-12 Christian HellerTCE: Generalize test for death by hunger/dehydration.
2016-03-12 Christian HellerTCE: Set up scenario-specific AI.
2016-03-12 Christian HellerTCE: Fix bug of T_STOMACH, T_KIDNEY overwritten by...
2016-03-12 Christian HellerTCE: Eat on every wall attack, not just on successful...
2016-03-12 Christian HellerTCE: Lessen hunger / thirst growth speed.
2016-03-12 Christian HellerTCE: Add stomach, kidney, death by hunger and dehydration.
2016-03-11 Christian HellerTCE: Refactor, and refine, dying.
2016-03-11 Christian HellerTCE: Ground under water may erode, leaving deadly holes.
2016-03-11 Christian HellerTCE: Refactor eating.
2016-03-11 Christian HellerTCE: Refactor calc_effort.
2016-03-11 Christian HellerTCE: Replae hard-coded height values with height map.
2016-03-11 Christian HellerTCE: Refine water cycle.
2016-03-11 Christian HellerTCE: Fluid trickles down into earth, dirt; re-surfaces...
2016-03-11 Christian HellerTCE: Fix actor_move bug (separation of bowel filling...
2016-03-11 Christian HellerTCE: Use wetness map separate from terrain map.
2016-03-10 Christian HellerTCE: Wet ground with urination.
2016-03-09 Christian HellerTCE: Add limit to drinking.
2016-03-09 Christian HellerTCE: Refactor too-full-to-eat test.
2016-03-09 Christian HellerTCE: Add voluntary urination.
2016-03-09 Christian HellerTCE: Improvements to language, symbols.
2016-03-09 Christian HellerTCE: Add drinking, bladder.
2016-03-09 Christian HellerTCE: Add water.
2016-03-08 Christian HellerTCE: Make sure stomach is never fuller than 32.
2016-03-08 Christian HellerTCE: Add terrain movement cost.
2016-03-08 Christian HellerTCE: Refactor movement, add involuntary defecation.
2016-03-08 Christian HellerTCE: Add defecation, different terrain types that may...
2016-03-07 Christian HellerTCE: Add stomach bar.
2016-03-07 Christian HellerTCE: Make Thing's stomach value a T_STOMACH commanded...
2016-03-07 Christian HellerTCE: Reduce config, refactor move plugin, add stomach...
2016-03-07 Christian HellerTCE: Reduce turn_over(), lifepoint manipulation to...
2016-03-07 Christian HellerTCE: Change movement log language.
2016-03-07 Christian HellerTCE: Add map coloring.
2016-03-07 Christian HellerTCE: Add basic crawl eating.