Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@zcohan zcohan released this 05 Nov 02:20

What's new?

  • This release adds support for bootstrapping SoulverCore from an external resources bundle.
    • First make a resources bundle ResourceBundle(url: URL)? with the URL to your resources bundle
    • Then use the dedicated initializer that takes a ResourcesBundle on EngineCustomization: init(resourcesBundle: ResourceBundle, locale: Locale)

About

This version of SoulverCore was built against Swift 6.0.2 for Windows.

The attached zip contains:

  • SoulverCoreDynamic.dll (a dynamic library for Windows)
  • SoulverCoreDynamic.lib
  • SoulverCore.swiftinterface
  • A SoulverCore_SoulverCore.resources folder that contains localized json files that provide SoulverCore with the names of units and functions
  • A Swift Dependencies folder containing all dynamic libraries (.dll) from the version of Swift on Windows that SoulverCore was built against