Hi everyone,
the final is now here. Not all bugs are addressed but it's stable enough to now call it final and get the people to adopt.
Links as usual:
Full Version:
Free Version:
Changelog:
- plugins support, I already uploaded two plugins to the online repo, you can install with the cog on the right side. Plugins can add custom action parts.
- high-dpi support (Windows-only, Mac users need to wait til I've assembled my 4k Mac)
- more info about lua errors in console
- outline fonts can now be independently colored
- drag and drop support for ordering objects and action parts
- filter for object lists
- filter for object selection dialog
- import speech dialog fixed
- add add/remove item to list context menu
- allow searching for sprite paths
- audio effects (the audio system is still not completely finished, so no docs yet)
- fix for crash with F5
- cursor animations are now on top of each other
- export with resizing is now working even better
- fix for lightmap calculation error
- 3d characters can now turn with keyboard controls
lua:
- allow adding scrollpanes to buttons
- allow adding buttons at runtime via create/duplicate
- add renderhook for objects and buttons
- add multiple texts to scrollpane and add option to always show the scrollbar
- add action part hook
- duplicate to other parents