Skip to content

v0.2.15

Choose a tag to compare

@github-actions github-actions released this 02 Mar 20:44
· 56 commits to main since this release

Release v0.2.15

Features

  • Decor tracing improvements: added tracing support for Decors/Fragments and made it controllable via LBA_IDA_TRACE_DECORS (easy on/off for diagnostics without code changes).

Bugfixes / improvements

  • Prevent voices from being deleted unexpectedly: voice files are now protected from accidental removal if the user sets a wrong config option.

Samples and documentation

  • Storm sample improvement: thunder effects are now disabled when the weather is sunny (more consistent baseline behavior).
  • LM_CINEMA_MODE docs expanded: clearer explanation of using LM_CINEMA_MODE to skip / jump to another scene.
  • Engine knowledge docs introduced + referenced: added Knowledge.md and linked it from the docs as a central “how things work” reference.
  • AI-agent modding guidance added: the newly scaffolded mod and Samples now include AGENTS.md and CLAUDE.md to help you code Little Big Adventure 2 mods using AI agents.