home · contact · privacy
Introduce god mode to protect against destructive commands.
[plomrogue2-experiments] / new2 / plomrogue / commands.py
2020-10-27 Christian HellerIntroduce god mode to protect against destructive commands.
2020-10-27 Christian HellerAllow annotations.
2020-10-27 Christian HellerRename LOG to CHAT.
2020-10-27 Christian HellerAdd MAP command to explicitely set map size.
2020-10-27 Christian HellerFix re-login corpses.
2020-10-26 Christian HellerIdentify player in client so scrolling can follow them.
2020-10-25 Christian HellerTurn game saving from command to happening every new...
2020-10-25 Christian HellerAdd basic save file mechanism.
2020-10-25 Christian HellerAdd PING.
2020-10-25 Christian HellerDon't use LOG for meta messages, errors.
2020-10-24 Christian HellerAdd basic multiplayer roguelike chat example.