home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / new2 / rogue_chat_curses.py
2020-11-09 Christian HellerRegister game commands and tasks outside of game module. master
2020-11-09 Christian HellerImprove SSL negotation.
2020-11-09 Christian HellerMake curses client PING.
2020-11-08 Christian HellerAdd TERRAIN and PLAYER lines to curses client study...
2020-11-08 Christian HellerFix same keybinding bug in curses client.
2020-11-08 Christian HellerUse default colours in ncurses client.
2020-11-08 Christian HellerIn curses client remove quitting command used for debug...
2020-11-08 Christian HellerAdd default new keybindings in-code and in-file to...
2020-11-08 Christian HellerFor short / commands, use keybindings.
2020-11-07 Christian HellerMake curses client capable of websocket _and_ raw tcp...
2020-11-07 Christian HellerMake keybindings configurable.
2020-11-07 Christian HellerRemove command char configurability, hardcode '/'.
2020-11-06 Christian HellerWiden Square view, too.
2020-11-06 Christian HellerEnforce rows number as multiple of 4 in both clients...
2020-11-06 Christian HellerFix curses client movement help.
2020-11-06 Christian HellerImprove client keybinding logic.
2020-11-06 Christian HellerAutomatically log in if login name already provided...
2020-11-06 Christian HellerImprove teleportation handling.
2020-11-06 Christian HellerAdd Hex map capabilities.
2020-11-05 Christian HellerEnsure rough feature parity between clients.
2020-11-04 Christian HellerFix screen jumping around.
2020-11-04 Christian HellerMinor client improvements.
2020-11-04 Christian HellerExtend ncurses client functionality.
2020-11-02 Christian HellerAdd initial stage of curses client.