home · contact · privacy
plomrogue2-experiments
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 HellerOnly send PONG to connection_id that sent the PING.
2020-11-08 Christian HellerFix minor keybinding bug in web client.
2020-11-08 Christian HellerAnnounce players leaving the map.
2020-11-08 Christian HellerAdd thing collision detection on movement.
2020-11-08 Christian HellerIn curses client remove quitting command used for debug...
2020-11-08 Christian HellerImprove keybinding help in web client.
2020-11-08 Christian HellerMore expressive customization option labels in web...
2020-11-08 Christian HellerUse local storage for web client cusotmizations.
2020-11-08 Christian HellerAdd default new keybindings in-code and in-file to...
2020-11-08 Christian HellerChange default web client keybindings.
2020-11-08 Christian HellerFor short / commands, use keybindings.
2020-11-07 Christian HellerRefactor web client keybindings code.
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 HellerMore quote fixing.
2020-11-04 Christian HellerWhitespace riddance and some quote bug fixes.
2020-11-04 Christian HellerExtend ncurses client functionality.
2020-11-04 Christian HellerFix/simplify PlomSocket code.
2020-11-02 Christian HellerOnly count chat input as command if line starts with...
2020-11-02 Christian HellerPrevent mode switch command char spilling over from...
2020-11-02 Christian HellerMake command char editable.
2020-11-02 Christian HellerAdd initial stage of curses client.
2020-11-02 Christian HellerRemove unnecessary condition.
2020-11-02 Christian HellerUse terminal-size-indepenent max log length.
2020-11-02 Christian HellerSimplify PlomSocket code.
2020-11-02 Christian HellerDe-hardcode cert and key file for PlomSocketSSL.
2020-11-02 Christian HellerAdd SSL capabilities to TCP socket library.
2020-11-02 Christian HellerAllow remote connections into TCP server.
2020-11-01 Christian HellerAdd terrain info.
2020-11-01 Christian HellerAdd player name visibility via study mode.
2020-11-01 Christian HellerImprove teleportation dialogue handling.
2020-11-01 Christian HellerAdd ability to edit portals to client.
2020-11-01 Christian HellerRename shows_annotations to now more precise shows_info.
2020-11-01 Christian HellerAdd server teleportation and :reconnect commands.
2020-10-31 Christian HellerRefactor client's server interaction code.
2020-10-31 Christian HellerAllow serving different protocols on different ports...
2020-10-31 Christian HellerAdd safeguards against illegal rows/cols values.
2020-10-31 Christian HellerRefactor key movement initialization.
2020-10-31 Christian HellerRefactor cols, rows initialization.
2020-10-31 Christian HellerOnly include clients with sessions in send-to-all.
2020-10-31 Christian HellerFixed switching to player mode before login if other...
2020-10-31 Christian HellerUse default player_id that cannot be mixed up.
2020-10-31 Christian HellerActually hide the textarea.
2020-10-31 Christian HellerUse hidden textarea for text input.
2020-10-29 Christian HellerFix single char chat messages.
2020-10-29 Christian HellerFix unparser.quote bug.
2020-10-29 Christian HellerMinor fixes.
2020-10-29 Christian HellerSend game messages on player logins/renames.
2020-10-29 Christian HellerDefault to play mode after successful login.
2020-10-29 Christian HellerFix line wrapping on terminal resizing.
2020-10-29 Christian HellerCheck server disconnect right on websocket.onclose.
2020-10-29 Christian HellerRefactor movement selector, add terminal height/width...
2020-10-29 Christian HellerFix buggy study mode movement mappings.
2020-10-29 Christian HellerAdd movement key selector to pick between arrows and...
2020-10-29 Christian HellerImprove command keys, mode messages.
2020-10-29 Christian HellerImprove help text, mode switching chars.
2020-10-29 Christian HellerRefactor TUI drawing.
2020-10-29 Christian HellerGuide user interaction based on server availability.
2020-10-29 Christian HellerImprove login-handling.
2020-10-29 Christian HellerRe-use old annotation when writing new one.
2020-10-29 Christian HellerImproved input prompt handling.
2020-10-29 Christian HellerAdd blink screen on trivial errors instead of log messages.
2020-10-28 Christian HellerRefactor mode code.
2020-10-28 Christian HellerAdd mode line.
2020-10-28 Christian HellerDon't provide space for unused input line.
2020-10-28 Christian HellerFix input backspace bug.
2020-10-28 Christian HellerEnable multi-line input.
2020-10-28 Christian HellerSome client refactoring.
2020-10-28 Christian HellerImprove Firefox experience by not using / for client...
2020-10-28 Christian HellerAdd requirements.txt for SimpleWebSocketServer dependency.
2020-10-27 Christian HellerFix edit mode key retrieval.
2020-10-27 Christian HellerAdd shortcuts for commands to leave chat mode.
2020-10-27 Christian HellerInitialize (centered) map view even before login.
2020-10-27 Christian HellerStart new players in middle of map instead of topleft...
2020-10-27 Christian HellerDistribute long annotation texts onto multiple lines.
2020-10-27 Christian HellerIntroduce god mode to protect against destructive commands.
2020-10-27 Christian HellerAllow annotations.
2020-10-27 Christian HellerFix QUERY/msg bug.
2020-10-27 Christian HellerSimplify log_msg.
2020-10-27 Christian HellerRename LOG to CHAT.
2020-10-27 Christian HellerAdd basic explore mode info screen.
2020-10-27 Christian HellerTo client, add (basic nav of) explorer mode.
2020-10-27 Christian HellerAllow space char for TASK:WRITE.
next