| .. |
|
__init__.py
|
Add use command for verb-based interaction
|
2026-02-11 21:47:33 -05:00 |
|
containers.py
|
Add put and take-from commands for containers
|
2026-02-11 20:58:55 -05:00 |
|
edit.py
|
Add render_prompt with modal templates
|
2026-02-13 22:48:59 -05:00 |
|
examine.py
|
Add examine command for object inspection
|
2026-02-11 21:47:33 -05:00 |
|
fly.py
|
Migrate fly to use player.location (Zone)
|
2026-02-11 19:33:15 -05:00 |
|
help.py
|
Add client command to show protocol and terminal info
|
2026-02-12 15:58:54 -05:00 |
|
look.py
|
Add render_prompt with modal templates
|
2026-02-13 22:48:59 -05:00 |
|
movement.py
|
Add sleep command for deep rest recovery
|
2026-02-14 01:00:37 -05:00 |
|
paint.py
|
Add paint mode for terrain editing
|
2026-02-11 22:38:14 -05:00 |
|
play.py
|
Fix IF bugs: case-insensitive story lookup, double prompt, phantom restore command
|
2026-02-10 14:16:19 -05:00 |
|
portals.py
|
Add enter command for portal zone transitions
|
2026-02-11 20:58:55 -05:00 |
|
power.py
|
Add power up/down commands
|
2026-02-13 23:01:33 -05:00 |
|
prompt.py
|
Add prompt command for customization
|
2026-02-13 22:48:59 -05:00 |
|
quit.py
|
Block quit command during combat
|
2026-02-14 01:00:37 -05:00 |
|
reload.py
|
Add reload command for hot-reloading TOML content
|
2026-02-08 14:32:51 -05:00 |
|
rest.py
|
Send Char.Status on combat end and rest state changes
|
2026-02-11 23:13:14 -05:00 |
|
sleep.py
|
Add sleep command for deep rest recovery
|
2026-02-14 01:00:37 -05:00 |
|
spawn.py
|
Migrate look to use player.location (Zone)
|
2026-02-11 19:36:46 -05:00 |
|
things.py
|
Add put and take-from commands for containers
|
2026-02-11 20:58:55 -05:00 |
|
use.py
|
Add use command for verb-based interaction
|
2026-02-11 21:47:33 -05:00 |