home · contact · privacy
plomrogue
2016-03-13 Christian HellerTCE: Add README hints. TCE_proper
2016-03-13 Christian HellerTCE: Add help texts, improve log texts, minor interface... tce
2016-03-13 Christian HellerTCE: Some balancing.
2016-03-13 Christian HellerTCE: Halve number of altars.
2016-03-13 Christian HellerTCE: Generate more altars than absolutely needed.
2016-03-13 Christian HellerTCE: Fix AI bug.
2016-03-13 Christian HellerTCE: Fix buggy altar messages.
2016-03-13 Christian HellerTCE: Only create exit between six holes.
2016-03-13 Christian HellerTCE: Add upper limit for grace.
2016-03-13 Christian HellerTCE: Add death touch on GRACE >= 16.
2016-03-13 Christian HellerTCE: Only give GRACE capabilities to player.
2016-03-13 Christian HellerTCE: Only calc_effort on tiles where it makes sense.
2016-03-13 Christian HellerTCE: Add levitation over holes on GRACE >= 24.
2016-03-13 Christian HellerTCE: Only allow winning when grace => 32.
2016-03-13 Christian HellerTCE: Add super-wall-eat capability on GRACE of >= 8.
2016-03-13 Christian HellerTCE: Add altars that deliver grace score.
2016-03-13 Christian HellerTCE: Add win condition.
2016-03-13 Christian HellerTCE: Prefix hole creation with crack hierarchy, fix...
2016-03-13 Christian HellerServer: Add -n option to regenerate world.
2016-03-13 Christian HellerTCE: Change title case.
2016-03-13 Christian HellerTCE: Change colors.
2016-03-13 Christian HellerTCE: Fix ai command mix up bug.
2016-03-13 Christian HellerClient, plugins: Make window scroll hints optional.
2016-03-13 Christian HellerTCE: Improve look mode cursor info.
2016-03-13 Christian HellerTCE: Minor refactor of client coloring.
2016-03-13 Christian HellerTCE: Add help system infrastructure.
2016-03-13 Christian HellerTCE: Fix "allowed" tests on player actions.
2016-03-13 Christian HellerTCE: Minor refactorings, fixes; AI: treat unknown field...
2016-03-13 Christian HellerTCE: Add movement sound mapping.
2016-03-13 Christian HellerTCE: Add hunting AI.
2016-03-13 Christian HellerServer: Add important TODO notice.
2016-03-13 Christian HellerTCE: Fix fov_map bugs; remove "wait" strategy for fleeing.
2016-03-13 Christian HellerTCE: Add fleeing AI.
2016-03-12 Christian HellerServer: Minor code refactoring.
2016-03-12 Christian HellerTCE: Creatures may suck resources from other creatures.
2016-03-12 Christian HellerTCE: Switch order of digestion bars.
2016-03-12 Christian HellerTCE: Differentiate player and NPCs by coloring.
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 HellerServer: Add save hook.
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 HellerServer: Don't hardcode possible action names in TA_NAME...
2016-03-09 Christian HellerTCE: Add water.
2016-03-08 Christian HellerTCE: Change visual player representation.
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 HellerServer: Drop unused variable.
2016-03-07 Christian HellerTCE: Change movement log language.
2016-03-07 Christian HellerTCE: Reduce window configuration.
2016-03-07 Christian HellerPtIG, TCE: Add license notices.
2016-03-07 Christian HellerTCE: Add map coloring.
2016-03-07 Christian HellerTCE: Add basic crawl eating.
2016-03-07 Christian HellerPtIG: Minor fix?
2016-03-06 Christian HellerTCE: Add basic worldconf, default to it.
2016-03-06 Christian HellerMake PtIG default game, add documentation.
2016-03-05 Christian HellerServer, plugin: Fix buggy passing of strings to C library.
2016-03-05 Christian HellerServer: Add WORLD_ACTIVE checks.
2016-03-05 Christian HellerWrapper script: Give server ten seconds to wind down...
2016-03-05 Christian HellerPlugin: Fix altar language.
2016-03-05 Christian HellerClient: Fix wrong keybinding info.
2016-03-05 Christian HellerPlugin: Fix display of empathy values.
2016-03-05 Christian HellerPlugin: Fix bug in thing type detection of play_use.
2016-03-05 Christian HellerMinor tweaks to enhance cleaning up and responsibility...
2016-03-05 Christian HellerPlugin: Fix bug that reset the god favor stage.
2016-03-05 Christian HellerServer: Update worldstate during any turn change -...
2016-03-05 Christian HellerClient: Fix bug adding win width padding to log lines...
2016-03-05 Christian HellerPlugin: Remove faulty newline.
2016-03-05 Christian HellerClient: Reset "things here" window scroll on content...
2016-03-05 Christian HellerPlugin: Fix unusability of carpentry tool and fertilizer.
2016-03-05 Christian HellerClient: Fix inventory selection bug on inventory shrinking.
2016-03-05 Christian HellerPlugin: Fix buggy altar message distribution.
2016-03-03 Christian HellerServer: Minor code simplification.
2016-03-03 Christian HellerServer: Don't calculate eat_vs_hunger_threshold more...
next