File tree
8 files changed
+54
-11
lines changed- libs
- src
8 files changed
+54
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
3 | 46 | | |
4 | 47 | | |
5 | 48 | | |
| |||
Submodule pluginloader updated 17 files
- .clang-tidy+2
- .cruft.json+1-1
- .devcontainer/.gitignore+6
- .devcontainer/Dockerfile+65
- .devcontainer/clang-cross/devcontainer.json+7
- .devcontainer/llvm-mingw/devcontainer.json+7
- .devcontainer/mingw/devcontainer.json+7
- .github/workflows/build.yml+36-67
- .gitignore+1-4
- .typos.toml+9
- CMakeLists.txt+2-2
- CMakePresets.json+6
- common_cmake+1-1
- src/proxy/d3d11.cpp+7
- src/proxy/dsound.cpp+32-21
- src/proxy/dsound.def+14
- src/proxy/xinput1_3.cpp+7
Submodule pyunrealsdk updated 26 files
- .github/workflows/build.yml+21-23
- CMakeLists.txt+2-2
- CMakePresets.json+68-98
- changelog.md+34
- common_cmake+1-1
- libs/unrealsdk+1-1
- src/pyunrealsdk/base_bindings.cpp+8-8
- src/pyunrealsdk/commands.cpp+5-2
- src/pyunrealsdk/hook.cpp+57-37
- src/pyunrealsdk/logging.cpp+1-2
- src/pyunrealsdk/pch.h+9
- src/pyunrealsdk/static_py_object.h-10
- src/pyunrealsdk/unreal_bindings/bindings.h+26-1
- src/pyunrealsdk/unreal_bindings/bound_function.cpp+21-25
- src/pyunrealsdk/unreal_bindings/persistent_object_ptr_property.cpp+1-1
- src/pyunrealsdk/unreal_bindings/property_access.cpp+26-26
- src/pyunrealsdk/unreal_bindings/uenum.cpp+2-2
- src/pyunrealsdk/unreal_bindings/uobject.cpp+11-12
- src/pyunrealsdk/unreal_bindings/uobject_children.cpp+39-54
- src/pyunrealsdk/unreal_bindings/wrapped_array_helpers.cpp+7-7
- src/pyunrealsdk/unreal_bindings/wrapped_array_magic_methods.cpp+3-3
- src/pyunrealsdk/unreal_bindings/wrapped_array_methods.cpp+3-4
- src/pyunrealsdk/unreal_bindings/wrapped_multicast_delegate.cpp+3-3
- src/pyunrealsdk/unreal_bindings/wrapped_struct.cpp+8-9
- src/pyunrealsdk/version.cpp+6-7
- stubs/unrealsdk/unreal/_uobject_children.pyi+17-32
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
287 | 286 | | |
288 | | - | |
289 | | - | |
| 287 | + | |
290 | 288 | | |
291 | 289 | | |
292 | 290 | | |
| |||
0 commit comments