home · contact · privacy
Update FOV if dropping a hat (= creating a new Thing on map).
[plomrogue2] / plomrogue / tasks.py
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.