aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_verbs.go
AgeCommit message (Collapse)Author
2026-07-09feat: old standalone trigger systems completely unified into ↵historia
trigger->condition->action system
2026-07-08feat: unify on use, on look, and on kill. all support same ↵historia
conditions/actions now.
2026-07-08feat: object and mob steal tables can include both tables and itemshistoria
2026-07-07feat: hidden exits (and related flags) work with commands that change room ↵historia
ids. exit code simplified and unified between impassable and blocked exits.
2026-07-06feat: split the concept of hidden and impassable exits. add player_flag for ↵historia
discovered hidden exits.
2026-07-05feat: remove deprecated use/station interaction modelhistoria
2026-07-05fix: restructure steal yaml, update admin web guihistoria
2026-07-01feat: qol improvements to items crud in admin guihistoria
2026-06-29feat: self-signed certificateshistoria
2026-06-28feat: admin accounts, god mode, OLC commands like dig/room, 'inline' objects ↵historia
changed to 'local' objects
2026-06-27feat: room-specific objects can be defined inline in room yamlhistoria
2026-06-25slop refactorhistoria
2026-06-25feat: who, global chat, removed redundant YAML IDshistoria
2026-06-25refactor: replaced map[string]any with typed structs for Datahistoria
2026-06-20refactor: removed separate crafting recipes and combined them into item YAMLhistoria
2026-06-20feat: stop command addedhistoria
2026-06-20feat: added verbs command (probably janky)historia