home · contact · privacy
Refactor parser code.
[plomrogue2] / rogue_chat_curses.py
2021-06-10 Christian HellerRefactor parser code. master
2021-06-07 Christian HellerMore TUI client refactoring.
2021-06-06 Christian HellerMore TUI client refactoring.
2021-06-06 Christian HellerMore TUI client refactoring.
2021-06-02 Christian HellerMore TUI code refactoring.
2021-05-31 Christian HellerRefactor client curses code.
2021-05-26 Christian HellerActually commit the previously forgotten rogue_chat...
2020-12-28 Christian HellerMake name shortening more forgiving.
2020-12-27 Christian HellerWrite out visible players' names in client map view.
2020-12-26 Christian HellerReplace hard-coded client login welcome messages with...
2020-12-26 Christian HellerFix color changes breaking ncurses usage on some terminals.
2020-12-24 Christian HellerFix invalid admin state upon re-login.
2020-12-24 Christian HellerFix sign editing bugs.
2020-12-20 Christian HellerDon't make map view wider than necessary.
2020-12-20 Christian HellerMake sign design sizes variable.
2020-12-19 Christian HellerImprove ASCII art input length error message.
2020-12-19 Christian HellerRe-design face pop-up format.
2020-12-19 Christian HellerOnly show detailed thing info in study mode exploration.
2020-12-19 Christian HellerRe-style study detail view.
2020-12-19 Christian HellerRefactor hat editing into general design editing.
2020-12-19 Christian HellerAdd writable signs.
2020-12-18 Christian HellerIn ASCII art drawing mode, pad short lines with whitesp...
2020-12-18 Christian HellerEnable map mode toggling in admin mode.
2020-12-18 Christian HellerIn curses client, add ability to enter certain wide...
2020-12-18 Christian HellerOn re-naming failure, return to world edit mode.
2020-12-17 Christian HellerAdd dancing task/action.
2020-12-17 Christian HellerInvert weariness metric into energy metric.
2020-12-16 Christian HellerAllow negative weariness, but force involuntary dancing...
2020-12-16 Christian HellerMake welcoming message of client slightly more helpful.
2020-12-16 Christian HellerAdd weariness mechanic.
2020-12-16 Christian HellerReplace client TURN line with frequently updated toilet...
2020-12-14 Christian HellerFix map geometry initialization bug.
2020-12-14 Christian HellerIn pick-up selection, show reachable things' relative...
2020-12-14 Christian HellerOnly allow renaming and protection changing on thing...
2020-12-14 Christian HellerIn clients, show text input cursor.
2020-12-14 Christian HellerIn ASCII art enter mode, on length failure, name needed...
2020-12-14 Christian HellerRefactor change recording; don't regen FOV on non-FOV...
2020-12-13 Christian HellerRe-name some modes.
2020-12-13 Christian HellerExplain cookie magic in hat editing help screen.
2020-12-13 Christian HellerIn clients, enter ASCII art line by line.
2020-12-13 Christian HellerIn hat and face edit, use existing value as default...
2020-12-13 Christian HellerDon't enter enter_hat menu in client if not wearing...
2020-12-13 Christian HellerEnable Hat editing with characters earned by eating...
2020-12-12 Christian HellerOptimize send_gamestate, don't send any invisible state...
2020-12-12 Christian HellerIn clients, cache all world status until GAME_STATE_COM...
2020-12-11 Christian HellerShow player symbol in face pop-up.
2020-12-11 Christian HellerFix face pop-ups on non-faces.
2020-12-11 Christian HellerImprove chat face pop-up usability.
2020-12-11 Christian HellerMake CHATFACE trigger screen refresh.
2020-12-11 Christian HellerAdd player faces/hats popping up n their chat messages...
2020-12-11 Christian HellerPassword-protect tiles from (un-)installing things...
2020-12-10 Christian HellerOn name thing prohibition, switch back to edit mode...
2020-12-10 Christian HellerDon't open think taking menu if carrying something.
2020-12-10 Christian HellerCache player object, so some player data is available...
2020-12-09 Christian HellerIn client, fix orphaned command registration.
2020-12-09 Christian HellerAlso show unworn hats' design.
2020-12-09 Christian HellerAdd escape key "panic button" to return to play mode...
2020-12-09 Christian HellerAdd bottle spinning.
2020-12-09 Christian HellerIn clients, don't open dropping direction menu if not...
2020-12-09 Christian HellerMake thing dropping directional.
2020-12-09 Christian HellerDon't enter command_thing mode when not carrying anythi...
2020-12-09 Christian HellerIn clients, don't open item selection menu when no...
2020-12-07 Christian HellerWiden face and hat.
2020-12-07 Christian HellerAdd wearable hats.
2020-12-07 Christian HellerAdd editable player faces.
2020-12-07 Christian HellerFix bug where MAP height setting would break draw_map.
2020-12-07 Christian HellerImprove precision of install key name.
2020-12-07 Christian HellerShow Thing installation status in Thing info display.
2020-12-07 Christian HellerExclude non-portable things from pick_up selection.
2020-12-07 Christian HellerMake doors installable/uninstallable.
2020-12-07 Christian HellerMark thing-carrying players with $ instead of +.
2020-12-06 Christian HellerStandardize leaving input prompts with empty input.
2020-12-06 Christian HellerImprove pick-up listing messages.
2020-12-06 Christian HellerEnable picking up from neighbbor tiles.
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.
next