File tree
7 files changed
+8
-40
lines changed- src
- d3d12
- reverse
- vendor
7 files changed
+8
-40
lines changedDiff for: src/d3d12/D3D12_Hooks.cpp
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 |
| - | |
27 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Diff for: src/reverse/Addresses.h
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
|
Diff for: src/reverse/RenderContext.cpp
-10
This file was deleted.
Diff for: src/reverse/RenderContext.h
-24
This file was deleted.
Diff for: src/stdafx.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Diff for: vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 34 files
- .github/workflows/clang-format.yml+1-1
- CMakeLists.txt+10-1
- THIRD_PARTY_LICENSES.md+16
- examples/CMakeLists.txt+2
- include/RED4ext/Buffer-inl.hpp+12-2
- include/RED4ext/Buffer.hpp+2-1
- include/RED4ext/Detail/AddressHashes.hpp+17-1
- include/RED4ext/GpuApi/Buffer.hpp+23
- include/RED4ext/GpuApi/CommandListContext-inl.hpp+41
- include/RED4ext/GpuApi/CommandListContext.hpp+55
- include/RED4ext/GpuApi/D3D12MemAlloc-inl.hpp+22
- include/RED4ext/GpuApi/D3D12MemAlloc.hpp+7
- include/RED4ext/GpuApi/DeviceData-inl.hpp+11
- include/RED4ext/GpuApi/DeviceData.hpp+66
- include/RED4ext/GpuApi/SwapChain.hpp+51
- include/RED4ext/HashMap.hpp+1-2
- include/RED4ext/Memory/Allocators.hpp+11-11
- include/RED4ext/NativeTypes-inl.hpp+6-3
- include/RED4ext/Relocation-inl.hpp+203-40
- include/RED4ext/Relocation.hpp+24-1
- include/RED4ext/ResourceLoader-inl.hpp+16
- include/RED4ext/ResourceLoader.hpp+38-3
- include/RED4ext/Scripting/Natives.cpp-3.1k
- include/RED4ext/Scripting/Natives/EngineTime.hpp+16
- include/RED4ext/Scripting/Natives/Generated/EngineTime.hpp+9
- include/RED4ext/Scripting/Natives/Generated/quest/ICharacterConditionType.hpp+10
- include/RED4ext/Scripting/Natives/questICharacterConditionType.hpp+24
- src/GpuApi/CommandListContext.cpp+5
- src/GpuApi/D3D12MemAlloc.cpp+5
- src/GpuApi/DeviceData.cpp+5
- src/Scripting/Natives.cpp+12
- src/Scripting/Script.cpp
- vendor/.clang-format+1
- vendor/D3D12MemAlloc/D3D12MemAlloc.h+2.0k
Diff for: xmake.lua
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
|
0 commit comments