home · contact · privacy
plomrogue
2015-03-11 Christian Heller7DRL: Client map coloring.
2015-03-11 Christian HellerUpdate default world and testing script data.
2015-03-11 Christian HellerSimplify and optimizing Thing proliferation rules.
2015-03-11 Christian HellerMinor optimization in update_map_memory().
2015-03-11 Christian Heller7DRL: New interface config for client.
2015-03-11 Christian HellerUndo previous commit, fixed keybindings at wrong place.
2015-03-11 Christian HellerClient: Use X/Y instead of x/y for window size config...
2015-03-10 Christian Heller7DRL: More scenario-friendly worldconf.
2015-03-10 Christian Heller7DRL: Non-players picking up player-dropped consumables...
2015-03-10 Christian HellerLet actor_pick_up pick up most nutritious Thing as...
2015-03-10 Christian HellerFix bug in dying actor dropping Things: Unset "carried...
2015-03-10 Christian HellerLet dying actors drop their things.
2015-03-10 Christian Heller7DRL: Let GOD_FAVOR in-/decrements be affected by GOD_MOOD.
2015-03-10 Christian HellerExtend testing script test game.
2015-03-10 Christian HellerLet death/killing of creatures affect God's mood and...
2015-03-10 Christian HellerFix replay mode overwriting save file on quit.
2015-03-10 Christian Heller7DRL: Wounding (worse: killing) other creatures lowers...
2015-03-10 Christian HellerFix another string building bug in actor_move().
2015-03-10 Christian Heller7DRL: De-/increment God's mood with lifepoints, and...
2015-03-10 Christian HellerFix another actor_move string building bug.
2015-03-10 Christian HellerFix KeyError bug in actor_move.
2015-03-10 Christian HellerFix broken testing script.
2015-03-10 Christian HellerAdd ThingType-dependent limit on storage room in inventory.
2015-03-10 Christian HellerFinish the aforementioned removal of log messages.
2015-03-10 Christian HellerRemove log messages about actions the player is not...
2015-03-10 Christian HellerServe: Minor stylistic/cosmetic improvemenets to update...
2015-03-10 Christian HellerMinor code formatting improvement.
2015-03-10 Christian HellerMore informative outsourcing notes.
2015-03-10 Christian HellerRemove unused variable.
2015-03-10 Christian HellerFix typo in comment.
2015-03-10 Christian HellerFix client-server communication bug that made read_queu...
2015-03-10 Christian HellerFix syntax bug.
2015-03-10 Christian HellerApply PEP8.
2015-03-10 Christian HellerDocument all outsourcings from Python to C.
2015-03-10 Christian HellerFurther server optimization by outsourcing to libplomrogue.
2015-03-10 Christian HellerFix bug in testing script
2015-03-10 Christian Hellertest_server.sh: Output server output, to detect crashes...
2015-03-10 Christian Hellertesting script: Update reference savestate.
2015-03-10 Christian Hellertest_server.sh: Save test's savestate in ./testing...
2015-03-10 Christian HellerUndo debugging refactoring.
2015-03-10 Christian Heller7DRL: Add GOD_MOOD, GOD_FAVOR properties with no use...
2015-03-10 Christian HellerUpdate TODO.
2015-03-10 Christian HellerOptimize Dijkstra map algorithm.
2015-03-10 Christian HellerMore lenient python3 existence test.
2015-03-09 Christian HellerUpdate requirements in README.
2015-03-09 Christian HellerUpdate notes on portability / dependencies.
2015-03-09 Christian HellerFix typo in comment.
2015-03-09 Christian HellerDrop gcc-specific compiler flags when gcc used is just...
2015-03-09 Christian HellerMake erle's redo-ifchange more portable, let's see...
2015-03-09 Christian HellerUpdate in erlehmann's redo scripts.
2015-03-09 Christian HellerExplicitely call python3 in wrapper script, don't trust...
2015-03-09 Christian HellerAdd user-friendly safeguards against running with unmet...
2015-03-09 Christian HellerFix redo bug in libplomrogue build file.
2015-03-09 Christian HellerAdd previously forgotten libplomrogue.so redo build...
2015-03-09 Christian HellerUpdate/improve tests for lack of compiled files to...
2015-03-09 Christian HellerFurther changes to the build system / file paths/names.
2015-03-09 Christian HellerIn server test script, update path of server executable.
2015-03-09 Christian HellerRemove C variant of server, redefine build system to...
2015-03-09 Christian HellerUpdate SERVER_COMMANDS info on T_ID, TA_ID, TT_ID.
2015-03-09 Christian HellerServer/py: Remove superfluous line.
2015-03-09 Christian HellerWrite worldstate sans atomicity deletion,for less outag...
2015-03-09 Christian HellerAbolish upper iD limits.
2015-03-09 Christian HellerServer/py: Further optimizations by putting stuff into...
2015-03-09 Christian HellerServer/py: Remove unnecessary libpr restype / argtype...
2015-03-09 Christian Hellerlibplomrogue: Remove outcommented code.
2015-03-09 Christian HellerServer/py: Optimize init_score_map().
2015-03-09 Christian HellerRemove redundant flag in testing script.
2015-03-09 Christian HellerServer/py: Optimize update_map_memory().
2015-03-09 Christian HellerAdd GPL note to Python server.
2015-03-08 Christian HellerServer/py: Use -O3 for libplomrogue. pythonize
2015-03-08 Christian HellerAdd Python server testing script.
2015-03-08 Christian HellerServer/py: Allow working with non-default save file.
2015-03-08 Christian HellerServer/py: Make executable with #!/usr/bin/python3.
2015-03-08 Christian HellerBuild script: *Always* build libplomrogue, mtime check...
2015-03-08 Christian HellerServer/C: Set same server dir mode as Python variant...
2015-03-08 Christian HellerServer/C: Re-order savefile to easen comparisons with...
2015-03-08 Christian HellerServer/C: Don't update map memory on WORLD_ACTIVE command.
2015-03-08 Christian HellerServer/C: In parse_palyer_command_0arg, don't set zero...
2015-03-08 Christian HellerServer/C: In actor_use(), don't directly add nutrition...
2015-03-08 Christian HellerServer/C: In actor_pick(), pick highest ID'd item in...
2015-03-08 Christian HellerServer/C: Fix bug of ignoring wait set by get_dir_from_...
2015-03-08 Christian HellerServer/py: Use different record file name to support...
2015-03-08 Christian HellerServer/py: Fix file name bug in startup wrapper script.
2015-03-08 Christian HellerServer/py: Add startup wrappers supporting Python variant.
2015-03-08 Christian HellerUse heavier world config as default.
2015-03-08 Christian HellerServer/py: Integrate libplomrogue building into current...
2015-03-08 Christian HellerServer/py: Remove superfluous os.fsync().
2015-03-08 Christian HellerServer/py: Make sure worldstate file is deleted on...
2015-03-08 Christian HellerServer/py: Make verbosity optional.
2015-03-08 Christian HellerServer/py: Also optimize record file writing.
2015-03-08 Christian HellerServer/py: Only save game world every 15 seconds.
2015-03-08 Christian HellerServer/py: Apply PEP8.
2015-03-08 Christian HellerServer/py: Some more mem map handling fixes …
2015-03-08 Christian HellerServer/py: Add movable AI.
2015-03-08 Christian HellerServer/py: Fix thing proliferation bug in turn_over().
2015-03-08 Christian HellerServer/py: Fix logging bug in actor_move().
2015-03-08 Christian HellerServer/py: Let actor_pick_up() pick up Things by highes...
2015-03-07 Christian HellerServer/py: Fix buggy logging in actor_use().
2015-03-07 Christian HellerServer/py: Don't replicate wrongful actor_use() behavio...
2015-03-07 Christian HellerServer/py: Fix another MEMTHING management bug.
next