Skip to content

Commit

Permalink
updated ue4ss
Browse files Browse the repository at this point in the history
  • Loading branch information
WistfulHopes committed Feb 16, 2024
1 parent 7881e12 commit c389342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Output/
GGSTCharaSlots/
DBFZCharaSlots/
GBVSRollback/
pak_reloader/
GBVSRCharaSlots/
2 changes: 1 addition & 1 deletion RE-UE4SS
Submodule RE-UE4SS updated 62 files
+4 −0 .github/ISSUE_TEMPLATE/bug_report.md
+33 −0 .github/pull_request_template.md
+0 −4 .gitignore
+0 −23 Problems_For_3.0.txt
+4 −2 README.md
+1 −0 UE4SS/CMakeLists.txt
+1 −1 UE4SS/generated_src/version.cache
+0 −5 UE4SS/include/GUI/GUI.hpp
+33 −0 UE4SS/include/LuaType/LuaFURL.hpp
+3 −1 UE4SS/include/Mod/LuaMod.hpp
+1 −0 UE4SS/include/SettingsManager.hpp
+1 −1 UE4SS/src/GUI/Console.cpp
+8,111 −0 UE4SS/src/GUI/FaSolid900.hpp
+114 −38 UE4SS/src/GUI/GUI.cpp
+20 −16 UE4SS/src/GUI/LiveView.cpp
+56 −0 UE4SS/src/LuaType/LuaFURL.cpp
+1 −1 UE4SS/src/LuaType/LuaModRef.cpp
+1 −1 UE4SS/src/LuaType/LuaUObject.cpp
+206 −60 UE4SS/src/Mod/LuaMod.cpp
+1 −0 UE4SS/src/SettingsManager.cpp
+9 −0 UE4SS/src/UE4SSProgram.cpp
+59 −57 UVTD/include/UVTD/Helpers.hpp
+8 −5 UVTD/src/MemberVarsDumper.cpp
+3 −1 UVTD/src/UVTD.cpp
+4 −1 UVTD/src/UnrealVirtualGenerator.cpp
+14 −0 assets/API.txt
+178 −3 assets/Changelog.md
+0 −12 assets/CustomGameConfigs/DeadIsland2/UE4SS_Signatures/GUObjectArray.lua
+2 −0 assets/CustomGameConfigs/Readme.md
+0 −12 assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/FName_Constructor.lua
+0 −15 assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/FName_ToString.lua
+0 −11 assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/GMalloc.lua
+0 −11 assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/GUObjectArray.lua
+0 −7 assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/StaticConstructObject.lua
+20 −15 assets/Mods/BPModLoaderMod/Scripts/main.lua
+1 −3 deps/first/ASMHelper/include/ASMHelper/ASMHelper.hpp
+5 −16 deps/first/ASMHelper/src/ASMHelper.cpp
+0 −1 deps/first/Input/include/Input/Handler.hpp
+1 −1 deps/first/Unreal
+9 −2 deps/third/CMakeLists.txt
+5 −1 deps/third/imgui/CMakeLists.txt
+1 −1 docs-export/export.py
+1 −1 docs-repo-template/README.md
+6 −1 docs/SUMMARY.md
+4 −3 docs/cpp-api.md
+159 −0 docs/cpp-api/bp-macros.md
+3 −0 docs/cpp-api/cpp-examples.md
+18 −28 docs/custom-game-configs.md
+5 −0 docs/devlogs.md
+255 −0 docs/devlogs/datatables-in-ue4ss.md
+4 −2 docs/feature-overview/blueprint-modloader.md
+20 −19 docs/feature-overview/dumpers.md
+7 −6 docs/guides/creating-a-c++-mod.md
+39 −21 docs/installation-guide.md
+11 −1 docs/lua-api.md
+15 −5 docs/lua-api/classes/tarray.md
+9 −4 docs/lua-api/classes/ufunction.md
+22 −10 docs/lua-api/classes/uobject.md
+10 −8 docs/lua-api/classes/uscriptstruct.md
+1 −0 docs/lua-api/examples.md
+34 −0 docs/lua-api/global-functions/notifyonnewobject.md
+5 −4 docs/lua-api/global-functions/registerhook.md

0 comments on commit c389342

Please sign in to comment.