home · contact · privacy
plomrogue
8 years agoTCE: Fix actor_move bug (separation of bowel filling, wall disposal).
Christian Heller [Fri, 11 Mar 2016 10:36:54 +0000 (11:36 +0100)]
TCE: Fix actor_move bug (separation of bowel filling, wall disposal).

8 years agoTCE: Use wetness map separate from terrain map.
Christian Heller [Fri, 11 Mar 2016 10:31:39 +0000 (11:31 +0100)]
TCE: Use wetness map separate from terrain map.

8 years agoServer: Add save hook.
Christian Heller [Thu, 10 Mar 2016 01:30:22 +0000 (02:30 +0100)]
Server: Add save hook.

8 years agoTCE: Wet ground with urination.
Christian Heller [Thu, 10 Mar 2016 01:25:02 +0000 (02:25 +0100)]
TCE: Wet ground with urination.

8 years agoTCE: Add limit to drinking.
Christian Heller [Wed, 9 Mar 2016 22:21:51 +0000 (23:21 +0100)]
TCE: Add limit to drinking.

8 years agoTCE: Refactor too-full-to-eat test.
Christian Heller [Wed, 9 Mar 2016 22:16:35 +0000 (23:16 +0100)]
TCE: Refactor too-full-to-eat test.

8 years agoTCE: Add voluntary urination.
Christian Heller [Wed, 9 Mar 2016 22:12:24 +0000 (23:12 +0100)]
TCE: Add voluntary urination.

8 years agoTCE: Improvements to language, symbols.
Christian Heller [Wed, 9 Mar 2016 22:07:30 +0000 (23:07 +0100)]
TCE: Improvements to language, symbols.

8 years agoTCE: Add drinking, bladder.
Christian Heller [Wed, 9 Mar 2016 21:57:04 +0000 (22:57 +0100)]
TCE: Add drinking, bladder.

8 years agoServer: Don't hardcode possible action names in TA_NAME command.
Christian Heller [Wed, 9 Mar 2016 21:53:55 +0000 (22:53 +0100)]
Server: Don't hardcode possible action names in TA_NAME command.

8 years agoTCE: Add water.
Christian Heller [Wed, 9 Mar 2016 21:35:55 +0000 (22:35 +0100)]
TCE: Add water.

8 years agoTCE: Change visual player representation.
Christian Heller [Tue, 8 Mar 2016 01:40:54 +0000 (02:40 +0100)]
TCE: Change visual player representation.

8 years agoTCE: Make sure stomach is never fuller than 32.
Christian Heller [Tue, 8 Mar 2016 01:37:52 +0000 (02:37 +0100)]
TCE: Make sure stomach is never fuller than 32.

8 years agoTCE: Add terrain movement cost.
Christian Heller [Tue, 8 Mar 2016 00:56:20 +0000 (01:56 +0100)]
TCE: Add terrain movement cost.

8 years agoTCE: Refactor movement, add involuntary defecation.
Christian Heller [Tue, 8 Mar 2016 00:40:00 +0000 (01:40 +0100)]
TCE: Refactor movement, add involuntary defecation.

8 years agoTCE: Add defecation, different terrain types that may result from it.
Christian Heller [Tue, 8 Mar 2016 00:26:59 +0000 (01:26 +0100)]
TCE: Add defecation, different terrain types that may result from it.

8 years agoTCE: Add stomach bar.
Christian Heller [Mon, 7 Mar 2016 23:48:14 +0000 (00:48 +0100)]
TCE: Add stomach bar.

8 years agoTCE: Make Thing's stomach value a T_STOMACH commanded value.
Christian Heller [Mon, 7 Mar 2016 23:36:07 +0000 (00:36 +0100)]
TCE: Make Thing's stomach value a T_STOMACH commanded value.

8 years agoTCE: Reduce config, refactor move plugin, add stomach filled by eating.
Christian Heller [Mon, 7 Mar 2016 23:29:32 +0000 (00:29 +0100)]
TCE: Reduce config, refactor move plugin, add stomach filled by eating.

8 years agoTCE: Reduce turn_over(), lifepoint manipulation to minimum.
Christian Heller [Mon, 7 Mar 2016 22:34:59 +0000 (23:34 +0100)]
TCE: Reduce turn_over(), lifepoint manipulation to minimum.

8 years agoServer: Drop unused variable.
Christian Heller [Mon, 7 Mar 2016 22:18:54 +0000 (23:18 +0100)]
Server: Drop unused variable.

8 years agoTCE: Change movement log language.
Christian Heller [Mon, 7 Mar 2016 21:22:29 +0000 (22:22 +0100)]
TCE: Change movement log language.

8 years agoTCE: Reduce window configuration.
Christian Heller [Mon, 7 Mar 2016 21:14:03 +0000 (22:14 +0100)]
TCE: Reduce window configuration.

8 years agoPtIG, TCE: Add license notices.
Christian Heller [Mon, 7 Mar 2016 00:51:16 +0000 (01:51 +0100)]
PtIG, TCE: Add license notices.

8 years agoTCE: Add map coloring.
Christian Heller [Mon, 7 Mar 2016 00:50:34 +0000 (01:50 +0100)]
TCE: Add map coloring.

8 years agoTCE: Add basic crawl eating.
Christian Heller [Mon, 7 Mar 2016 00:03:57 +0000 (01:03 +0100)]
TCE: Add basic crawl eating.

8 years agoPtIG: Minor fix?
Christian Heller [Mon, 7 Mar 2016 00:03:33 +0000 (01:03 +0100)]
PtIG: Minor fix?

8 years agoTCE: Add basic worldconf, default to it.
Christian Heller [Sun, 6 Mar 2016 23:35:55 +0000 (00:35 +0100)]
TCE: Add basic worldconf, default to it.

8 years agoMake PtIG default game, add documentation.
Christian Heller [Sun, 6 Mar 2016 22:12:22 +0000 (23:12 +0100)]
Make PtIG default game, add documentation.

8 years agoServer, plugin: Fix buggy passing of strings to C library.
Christian Heller [Sat, 5 Mar 2016 22:48:00 +0000 (23:48 +0100)]
Server, plugin: Fix buggy passing of strings to C library.

8 years agoServer: Add WORLD_ACTIVE checks.
Christian Heller [Sat, 5 Mar 2016 20:59:52 +0000 (21:59 +0100)]
Server: Add WORLD_ACTIVE checks.

8 years agoWrapper script: Give server ten seconds to wind down properly.
Christian Heller [Sat, 5 Mar 2016 20:59:07 +0000 (21:59 +0100)]
Wrapper script: Give server ten seconds to wind down properly.

8 years agoPlugin: Fix altar language.
Christian Heller [Sat, 5 Mar 2016 20:15:12 +0000 (21:15 +0100)]
Plugin: Fix altar language.

8 years agoClient: Fix wrong keybinding info.
Christian Heller [Sat, 5 Mar 2016 20:07:58 +0000 (21:07 +0100)]
Client: Fix wrong keybinding info.

8 years agoPlugin: Fix display of empathy values.
Christian Heller [Sat, 5 Mar 2016 20:02:57 +0000 (21:02 +0100)]
Plugin: Fix display of empathy values.

8 years agoPlugin: Fix bug in thing type detection of play_use.
Christian Heller [Sat, 5 Mar 2016 14:19:46 +0000 (15:19 +0100)]
Plugin: Fix bug in thing type detection of play_use.

8 years agoMinor tweaks to enhance cleaning up and responsibility of start scripts.
Christian Heller [Sat, 5 Mar 2016 13:57:49 +0000 (14:57 +0100)]
Minor tweaks to enhance cleaning up and responsibility of start scripts.

8 years agoPlugin: Fix bug that reset the god favor stage.
Christian Heller [Sat, 5 Mar 2016 13:06:31 +0000 (14:06 +0100)]
Plugin: Fix bug that reset the god favor stage.

8 years agoServer: Update worldstate during any turn change -> be more responsive.
Christian Heller [Sat, 5 Mar 2016 12:26:40 +0000 (13:26 +0100)]
Server: Update worldstate during any turn change -> be more responsive.

8 years agoClient: Fix bug adding win width padding to log lines when not needed.
Christian Heller [Sat, 5 Mar 2016 11:37:18 +0000 (12:37 +0100)]
Client: Fix bug adding win width padding to log lines when not needed.

8 years agoPlugin: Remove faulty newline.
Christian Heller [Sat, 5 Mar 2016 11:13:17 +0000 (12:13 +0100)]
Plugin: Remove faulty newline.

8 years agoClient: Reset "things here" window scroll on content reset.
Christian Heller [Sat, 5 Mar 2016 10:54:23 +0000 (11:54 +0100)]
Client: Reset "things here" window scroll on content reset.

8 years agoPlugin: Fix unusability of carpentry tool and fertilizer.
Christian Heller [Sat, 5 Mar 2016 10:34:01 +0000 (11:34 +0100)]
Plugin: Fix unusability of carpentry tool and fertilizer.

8 years agoClient: Fix inventory selection bug on inventory shrinking.
Christian Heller [Sat, 5 Mar 2016 10:33:39 +0000 (11:33 +0100)]
Client: Fix inventory selection bug on inventory shrinking.

8 years agoPlugin: Fix buggy altar message distribution.
Christian Heller [Sat, 5 Mar 2016 10:03:13 +0000 (11:03 +0100)]
Plugin: Fix buggy altar message distribution.

8 years agoServer: Minor code simplification.
Christian Heller [Thu, 3 Mar 2016 02:17:51 +0000 (03:17 +0100)]
Server: Minor code simplification.

8 years agoServer: Don't calculate eat_vs_hunger_threshold more often than needed.
Christian Heller [Thu, 3 Mar 2016 02:14:08 +0000 (03:14 +0100)]
Server: Don't calculate eat_vs_hunger_threshold more often than needed.

8 years agoServer: Minor AI algorithm performance optimization.
Christian Heller [Thu, 3 Mar 2016 01:19:15 +0000 (02:19 +0100)]
Server: Minor AI algorithm performance optimization.

8 years agoServer: Optimize thing position calculation.
Christian Heller [Thu, 3 Mar 2016 01:04:49 +0000 (02:04 +0100)]
Server: Optimize thing position calculation.

8 years agoServer: Fix AI bug (searching too costly consumable when not player).
Christian Heller [Wed, 2 Mar 2016 21:39:11 +0000 (22:39 +0100)]
Server: Fix AI bug (searching too costly consumable when not player).

8 years agoServer: Simplify code.
Christian Heller [Wed, 2 Mar 2016 01:53:54 +0000 (02:53 +0100)]
Server: Simplify code.

8 years agoServer: Fix bug in savefile write delay calculation.
Christian Heller [Wed, 2 Mar 2016 01:42:22 +0000 (02:42 +0100)]
Server: Fix bug in savefile write delay calculation.

8 years agoServer: Simplify code.
Christian Heller [Wed, 2 Mar 2016 00:57:24 +0000 (01:57 +0100)]
Server: Simplify code.

8 years agoServer: Minor performance optimizations in seeing_thing().
Christian Heller [Wed, 2 Mar 2016 00:35:30 +0000 (01:35 +0100)]
Server: Minor performance optimizations in seeing_thing().

8 years agoUpdate testing data.
Christian Heller [Tue, 1 Mar 2016 23:51:55 +0000 (00:51 +0100)]
Update testing data.

8 years agoPlugin: Fix wrongful variable assignment.
Christian Heller [Tue, 1 Mar 2016 23:44:52 +0000 (00:44 +0100)]
Plugin: Fix wrongful variable assignment.

8 years agoServer: Further optimization in AI algorithms.
Christian Heller [Tue, 1 Mar 2016 02:15:21 +0000 (03:15 +0100)]
Server: Further optimization in AI algorithms.

8 years agoServer: Performance optimization in init_score_map().
Christian Heller [Tue, 1 Mar 2016 01:46:36 +0000 (02:46 +0100)]
Server: Performance optimization in init_score_map().

8 years agoServer: Minor save file generation optimization.
Christian Heller [Tue, 1 Mar 2016 00:53:30 +0000 (01:53 +0100)]
Server: Minor save file generation optimization.

8 years agoServer, plugin: New testing data.
Christian Heller [Mon, 29 Feb 2016 22:42:13 +0000 (23:42 +0100)]
Server, plugin: New testing data.

8 years agoServer: Remove debug logging.
Christian Heller [Mon, 29 Feb 2016 22:26:08 +0000 (23:26 +0100)]
Server: Remove debug logging.

8 years agoPlugin: Move file.
Christian Heller [Mon, 29 Feb 2016 22:25:58 +0000 (23:25 +0100)]
Plugin: Move file.

8 years agoServer, plugin: Refactor thing proliferation.
Christian Heller [Mon, 29 Feb 2016 02:10:05 +0000 (03:10 +0100)]
Server, plugin: Refactor thing proliferation.

8 years agoServer: Refactor and fix bugs in in thing proliferation.
Christian Heller [Mon, 29 Feb 2016 02:00:18 +0000 (03:00 +0100)]
Server: Refactor and fix bugs in in thing proliferation.

8 years agoServer, plugin: Some minor variable renaming.
Christian Heller [Mon, 29 Feb 2016 01:33:00 +0000 (02:33 +0100)]
Server, plugin: Some minor variable renaming.

8 years agoServer, plugin: Refactor play_pickup plugin hooking.
Christian Heller [Mon, 29 Feb 2016 01:24:47 +0000 (02:24 +0100)]
Server, plugin: Refactor play_pickup plugin hooking.

8 years agoServer, plugin: Refactor play_use plugin hooking.
Christian Heller [Mon, 29 Feb 2016 01:17:18 +0000 (02:17 +0100)]
Server, plugin: Refactor play_use plugin hooking.

8 years agoServer, plugin: Refactor play_move plugin hooking, fix minor bugs.
Christian Heller [Mon, 29 Feb 2016 00:48:53 +0000 (01:48 +0100)]
Server, plugin: Refactor play_move plugin hooking, fix minor bugs.

8 years agoPlugin, server: Refactor command_worldactive plugin hooking.
Christian Heller [Mon, 29 Feb 2016 00:33:30 +0000 (01:33 +0100)]
Plugin, server: Refactor command_worldactive plugin hooking.

8 years agoServer, plugin: Refactor command_ttid plugin hooking.
Christian Heller [Mon, 29 Feb 2016 00:16:47 +0000 (01:16 +0100)]
Server, plugin: Refactor command_ttid plugin hooking.

8 years agoServer, plugin: Refactor decrement_lifepoint hooking, add missed files.
Christian Heller [Sun, 28 Feb 2016 23:18:00 +0000 (00:18 +0100)]
Server, plugin: Refactor decrement_lifepoint hooking, add missed files.

8 years agoServer, plugin: Refactor actor_move plugin hooking.
Christian Heller [Sun, 28 Feb 2016 22:49:56 +0000 (23:49 +0100)]
Server, plugin: Refactor actor_move plugin hooking.

8 years agoServer: Tell player about deaths his wounding is responsible for.
Christian Heller [Sun, 28 Feb 2016 22:18:45 +0000 (23:18 +0100)]
Server: Tell player about deaths his wounding is responsible for.

8 years agoServer, plugin: Refactor actor_use plugin hooking.
Christian Heller [Sun, 28 Feb 2016 21:30:09 +0000 (22:30 +0100)]
Server, plugin: Refactor actor_use plugin hooking.

8 years agoServer, plugin: Refactor actor_drop plugin hooking.
Christian Heller [Sun, 28 Feb 2016 21:07:43 +0000 (22:07 +0100)]
Server, plugin: Refactor actor_drop plugin hooking.

8 years agoServer, plugin: Refactor actor_pickup plugin hooking.
Christian Heller [Sat, 27 Feb 2016 11:40:47 +0000 (12:40 +0100)]
Server, plugin: Refactor actor_pickup plugin hooking.

8 years agoServer: Refactor thingproliferation plugin hooks.
Christian Heller [Sat, 27 Feb 2016 11:06:22 +0000 (12:06 +0100)]
Server: Refactor thingproliferation plugin hooks.

8 years agoServer, plugin: Refactor ai (plugin hooks).
Christian Heller [Sat, 27 Feb 2016 11:03:31 +0000 (12:03 +0100)]
Server, plugin: Refactor ai (plugin hooks).

8 years agoServer, plugin: Refactor thingproliferation (plugin integration).
Christian Heller [Sat, 27 Feb 2016 10:50:42 +0000 (11:50 +0100)]
Server, plugin: Refactor thingproliferation (plugin integration).

8 years agoServer: Remove unused import.
Christian Heller [Sat, 27 Feb 2016 10:12:45 +0000 (11:12 +0100)]
Server: Remove unused import.

8 years agoServer, plugin: Refactor make_world modularity.
Christian Heller [Sat, 27 Feb 2016 01:33:45 +0000 (02:33 +0100)]
Server, plugin: Refactor make_world modularity.

8 years agoServer, plugin: Refactor map making.
Christian Heller [Sat, 27 Feb 2016 00:28:52 +0000 (01:28 +0100)]
Server, plugin: Refactor map making.

8 years agoPlugin: Refactor.
Christian Heller [Fri, 26 Feb 2016 22:35:09 +0000 (23:35 +0100)]
Plugin: Refactor.

8 years agoClient: Solve automatic reconfiguring of windows in SIGWINCH.
Christian Heller [Fri, 26 Feb 2016 20:28:11 +0000 (21:28 +0100)]
Client: Solve automatic reconfiguring of windows in SIGWINCH.

8 years agoPlugin: Improve start info.
Christian Heller [Fri, 26 Feb 2016 20:25:58 +0000 (21:25 +0100)]
Plugin: Improve start info.

8 years agoPlugin: Fix bad function reference.
Christian Heller [Fri, 26 Feb 2016 20:13:55 +0000 (21:13 +0100)]
Plugin: Fix bad function reference.

8 years agoClient: Fix broken "things here" window scrolling command.
Christian Heller [Fri, 26 Feb 2016 20:05:21 +0000 (21:05 +0100)]
Client: Fix broken "things here" window scrolling command.

8 years agoPlugin: Refactor actor_move.
Christian Heller [Fri, 26 Feb 2016 12:52:17 +0000 (13:52 +0100)]
Plugin: Refactor actor_move.

8 years agoServer: Refactor command_taname.
Christian Heller [Fri, 26 Feb 2016 12:44:31 +0000 (13:44 +0100)]
Server: Refactor command_taname.

8 years agoServer, plugin: Abort command_worldactive checks as early as possible.
Christian Heller [Fri, 26 Feb 2016 12:39:55 +0000 (13:39 +0100)]
Server, plugin: Abort command_worldactive checks as early as possible.

8 years agoServer: Simplify turn_over().
Christian Heller [Fri, 26 Feb 2016 12:21:40 +0000 (13:21 +0100)]
Server: Simplify turn_over().

8 years agoPlugin: Improve formatting of long strings.
Christian Heller [Fri, 26 Feb 2016 11:57:45 +0000 (12:57 +0100)]
Plugin: Improve formatting of long strings.

8 years agoPlugin: Add proper map coloring.
Christian Heller [Thu, 25 Feb 2016 02:02:25 +0000 (03:02 +0100)]
Plugin: Add proper map coloring.

8 years agoPlugin: Add scenario file.
Christian Heller [Thu, 25 Feb 2016 01:49:18 +0000 (02:49 +0100)]
Plugin: Add scenario file.

8 years agoPlugin: Fix bug by typo.
Christian Heller [Thu, 25 Feb 2016 01:09:05 +0000 (02:09 +0100)]
Plugin: Fix bug by typo.

8 years agoServer, plugin: Minor language improvements.
Christian Heller [Thu, 25 Feb 2016 00:53:27 +0000 (01:53 +0100)]
Server, plugin: Minor language improvements.

8 years agoPlugin: Add final mission.
Christian Heller [Thu, 25 Feb 2016 00:45:51 +0000 (01:45 +0100)]
Plugin: Add final mission.

8 years agoPlugin: Add new mission.
Christian Heller [Thu, 25 Feb 2016 00:39:17 +0000 (01:39 +0100)]
Plugin: Add new mission.

8 years agoPlugin: Add altar re-spawning of died-out species.
Christian Heller [Thu, 25 Feb 2016 00:24:13 +0000 (01:24 +0100)]
Plugin: Add altar re-spawning of died-out species.

8 years agoPlugin: Don't let player pick up more than they can carry.
Christian Heller [Thu, 25 Feb 2016 00:17:51 +0000 (01:17 +0100)]
Plugin: Don't let player pick up more than they can carry.