home · contact · privacy
Refactor parser code.
[plomrogue2] / rogue_chat_curses.py
2020-11-25 Christian HellerImprove documentation/help choise of words.
2020-11-25 Christian HellerEnable edit mode movement in web client.
2020-11-25 Christian HellerIn study mode, explicitely name map mode.
2020-11-25 Christian HellerMinor refactor.
2020-11-25 Christian HellerImprove admin modes.
2020-11-25 Christian HellerToggle tile drawing in tile control drawing mode.
2020-11-25 Christian HellerAdd item-free-terrain view, and augment other views...
2020-11-25 Christian HellerShow portal char next to terrain char.
2020-11-25 Christian HellerMinor action renaming.
2020-11-25 Christian HellerPut map editing into dedicated map editing mode.
2020-11-25 Christian HellerPut admin stuff into dedicated admin mode.
2020-11-24 Christian HellerMove socket configuration into command line options.
2020-11-22 Christian HellerMinor mode description handling improvements.
2020-11-22 Christian HellerFix minor line breaking bug.
2020-11-20 Christian HellerAdd tile control drawing capabilities.
2020-11-19 Christian HellerMore mode code refactoring.
2020-11-19 Christian HellerSome mode code refactoring.
2020-11-19 Christian HellerAdd basic admin commands.
2020-11-19 Christian HellerIn info view, show protection level.
2020-11-18 Christian Hellerdd annotation hints view.
2020-11-18 Christian HellerFix bug that emptied annotation input on pre-existing...
2020-11-18 Christian HellerFix curses client broken by mapping code changes.
2020-11-15 Christian HellerIn curses client, don't flash outside of refresh loop.
2020-11-15 Christian HellerImprove player error messages, and log them to clients.
2020-11-15 Christian HellerRemove client remnants of QUERY command.
2020-11-15 Christian HellerSimplify using the curses client to connect to current...
2020-11-15 Christian HellerMark portals as P on map.
2020-11-15 Christian HellerSimplify teleport mechanic.
2020-11-14 Christian HellerAdd terrain descriptions.
2020-11-14 Christian HellerPersist Thing names, simplify their client info display.
2020-11-14 Christian HellerAdd player-identifying meta characters next to @ symbols.
2020-11-13 Christian HellerFix square grid scrolling bug.
2020-11-13 Christian HellerAugment map display with thing amount info.
2020-11-13 Christian HellerAdd item picking and dropping.
2020-11-13 Christian HellerAdd basic non-player things system.
2020-11-13 Christian HellerRemove chat QUERY.
2020-11-12 Christian HellerFix empty input bug in curses client.
2020-11-12 Christian HellerFix visibility tests on annotation, volume algorithm.
2020-11-12 Christian HellerAdd field of view.
2020-11-12 Christian HellerImprove client connection failire / reconnect handling.
2020-11-11 Christian HellerMinor key effect fixes in clients.
2020-11-10 Christian HellerPut all editing below play mode.
2020-11-10 Christian HellerFix arg order for passwords.
2020-11-10 Christian HellerPassword-protect tiles from portal and annotation editi...
2020-11-10 Christian HellerDon't lose input values by /help input.
2020-11-10 Christian HellerImprove help system.
2020-11-10 Christian HellerAlso inhibit FLATTEN_SURROUNDINGS with terrain passwording.
2020-11-10 Christian HellerAdd terrain editing access control via passwords.
2020-11-10 Christian HellerAdd TASK command to request available commands.
2020-11-10 Christian HellerSplit LOGIN into NICK and LOGIN.
2020-11-09 Christian HellerInitial commit.