Merge branch 'master' of https://github.com/Novetus/Novetus_src
This commit is contained in:
commit
3dd660567f
|
|
@ -8,7 +8,7 @@ If you want to look at test applications built for Novetus' development, look he
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build, this project requires Visual Studio 2019 or over.
|
To build, this project requires Visual Studio 2017 or over.
|
||||||
Please note that you need to right click and click "Restore Nuget Packages" before compiling.
|
Please note that you need to right click and click "Restore Nuget Packages" before compiling.
|
||||||
|
|
||||||
## Legal info:
|
## Legal info:
|
||||||
|
|
@ -24,8 +24,8 @@ All credit for the LUA code used with "non-modern" clients goes to Scripter John
|
||||||
All credit for the LUA code used for character customization goes to RBXBanLand.
|
All credit for the LUA code used for character customization goes to RBXBanLand.
|
||||||
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums, the Novetus GitHub Pull Requests and Codeproject.
|
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums, the Novetus GitHub Pull Requests and Codeproject.
|
||||||
The original concept for the Diogenes editor was suggested by Carrot. The concept code was then modified to be smaller, more efficent, and more customizable.
|
The original concept for the Diogenes editor was suggested by Carrot. The concept code was then modified to be smaller, more efficent, and more customizable.
|
||||||
RBXMeshConverter was made by coke. (https://github.com/0xC0CAC01A/RBXMeshConverter)
|
RBXMeshConverter was made by coke. (https://github.com/Novetus/RBXMeshConverter-Coke)
|
||||||
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/BakonBot/legacy-place-converter)
|
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/Novetus/legacy-place-converter)
|
||||||
ROBLOX Script Generator was made by S. Costeira.
|
ROBLOX Script Generator was made by S. Costeira.
|
||||||
All credits for the used pieces of code go to the respective authors.
|
All credits for the used pieces of code go to the respective authors.
|
||||||
|
|
||||||
|
|
|
||||||
15
SECURITY.md
15
SECURITY.md
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
| Version | Supported |
|
|Version|Supported|
|
||||||
| ------- | ------------------------- |
|
|-------|-------|
|
||||||
| 1.2.4.1 | :white_check_mark: |
|
|1.2.4.1|:white_check_mark:|
|
||||||
| 1.2.4.1 (lite) | :white_check_mark: |
|
|1.2.4.1 (lite) |:white_check_mark:|
|
||||||
| ----------------------------------- |
|
|
||||||
| Unstable Versions | Supported |
|
|Unstable Versions|Supported|
|
||||||
| 1.2.5 | :white_check_mark: |
|
|-------|-------|
|
||||||
|
| 1.2.5 |:white_check_mark:|
|
||||||
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue