home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / new2 / plomrogue /
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 HellerOnly send PONG to connection_id that sent the PING.
2020-11-08 Christian HellerAnnounce players leaving the map.
2020-11-08 Christian HellerAdd thing collision detection on movement.
2020-11-07 Christian HellerMake curses client capable of websocket _and_ raw tcp...
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 HellerMore quote fixing.
2020-11-04 Christian HellerWhitespace riddance and some quote bug fixes.
2020-11-04 Christian HellerFix/simplify PlomSocket code.
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 player name visibility via study mode.
2020-11-01 Christian HellerAdd server teleportation and :reconnect commands.
2020-10-31 Christian HellerAllow serving different protocols on different ports...
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-29 Christian HellerFix single char chat messages.
2020-10-29 Christian HellerMinor fixes.
2020-10-29 Christian HellerSend game messages on player logins/renames.
2020-10-29 Christian HellerImprove login-handling.
2020-10-29 Christian HellerAdd blink screen on trivial errors instead of log messages.
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 HellerIntroduce god mode to protect against destructive commands.
2020-10-27 Christian HellerAllow annotations.
2020-10-27 Christian HellerRename LOG to CHAT.
2020-10-27 Christian HellerAllow space char for TASK:WRITE.
2020-10-27 Christian HellerAdd MAP command to explicitely set map size.
2020-10-27 Christian HellerFix re-login corpses.
2020-10-26 Christian HellerIdentify player in client so scrolling can follow them.
2020-10-26 Christian HellerFix map line width check.
2020-10-25 Christian HellerAdd FLATTEN_SURROUNDINGS task.
2020-10-25 Christian HellerProhibit movement over non-dot map cells
2020-10-25 Christian HellerTurn game saving from command to happening every new...
2020-10-25 Christian HellerAdd basic save file mechanism.
2020-10-25 Christian HellerOnly count new turns on ticks that change world state.
2020-10-25 Christian HellerAdd PING.
2020-10-25 Christian HellerDon't use LOG for meta messages, errors.
2020-10-25 Christian HellerAdd map writing.
2020-10-25 Christian HellerAdd map terrain.
2020-10-25 Christian HellerDe-hardcode map size test.
2020-10-25 Christian HellerIntroduce map geometry.
2020-10-25 Christian HellerOnly draw new game content on tick completion.
2020-10-24 Christian HellerAdd basic multiplayer roguelike chat example.
2020-10-24 Christian HellerMinor fixes.
2020-10-23 Christian HellerFix.
2020-10-23 Christian HellerRe-do IO with websocket capabilities.