home · contact · privacy
plomrogue2-experiments
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.
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.
2020-07-09 Christian HellerSimplify code.
2020-07-09 Christian HellerEnforce sane create_unfound decisions.
2020-07-09 Christian HellerFix bug that created multiple objects of same ID.
2019-12-23 Christian HellerDecouple awakeness/sleep stats from Map to MapChunk.
2019-12-23 Christian HellerUse self.max_map_awakeness to recude magic numbering.
2019-12-20 Christian HellerAdd basic reality bubble mechanism.
2019-12-20 Christian HellerEmpty client log before each new turn.
2019-05-13 Christian HellerClear neuron with backprop code.
2019-05-13 Christian HellerClean up perceptron code.
2019-05-13 Christian HellerAdd basic neural networking experiments.
2019-05-01 Christian HellerFix map indentation handling bug in client cursor movement.
2019-04-30 Christian HellerFix broken dijkstra mapping / AI searches.
2019-04-30 Christian HellerOnly send to client whether map starts indented, not...
2019-04-30 Christian HellerFix FOV bug by respecting HexMap start indentation...
2019-04-30 Christian HellerMore refactoring.
2019-04-30 Christian HellerMore refactoring.
2019-04-30 Christian HellerMinor refactorings / re-namings.
2019-04-30 Christian HellerFlatten game->world hierarchy.
2019-04-30 Christian HellerMake add_line hack unnecessary.
2019-04-30 Christian HellerAllow player movement beyond central map. Lots of mappi...
2019-04-27 Christian HellerOnly contact with player's radius creates new maps.
2019-04-27 Christian HellerChange MAP command to ensuring map exists, not necessar...
2019-04-27 Christian HellerFor available map directions, remove dependency on...
2019-04-27 Christian HellerUse smarter YX class for y,x coordinates/sizes.
2019-04-27 Christian HellerMove re-positioning of things in inventory to Thing...
2019-04-27 Christian HellerLet THING_INVENTORY also re-position things to owner.
2019-04-27 Christian HellerUse one size standard for all maps that define the...
2019-04-27 Christian HellerFix save game corruption due to insufficient .in_invent...
next