I have uploaded the update now, links are the same as the first post.
Fixes:
- Turn animations not reloaded on outfit change
- Turn only if end angle is closer to the target
- Some animations not played without a turn
- Crash with srt subtitles
- Standing animation is played if no talk animations are available
- Character is not set to destination if skipping cutscene
- bigger pic buffer size for the editor so bigger images can be loaded
- treeview label edit not saving on focus lost
- treeview expand not clickable
- crash when clicking on plugin page
- footstep sound not working
New features:
- Turn speed for 3D turn animations
- shader address handling options:
graphics.shaderAddressHandling(shaderId, "_t_texture", 0,0,0,0,0)
first 0 is the type:
0 - clamp to border color in the next 4 params: r,g,b,a
1 - clamp to edge
2 - repeat