From 42838750ea7526d26bf9fbf33a53733e291faf45 Mon Sep 17 00:00:00 2001 From: Puyo Date: Sat, 26 Jun 2021 17:13:05 +0200 Subject: [PATCH 1/6] WHO THE FUCK. [skip ci] --- appveyor-windows.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor-windows.yml b/appveyor-windows.yml index eaf9b74..f1d47f5 100644 --- a/appveyor-windows.yml +++ b/appveyor-windows.yml @@ -37,8 +37,6 @@ install: - haxelib run lime rebuild extension-webm windows - haxelib install linc_luajit - haxelib install actuate - - haxelib git extension-webm https://github.com/KadeDev/extension-webm - - lime rebuild extension-webm windows - haxelib list # No tests idk lol From 92a33348f0647fbc2edb1f7025c776d51bf0cab2 Mon Sep 17 00:00:00 2001 From: Puyo Date: Sat, 26 Jun 2021 17:13:58 +0200 Subject: [PATCH 2/6] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA --- appveyor-macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor-macos.yml b/appveyor-macos.yml index f8d8148..47c0bcd 100644 --- a/appveyor-macos.yml +++ b/appveyor-macos.yml @@ -32,7 +32,6 @@ install: - haxelib run lime rebuild extension-webm macos - haxelib install linc_luajit - haxelib install actuate - - haxelib git extension-webm https://github.com/KadeDev/extension-webm - haxelib list - cd /Users/appveyor/projects/kade-engine-macos From 3c68c91366bbde0ecfa87c2251ba2eb90acd7d9f Mon Sep 17 00:00:00 2001 From: ArfieCat <73672820+ArfieCat@users.noreply.github.com> Date: Sun, 27 Jun 2021 03:14:47 -0700 Subject: [PATCH 3/6] fix idle desync/freeze i think this might have been deleted unintentionally...? --- source/PlayState.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index af3babe..628cb01 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3876,6 +3876,10 @@ class PlayState extends MusicBeatState boyfriend.playAnim('idle'); } + if (!dad.animation.curAnim.name.startsWith("sing")) + { + dad.dance(); + } if (curBeat % 8 == 7 && curSong == 'Bopeebo') { From 59eb890bac4be24a99fb690eebc3c102338f5feb Mon Sep 17 00:00:00 2001 From: Kade M Date: Tue, 29 Jun 2021 15:17:37 -0700 Subject: [PATCH 4/6] Revert "fix opponent idle anims desyncing/freezing on camera focus" --- source/PlayState.hx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 628cb01..af3babe 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3876,10 +3876,6 @@ class PlayState extends MusicBeatState boyfriend.playAnim('idle'); } - if (!dad.animation.curAnim.name.startsWith("sing")) - { - dad.dance(); - } if (curBeat % 8 == 7 && curSong == 'Bopeebo') { From 28d45a007304ffe579f386bfe327fbb86ac6e461 Mon Sep 17 00:00:00 2001 From: Towster_ <79161644+TowsterBusiness@users.noreply.github.com> Date: Mon, 5 Jul 2021 19:30:30 +0900 Subject: [PATCH 5/6] Update building.md I was doing this for the past three days and I don't want anyone else to go with that pain --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index fa8d5a9..6698819 100644 --- a/docs/building.md +++ b/docs/building.md @@ -30,7 +30,7 @@ - `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc` - `haxelib install actuate` - `haxelib git extension-webm https://github.com/KadeDev/extension-webm` - - `lime rebuild extension-webm windows` + - `lime rebuild extension-webm (You System)` ### Windows-only dependencies (only for building *to* Windows. Building html5 on Windows does not require this) If you are planning to build for Windows, you also need to install **Visual Studio 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following: From 67b6177d49649b77bb097d59ed6543ca8f7ffc59 Mon Sep 17 00:00:00 2001 From: Towster_ <79161644+TowsterBusiness@users.noreply.github.com> Date: Tue, 6 Jul 2021 06:52:28 +0900 Subject: [PATCH 6/6] Update building.md Just added linux --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 6698819..f070599 100644 --- a/docs/building.md +++ b/docs/building.md @@ -30,7 +30,7 @@ - `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc` - `haxelib install actuate` - `haxelib git extension-webm https://github.com/KadeDev/extension-webm` - - `lime rebuild extension-webm (You System)` + - `lime rebuild extension-webm ` ### Windows-only dependencies (only for building *to* Windows. Building html5 on Windows does not require this) If you are planning to build for Windows, you also need to install **Visual Studio 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following: