| .. |
|
combat
|
Add spawn command and wire mobs into server
|
2026-02-09 11:54:29 -05:00 |
|
commands
|
Fix IF bugs: case-insensitive story lookup, double prompt, phantom restore command
|
2026-02-10 14:16:19 -05:00 |
|
render
|
Wire client capabilities into Player & terrain
|
2026-02-07 22:44:45 -05:00 |
|
store
|
Add PlayerData TypedDict to fix type errors
|
2026-02-07 22:13:27 -05:00 |
|
world
|
Add world cache to speedup startup
|
2026-02-07 15:00:07 -05:00 |
|
zmachine
|
Handle object 0 (nothing) gracefully in object parser
|
2026-02-10 18:32:36 -05:00 |
|
__init__.py
|
Add first generation
|
2026-02-07 09:45:48 -05:00 |
|
__main__.py
|
Add debug logs to view negotiations
|
2026-02-07 10:32:11 -05:00 |
|
caps.py
|
Add MTTS capability parsing module with client color detection
|
2026-02-07 22:44:23 -05:00 |
|
content.py
|
Add TOML content loader for declarative command definitions
|
2026-02-07 20:27:29 -05:00 |
|
editor.py
|
Fix editor search/replace parsing, dirty flag, and cursor tracking
|
2026-02-07 23:06:47 -05:00 |
|
effects.py
|
Add fly command with cloud trail effects
|
2026-02-07 14:48:42 -05:00 |
|
embedded_if_session.py
|
Add instruction tracing to step_fast and improve error messages
|
2026-02-10 18:29:27 -05:00 |
|
entity.py
|
Make Entity inherit from Object
|
2026-02-11 18:40:35 -05:00 |
|
if_session.py
|
Strip dfrotz prompt even without preceding newline
|
2026-02-09 17:55:14 -05:00 |
|
mob_ai.py
|
Add mob AI for combat decisions
|
2026-02-09 11:54:29 -05:00 |
|
mobs.py
|
Add mob templates, registry, and spawn/despawn/query
|
2026-02-09 11:54:29 -05:00 |
|
object.py
|
Add Object base class with containment primitives
|
2026-02-11 18:40:31 -05:00 |
|
player.py
|
Wire embedded z-machine interpreter into MUD mode stack
|
2026-02-10 11:18:16 -05:00 |
|
resting.py
|
Add rest command for stamina recovery
|
2026-02-08 22:16:47 -05:00 |
|
server.py
|
Create overworld Zone at startup, set player.location
|
2026-02-11 19:19:15 -05:00 |
|
zone.py
|
Add contents_near() spatial query to Zone
|
2026-02-11 19:17:17 -05:00 |