mud/src/mudlib/commands
Jared Miller ca53357730
Render mobs as * in viewport
Phase 3: look command now collects alive mob positions using the same
wrapping-aware relative position calc as players, and renders them as *
with the same priority as other players (after @ but before effects).
2026-02-09 11:54:29 -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 Render mobs as * in viewport 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
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