home · contact · privacy
Refactor parser code.
[plomrogue2] / plomrogue /
2021-06-10 Christian HellerRefactor parser code. master
2020-12-28 Christian HellerControl login limit from optional file to be changed...
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 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 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-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 HellerMake sign design sizes variable.
2020-12-19 Christian HellerFix cookie message.
2020-12-19 Christian HellerRefactor hat editing into general design editing.
2020-12-19 Christian HellerAdd writable signs.
2020-12-18 Christian HellerUse temporary SpawnPoints to store logged-out players...
2020-12-18 Christian HellerAllow toggling of map control preset drawing.
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 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-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...
next