home · contact · privacy
plomrogue
2015-12-16 Christian HellerNew client: Add ai command.
2015-12-16 Christian HellerNew client: Add use command.
2015-12-16 Christian HellerNew client: Add drop command.
2015-12-16 Christian HellerNew client: Add inventory selection / inventory window...
2015-12-15 Christian HellerNew client: Remove duplicate code.
2015-12-15 Christian HellerNew client: Add commands for picking up and waiting.
2015-12-15 Christian HellerNew client: Add look mode things_here listing.
2015-12-15 Christian HellerNew client: Fix jittery diagonal movement in map.
2015-12-14 Christian HellerNew client: Remove curses screen flickering.
2015-12-05 Christian HellerNew client: Add avatar and look mode movement.
2015-11-29 Christian HellerNew client: Add look mode toggler (useless so far witho...
2015-11-29 Christian HellerNew client: Add colors to map window.
2015-11-29 Christian HellerNew client: Scroll map window with player avatar.
2015-11-28 Christian HellerNew client: Proper indentation.
2015-11-28 Christian HellerNew client: Add (ugly) pov and memory map display.
2015-11-28 Christian HellerNew clinet: Add workaround for ncurses' last-char-on...
2015-11-28 Christian HellerNew client: Read in player position and map size.
2015-11-28 Christian HellerNew client: Read/display inventory.
2015-11-22 Christian HellerServer: Change out file mode to "a", fixes writes to...
2015-11-22 Christian HellerNew client: Improve code readability.
2015-11-22 Christian HellerNew client: Add log reading, log window.
2015-11-22 Christian HellerNew client: Handle width of stats window more flexibly.
2015-11-22 Christian HellerNew client: Add dedicated stats window, read HP and...
2015-11-22 Christian HellerNew client: Test worldstate file for changes, read...
2015-11-07 Christian HellerNew client: Remove debugging code.
2015-11-07 Christian HellerNew client: Reorganize code.
2015-11-07 Christian HellerNew client: Reorganize code.
2015-11-07 Christian HellerNew client: Reorganize code.
2015-11-07 Christian HellerNew client: Remove debugging code.
2015-11-07 Christian HellerNew client: Reset delay after screen redraw.
2015-11-07 Christian HellerNew client: Read messages from file into message queue.
2015-11-07 Christian HellerNew client: Only redraw screen when content change...
2015-11-07 Christian HellerNew client: Grow server/client IO, add ping/pong test...
2015-11-03 Christian HellerNew client: Structure flow with try-except-finally.
2015-10-31 Christian HellerNew client: Add client->server communication, with...
2015-10-31 Christian HellerNew client: Set up rump command DB infrastructure.
2015-10-31 Christian HellerNew client: Minor variable renaming (make it more descr...
2015-10-31 Christian HellerNew client: Minor code reorganization.
2015-10-31 Christian HellerNew client: Outcomment line that's probably not needed.
2015-10-31 Christian HellerNew client: Add scroll hints.
2015-09-25 Christian HellerNew client: Add basic window scroll hints.
2015-09-25 Christian HellerNew client: Fix crashes from window resizing.
2015-09-25 Christian HellerNew client: Read Q as quit signal.
2015-09-25 Christian HellerNew client: Handle window resizing.
2015-09-22 Christian HellerMinor code/comment-stylistic improvements.
2015-09-16 Christian HellerAdd beginnings of Python client.
2015-09-14 Christian HellerAdd basic plugin infrastructure.
2015-09-09 Christian HellerMake log messages more expressive, remove never-called...
2015-09-09 Christian HellerAdd forgiving checks for player mistakes.
2015-09-09 Christian HellerRedo AI.
2015-09-09 Christian HellerClient: Slightly grow wait time in test_and_poll_server().
2015-09-09 Christian HellerBetter integration of eat cost vs. eat gain in all...
2015-09-08 Christian Hellerget_nventory_slot_to_consume(t): Eat anything if deep...
2015-09-08 Christian HellerUse dedicated log() for all log messages.
2015-09-08 Christian HellerEnhance sanity of get_inventory_slot_to_consume.
2015-09-08 Christian HellerFix bug in standing_on_food() (returned True on items...
2015-09-08 Christian HellerImprove try_healing() chance.
2015-09-08 Christian HellerSimplify hungering / over-eating, depend on TT_LIFEPOIN...
2015-09-08 Christian HellerIn hunger(), correct log messages on actually over...
2015-09-05 Christian HellerDefine stack order by thing type id order (highest...
2015-09-05 Christian HellerServer: Fix determinism bug in thingproliferation.
2015-09-05 Christian HellerClient: Fix log window drawing bug (too small winmap...
2015-09-01 Christian HellerFix memory map not updating world map terrain when...
2015-09-01 Christian HellerIn actor_move(), don't test target cell passability...
2015-09-01 Christian HellerReplace TT_CONSUMABLE with more general TT_TOOL (type...
2015-09-01 Christian HellerAllow greater TT_PROLIFERATE values.
2015-09-01 Christian HellerMore helpfulness on how to start over in a new game...
2015-09-01 Christian HellerUpdate documentation.
2015-09-01 Christian HellerAdd log_help(), short usage info set to log on server...
2015-09-01 Christian Hellerturn_over(): hunger() before Thing action, so no suicid...
2015-09-01 Christian HellerImprove input validation in command_worldactive().
2015-09-01 Christian HellerHandle cases where game / server starts on dead player.
2015-09-01 Christian HellerRename remake_map() to make_map().
2015-09-01 Christian HellerFix map invalidation in command_maplength().
2015-09-01 Christian HellerSave world map in savefile, generate only on MAKE_WORLD...
2015-08-31 Christian HellerOutput message about inability to set world active.
2015-08-31 Christian HellerUpdate SERVER_COMMANDS documentation.
2015-08-31 Christian HellerIgnore lowercase-starting (= player) commands when...
2015-08-31 Christian HellerRe-insert map existence check in command_worldactive().
2015-08-31 Christian HellerDon't save non-active world.
2015-08-31 Christian HellerSimplify and optimizing Thing proliferation rules.
2015-08-31 Christian HellerMinor optimization in update_map_memory().
2015-08-26 Christian HellerLet actor_pick_up pick up most nutritious Thing as...
2015-08-26 Christian HellerLet dying actors drop their things.
2015-08-26 Christian HellerFix replay mode overwriting save file on quit.
2015-08-26 Christian HellerFix string building bug in actor_move().
2015-08-26 Christian HellerFix save_world() bug.
2015-08-26 Christian HellerRemove log messages about actions the player is not...
2015-08-26 Christian HellerServer: Minor stylistic/cosmetic improvements to update...
2015-08-26 Christian HellerMinor formatting improvement.
2015-08-26 Christian HellerMore informative outsourcing notes.
2015-08-26 Christian HellerRemove unused variable.
2015-08-26 Christian HellerFix typo in comment.
2015-08-26 Christian HellerApply PEP8.
2015-08-26 Christian HellerDocument all outsourcings from Python to C.
2015-08-26 Christian HellerFurther server optimization by outsourcing to libplomrogue.
2015-08-26 Christian HellerUpdate TODO.
2015-08-26 Christian HellerOptimize Dijkstra map algorithm.
2015-08-26 Christian HellerMore lenient python3 existence test.
2015-08-25 Christian HellerUpdate notes on requirements, portability, dependencies...
next