From 89ec299593e299b9967321c02de9ef9d5e53a781 Mon Sep 17 00:00:00 2001 From: masakk1 Date: Mon, 24 Feb 2025 20:06:21 +0100 Subject: [PATCH 1/5] add lua-enet addon & info --- .gitmodules | 3 +++ addons/lua-enet/info.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 addons/lua-enet/info.json diff --git a/.gitmodules b/.gitmodules index abd233e6..0e08047d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -212,3 +212,6 @@ [submodule "addons/HLA-VScript/module"] path = addons/HLA-VScript/module url = https://github.com/FrostSource/HLA-VScript.git +[submodule "addons/lua-enet/LuaCATS-lua-enet"] + path = addons/lua-enet/module + url = https://github.com/masakk1/LuaCATS-lua-enet.git diff --git a/addons/lua-enet/info.json b/addons/lua-enet/info.json new file mode 100644 index 00000000..155ea6de --- /dev/null +++ b/addons/lua-enet/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Lua-ENet", + "description": "Definitions for the Lua-ENet library", + "size": 12000, + "hasPlugin": false +} \ No newline at end of file From 08ea56e74d2a3e6af55db98a628983291503ad65 Mon Sep 17 00:00:00 2001 From: masakk1 Date: Mon, 24 Feb 2025 20:09:00 +0100 Subject: [PATCH 2/5] remove manually put `size` and `hasplugin` from lua-enet addon --- addons/lua-enet/info.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/lua-enet/info.json b/addons/lua-enet/info.json index 155ea6de..8d8033f8 100644 --- a/addons/lua-enet/info.json +++ b/addons/lua-enet/info.json @@ -2,6 +2,4 @@ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Lua-ENet", "description": "Definitions for the Lua-ENet library", - "size": 12000, - "hasPlugin": false } \ No newline at end of file From 59194fbf20afec1d1241021bc0f87c22a7d8b8c9 Mon Sep 17 00:00:00 2001 From: masakk1 Date: Mon, 24 Feb 2025 20:11:24 +0100 Subject: [PATCH 3/5] remove extra comma from info.json for lua-enet addon --- addons/lua-enet/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/lua-enet/info.json b/addons/lua-enet/info.json index 8d8033f8..da35f124 100644 --- a/addons/lua-enet/info.json +++ b/addons/lua-enet/info.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Lua-ENet", - "description": "Definitions for the Lua-ENet library", + "description": "Definitions for the Lua-ENet library" } \ No newline at end of file From 763520e3da0c5d6d5dba2693149b7a89fe7c8e56 Mon Sep 17 00:00:00 2001 From: masakk1 Date: Mon, 24 Feb 2025 20:30:52 +0100 Subject: [PATCH 4/5] re-add submodule --- .gitmodules | 2 +- addons/lua-enet/module | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 addons/lua-enet/module diff --git a/.gitmodules b/.gitmodules index 0e08047d..65c6c44d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -212,6 +212,6 @@ [submodule "addons/HLA-VScript/module"] path = addons/HLA-VScript/module url = https://github.com/FrostSource/HLA-VScript.git -[submodule "addons/lua-enet/LuaCATS-lua-enet"] +[submodule "addons/lua-enet/module"] path = addons/lua-enet/module url = https://github.com/masakk1/LuaCATS-lua-enet.git diff --git a/addons/lua-enet/module b/addons/lua-enet/module new file mode 160000 index 00000000..46b3ef31 --- /dev/null +++ b/addons/lua-enet/module @@ -0,0 +1 @@ +Subproject commit 46b3ef3157c086c301d7f498ef75a796d3d14e62 From 4ad04cbdfa92ad116fa6179c5390dd9eecce3b44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:31:13 +0000 Subject: [PATCH 5/5] chore: Update Addon Metadata --- addons/lua-enet/info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/lua-enet/info.json b/addons/lua-enet/info.json index da35f124..18826880 100644 --- a/addons/lua-enet/info.json +++ b/addons/lua-enet/info.json @@ -1,5 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Lua-ENet", - "description": "Definitions for the Lua-ENet library" -} \ No newline at end of file + "description": "Definitions for the Lua-ENet library", + "size": 12311, + "hasPlugin": false +}