3.99.1.8
Pre-release
Pre-release
3.99.1.8
- change:
- wrap MessageBox.Show calls so they are executed from app MainWindow thread (ui),
and use app MainWindow as owner (to prevent opening behind MainWindow). - add sleep call before deciding if need to delete associated mod script folder,
hopefully this will allow external app saves to finish first. - add cancel option when prompted to save|move mod script folder on mod script delete,
for cases where you know external app save takes a long time. - support for converting .spv to glsl (v 430) text using Veldrid.SPIRV,
searching all 59223 spv's goes from 6 min (using spirv-cross.exe) to 35 sec (using Veldrid.SPIRV dll's).
- wrap MessageBox.Show calls so they are executed from app MainWindow thread (ui),
- add:
- scripts can call ProgressReport(string) to update a toolbar TextBlock control.
only query scripts can use in any meaningful way.
see: new Search_SPV query script for example. - new toggle to search .SPV items in Text Search tab.
- Veldrid.SPIRV NuGet package 1.0.15.
- scripts can call ProgressReport(string) to update a toolbar TextBlock control.