home · contact · privacy
Add terrain descriptions.
[plomrogue2] / plomrogue / commands.py
2020-11-14 Christian HellerAdd terrain descriptions.
2020-11-14 Christian HellerPersist Thing names, simplify their client info display.
2020-11-14 Christian HellerGeneralize ThingPlayer.nickname to Thing.name.
2020-11-14 Christian HellerAdd player-identifying meta characters next to @ symbols.
2020-11-13 Christian HellerAdd basic non-player things system.
2020-11-13 Christian HellerRemove chat QUERY.
2020-11-12 Christian HellerFor volume obfuscation, don't turn " " to ".".
2020-11-12 Christian HellerOptimize dijkstra mapping for volume calculation.
2020-11-12 Christian HellerLower volume of messages by obfuscating them.
2020-11-12 Christian HellerFix visibility tests on annotation, volume algorithm.
2020-11-12 Christian HellerImprove volume logic, display.
2020-11-12 Christian HellerAdd field of view.
2020-11-12 Christian HellerAdd proximity dependence to chat messages.
2020-11-10 Christian HellerAnother fix.
2020-11-10 Christian HellerNother fix.
2020-11-10 Christian HellerFix forgotten argtypes.
2020-11-10 Christian HellerUse separate commands for god mode and non-god mode.
2020-11-10 Christian HellerFix arg order for passwords.
2020-11-10 Christian HellerOnly force password-crotection on non-god-mode calls.
2020-11-10 Christian HellerPassword-protect tiles from portal and annotation editi...
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.