Skip to content

Releases: KSPModdingLibs/KSPBurst

KSPBurst 1.7.4.1

27 Oct 13:29

Choose a tag to compare

KSPBurst 1.7.4.1 Pre-release
Pre-release
  • Updated Burst to 1.7.4
  • Better logging when the compiler failed to start

KSPBurst 1.5.5.2

02 Apr 14:02

Choose a tag to compare

  • 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

01 Aug 03:51

Choose a tag to compare

  • Fix burst status not set on error resulting in deadlock
  • Paths in burst arguments are now relative to KSP directory to avoid hitting Process character limit on large installs
  • Ignore plugins in KSP_x64_Data\Managed for root-assembly to further reduce command size

KSPBurst 1.5.5.0

31 Jul 19:33

Choose a tag to compare

  • Update Unity.Burst to version 1.5.5
  • Allow setting root-assembly and assembly-folder arguments 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

30 Jul 11:05

Choose a tag to compare

  • 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

15 Jul 15:24

Choose a tag to compare

  • Updated Unity.Burst to version 1.5.4
  • Added missing version resources to Unity.Burst.Unsafe.dll and System.Runtime.CompilerServices.Unsafe.dll to fix
    issue with KSP 1.12

KSPBurst 1.5.0.0

19 Mar 12:34

Choose a tag to compare

  • Initial release