Skip to content

Commit

Permalink
start 2.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Dec 5, 2023
1 parent 6adeb30 commit 9b4275d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions compile_commands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/archive_xl
Submodule archive_xl updated 55 files
+16 −1 lib/Core/Foundation/Application.cpp
+7 −1 lib/Core/Foundation/Application.hpp
+5 −0 lib/Core/Raw.hpp
+8 −0 lib/Red/Engine.hpp
+35 −0 lib/Red/Engine/Framework.hpp
+0 −0 lib/Red/Engine/LogChannel.hpp
+8 −0 lib/Red/Engine/Macros/Framework.hpp
+137 −0 lib/Red/Engine/Mappings.hpp
+0 −15 lib/Red/Framework.hpp
+2 −0 lib/Red/TypeInfo.hpp
+4 −0 lib/Red/TypeInfo/Common.hpp
+32 −0 lib/Red/TypeInfo/Mappings.hpp
+20 −27 lib/Red/TypeInfo/Resolving.hpp
+6 −0 lib/Red/Utils/Handles.hpp
+6 −1 lib/Red/Utils/JobQueues.hpp
+10 −4 lib/Red/Utils/Resources.hpp
+30 −0 src/App/Extensions/AppearanceSwap/Module.cpp
+6 −0 src/App/Extensions/AppearanceSwap/Module.hpp
+29 −42 src/App/Extensions/AttachmentSlots/Module.cpp
+2 −2 src/App/Extensions/Customization/Module.cpp
+2 −2 src/App/Extensions/Customization/Module.hpp
+4 −2 src/App/Extensions/ExtensionService.cpp
+4 −3 src/App/Extensions/GarmentOverride/Dynamic.cpp
+76 −47 src/App/Extensions/GarmentOverride/Module.cpp
+2 −3 src/App/Extensions/GarmentOverride/Module.hpp
+3 −3 src/App/Extensions/GarmentOverride/States.cpp
+26 −7 src/App/Extensions/GarmentOverride/Wrapper.cpp
+5 −3 src/App/Extensions/GarmentOverride/Wrapper.hpp
+1 −1 src/App/Extensions/Journal/Module.cpp
+11 −2 src/App/Extensions/PuppetState/Module.cpp
+2 −0 src/App/Extensions/PuppetState/Module.hpp
+45 −7 src/App/Extensions/PuppetState/System.cpp
+244 −0 src/App/Extensions/QuestPhase/Module.cpp
+41 −0 src/App/Extensions/QuestPhase/Module.hpp
+49 −0 src/App/Extensions/QuestPhase/Unit.cpp
+24 −0 src/App/Extensions/QuestPhase/Unit.hpp
+0 −231 src/App/Extensions/Streaming/Module.cpp
+280 −0 src/App/Extensions/WorldStreaming/Module.cpp
+4 −3 src/App/Extensions/WorldStreaming/Module.hpp
+4 −4 src/App/Extensions/WorldStreaming/Unit.cpp
+3 −3 src/App/Extensions/WorldStreaming/Unit.hpp
+1 −1 src/App/Project.hpp
+4 −4 src/App/Version.rc
+8 −4 src/Red/Addresses.hpp
+11 −2 src/Red/AppearanceChanger.hpp
+4 −4 src/Red/Common.hpp
+5 −5 src/Red/Entity.hpp
+11 −0 src/Red/QuestLoader.hpp
+16 −0 src/Red/QuestPhase.hpp
+57 −4 src/Red/StreamingSector.hpp
+5 −11 src/Red/TPPRepresentationComponent.hpp
+14 −4 src/pch.hpp
+9 −1 tools/ida/scan.py
+1 −1 vendor/RED4ext.SDK
+1 −1 xmake.lua
2 changes: 1 addition & 1 deletion deps/red4ext.sdk
Submodule red4ext.sdk updated 175 files
2 changes: 1 addition & 1 deletion requirements.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Requirements
* RED4ext 1.18.0+
* ArchiveXL 1.8.1+
* ArchiveXL 1.8.0+
* Redscript 0.5.16+
4 changes: 2 additions & 2 deletions src/red4ext/Addresses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define __LINE_STR__ ZOLTAN_EXPAND_THEN_STRINGISE(__LINE__)

#ifndef LoadResRefAddr_Addr
#define LoadResRefAddr_Addr 0x5F3F94
#define LoadResRefAddr_Addr 0x44FF00
#endif
#ifndef UpdateNavPath_Addr
#define UpdateNavPath_Addr 0x3301FC
#define UpdateNavPath_Addr 0x25EE20
#endif
2 changes: 1 addition & 1 deletion src/red4ext/Hooks/UpdateNavPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// 1.61hf RVA: 0x259FAF0
// 1.62 RVA: 0x25B1920
/// @pattern 48 89 5C 24 08 48 89 74 24 10 48 89 7C 24 18 55 41 54 41 55 41 56 41 57 48 8B EC 48 81 EC 80 00
/// @nth 2/27
/// @nth 1/28
void UpdateNavPath(RED4ext::game::ui::MinimapContainerController *, __int64, unsigned __int8,
RED4ext::ink::WidgetReference *);

Expand Down

0 comments on commit 9b4275d

Please sign in to comment.