Skip to content

Releases: soulverteam/SoulverCore-Multiplatform

3.3.0

24 Dec 11:14
fcdc336

Choose a tag to compare

This is a build of SoulverCore 3.3.0 for Windows with Swift 6.2.2.

What's new in SoulverCore 3.3.0?

See the official release notes in the SoulverCore repository

3.2.2

11 Oct 12:19
fcdc336

Choose a tag to compare

This is an update for SoulverCore on Windows built against Swift 6.2.

3.2.1

14 Aug 17:49

Choose a tag to compare

What's new in SoulverCore 3.2.1?

See the official release notes in the SoulverCore repository

Support for Linux

A dynamic library (.so) built for Linux is now available

3.1.1

02 Jul 03:15

Choose a tag to compare

What's new?

  • Various bug fixes for SoulverCore on Windows

About

This version of SoulverCore was built against Swift 6.1.2.

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

3.1.0

31 Jan 10:04

Choose a tag to compare

What's new?

See release notes here.

About

This version of SoulverCore was built against Swift 6.0.3 & Swift 6.1.0 on ARM.

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

3.0.0

05 Nov 02:20

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

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

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