home · contact · privacy
New client: Reset delay after screen redraw.
[plomrogue] / client_prototype.py
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.