home · contact · privacy
Allow player movement beyond central map. Lots of mapping rewrite.
[plomrogue2-experiments] / client-curses.py
2019-02-15 Christian HellerRefactor socket code.
2019-01-30 Christian HellerFix MAP command geometries returning invalid classes.
2019-01-30 Christian HellerLots of refactoring to enable SAVE command.
2019-01-26 Christian HellerTo command parser, add string options; use TASK syntax...
2019-01-25 Christian HellerIn client, avoid showing half-finished game states.
2019-01-25 Christian HellerFix map drawing / scrolling bugs in client.
2019-01-25 Christian HellerFix map scrolling bug in client.
2019-01-25 Christian HellerAdd map navigation key shortcuts.
2019-01-25 Christian HellerRefactor map drawing code in curses client.
2019-01-24 Christian HellerCurses loop won't delay socket input processing.
2019-01-24 Christian HellerImprove map handling between client and server, add...
2019-01-24 Christian HellerOptimize ncurses client, only update map on VISIBLE_MAP...
2019-01-24 Christian HellerAdd coloring to map in ncurses client.
2019-01-24 Christian HellerExtend ncurses client's capabilities.
2019-01-23 Christian HellerAdd start of ncurses client.