Skip to content

Releases: CaKlassen/gmwwise

GMWwise Version 1.6.1

15 Aug 01:32
Compare
Choose a tag to compare

This is a smaller update that makes a number of major back-end improvements to facilitate faster development in the future.

Changelog:

  • Updated error handling method
    • Most functions now return a double
    • If the return value is -1, call gmwGetError() to retrieve the error code
    • This is detailed in the "Error Checking" section of the manual
  • Increased the maximum number of memory pools to 64
    • This will increase compatibility with more GameMaker projects
  • Converted various projects to a shared codebase
    • This will make future updates easier and more stable

As always, please use the issue tracker if you encounter any bugs that need to be squashed!

GMWwise Version 1.5.1

13 May 21:57
Compare
Choose a tag to compare

This release adds support for additional plugins, backwards compatibility for GameMaker: Studio 1.4, and some fixes.

Changes:

  • Support for many more Wwise plugins added
  • Improved documentation
    • Added list of supported plugins
    • Added instructions for both GameMaker: Studio 1.4 and 2
  • Added GameMaker: Studio 1.4 extension
  • Fixed issue preventing Mac side of sample project from running

Note: gmwRegisterPlugin() and gmwRegisterCodec() are no longer required by GMWwise and are no longer functional. You will need to remove all references to these functions.

Please let me know if you encounter any issues!

GMWwise Version 1.5.0

21 Apr 22:48
Compare
Choose a tag to compare

This release updates GMWwise to work with Wwise 2016.2.3.6077 and GameMaker: Studio 2.

Changes:

  • Updated SDK version to 2016.2.3.6077
  • Upgraded Sample Project to GameMaker: Studio 2
  • Added GMWwise to Yoyogames Marketplace
  • Improved code documentation
  • Fixed inconsistencies with sample project and documentation

Note: Due to an ongoing issue with GameMaker: Studio 2, extensions do not always work properly when building for OSX. Please let me know if there are any issues using the Mac side of the extension in GameMaker: Studio 1.4.

Please let me know if there are any issues with this update!

GMWwise Version 1.4.1

12 Oct 01:52
Compare
Choose a tag to compare

A minor release that fixes an issue with the supported version of Wwise in the manual.

GMWwise Version 1.4

16 May 03:52
Compare
Choose a tag to compare

In this release:

  • Converted GMWwise to a GameMaker extension
  • Added OS X Support (Mavericks and higher)
  • Upgraded to Wwise API 2015.1.6
  • Manual updates

It's important to note that you will need to upgrade Wwise to 2015.1.6, otherwise you won't be able to run the audio engine. All documentation has been updated to match the new extension, but please let me know if you have any issues.

GMWwise Version 1.3

14 Dec 05:21
Compare
Choose a tag to compare

This version of GMWwise adds support for GameMaker: Studio, as well as Wwise 2014.1.5.

Also included in this release:

  • API cleanup and bug fixes
  • Global parameter setting
  • Object profile naming
  • GMWwise manual
  • Fully remade sample project