home · contact · privacy
plomrogue2
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...
2021-05-26 Christian HellerRefactor client connection code.
2020-12-28 Christian HellerControl login limit from optional file to be changed...
2020-12-28 Christian HellerMake name shortening more forgiving.
2020-12-28 Christian HellerFix faulty send-to-all in login process.
2020-12-28 Christian HellerAdd login maximum.
2020-12-28 Christian HellerImprove feedback on negative energy, and invert it...
2020-12-27 Christian HellerOnly send server intro message to logged-in user.
2020-12-27 Christian HellerWrite out visible players' names in client map view.
2020-12-27 Christian HellerChange some thing type symbols.
2020-12-27 Christian HellerAdd alternate map control preset.
2020-12-27 Christian HellerOnly allow opening/closing doors that are installed.
2020-12-26 Christian HellerUse rC3 server as default testing server.
2020-12-26 Christian HellerReplace hard-coded client login welcome messages with...
2020-12-26 Christian HellerFix bug adding new spawn points on each server relaunch.
2020-12-26 Christian HellerAllow multiple default start points, pick them randomly...
2020-12-26 Christian HellerAlso sit down if spawning over sittable.
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 HellerMake proximity chat more forgiving.
2020-12-20 Christian HellerAdd chairs.
2020-12-20 Christian HellerLengthen intoxication time for alcohol and psychedelics.
2020-12-20 Christian HellerSpawn Psychedelics, Stimulants from BottleDeposit too.
2020-12-20 Christian HellerAdd (temporary?) debug info on joins/parts/session...
2020-12-20 Christian HellerImprove MusicPlayer command help.
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 HellerFix bottle fullness indicator in web client.
2020-12-19 Christian HellerFix cookie 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 HellerIn web client, switch mode and stats line.
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 HellerUse temporary SpawnPoints to store logged-out players...
2020-12-18 Christian HellerEnable map mode toggling in admin mode.
2020-12-18 Christian HellerAllow toggling of map control preset drawing.
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 HellerTurns out the scrolling fix /was/ necessary after all.
2020-12-17 Christian HellerMake spin button in web client functional.
2020-12-17 Christian HellerOnly recommend sitting down if actually standing.
2020-12-17 Christian HellerStart with energy 50, don't force dancing up to that...
2020-12-17 Christian HellerAdd stimulants, which boost energy.
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 HellerOn dropping crate next to player, also drop its content...
2020-12-16 Christian HellerMake welcoming message of client slightly more helpful.
2020-12-16 Christian HellerAdd crates.
2020-12-16 Christian HellerAdd weariness info message.
2020-12-16 Christian HellerOnly allow cookable items to be cooked into cookies.
2020-12-16 Christian HellerDue to less frequent bladder pressure updates, don...
2020-12-16 Christian HellerRe-calibrate bladder pressure following weariness mechanic.
2020-12-16 Christian HellerExtend sitting message with info about weariness mechanic.
2020-12-16 Christian HellerAdd weariness mechanic.
2020-12-16 Christian HellerDon't send anyone's bladder data to everyone.
2020-12-16 Christian HellerReplace client TURN line with frequently updated toilet...
2020-12-16 Christian HellerAdd door keys and door locking.
2020-12-16 Christian HellerAdd TASK:DOOR error message on absence of adjacent...
2020-12-16 Christian HellerMake players non-blocking, but movement through them...
2020-12-16 Christian HellerReturn cookie chars sorted.
2020-12-16 Christian HellerOnly calculate DijkstraMap until reachable targets.
2020-12-16 Christian HellerUse circle-out passes for DijkstraMap, refactor with...
2020-12-16 Christian HellerTo avoid login/logout race conditions, move login into...
2020-12-16 Christian HellerFix bug of server not sending map data to player due...
2020-12-16 Christian HellerFix CSS bug that made URL links unclickable in web...
2020-12-16 Christian HellerIn web client, get rid of matchAll, unsupported in...
2020-12-15 Christian HellerRemove debugging information from toilet need message.
2020-12-15 Christian HellerEnable sinking into and getting up from terrain tagged...
2020-12-15 Christian HellerSimplify toilet need calcuation, add pee-into-pants...
2020-12-15 Christian HellerCalibrate pee need messaging less aggressively.
2020-12-15 Christian HellerStart pee-o-meter right on drinking, grow value exponen...
2020-12-15 Christian HellerAdd toilets, and terrain type tags.
2020-12-15 Christian HellerAdd psychedelics, move random colouring from drunkennes...
2020-12-14 Christian HellerFix map geometry initialization bug.
2020-12-14 Christian HellerIf drunk, speak drunkenly.
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 HellerFix weird BECOME_ADMIN code.
2020-12-14 Christian HellerFrom web client, remove unneeded focus-keeping code.
2020-12-14 Christian HellerIn web client, span invisible text input field over...
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 HellerIn web client index selection, disallow non-number...
2020-12-14 Christian HellerFix outdated consumption error message.
2020-12-14 Christian HellerMove instantly on move button press, don't wait for...
2020-12-14 Christian HellerTurn players into non-light-blockers.
2020-12-14 Christian HellerFix empty portal/annotation lists counting as None...
2020-12-14 Christian HellerRemove redundant SourcedMap center neutralization.
next