home · contact · privacy
In pick_up selection view, use list indexes instead of internal .id_.
[plomrogue2] / rogue_chat_curses.py
2020-12-06 Christian HellerIn pick_up selection view, use list indexes instead...
2020-12-06 Christian HellerMinor client mode switch refactor.
2020-12-06 Christian HellerEnable selecting specific thing for pick-up.
2020-12-06 Christian HellerIn client map drawing, draw Player things last (= on...
2020-12-06 Christian HellerReplace annotation polling with annotation push, cache...
2020-12-03 Christian HellerAdd music player.
2020-12-03 Christian HellerIn curses client, eliminate lag flickering.
2020-12-01 Christian HellerAdd colourful intoxication beverage.
2020-12-01 Christian HellerFix hashbang typo.
2020-12-01 Christian HellerMake door closing visible.
2020-12-01 Christian HellerMove back thing protection status in display.
2020-12-01 Christian HellerImplement doors.
2020-11-30 Christian HellerRefactor clients.
2020-11-30 Christian HellerRefactor curses client.
2020-11-27 Christian HellerChange language to reflect map protection becoming...
2020-11-27 Christian HellerEnable player movement in admin mode.
2020-11-27 Christian HellerAdd thing protection.
2020-11-26 Christian HellerFix input line recalculation bugs.
2020-11-26 Christian HellerAdd thing name editing.
2020-11-26 Christian HellerFix game state change overwriting input fields.
2020-11-26 Christian HellerSome more code style improvements after flake8.
2020-11-26 Christian HellerFix SSL bug.
2020-11-26 Christian HellerFix missing ArgError import.
2020-11-25 Christian HellerReplace forced map protections view with map mode toggling.
2020-11-25 Christian HellerMention movement ability in edit mode help.
2020-11-25 Christian HellerMore responsive mode leaving.
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.