mud/src/mudlib/commands
Jared Miller 57afe9a3ce
Wire restore into play command
When starting an IF game, check for existing save file and restore
if present. Shows 'restoring saved game...' message and broadcasts
restored game state to spectators.

Also cleaned up redundant tests that didn't properly mock the
auto-save functionality now present in ::quit and stop().
2026-02-09 16:39:15 -05:00
..
__init__.py Add reload command for hot-reloading TOML content 2026-02-08 14:32:51 -05:00
edit.py Wire edit command to open combat TOML files 2026-02-08 12:44:56 -05:00
fly.py Add CommandDefinition and migrate command registry 2026-02-07 16:15:21 -05:00
help.py Add description field to CombatMove dataclass 2026-02-08 14:32:51 -05:00
look.py Add spawn command and wire mobs into server 2026-02-09 11:54:29 -05:00
movement.py Broaden type hints to Entity where applicable 2026-02-07 20:32:15 -05:00
play.py Wire restore into play command 2026-02-09 16:39:15 -05:00
quit.py Add save on logout and disconnect 2026-02-07 21:42:16 -05:00
reload.py Add reload command for hot-reloading TOML content 2026-02-08 14:32:51 -05:00
rest.py Add rest command for stamina recovery 2026-02-08 22:16:47 -05:00
spawn.py Add spawn command and wire mobs into server 2026-02-09 11:54:29 -05:00