Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Releases: alessandrofama/fmod-for-godot

FMOD 2.02.17 for Godot 4.1.1 stable v1.0-alpha-4

28 Sep 20:45
4a167bf
Compare
Choose a tag to compare

What's Changed

  • Moved editor plugins to GDExtension:

    • The editor plugins have been relocated to GDExtension (C++) .
  • Added icons to GDExtension config file:

    • Icons have been incorporated into the GDExtension config file.
  • Renamed RuntimeManager to FMODRuntime:

    • The RuntimeManager class has been renamed to FMODRuntime for clarity and consistency.
  • Prefixed general editor classes with FMOD name:

    • General editor classes have been given FMOD-specific prefixes to make their association with FMOD more explicit.
  • Fixed crash when passing wrong bank path to StudioSystem.load_bank_file:

    • A bug causing crashes when an incorrect bank path is passed to StudioSystem.load_bank_file has been resolved.
  • Added default parameter to set_parameter_by_x functions for ignore_seek_speed:

    • Default parameter (false) have been introduced for ignore_seek_speed in the set_parameter_by_x functions to improve function usability.
  • Added local parameters to ParameterAsset exports in the inspector browser:

    • Support for local parameters has been integrated into ParameterAsset exports within the inspector browser.
  • Updated to FMOD version 2.02.17

Full Changelog: 1.0-alpha3_fmod20214_godot4.1...1.0-alpha4_fmod20217_godot4.1.1

FMOD 2.02.14 for Godot 4.1 stable v1.0-alpha-3

19 Aug 01:05
f3162ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0-alpha2_fmod20214_godot4.1...1.0-alpha3_fmod20214_godot4.1

FMOD 2.02.14 for Godot 4.1 stable v1.0-alpha-2

14 Jul 17:40
7ad5a92
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jccit made their first contribution in #7

Full Changelog: 1.0-alpha2_fmod20214_godot4.0.3...1.0-alpha2_fmod20214_godot4.1

FMOD 2.02.14 for Godot 4.0.3 stable v1.0-alpha-2

28 May 22:33
Compare
Choose a tag to compare

Update for Godot's 4.0.3 patch release.
Supports FMOD 2.02.14.

Full Changelog: 1.0-alpha2_fmod20214_godot4.0.2...1.0-alpha2_fmod20214_godot4.0.3

FMOD 2.02.14 for Godot 4.0.2 stable v1.0-alpha-2

08 May 20:42
Compare
Choose a tag to compare

Update for Godot's 4.0.2 patch release.
Updated FMOD to 2.02.14.

FMOD 2.02.12 for Godot 4.0.0 stable v1.0-alpha-2

19 Mar 09:25
Compare
Choose a tag to compare

Changelog

Fixes

  • Refactored UI layout for FMOD Studio Project Browser so that it displays well on multiple resolutions. 8d090dc
  • Fixed incorrect calculation of forward and up vectors in transform3d_to_fmod_vector(). cbe9ef1
  • godot-cpp libraries are now correctly cached in CI builds. This should speed up compilation time in GitHub Actions. 48b0c89

FMOD 2.02.12 for Godot 4.0 stable v1.0-alpha-1

10 Mar 17:59
Compare
Choose a tag to compare

First alpha release of the FMOD Integration for the Godot Engine πŸŽ‰