Skip to content

Commit

Permalink
script safety checks from main
Browse files Browse the repository at this point in the history
Notes:
I did what i could to backport all of this without making the engine crash a ton.
minor issues still exist, such as if you have multiple (like a lot) of functions that share the same name, or private / public static values of the same name, the engine WILL crash.
I cannot find out why that is, considering I never touch the code related to function names. private / public static values are probably a given though. you should never name them the same.
  • Loading branch information
LittlePlanetCD committed Feb 27, 2024
1 parent b197c7f commit 47e7336
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 153 deletions.
2 changes: 1 addition & 1 deletion RSDKv4/RSDKv4.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<VcpkgUseStatic>true</VcpkgUseStatic>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgUseStatic>false</VcpkgUseStatic>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
Loading

0 comments on commit 47e7336

Please sign in to comment.