home · contact · privacy
Refactor parser code.
[plomrogue2] / plomrogue / tasks.py
2020-12-27 Christian HellerOnly allow opening/closing doors that are installed.
2020-12-26 Christian HellerAlso sit down if spawning over sittable.
2020-12-20 Christian HellerAdd chairs.
2020-12-20 Christian HellerLengthen intoxication time for alcohol and psychedelics.
2020-12-19 Christian HellerFix cookie message.
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 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 HellerRe-calibrate bladder pressure following weariness mechanic.
2020-12-16 Christian HellerExtend sitting message with info about weariness mechanic.
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-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 HellerStart pee-o-meter right on drinking, grow value exponen...
2020-12-15 Christian HellerAdd psychedelics, move random colouring from drunkennes...
2020-12-14 Christian HellerFix outdated consumption error message.
2020-12-14 Christian HellerTurn players into non-light-blockers.
2020-12-14 Christian HellerDifferentiate thing blocking into blocks_{sound,light...
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 FLATTEN_SURROUNDINGS.
2020-12-13 Christian HellerMake terrain types configurable.
2020-12-12 Christian HellerOptimize send_gamestate, don't send any invisible state...
2020-12-11 Christian HellerPassword-protect tiles from (un-)installing things...
2020-12-09 Christian HellerAdd hat spinning.
2020-12-09 Christian HellerAdd attempt to wear bottle on head.
2020-12-09 Christian HellerAdd bottle spinning.
2020-12-09 Christian HellerMake thing dropping directional.
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 HellerOnly re-process FOVs for players whose FOV radius is...
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 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 install/uninstall feedback messages.
2020-12-07 Christian HellerFix broken MusicPlayer handling.
2020-12-07 Christian HellerSimplify pick up failure messages.
2020-12-07 Christian HellerMake doors installable/uninstallable.
2020-12-06 Christian HellerEnable picking up from neighbbor tiles.
2020-12-06 Christian HellerEnable selecting specific thing for pick-up.
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-01 Christian HellerAdd colourful intoxication beverage.
2020-12-01 Christian HellerImplement doors.
2020-11-27 Christian HellerAdd Thing spawner.
2020-11-26 Christian HellerSome more code style improvements after flake8.
2020-11-26 Christian HellerFix various minor, mostly "unused" flake8 complaints.
2020-11-18 Christian HellerRe-write mapping system to accomodate infinite map...
2020-11-15 Christian HellerImprove player error messages, and log them to clients.
2020-11-13 Christian HellerAdd item picking and dropping.
2020-11-13 Christian HellerMake some things block movement, and others not.
2020-11-10 Christian HellerAlso inhibit FLATTEN_SURROUNDINGS with terrain passwording.
2020-11-10 Christian HellerAdd terrain editing access control via passwords.
2020-11-09 Christian HellerInitial commit.