From 9790d9e72e3798109e9058efd779264714aba83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:14:39 +0000 Subject: [PATCH 1/9] Bump deps/protobuf from `c7808a8` to `3d995aa` Bumps [deps/protobuf](https://github.com/google/protobuf) from `c7808a8` to `3d995aa`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/c7808a87fa136385b60bd339eca95d942bd86273...3d995aaf98ed73ddcbbf0ed88d82bbbf80ec8cf9) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index c7808a87..3d995aaf 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit c7808a87fa136385b60bd339eca95d942bd86273 +Subproject commit 3d995aaf98ed73ddcbbf0ed88d82bbbf80ec8cf9 From 36f165bbdf23d500681a16f2ccf431630337dd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:19:01 +0000 Subject: [PATCH 2/9] Bump deps/protobuf from `3d995aa` to `24a8012` Bumps [deps/protobuf](https://github.com/google/protobuf) from `3d995aa` to `24a8012`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/3d995aaf98ed73ddcbbf0ed88d82bbbf80ec8cf9...24a801287f17ebe8cafdf4797f38cfe993735ec3) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index 3d995aaf..24a80128 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit 3d995aaf98ed73ddcbbf0ed88d82bbbf80ec8cf9 +Subproject commit 24a801287f17ebe8cafdf4797f38cfe993735ec3 From 898ca12ccac3f74265d2cdcc01e54afa05e6b6e9 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:55:34 +0100 Subject: [PATCH 3/9] Small fix --- src/client/component/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/gui.cpp b/src/client/component/gui.cpp index 81a93f9e..34e0af53 100644 --- a/src/client/component/gui.cpp +++ b/src/client/component/gui.cpp @@ -68,7 +68,7 @@ namespace gui void new_gui_frame() { - ImGui::GetIO().MouseDrawCursor = toggled; + ImGui::GetIO().MouseDrawCursor = toggled || *game::keyCatchers & 0x1; *game::keyCatchers |= 0x10 * toggled; ImGui_ImplDX11_NewFrame(); From 2b4442c2073a8b0b9880af6435c65917541e2cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:19:07 +0000 Subject: [PATCH 4/9] Bump deps/lua from `8dd2c91` to `5d708c3` Bumps [deps/lua](https://github.com/lua/lua) from `8dd2c91` to `5d708c3`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/8dd2c912d299b84566c6f6d659336edfa9b18e9b...5d708c3f9cae12820e415d4f89c9eacbe2ab964b) --- 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 8dd2c912..5d708c3f 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 8dd2c912d299b84566c6f6d659336edfa9b18e9b +Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b From ba5a8700035044e9f6aade826177afbb6b16de68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:35:31 +0000 Subject: [PATCH 5/9] Bump deps/protobuf from `24a8012` to `41e22cd` Bumps [deps/protobuf](https://github.com/google/protobuf) from `24a8012` to `41e22cd`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/24a801287f17ebe8cafdf4797f38cfe993735ec3...41e22cde8d8a44c35127a26c19e08b180e0b30a4) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index 24a80128..41e22cde 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit 24a801287f17ebe8cafdf4797f38cfe993735ec3 +Subproject commit 41e22cde8d8a44c35127a26c19e08b180e0b30a4 From 5a909158ef2c96539812269c1e954f3a5527735b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 22:16:35 +0000 Subject: [PATCH 6/9] Bump deps/asmjit from `2a706fd` to `9a92d2f` Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `2a706fd` to `9a92d2f`. - [Release notes](https://github.com/asmjit/asmjit/releases) - [Commits](https://github.com/asmjit/asmjit/compare/2a706fd2ba355808cada31ac1eed8ce28caa6b37...9a92d2f97260749f6f29dc93e53c743448f0137a) --- updated-dependencies: - dependency-name: deps/asmjit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/asmjit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/asmjit b/deps/asmjit index 2a706fd2..9a92d2f9 160000 --- a/deps/asmjit +++ b/deps/asmjit @@ -1 +1 @@ -Subproject commit 2a706fd2ba355808cada31ac1eed8ce28caa6b37 +Subproject commit 9a92d2f97260749f6f29dc93e53c743448f0137a From 1a1969f7fd91c442786f1bf2065da937485dfbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 22:19:07 +0000 Subject: [PATCH 7/9] Bump deps/protobuf from `41e22cd` to `a03ff9c` Bumps [deps/protobuf](https://github.com/google/protobuf) from `41e22cd` to `a03ff9c`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/41e22cde8d8a44c35127a26c19e08b180e0b30a4...a03ff9c3e8c6ce3f251cf9640dce52d5983c617e) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index 41e22cde..a03ff9c3 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit 41e22cde8d8a44c35127a26c19e08b180e0b30a4 +Subproject commit a03ff9c3e8c6ce3f251cf9640dce52d5983c617e From 6878f6d89fab8bcce643259433509a7e06ca1d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 22:21:26 +0000 Subject: [PATCH 8/9] Bump deps/protobuf from `a03ff9c` to `f180289` Bumps [deps/protobuf](https://github.com/google/protobuf) from `a03ff9c` to `f180289`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/a03ff9c3e8c6ce3f251cf9640dce52d5983c617e...f180289c4670ca1afde5865bb8a7f2b61a3efcc5) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index a03ff9c3..f180289c 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit a03ff9c3e8c6ce3f251cf9640dce52d5983c617e +Subproject commit f180289c4670ca1afde5865bb8a7f2b61a3efcc5 From 499f0d689ae2f8af90e91e8e659701689354fb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 22:16:19 +0000 Subject: [PATCH 9/9] Bump deps/protobuf from `f180289` to `b696347` Bumps [deps/protobuf](https://github.com/google/protobuf) from `f180289` to `b696347`. - [Release notes](https://github.com/google/protobuf/releases) - [Commits](https://github.com/google/protobuf/compare/f180289c4670ca1afde5865bb8a7f2b61a3efcc5...b696347f80d324c624e65a0b7e3ea5dac7ec5a41) --- updated-dependencies: - dependency-name: deps/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/protobuf b/deps/protobuf index f180289c..b696347f 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit f180289c4670ca1afde5865bb8a7f2b61a3efcc5 +Subproject commit b696347f80d324c624e65a0b7e3ea5dac7ec5a41