home · contact · privacy
plomrogue
2016-02-22 Christian HellerServer: Don't keep player from moving over passable...
2016-02-22 Christian HellerServer: Make make_world function selectable.
2016-02-22 Christian HellerServer: Make thingproliferation function selectable.
2016-02-22 Christian HellerServer: Make map generator selectable.
2016-02-22 Christian HellerAdd beginnings of pluginized variant of PtIG.
2016-02-22 Christian HellerServer: More expressive error message.
2016-02-22 Christian HellerServer: Fix bug in thingproliferation().
2016-02-22 Christian HellerServer: Also use symbols_passable direction in thingpro...
2016-02-22 Christian HellerServer: Make list of symbols of passable fields configu...
2016-02-21 Christian HellerServer: Fix bug in carry list of newly instantiated...
2016-02-21 Christian HellerServer: Make default thing attributes configurable.
2016-02-21 Christian HellerServer: Make ai func selectable.
2016-02-21 Christian HellerServer: Fix typo, remove deprecated outcommented code.
2016-02-21 Christian HellerServer: Fix dependences on possibly undefined actions.
2016-02-21 Christian HellerClient: Fix bugs in plugin infrastructure.
2016-02-20 Christian HellerChange plugin naming convention.
2016-02-20 Christian HellerServer: Transform PLUGIN command to God command, save...
2016-02-20 Christian HellerServer: Abort more elegantly on --help argument.
2016-02-20 Christian HellerServer: Fix broken exit code printing.
2016-02-20 Christian HellerAdd client plugin infrastructure.
2016-02-19 Christian HellerRefactor worldstate file writing, make it more extensible.
2016-02-19 Christian HellerConsistent use of "pickup" instead of "pickup" as comma...
2016-02-17 Christian HellerClient: Minor comment language fix.
2016-02-17 Christian HellerServer: Fix bug in action_exists().
2016-02-06 Christian HellerServer: Ignore calls to action names with undefined...
2016-02-06 Christian HellerServer: Force control for proper map length before...
2016-02-06 Christian HellerServer: Make world initialization conf file choosable.
2016-02-05 Christian HellerUpdate testing script.
2016-01-31 Christian HellerAdd copyright notice (year).
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...
2016-01-27 Christian HellerServer: Start modularizing into separate files.
2016-01-27 Christian HellerChange path of server run data directory from server...
2016-01-27 Christian HellerClient: Add TODO comment.
2016-01-27 Christian HellerClient: Make worldstate file data reading order configu...
2016-01-27 Christian HellerClient: Minor refactorings.
2016-01-09 Christian HellerClient: More refactoring.
2016-01-09 Christian HellerClient: Remove debugging code, superfluous whitespace.
2015-12-18 Christian HellerClient: Restructure into modules below client/.
2015-12-16 Christian HellerRemove AGPLv3 file no longer needed due to redo drop.
2015-12-16 Christian HellerSimplify initial start by automatically building libplo...
2015-12-16 Christian HellerClient: Fix win_map() confusion when map smaller than...
2015-12-16 Christian HellerFix testing script.
2015-12-16 Christian HellerAdd build script forgotten in last commit.
2015-12-16 Christian HellerReplace old with new client, drop redo system needed...
2015-12-16 Christian HellerServer: Remove log_help(), this should be serverd by...
2015-12-16 Christian HellerNew client: Add quick help text to log start.
2015-12-16 Christian HellerServer: Correct initial log message.
2015-12-16 Christian HellerNew client: Add things_here scrolling, remove debugging...
2015-12-16 Christian HellerNew client: Add window titles.
2015-12-16 Christian HellerNew client: Remove unneeded outcommented code.
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.
next