aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_use.go
AgeCommit message (Collapse)Author
2026-07-09feat: old standalone trigger systems completely unified into ↵historia
trigger->condition->action system
2026-07-09feat: message actions are now sequences of messages with settable delayshistoria
2026-07-08feat: unify on use, on look, and on kill. all support same ↵historia
conditions/actions now.
2026-07-05feat: remove deprecated use/station interaction modelhistoria
2026-07-01fix: combat formulas and mob attack types (mobs switch attack styles if ↵historia
safespotting)
2026-07-01feat: admin gui map, item, and objects mostly completehistoria
2026-07-01feat: item messaging standardized, custom messages for production paths ↵historia
implemented
2026-07-01feat: qol improvements to items crud in admin guihistoria
2026-06-26feat: simplified conversation trees and output won't overwrite prompts nowhistoria
2026-06-25slop refactorhistoria
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-20refactor: combined all station craftinghistoria
2026-06-19reorganized items, objects, and rooms in directories. oranized module names. ↵workhorse
added startup checks.
2026-06-19shop fixes, 'toggle' completely removed, movement speed increasedhistoria
2026-06-19feat: all skills kind of implemented, random prototype content addedhistoria
2026-06-19feat: rough technology skill addedhistoria
2026-06-18feat: crafting roughly implemented (leather, gems, gold, clay, spinning).historia
2026-06-18feat: fletching added including zero-time bolt feathering, which probably ↵historia
will break lots of things
2026-06-18cleaned up various crafting menushistoria
2026-06-17feat: smithing added, item/object interaction reworked. recipes and menus ↵historia
refactored.
2026-06-17feat: began implementing smithing, ground item display fixes.historia
2026-06-16feat: major xterm256 color overhaul, see worldbuilding docs.historia
2026-06-16feat: recipe system, combining items, cooking skillhistoria