From 639fe41882fdbefb10c26f8502d81c7152b21889 Mon Sep 17 00:00:00 2001 From: Yuri Ratkevich Date: Tue, 18 Apr 2023 18:54:34 +0300 Subject: [PATCH 1/4] Replace go module link, add rust module --- articles/modules-for-reference.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index fbe6f24..17d7b20 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -10,11 +10,12 @@ Make sure to provide credit where credit is due. ## List of modules -| Name / Repo | Description | -| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | -| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | -| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | -| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | -| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | -| [Go module](https://github.com/shockdev04/altv-go-module) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | +| Name / Repo | Description | +| ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | +| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | +| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | +| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rusn language, written in C++ and Rust(**UNFINISHED**) | +| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | +| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | +| [Go module](https://github.com/Timo972/altv-go-module) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | From 25d8d950c3ab41aee8eb535a673fc24b70a79750 Mon Sep 17 00:00:00 2001 From: Yuri Ratkevich Date: Tue, 18 Apr 2023 18:56:40 +0300 Subject: [PATCH 2/4] Typo fix --- articles/modules-for-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index 17d7b20..3ec0963 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -15,7 +15,7 @@ Make sure to provide credit where credit is due. | [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | | [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | | [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | -| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rusn language, written in C++ and Rust(**UNFINISHED**) | +| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) | | [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | | [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | | [Go module](https://github.com/Timo972/altv-go-module) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | From bec0477a2ea6f9f6976c0b89cafdf8e4fbe9b65a Mon Sep 17 00:00:00 2001 From: Yuri Ratkevich Date: Tue, 18 Apr 2023 20:39:15 +0300 Subject: [PATCH 3/4] Replace go module link to another --- articles/modules-for-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index 3ec0963..5fcef92 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -18,4 +18,4 @@ Make sure to provide credit where credit is due. | [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) | | [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | | [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | -| [Go module](https://github.com/Timo972/altv-go-module) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | +| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | From 26f8f04387adfeaa890a7bca2b35106f03360054 Mon Sep 17 00:00:00 2001 From: Yuri Ratkevich <60060712+litolax@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:22:01 +0300 Subject: [PATCH 4/4] Add jsv2 to modules-for-reference.md --- articles/modules-for-reference.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index 5fcef92..c9f43d7 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -10,12 +10,13 @@ Make sure to provide credit where credit is due. ## List of modules -| Name / Repo | Description | -| ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | -| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | -| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | -| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) | -| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | -| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | -| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | +| Name / Repo | Description | +|----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------| +| [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | +| [JS module v2](https://github.com/altmp/altv-js-module-v2/tree/v1-compatibility) | The official alt:V module providing support for the second version of JS module | +| [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | +| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | +| [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) | +| [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | +| [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | +| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |