home · contact · privacy
Replace client TURN line with frequently updated toilet need stat.
[plomrogue2] / plomrogue /
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-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 HellerIf drunk, speak drunkenly.
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 HellerFix outdated consumption error message.
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.
2020-12-14 Christian HellerDifferentiate thing blocking into blocks_{sound,light...
2020-12-14 Christian HellerRefactor THING_DOOR_CLOSED save command.
2020-12-14 Christian HellerRe-factor treatment of things as obstacles for SourcedMaps.
2020-12-14 Christian HellerRefactor change recording; don't regen FOV on non-FOV...
2020-12-13 Christian HellerFix faulty uncarry.
2020-12-13 Christian HellerEnable Hat editing with characters earned by eating...
2020-12-13 Christian HellerFix broken get_flatland().
2020-12-13 Christian HellerFix broken FLATTEN_SURROUNDINGS.
2020-12-13 Christian HellerMake terrain types configurable.
2020-12-12 Christian HellerEnable un-naming of things.
2020-12-12 Christian HellerDisallow usernames with whitespace start or end.
2020-12-12 Christian HellerOptimize send_gamestate, don't send any invisible state...
2020-12-11 Christian HellerImprove chat message meta data display.
2020-12-11 Christian HellerOnly send chatface message to listener.
2020-12-11 Christian HellerAdd player faces/hats popping up n their chat messages...
2020-12-11 Christian HellerFix error message on prohibited thing renaming.
2020-12-11 Christian HellerSend THING_CARRYING only after all things have been...
2020-12-11 Christian HellerPassword-protect tiles from (un-)installing things...
2020-12-10 Christian HellerCache player object, so some player data is available...
2020-12-10 Christian HellerRaise bar for multiprocessing, after some performance...
2020-12-09 Christian HellerAlso show unworn hats' design.
2020-12-09 Christian HellerAdd hat spinning.
2020-12-09 Christian HellerAdd attempt to wear bottle on head.
2020-12-09 Christian HellerDon't obfuscate sounded URLs.
2020-12-09 Christian HellerAdd bottle spinning.
2020-12-09 Christian HellerOn thing removal, uncarry carried things.
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 HellerDisallow picking up thing already carried by other...
2020-12-08 Christian HellerDon't uncarry things on dooring.
2020-12-08 Christian HellerAvoid multiprocessing until it's really worth it.
2020-12-08 Christian HellerOnly re-process FOVs for players whose FOV radius is...
2020-12-08 Christian HellerFix faulty FOV handling of non-player Things.
2020-12-08 Christian HellerRefactor thing addition / removal.
2020-12-08 Christian HellerUpdate FOV if dropping a hat (= creating a new Thing...
2020-12-08 Christian HellerUpdate FOVs on dropping Things in a way that removes...
2020-12-08 Christian HellerRecalc FOVs and their map view results only on relevant...
2020-12-07 Christian HellerFix remixer drop bug.
2020-12-07 Christian HellerWiden face and hat.
2020-12-07 Christian HellerAlso activate HatRemixer when dropping hat by unwearing it.
2020-12-07 Christian HellerSpawn hats from BottleDeposit, add HatRemixer.
2020-12-07 Christian HellerAdd wearable hats.
2020-12-07 Christian HellerAdd editable player faces.
2020-12-07 Christian HellerAdd song deletion to MusicPlayer.
2020-12-07 Christian HellerFix broken THING_MUSICPLAYER_SETTINGS.
2020-12-07 Christian HellerOverhaul MusicPlayer code.
2020-12-07 Christian HellerAdd install/uninstall feedback messages.
2020-12-07 Christian HellerFix broken MusicPlayer handling.
2020-12-07 Christian HellerShow Thing installation status in Thing info display.
2020-12-07 Christian HellerSave thing installation status.
2020-12-07 Christian HellerFix bug sending THING_CARRYING to clients who don't...
2020-12-07 Christian HellerExclude non-portable things from pick_up selection.
2020-12-07 Christian HellerSimplify pick up failure messages.
2020-12-07 Christian HellerMake doors installable/uninstallable.
2020-12-07 Christian HellerMark thing-carrying players with $ instead of +.
2020-12-06 Christian HellerEnable picking up from neighbbor tiles.
2020-12-06 Christian HellerEnable selecting specific thing for pick-up.
2020-12-06 Christian HellerRecord ideas for optimizing Dijkstra mapping.
2020-12-06 Christian HellerDon't recalculate directions all the time, unnecessarily.
2020-12-06 Christian HellerReplace annotation polling with annotation push, cache...
2020-12-06 Christian HellerLimit annotation length.
2020-12-05 Christian HellerWhile rtrim() doesn't work to allow \n-trailed tablet...
2020-12-05 Christian HellerRemove filter-TODO now fulfilled directly in parser.
2020-12-05 Christian HellerWhitelist legal input characters.
2020-12-05 Christian HellerRe-instate (better) flood protection.
2020-12-05 Christian HellerFix buggy task code leading to endless collision flicker.
2020-12-05 Christian HellerDon't set game.changed where no new send_gamestate...
2020-12-05 Christian HellerRemove unnecessary looping.
2020-12-05 Christian HellerMulti-process FOV generation on send_gamestate.
2020-12-03 Christian HellerGreatly reduce FOV on drunkenness.
2020-12-03 Christian HellerFix Bottle.thing_char on emptiness command.
2020-12-03 Christian HellerMake fullness/emptiness of bottles visible via .thing_char.
2020-12-03 Christian HellerAdd BottleDeposit thing that spawns MusicPlayers for...
2020-12-03 Christian HellerTurn Consumable into Bottle that may be full or empty.
2020-12-03 Christian HellerAdd music player.
2020-12-03 Christian HellerAdd comment explaining game state sending interval.
2020-12-03 Christian HellerAdd main thread profiling hint.
next