Skip to content

Releases: soulverteam/SoulverCore-Windows

3.0.0

05 Nov 02:20
Compare
Choose a tag to compare

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

2.7.1

13 Oct 07:37
Compare
Choose a tag to compare

This version of SoulverCore was built against Swift 6.0.1 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

2.6.4

05 Jun 08:58
Compare
Choose a tag to compare

This is the first release of SoulverCore for Windows

  • The attached SoulverCore.zip file contains a .dll (dynamic library) file, a .lib file and a .swiftinterface file.
  • The "SoulverCore_SoulverCore.resources.zip" file contains json files that provide unit and function content to SoulverCore
  • The "Swift Dependencies.zip" file contains the Swift & Foundation dynamic libraries that SoulverCore depends on