home · contact · privacy
Store door state.
[plomrogue2] / rogue_chat.py
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.