From b5b5bda41d2b599dc92bf4ff12d17c5d98db9c77 Mon Sep 17 00:00:00 2001 From: stechyo Date: Fri, 19 Jan 2024 18:51:30 +0000 Subject: [PATCH] 0.1.0 release: change Makefile and README. --- Makefile | 13 ++++++++----- README.md | 6 ++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4892932..d059f14 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,13 @@ install-steam-audio: cp src/lib/steamaudio/lib/linux-x64/libphonon.so project/addons/godot-steam-audio/bin release: - scons platform=linux target=template_debug && scons platform=windows target=template_debug + scons platform=linux target=template_debug && scons platform=windows target=template_debug && \ + scons platform=linux target=template_release && scons platform=windows target=template_release + mkdir godot-steam-audio-demo mkdir godot-steam-audio - cp -r ./project ./godot-steam-audio/demo - rm -rI ./godot-steam-audio/demo/.godot ./godot-steam-audio/demo/.gitignore ./godot-steam-audio/demo/.gitattributes ./godot-steam-audio/demo/addons/godot-steam-audio/bin/libphonon.so - cp -r ./godot-steam-audio/demo/addons ./godot-steam-audio/addons + cp -r ./project/* ./godot-steam-audio-demo + rm -rI ./godot-steam-audio-demo/addons/godot-steam-audio/bin/libphonon.so + cp -r ./godot-steam-audio-demo/addons ./godot-steam-audio zip -r ./godot-steam-audio-vX.Y.Z.zip godot-steam-audio README.md - rm -rI ./godot-steam-audio + zip -r ./godot-steam-audio-demo-vX.Y.Z.zip godot-steam-audio-demo README.md + rm -rI ./godot-steam-audio ./godot-steam-audio-demo diff --git a/README.md b/README.md index 387c2ae..06277cb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ into Godot 4.2. This adds sound effects such as occlusion and reverb into the en ### [Demo Video](https://www.youtube.com/watch?v=vRnzfnb93Gw) ![A picture of the editor screen with some godot-steam-audio nodes.](doc/imgs/editor.png) -This extension is in a pre-alpha phase, will have bugs and missing polish, and might crash. Linux and Windows -are currently working. Mac probably works, but I don't have the time nor the money to support that, sorry. +This extension is in an alpha phase, will have bugs and missing polish, and may crash. Don't expect to be able +to ship a game with this extension right now unless you are ready to make some fixes/optimizations to it on +your own (and if you do, PRs are accepted). Linux and Windows are currently working. Mac probably works, but I +don't have the time nor the money to support that, sorry. ### Features - Spatial ambisonics audio