Skip to content

2.10.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 13 Nov 21:53
· 133 commits to master since this release

This is a beta release. Make sure you back up your files!

  • Speeds up compile times by moving to a buffer-based parser for body text
  • Adds localisation support:
    • ChatterboxLocalizationBuild() creates a localisation CSV file and then links that to your YarnScript by adding #line:xxyyzz line hash metadata tags where necessary. If a line already has line hash metadata then that hash is maintained so you can call ChatterboxLocalizationBuild() multiple times and hashes don't change. This function can process multiple source YarnScript files at the same time for larger, more complex projects
    • ChatterboxLocalizationLoad() and ...Clear() loads and unloads localisation data. You can use your own localisation solution if wish...
    • ...by adjusting CHATTERBOX_LINE_HASH_SIZE and CHATTERBOX_HIDE_LINE_HASH_METADATA as you see fit