home · contact · privacy
Refactor parser code.
[plomrogue2] / rogue_chat.py
2020-12-26 Christian HellerReplace hard-coded client login welcome messages with...
2020-12-20 Christian HellerAdd chairs.
2020-12-20 Christian HellerMake sign design sizes variable.
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 HellerAdd stimulants, which boost energy.
2020-12-17 Christian HellerAdd dancing task/action.
2020-12-16 Christian HellerAdd crates.
2020-12-16 Christian HellerAdd door keys and door locking.
2020-12-15 Christian HellerAdd toilets, and terrain type tags.
2020-12-15 Christian HellerAdd psychedelics, move random colouring from drunkennes...
2020-12-13 Christian HellerEnable Hat editing with characters earned by eating...
2020-12-13 Christian HellerMake terrain types configurable.
2020-12-09 Christian HellerAdd bottle spinning.
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 HellerSave thing installation status.
2020-12-07 Christian HellerMake doors installable/uninstallable.
2020-12-06 Christian HellerReplace annotation polling with annotation push, cache...
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 HellerStore door state.
2020-12-01 Christian HellerImplement doors.
2020-11-27 Christian HellerIntroduce SpawnPoint things, and their Spawners.
2020-11-27 Christian HellerDifferentiate Spawner into ItemSpawner.
2020-11-27 Christian HellerAdd Thing spawner.
2020-11-27 Christian HellerAdd thing protection.
2020-11-26 Christian HellerAdd thing name editing.
2020-11-26 Christian HellerSimplify Thing type differentiation, Furniture becomes...
2020-11-24 Christian HellerMove socket configuration into command line options.
2020-11-20 Christian HellerIntroduce spawn points.
2020-11-19 Christian HellerAdd basic admin commands.
2020-11-14 Christian HellerExpand terrain and thing content.
2020-11-14 Christian HellerAdd terrain descriptions.
2020-11-14 Christian HellerPersist Thing names, simplify their client info display.
2020-11-13 Christian HellerAdd item picking and dropping.
2020-11-13 Christian HellerAdd basic non-player things system.
2020-11-13 Christian HellerRemove chat QUERY.
2020-11-10 Christian HellerFix broken chat.
2020-11-10 Christian HellerFix forgotten command registerings.
2020-11-10 Christian HellerAdd terrain editing access control via passwords.
2020-11-10 Christian HellerAdd TASK command to request available commands.
2020-11-10 Christian HellerSplit LOGIN into NICK and LOGIN.
2020-11-09 Christian HellerInitial commit.