General:
Improved profile loading time when there are many sounds in a profile.
Plot Window (New):
A new window that provides real-time visualization of telemetry data on a plot.
With some features:
- "Profiles" - allows you to save/load the Plot state (selected data or plot settings).
- "Theme" - available two themes for switching: Light and Dark..
- "Screenshot" - makes a screenshot of the plot and saved into Screenshots folder.
Indicators:
Added "Multi-condition operator" (AND/OR) for Hide conditions.
Script:
Added a new functions:
- gfxAddFont(name_str)
- gfxSetFont(name_str)
So now you can use multiple fonts in the GFX indicators.
See the "Font" section in the "Docs/lua-api.pdf for more info..