Skip to content

2.10.1

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 15 Nov 16:19
· 111 commits to master since this release
  • 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