From 1c27d70c47bd54085dd2cb9f0c14ed9fcab40217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:32:53 +0000 Subject: [PATCH 1/7] Bump deps/lua from `5d708c3` to `8426d9b` Bumps [deps/lua](https://github.com/lua/lua) from `5d708c3` to `8426d9b`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/5d708c3f9cae12820e415d4f89c9eacbe2ab964b...8426d9b4d4df1da3c5b2d759e509ae1c50a86667) --- 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 5d708c3f..8426d9b4 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b +Subproject commit 8426d9b4d4df1da3c5b2d759e509ae1c50a86667 From 7191b2cafcaa8342f51a145fab1cc4da6ff83d4a Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:43:32 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f03b918..3cd90666 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Proof of concept for an Modern Warfare Remastered client.
| `--copy-to=PATH` | Optional, copy the EXE to a custom folder after build, define the path here if wanted. | | `--dev-build` | Enable development builds of the client. | -
+## Credits +Check out [Credits](https://github.com/skkuull/h1-mod/credits.md) ## Disclaimer From 00ccdff57cec9e1e8e45ab865cc241e987ba140c Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:48:20 +0200 Subject: [PATCH 3/7] Create credits.md --- credits.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 credits.md diff --git a/credits.md b/credits.md new file mode 100644 index 00000000..959de66d --- /dev/null +++ b/credits.md @@ -0,0 +1,5 @@ +# Credits: + +- [XLabsProject - S1x](https://github.com/XLabsProject/s1x-client) Project base. +- [quaK](https://github.com/Joelrau) Helping in alot of stuff. +- [fed - h2-mod](https://github.com/fedddddd/h2-mod) Dvars and patches. From 5a5ec3c7190149310b032a13a3b275f40a0c4de9 Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:48:53 +0200 Subject: [PATCH 4/7] gothob --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd90666..8e1c8d21 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Proof of concept for an Modern Warfare Remastered client.
| `--dev-build` | Enable development builds of the client. | ## Credits -Check out [Credits](https://github.com/skkuull/h1-mod/credits.md) +Check out [Credits](https://github.com/skkuull/h1-mod/blob/main/credits.md) ## Disclaimer From 42cebc44b7a0b06015e05b3ae838d32ac72d2d58 Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:51:11 +0200 Subject: [PATCH 5/7] Update credits.md --- credits.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/credits.md b/credits.md index 959de66d..82a38d9c 100644 --- a/credits.md +++ b/credits.md @@ -1,5 +1,5 @@ # Credits: -- [XLabsProject - S1x](https://github.com/XLabsProject/s1x-client) Project base. -- [quaK](https://github.com/Joelrau) Helping in alot of stuff. -- [fed - h2-mod](https://github.com/fedddddd/h2-mod) Dvars and patches. +- [XLabsProject - S1x](https://github.com/XLabsProject/s1x-client), Project base. +- [quaK](https://github.com/Joelrau), Helping in alot of stuff. +- [fed - h2-mod](https://github.com/fedddddd/h2-mod), [Dvars](https://github.com/skkuull/h1-mod/blob/main/src/client/game/dvars.cpp) and [patches](https://github.com/skkuull/h1-mod/blob/main/src/client/component/patches.cpp). From 028f4d55b591c0843e8ed831df9d47d47a79168e Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:53:56 +0200 Subject: [PATCH 6/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e1c8d21..595b7f3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # H1-Mod 1.4 +- *This project supports only singleplayer as for now* +- ***YOU CAN'T** get in multiplayer, networking development is slow.* +

From 2ba9f58cec426267c95b8efcc520db0bb916c35d Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:55:56 +0200 Subject: [PATCH 7/7] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595b7f3c..4b5025f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # H1-Mod 1.4 -- *This project supports only singleplayer as for now* +- *This project supports only singleplayer for now* - ***YOU CAN'T** get in multiplayer, networking development is slow.*