Removed StackWalker and replaced it with g3log exception handling.

Updated natives for 1.50.
Added settings JSON implementation.
Refactored spawn vehicle bypass to not crash. (removed VMT hook)
This commit is contained in:
gir489
2020-02-22 18:37:42 -05:00
parent 87599327c5
commit 01d48cd314
33 changed files with 13323 additions and 12123 deletions

View File

@ -20,6 +20,15 @@ To set up the build environment, run the following commands in a terminal:
```dos
git clone https://github.com/Pocakking/BigBaseV2.git --recurse-submodules
cd BigBaseV2
premake5 vs2019
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.
It is reccomended you generate the project each time you add a file instead of adding it directly to Visual Studio.
## Credits
Pocakking - Original creator.
gir489 - Implementer and wrote the g3log crash handler and added test cases.
datlimabean04 - Wrote the g3log and settings implementation.