home · contact · privacy
plomrogue
9 years agoMore helpfulness on how to start over in a new game world.
Christian Heller [Thu, 12 Mar 2015 03:55:00 +0000 (04:55 +0100)]
More helpfulness on how to start over in a new game world.

9 years agoUpdate README(s).
Christian Heller [Thu, 12 Mar 2015 03:37:36 +0000 (04:37 +0100)]
Update README(s).

9 years agoUpdate file names in documentation.
Christian Heller [Thu, 12 Mar 2015 03:25:50 +0000 (04:25 +0100)]
Update file names in documentation.

9 years agoDocument "wait" action in log help and README.
Christian Heller [Thu, 12 Mar 2015 03:15:12 +0000 (04:15 +0100)]
Document "wait" action in log help and README.

9 years agoAdd log_help(), short usage info sent to log on server start.
Christian Heller [Thu, 12 Mar 2015 03:10:51 +0000 (04:10 +0100)]
Add log_help(), short usage info sent to log on server start.

9 years agoRemove debugging code.
Christian Heller [Thu, 12 Mar 2015 02:52:47 +0000 (03:52 +0100)]
Remove debugging code.

9 years agoUpdated SERVER_COMMANDS.
Christian Heller [Thu, 12 Mar 2015 02:52:19 +0000 (03:52 +0100)]
Updated SERVER_COMMANDS.

9 years ago7DRL: Move altar positioning from server command to map generation.
Christian Heller [Thu, 12 Mar 2015 02:45:19 +0000 (03:45 +0100)]
7DRL: Move altar positioning from server command to map generation.

9 years ago7DRL: Don't use default ThingTypes that corpse to SLIPPERS.
Christian Heller [Thu, 12 Mar 2015 02:34:44 +0000 (03:34 +0100)]
7DRL: Don't use default ThingTypes that corpse to SLIPPERS.

9 years ago7DRL: Add endgame.
Christian Heller [Thu, 12 Mar 2015 02:00:40 +0000 (03:00 +0100)]
7DRL: Add endgame.

9 years agoturn_over(): hunger() before Thing action, so no suicide corpses hunger.
Christian Heller [Thu, 12 Mar 2015 01:28:44 +0000 (02:28 +0100)]
turn_over(): hunger() before Thing action, so no suicide corpses hunger.

9 years ago7DRL: Differentiate READMEs for 7DRL and engine.
Christian Heller [Wed, 11 Mar 2015 23:02:06 +0000 (00:02 +0100)]
7DRL: Differentiate READMEs for 7DRL and engine.

9 years agoClient: Change look mode cursor visualization.
Christian Heller [Wed, 11 Mar 2015 21:32:46 +0000 (22:32 +0100)]
Client: Change look mode cursor visualization.

9 years ago7DRL: Add '_' altar symbol to map, declare it walkable.
Christian Heller [Wed, 11 Mar 2015 21:23:09 +0000 (22:23 +0100)]
7DRL: Add '_' altar symbol to map, declare it walkable.

9 years ago7DRL: Add ALTAR positioning command / init.
Christian Heller [Wed, 11 Mar 2015 20:56:51 +0000 (21:56 +0100)]
7DRL: Add ALTAR positioning command / init.

9 years agoImprove input validation in command_worldactive().
Christian Heller [Wed, 11 Mar 2015 20:52:29 +0000 (21:52 +0100)]
Improve input validation in command_worldactive().

9 years agoFix bug in thingproliferation() (using "." instead of ":" cell targets).
Christian Heller [Wed, 11 Mar 2015 16:10:31 +0000 (17:10 +0100)]
Fix bug in thingproliferation() (using "." instead of ":" cell targets).

9 years ago7DRL: Documentation rump in SERVER_COMMANDS.
Christian Heller [Wed, 11 Mar 2015 16:02:47 +0000 (17:02 +0100)]
7DRL: Documentation rump in SERVER_COMMANDS.

9 years ago7DRL: Add vegetation-friendly land, make plant spread depend on it.
Christian Heller [Wed, 11 Mar 2015 15:41:31 +0000 (16:41 +0100)]
7DRL: Add vegetation-friendly land, make plant spread depend on it.

9 years agoHandle cases where game / server starts on dead player.
Christian Heller [Wed, 11 Mar 2015 15:13:47 +0000 (16:13 +0100)]
Handle cases where game / server starts on dead player.

9 years ago7DRL: Declare ':' map cells open / passable / proliferable.
Christian Heller [Wed, 11 Mar 2015 14:47:06 +0000 (15:47 +0100)]
7DRL: Declare ':' map cells open / passable / proliferable.

9 years agoRename remake_map() to make_map().
Christian Heller [Wed, 11 Mar 2015 14:23:39 +0000 (15:23 +0100)]
Rename remake_map() to make_map().

9 years agoFix map invalidation in command_maplength().
Christian Heller [Wed, 11 Mar 2015 14:18:52 +0000 (15:18 +0100)]
Fix map invalidation in command_maplength().

9 years agoSave world map in savefile, generate only on MAKE_WORLD, drop SEED_MAP.
Christian Heller [Wed, 11 Mar 2015 14:11:29 +0000 (15:11 +0100)]
Save world map in savefile, generate only on MAKE_WORLD, drop SEED_MAP.

9 years agoOutput message about inability to set world active.
Christian Heller [Wed, 11 Mar 2015 13:46:39 +0000 (14:46 +0100)]
Output message about inability to set world active.

9 years agoAdd comment about last commit's feature.
Christian Heller [Wed, 11 Mar 2015 13:46:03 +0000 (14:46 +0100)]
Add comment about last commit's feature.

9 years agoIgnore lowercase-starting (= player) commands when world is inactive.
Christian Heller [Wed, 11 Mar 2015 13:44:26 +0000 (14:44 +0100)]
Ignore lowercase-starting (= player) commands when world is inactive.

9 years agoFix buggy map existence test in command_worldactive().
Christian Heller [Wed, 11 Mar 2015 13:33:33 +0000 (14:33 +0100)]
Fix buggy map existence test in command_worldactive().

9 years agoRe-insert map existence check in command_worldactive().
Christian Heller [Wed, 11 Mar 2015 13:31:11 +0000 (14:31 +0100)]
Re-insert map existence check in command_worldactive().

9 years agoDon't save non-active world.
Christian Heller [Wed, 11 Mar 2015 13:15:02 +0000 (14:15 +0100)]
Don't save non-active world.

9 years ago7DRL: Client map coloring.
Christian Heller [Wed, 11 Mar 2015 12:26:16 +0000 (13:26 +0100)]
7DRL: Client map coloring.

9 years agoUpdate default world and testing script data.
Christian Heller [Wed, 11 Mar 2015 12:09:34 +0000 (13:09 +0100)]
Update default world and testing script data.

9 years agoSimplify and optimizing Thing proliferation rules.
Christian Heller [Wed, 11 Mar 2015 11:53:20 +0000 (12:53 +0100)]
Simplify and optimizing Thing proliferation rules.

9 years agoMinor optimization in update_map_memory().
Christian Heller [Wed, 11 Mar 2015 04:30:18 +0000 (05:30 +0100)]
Minor optimization in update_map_memory().

9 years ago7DRL: New interface config for client.
Christian Heller [Wed, 11 Mar 2015 01:58:43 +0000 (02:58 +0100)]
7DRL: New interface config for client.

9 years agoUndo previous commit, fixed keybindings at wrong place.
Christian Heller [Wed, 11 Mar 2015 01:45:47 +0000 (02:45 +0100)]
Undo previous commit, fixed keybindings at wrong place.

9 years agoClient: Use X/Y instead of x/y for window size config type toggling.
Christian Heller [Wed, 11 Mar 2015 01:40:00 +0000 (02:40 +0100)]
Client: Use X/Y instead of x/y for window size config type toggling.

9 years ago7DRL: More scenario-friendly worldconf.
Christian Heller [Tue, 10 Mar 2015 23:35:36 +0000 (00:35 +0100)]
7DRL: More scenario-friendly worldconf.

9 years ago7DRL: Non-players picking up player-dropped consumables give GODS_FAVOR.
Christian Heller [Tue, 10 Mar 2015 22:28:51 +0000 (23:28 +0100)]
7DRL: Non-players picking up player-dropped consumables give GODS_FAVOR.

9 years agoLet actor_pick_up pick up most nutritious Thing as topmost Thing.
Christian Heller [Tue, 10 Mar 2015 22:20:19 +0000 (23:20 +0100)]
Let actor_pick_up pick up most nutritious Thing as topmost Thing.

9 years agoFix bug in dying actor dropping Things: Unset "carried" flag on event.
Christian Heller [Tue, 10 Mar 2015 22:10:48 +0000 (23:10 +0100)]
Fix bug in dying actor dropping Things: Unset "carried" flag on event.

9 years agoLet dying actors drop their things.
Christian Heller [Tue, 10 Mar 2015 22:05:09 +0000 (23:05 +0100)]
Let dying actors drop their things.

9 years ago7DRL: Let GOD_FAVOR in-/decrements be affected by GOD_MOOD.
Christian Heller [Tue, 10 Mar 2015 21:23:40 +0000 (22:23 +0100)]
7DRL: Let GOD_FAVOR in-/decrements be affected by GOD_MOOD.

9 years agoExtend testing script test game.
Christian Heller [Tue, 10 Mar 2015 19:56:48 +0000 (20:56 +0100)]
Extend testing script test game.

9 years agoLet death/killing of creatures affect God's mood and favor by type.
Christian Heller [Tue, 10 Mar 2015 19:52:46 +0000 (20:52 +0100)]
Let death/killing of creatures affect God's mood and favor by type.

9 years agoFix replay mode overwriting save file on quit.
Christian Heller [Tue, 10 Mar 2015 19:31:35 +0000 (20:31 +0100)]
Fix replay mode overwriting save file on quit.

9 years ago7DRL: Wounding (worse: killing) other creatures lowers God's favor.
Christian Heller [Tue, 10 Mar 2015 19:17:38 +0000 (20:17 +0100)]
7DRL: Wounding (worse: killing) other creatures lowers God's favor.

9 years agoFix another string building bug in actor_move().
Christian Heller [Tue, 10 Mar 2015 19:14:06 +0000 (20:14 +0100)]
Fix another string building bug in actor_move().

9 years ago7DRL: De-/increment God's mood with lifepoints, and proliferation.
Christian Heller [Tue, 10 Mar 2015 19:05:25 +0000 (20:05 +0100)]
7DRL: De-/increment God's mood with lifepoints, and proliferation.

9 years agoFix another actor_move string building bug.
Christian Heller [Tue, 10 Mar 2015 19:03:05 +0000 (20:03 +0100)]
Fix another actor_move string building bug.

9 years agoFix KeyError bug in actor_move.
Christian Heller [Tue, 10 Mar 2015 19:01:04 +0000 (20:01 +0100)]
Fix KeyError bug in actor_move.

9 years agoFix broken testing script.
Christian Heller [Tue, 10 Mar 2015 13:58:14 +0000 (14:58 +0100)]
Fix broken testing script.

9 years agoAdd ThingType-dependent limit on storage room in inventory.
Christian Heller [Tue, 10 Mar 2015 13:42:25 +0000 (14:42 +0100)]
Add ThingType-dependent limit on storage room in inventory.

9 years agoFinish the aforementioned removal of log messages.
Christian Heller [Tue, 10 Mar 2015 10:43:06 +0000 (11:43 +0100)]
Finish the aforementioned removal of log messages.

9 years agoRemove log messages about actions the player is not involved in.
Christian Heller [Tue, 10 Mar 2015 10:41:54 +0000 (11:41 +0100)]
Remove log messages about actions the player is not involved in.

9 years agoServe: Minor stylistic/cosmetic improvemenets to update_map_memory().
Christian Heller [Tue, 10 Mar 2015 05:16:57 +0000 (06:16 +0100)]
Serve: Minor stylistic/cosmetic improvemenets to update_map_memory().

9 years agoMinor code formatting improvement.
Christian Heller [Tue, 10 Mar 2015 05:05:01 +0000 (06:05 +0100)]
Minor code formatting improvement.

9 years agoMore informative outsourcing notes.
Christian Heller [Tue, 10 Mar 2015 05:03:35 +0000 (06:03 +0100)]
More informative outsourcing notes.

9 years agoRemove unused variable.
Christian Heller [Tue, 10 Mar 2015 05:01:39 +0000 (06:01 +0100)]
Remove unused variable.

9 years agoFix typo in comment.
Christian Heller [Tue, 10 Mar 2015 05:00:26 +0000 (06:00 +0100)]
Fix typo in comment.

9 years agoFix client-server communication bug that made read_queue() impotent.
Christian Heller [Tue, 10 Mar 2015 04:51:04 +0000 (05:51 +0100)]
Fix client-server communication bug that made read_queue() impotent.

9 years agoFix syntax bug.
Christian Heller [Tue, 10 Mar 2015 04:25:51 +0000 (05:25 +0100)]
Fix syntax bug.

9 years agoApply PEP8.
Christian Heller [Tue, 10 Mar 2015 04:24:03 +0000 (05:24 +0100)]
Apply PEP8.

9 years agoDocument all outsourcings from Python to C.
Christian Heller [Tue, 10 Mar 2015 04:20:32 +0000 (05:20 +0100)]
Document all outsourcings from Python to C.

9 years agoFurther server optimization by outsourcing to libplomrogue.
Christian Heller [Tue, 10 Mar 2015 04:20:14 +0000 (05:20 +0100)]
Further server optimization by outsourcing to libplomrogue.

9 years agoFix bug in testing script
Christian Heller [Tue, 10 Mar 2015 03:48:24 +0000 (04:48 +0100)]
Fix bug in testing script

9 years agotest_server.sh: Output server output, to detect crashes early.
Christian Heller [Tue, 10 Mar 2015 03:46:03 +0000 (04:46 +0100)]
test_server.sh: Output server output, to detect crashes early.

9 years agotesting script: Update reference savestate.
Christian Heller [Tue, 10 Mar 2015 03:26:43 +0000 (04:26 +0100)]
testing script: Update reference savestate.

9 years agotest_server.sh: Save test's savestate in ./testing/ instead of its diff.
Christian Heller [Tue, 10 Mar 2015 03:25:38 +0000 (04:25 +0100)]
test_server.sh: Save test's savestate in ./testing/ instead of its diff.

9 years agoUndo debugging refactoring.
Christian Heller [Tue, 10 Mar 2015 03:23:52 +0000 (04:23 +0100)]
Undo debugging refactoring.

9 years ago7DRL: Add GOD_MOOD, GOD_FAVOR properties with no use so far.
Christian Heller [Tue, 10 Mar 2015 03:18:50 +0000 (04:18 +0100)]
7DRL: Add GOD_MOOD, GOD_FAVOR properties with no use so far.

9 years agoUpdate TODO.
Christian Heller [Tue, 10 Mar 2015 03:16:16 +0000 (04:16 +0100)]
Update TODO.

9 years agoOptimize Dijkstra map algorithm.
Christian Heller [Tue, 10 Mar 2015 02:41:31 +0000 (03:41 +0100)]
Optimize Dijkstra map algorithm.

9 years agoMore lenient python3 existence test.
Christian Heller [Tue, 10 Mar 2015 02:31:06 +0000 (03:31 +0100)]
More lenient python3 existence test.

9 years agoUpdate requirements in README.
Christian Heller [Mon, 9 Mar 2015 23:47:51 +0000 (00:47 +0100)]
Update requirements in README.

9 years agoUpdate notes on portability / dependencies.
Christian Heller [Mon, 9 Mar 2015 16:28:24 +0000 (17:28 +0100)]
Update notes on portability / dependencies.

9 years agoFix typo in comment.
Christian Heller [Mon, 9 Mar 2015 16:18:19 +0000 (17:18 +0100)]
Fix typo in comment.

9 years agoDrop gcc-specific compiler flags when gcc used is just non-GNU gcc mask.
Christian Heller [Mon, 9 Mar 2015 16:15:35 +0000 (17:15 +0100)]
Drop gcc-specific compiler flags when gcc used is just non-GNU gcc mask.

9 years agoMake erle's redo-ifchange more portable, let's see if he'll adapt this.
Christian Heller [Mon, 9 Mar 2015 15:57:24 +0000 (16:57 +0100)]
Make erle's redo-ifchange more portable, let's see if he'll adapt this.

9 years agoUpdate in erlehmann's redo scripts.
Christian Heller [Mon, 9 Mar 2015 15:24:19 +0000 (16:24 +0100)]
Update in erlehmann's redo scripts.

9 years agoExplicitely call python3 in wrapper script, don't trust script hashbang.
Christian Heller [Mon, 9 Mar 2015 14:33:36 +0000 (15:33 +0100)]
Explicitely call python3 in wrapper script, don't trust script hashbang.

9 years agoAdd user-friendly safeguards against running with unmet dependencies.
Christian Heller [Mon, 9 Mar 2015 14:33:12 +0000 (15:33 +0100)]
Add user-friendly safeguards against running with unmet dependencies.

9 years agoFix redo bug in libplomrogue build file.
Christian Heller [Mon, 9 Mar 2015 14:17:14 +0000 (15:17 +0100)]
Fix redo bug in libplomrogue build file.

9 years agoAdd previously forgotten libplomrogue.so redo build file.
Christian Heller [Mon, 9 Mar 2015 11:59:18 +0000 (12:59 +0100)]
Add previously forgotten libplomrogue.so redo build file.

9 years agoUpdate/improve tests for lack of compiled files to run redo for.
Christian Heller [Mon, 9 Mar 2015 11:57:58 +0000 (12:57 +0100)]
Update/improve tests for lack of compiled files to run redo for.

9 years agoFurther changes to the build system / file paths/names.
Christian Heller [Mon, 9 Mar 2015 11:52:51 +0000 (12:52 +0100)]
Further changes to the build system / file paths/names.

9 years agoIn server test script, update path of server executable.
Christian Heller [Mon, 9 Mar 2015 11:50:23 +0000 (12:50 +0100)]
In server test script, update path of server executable.

9 years agoRemove C variant of server, redefine build system to match this change.
Christian Heller [Mon, 9 Mar 2015 11:34:32 +0000 (12:34 +0100)]
Remove C variant of server, redefine build system to match this change.

9 years agoUpdate SERVER_COMMANDS info on T_ID, TA_ID, TT_ID.
Christian Heller [Mon, 9 Mar 2015 11:33:42 +0000 (12:33 +0100)]
Update SERVER_COMMANDS info on T_ID, TA_ID, TT_ID.

9 years agoServer/py: Remove superfluous line.
Christian Heller [Mon, 9 Mar 2015 11:03:42 +0000 (12:03 +0100)]
Server/py: Remove superfluous line.

9 years agoWrite worldstate sans atomicity deletion,for less outage towards client.
Christian Heller [Mon, 9 Mar 2015 03:49:44 +0000 (04:49 +0100)]
Write worldstate sans atomicity deletion,for less outage towards client.

9 years agoAbolish upper iD limits.
Christian Heller [Mon, 9 Mar 2015 03:28:55 +0000 (04:28 +0100)]
Abolish upper iD limits.

9 years agoServer/py: Further optimizations by putting stuff into libplomrogue.
Christian Heller [Mon, 9 Mar 2015 01:45:59 +0000 (02:45 +0100)]
Server/py: Further optimizations by putting stuff into libplomrogue.

9 years agoServer/py: Remove unnecessary libpr restype / argtype settings.
Christian Heller [Mon, 9 Mar 2015 01:45:37 +0000 (02:45 +0100)]
Server/py: Remove unnecessary libpr restype / argtype settings.

9 years agolibplomrogue: Remove outcommented code.
Christian Heller [Mon, 9 Mar 2015 00:32:46 +0000 (01:32 +0100)]
libplomrogue: Remove outcommented code.

9 years agoServer/py: Optimize init_score_map().
Christian Heller [Mon, 9 Mar 2015 00:32:24 +0000 (01:32 +0100)]
Server/py: Optimize init_score_map().

9 years agoRemove redundant flag in testing script.
Christian Heller [Mon, 9 Mar 2015 00:21:46 +0000 (01:21 +0100)]
Remove redundant flag in testing script.

9 years agoServer/py: Optimize update_map_memory().
Christian Heller [Mon, 9 Mar 2015 00:02:08 +0000 (01:02 +0100)]
Server/py: Optimize update_map_memory().

9 years agoAdd GPL note to Python server.
Christian Heller [Mon, 9 Mar 2015 00:01:55 +0000 (01:01 +0100)]
Add GPL note to Python server.

9 years agoServer/py: Use -O3 for libplomrogue. pythonize
Christian Heller [Sun, 8 Mar 2015 18:39:44 +0000 (19:39 +0100)]
Server/py: Use -O3 for libplomrogue.