Skip to content

Releases: austation/opengoon

Version 1.7

21 Apr 05:41
996da87
Compare
Choose a tag to compare

Latest opengoon release now supports using a DECtalk executable for windows to generate retro TTS, like how goon's proprietary API does.

DECtalk executables not included. You're on your own there.

Version 1.6

13 Apr 15:56
37fa9da
Compare
Choose a tag to compare

Includes route from clover for XP tracking, as well as updates to remain compatible with the latest goon release.

Version 1.4

24 Feb 11:44
4e4458f
Compare
Choose a tag to compare

YouTube audio is now finally production ready.
There's probably no RCE exploit.
Requires python 3 and youtube-dl to be installed, as well as a public-facing website to save files to.
Some bugs have been squashed since last release, and the API is mostly done.

Version 1.3

07 Jan 13:37
4e4458f
Compare
Choose a tag to compare

The latest stable release of opengoon.
This release brings full support for map switching through TGS integration.
To that end, powershell (and bat wrapper function files) TGS event scripts are included, to hook the compile process and edit the build file, as well as output CDN and RSC files to folders of your choosing.

Version 1.2

04 Jan 10:34
5d78fef
Compare
Choose a tag to compare

Adds support for cloud saving! Refactors some authentication code.
API can now also enforce version numbers, which I previously omitted because lazy.

Version 1.1

28 Dec 08:40
7dc5177
Compare
Choose a tag to compare

Adds full support for the ingame ban panel.
Note: Because the ban panel actually queries the API using JS, you will need to setup CORS on your webserver of choice, else the panel will crash out with a NetworkError.

Consult a guide on how to do this. For example, here's the documentation for IIS (you need to install the module through something like the Web Platform Installer for this config to work):
https://docs.microsoft.com/en-us/iis/extensions/cors-module/cors-module-configuration-reference

Version 1.0

26 Dec 13:20
04a5f20
Compare
Choose a tag to compare

First code release. All current endpoints have been tested heavily, although not exhaustively.

I'll do further development on a dev branch, to avoid having broken endpoints in production code.