Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Dec 15, 2024
1 parent 51647d0 commit 71adabb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified data/InheritanceMap.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 96 files
+1 −0 include/RED4ext/Api/Runtime.hpp
+2 −1 include/RED4ext/Api/v0/Runtime.hpp
+61 −3 include/RED4ext/Buffer-inl.hpp
+9 −4 include/RED4ext/Buffer.hpp
+19 −1 include/RED4ext/CString.hpp
+4 −0 include/RED4ext/Detail/AddressHashes.hpp
+1 −1 include/RED4ext/Dump/Reflection.hpp
+16 −13 include/RED4ext/GameEngine.hpp
+7 −2 include/RED4ext/HashMap.hpp
+17 −0 include/RED4ext/LaunchParameters-inl.hpp
+22 −0 include/RED4ext/LaunchParameters.hpp
+16 −15 include/RED4ext/Memory/Allocators.hpp
+16 −1 include/RED4ext/Memory/SharedPtr.hpp
+66 −2 include/RED4ext/NativeTypes-inl.hpp
+8 −6 include/RED4ext/NativeTypes.hpp
+2 −0 include/RED4ext/Package.hpp
+3,104 −0 include/RED4ext/Scripting/Natives.cpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/FrameWidgetComponent.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/FunctionalTestsGameEngine.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/InternalFunctionalTestsGameEngine.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/RenderProxyCustomData_MiscMeshParams.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/SceneCustomData_DistantShadows.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/SceneCustomData_RainMap.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/audio/AudioEventArray.hpp
+10 −0 include/RED4ext/Scripting/Natives/Generated/ent/MorphTargetManagerComponent.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ent/events/ClothResetEvent.hpp
+10 −0 include/RED4ext/Scripting/Natives/Generated/game/GameSessionDesc.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/PhotoModeCameraObject.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/PhotoModeSystem.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/PhotomodeLightComponent.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/PhotomodeLightObject.hpp
+2 −0 include/RED4ext/Scripting/Natives/Generated/game/SimpleMessageType.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategoriesList_Record.hpp
+32 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategory.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategoryUI_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategory_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleAppearancesToColorTemplate_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleClearCoatOverrides_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleColorTemplate_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleCustomMultilayer_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleDecalAttachment_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleOffer_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehiclePartsClearCoatOverrides_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleVisualCustomizationPreviewSetup_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/Vehicle_Record.hpp
+5 −5 include/RED4ext/Scripting/Natives/Generated/game/ui/AppearanceInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/ChangeAspectRatioCallback.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/ChangeAspectRatioEvent.hpp
+4 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterCustomizationInfo.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterCustomizationSystem.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterRandomizationInfo.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterRandomizationParametersData.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/IndexedAppearanceDefinition.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/IndexedMorphName.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/MorphInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/NpcImageCallback.hpp
+1 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/PatchIntro.hpp
+6 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/PhotoModeMenuController.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/SetNpcImageEvent.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/SetSelectedNpcEvent.hpp
+5 −5 include/RED4ext/Scripting/Natives/Generated/game/ui/SwitcherInfo.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/SwitcherOption.hpp
+4 −3 include/RED4ext/Scripting/Natives/Generated/gsm/BaseRequestsHandler.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/DeleteScreenshotResult.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/FavoriteLoadResult.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/GalleryData.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/ink/GalleryDataContainer.hpp
+34 −0 include/RED4ext/Scripting/Natives/Generated/ink/GameScreenshotInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/GameScreenshotsRequestResult.hpp
+20 −12 include/RED4ext/Scripting/Natives/Generated/ink/ISystemRequestsHandler.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/MarketingConsentPopupTypeResult.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/ink/SystemNotificationsLayer.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/input/InputSystemWin32Game.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/quest/AudioSwitchNodeType.hpp
+11 −1 include/RED4ext/Scripting/Natives/Generated/quest/ICharacterConditionType.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/rend/CaptureParameters.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServices.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServicesWin.hpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/MultilayerLoadingHandle.hpp
+29 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleAppearanceToDecalsName.hpp
+33 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleClearCoatOverrides.hpp
+35 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleCustomMultilayer.hpp
+31 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleCustomization.hpp
+30 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleDecalAttachmentData.hpp
+31 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehiclePartsClearCoatOverrides.hpp
+10 −0 include/RED4ext/Scripting/Natives/Generated/world/WorldID.hpp
+2 −2 include/RED4ext/Scripting/Natives/entAnimationControllerComponent.hpp
+23 −0 include/RED4ext/Scripting/Natives/entMorphTargetManagerComponent.hpp
+127 −0 include/RED4ext/Scripting/Natives/gameGameSessionDesc.hpp
+24 −0 include/RED4ext/Scripting/Natives/questICharacterConditionType.hpp
+29 −0 include/RED4ext/Scripting/Natives/worldWorldID.hpp
+106 −0 include/RED4ext/StringView-inl.hpp
+51 −0 include/RED4ext/StringView.hpp
+6 −6 include/RED4ext/TweakDB-inl.hpp
+5 −0 src/LaunchParameters.cpp
+5 −0 src/StringView.cpp
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set_xmakever("2.5.9")

set_project("TweakXL")
set_version("1.10.5", {build = "%y%m%d%H%M"})
set_version("1.10.6", {build = "%y%m%d%H%M"})

set_arch("x64")
set_languages("cxx2a")
Expand Down

0 comments on commit 71adabb

Please sign in to comment.