From 192f86b3e51c7ddedc64a3da322f68aa9e9eb70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:15:53 +0000 Subject: [PATCH 1/5] Bump deps/stb from `af1a5bc` to `8b5f1f3` Bumps [deps/stb](https://github.com/nothings/stb) from `af1a5bc` to `8b5f1f3`. - [Release notes](https://github.com/nothings/stb/releases) - [Commits](https://github.com/nothings/stb/compare/af1a5bc352164740c1cc1354942b1c6b72eacb8a...8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55) --- updated-dependencies: - dependency-name: deps/stb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/stb b/deps/stb index af1a5bc3..8b5f1f37 160000 --- a/deps/stb +++ b/deps/stb @@ -1 +1 @@ -Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a +Subproject commit 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 From a9869617298684e5fa0f11d97be6b13aca162e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 22:28:19 +0000 Subject: [PATCH 2/5] Bump deps/lua from `997f11f` to `71bc69c` Bumps [deps/lua](https://github.com/lua/lua) from `997f11f` to `71bc69c`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/997f11f54322883c3181225f29d101a597f31730...71bc69c2afaf49ab5f54f3443af9ae70dd1fed06) --- updated-dependencies: - dependency-name: deps/lua dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/lua b/deps/lua index 997f11f5..71bc69c2 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 997f11f54322883c3181225f29d101a597f31730 +Subproject commit 71bc69c2afaf49ab5f54f3443af9ae70dd1fed06 From 9f988288cc3b3dfd91e7aecadee8da7a99fd16d9 Mon Sep 17 00:00:00 2001 From: Edo Date: Mon, 12 Sep 2022 18:10:46 +0200 Subject: [PATCH 3/5] use correct asset for fastfile lookup --- src/client/component/gsc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/gsc.cpp b/src/client/component/gsc.cpp index 4bd5fa32..41dcaa94 100644 --- a/src/client/component/gsc.cpp +++ b/src/client/component/gsc.cpp @@ -195,7 +195,7 @@ namespace gsc fastfiles::enum_assets(game::ASSET_TYPE_RAWFILE, [](game::XAssetHeader header) { - std::string name = header.scriptfile->name; + std::string name = header.rawfile->name; if (name.ends_with(".gsc") && name.starts_with("scripts/")) { From dc637e531fba08846ba381e05dd0144714839353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:35:37 +0000 Subject: [PATCH 4/5] Bump deps/libtomcrypt from `ddfe2e8` to `288088c` Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `ddfe2e8` to `288088c`. - [Release notes](https://github.com/libtom/libtomcrypt/releases) - [Commits](https://github.com/libtom/libtomcrypt/compare/ddfe2e8aa7c4239463a8a1d26724aef123333549...288088ce3fc06f4e5b1a71d44e2dc66c64c00a2e) --- updated-dependencies: - dependency-name: deps/libtomcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtomcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtomcrypt b/deps/libtomcrypt index ddfe2e8a..288088ce 160000 --- a/deps/libtomcrypt +++ b/deps/libtomcrypt @@ -1 +1 @@ -Subproject commit ddfe2e8aa7c4239463a8a1d26724aef123333549 +Subproject commit 288088ce3fc06f4e5b1a71d44e2dc66c64c00a2e From 77e44f6efc3ee3d9a2ff915609777a82af6fd974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 22:49:38 +0000 Subject: [PATCH 5/5] Bump deps/libtomcrypt from `288088c` to `e6be20b` Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `288088c` to `e6be20b`. - [Release notes](https://github.com/libtom/libtomcrypt/releases) - [Commits](https://github.com/libtom/libtomcrypt/compare/288088ce3fc06f4e5b1a71d44e2dc66c64c00a2e...e6be20bfc7e92c91dc1ef9cb5cc11a326e41f706) --- updated-dependencies: - dependency-name: deps/libtomcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtomcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtomcrypt b/deps/libtomcrypt index 288088ce..e6be20bf 160000 --- a/deps/libtomcrypt +++ b/deps/libtomcrypt @@ -1 +1 @@ -Subproject commit 288088ce3fc06f4e5b1a71d44e2dc66c64c00a2e +Subproject commit e6be20bfc7e92c91dc1ef9cb5cc11a326e41f706