home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / new2 /
2020-10-27 Christian HellerAdd MAP command to explicitely set map size.
2020-10-27 Christian HellerFix re-login corpses.
2020-10-27 Christian HellerMinor client help screen improvements.
2020-10-27 Christian HellerImprove client control.
2020-10-26 Christian HellerIdentify player in client so scrolling can follow them.
2020-10-26 Christian HellerFix map line width check.
2020-10-26 Christian HellerFix box scale/position bug.
2020-10-26 Christian HellerAdd scrolling to monochrome client.
2020-10-26 Christian HellerAdd monochrome no canvas chat client.
2020-10-26 Christian HellerAdd chat without HTML5 canvas.
2020-10-25 Christian HellerMinor fix.
2020-10-25 Christian HellerMake map rendering slightly more efficient.
2020-10-25 Christian HellerRe-do and extrend color handling.
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 HellerRename tick to turn in client.
2020-10-25 Christian HellerOnly count new turns on ticks that change world state.
2020-10-25 Christian HellerImprove intro help screen handling.
2020-10-25 Christian HellerParse ARGUMENT_ERROR.
2020-10-25 Christian HellerAdd PING.
2020-10-25 Christian HellerAdd link to server source code.
2020-10-25 Christian HellerDon't use LOG for meta messages, errors.
2020-10-25 Christian HellerAdd line breaks and indentation logic.
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-25 Christian HellerImprove rogue chat interface.
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.
2020-10-22 Christian HellerFix.
2020-10-22 Christian HellerAdd basic websocket architecture.