Releases: KSPModdingLibs/KSPBurst
Releases · KSPModdingLibs/KSPBurst
KSPBurst 1.7.4.1
- Updated Burst to 1.7.4
- Better logging when the compiler failed to start
KSPBurst 1.5.5.2
- Fix race condition causing game to soft lock when trying to flush logs while the compiler task is still running.
NOTE: starting with this release, the compiler will be packaged separately from the plugins. You need to install both KSPBurst_1.5.2.2 and KSPBurst_Compiler for the mod to work as intended.
KSPBurst 1.5.5.1
- Fix burst status not set on error resulting in deadlock
- Paths in burst arguments are now relative to KSP directory to avoid hitting
Processcharacter limit on large installs - Ignore plugins in
KSP_x64_Data\Managedforroot-assemblyto further reduce command size
KSPBurst 1.5.5.0
- Update
Unity.Burstto version 1.5.5 - Allow setting
root-assemblyandassembly-folderarguments from config - Burst compilation is now skipped if command line arguments and plugins haven't changed since the last time
- Fixed crash when logging error messages from a worker thread if KSPLog is set to display them on screen
KSPBurst 1.5.4.1
- Fixed KSP 1.12 failing to load plugins on linux
- Fixed error when KSP has multiple loaded assemblies at the same path
KSPBurst 1.5.4.0
- Updated
Unity.Burstto version 1.5.4 - Added missing version resources to
Unity.Burst.Unsafe.dllandSystem.Runtime.CompilerServices.Unsafe.dllto fix
issue with KSP 1.12
KSPBurst 1.5.0.0
- Initial release