Commit Graph

352 Commits

Author SHA1 Message Date
phil popp
5efc37cfc7 Prevent modification of FSoundWaveProxy while it is being rendered.
#jira UE-193277

#rb jimmy.smith

[CL 35876332 by phil popp in ue5-main branch]
2024-08-28 14:51:59 -04:00
phil popp
fabaa85e10 [Backout] - CL35836808
[FYI] phil.popp
Original CL Desc
-----------------------------------------------------------------
CIS fix for IOSAudioBuffer
#rnx

[CL 35839152 by phil popp in ue5-main branch]
2024-08-27 17:23:37 -04:00
phil popp
aff2479c0a CIS fix for IOSAudioBuffer
#rnx

[CL 35836821 by phil popp in ue5-main branch]
2024-08-27 16:40:19 -04:00
calvin zheng
72cbe66aa0 Manual merge
Fix misc memory leaks

#rb zack.neyland
#rnx

[CL 35707451 by calvin zheng in ue5-main branch]
2024-08-21 12:46:34 -04:00
maxwell hayes
8fd2d1c29b [CIS] Fix deprecation warnings on iOS:
Removing / deprecating stale code paths  (DTYPE_Native & DTYPE_Preview) and clawing back raw ptr-based resource management from FAudioDeviceManager.
#jira UE-214082
#rb phil.popp

#rnx

[CL 35436285 by maxwell hayes in ue5-main branch]
2024-08-09 17:26:05 -04:00
maxwell hayes
641fe9d020 Removing / deprecating stale code paths (DTYPE_Native & DTYPE_Preview) and clawing back raw ptr-based resource management from FAudioDeviceManager.
#jira UE-214082
#rb phil.popp

#rnx

[CL 35434788 by maxwell hayes in ue5-main branch]
2024-08-09 16:25:38 -04:00
maxwell hayes
e8e7546d2e Deprecate / remove legacy audio streaming manager.
#jira UE-214082
#rb Phil.Popp
#rnx

[CL 35343794 by maxwell hayes in ue5-main branch]
2024-08-06 12:15:03 -04:00
dmytro ivanov
6e9298b0b1 Using MarketplaceKit.framework to open correct store on iOS
#rb adam.kinge

[CL 35269947 by dmytro ivanov in ue5-main branch]
2024-08-02 08:47:09 -04:00
dmytro ivanov
47f2426635 Implement ScheduleLocalNotificationAtTimeOverrideId on iOS
#rb adam.kinge

[CL 35243626 by dmytro ivanov in ue5-main branch]
2024-08-01 10:12:18 -04:00
dmytro ivanov
8d86e653f9 Fix MarketplaceKit non-unity build
#rnx

[CL 35242409 by dmytro ivanov in ue5-main branch]
2024-08-01 09:22:11 -04:00
dmytro ivanov
04fda0a0e5 Integrating MarketplaceKit.framework
#rb adam.kinge, Josh.Adams

[CL 35209496 by dmytro ivanov in ue5-main branch]
2024-07-31 06:50:37 -04:00
adam kinge
c4e1a4a956 Allow setting of ITSAppUsesNonExemptEncryption and when set to "true", set ITSEncryptionExportComplianceCode in plist
#rb josh.adams

[CL 34715578 by adam kinge in ue5-main branch]
2024-06-27 13:34:47 -04:00
rafa lecina
abeb34e164 Remove storekit framework for apps not distributed through the AppStore
[REVIEW] [at]chris.varnsverry, [at]josh.adams, [at]adam.kinge
#rb Chris.Varnsverry

[CL 33973099 by rafa lecina in ue5-main branch]
2024-05-29 10:23:24 -04:00
jack porter
d1ddd4d712 Change iOS malloc selection logging to use low-level output available before engine initialization
Add IOSRuntimeSettings array RequiredEntitlements and check that the app has these entitlements at startup.
#rb Dmitriy.Dyomin

[CL 33196026 by jack porter in ue5-main branch]
2024-04-24 07:08:09 -04:00
adam kinge
87fa0a58a6 Add missing #undef
#jira UE-197981
#rb zack.neyland
#rnx

[CL 32138873 by adam kinge in ue5-main branch]
2024-03-08 19:56:16 -05:00
adam kinge
abb2e1e4a1 When toggling iOS sim support, project files need rebuilding
#jira UE-197981
#rb zack.neyland

[CL 32134107 by adam kinge in ue5-main branch]
2024-03-08 17:21:52 -05:00
jimmy smith
5d68918c4b Move all Engine Decoders into their own modules
#jira UE-204038
#rb jake.burga
#tests compilation tests, all platforms

[CL 30660535 by jimmy smith in ue5-main branch]
2024-01-17 11:51:40 -05:00
jimmy smith
cf2e6af0dd [Resubmit] Delete deprecated usage of GetRuntimeFormat and CreateCompressedInfo
#rb Aaron.McLeran

[CL 30580918 by jimmy smith in ue5-main branch]
2024-01-11 17:33:06 -05:00
jimmy smith
dc9ff7a102 [Backout] - CL30570241
[FYI] jimmy.smith
Original CL Desc
-----------------------------------------------------------------
Delete deprecated usage of GetRuntimeFormat and CreateCompressedInfo
#rb Aaron.McLeran

[CL 30570451 by jimmy smith in ue5-main branch]
2024-01-11 11:42:33 -05:00
jimmy smith
c5e18ba2bb Delete deprecated usage of GetRuntimeFormat and CreateCompressedInfo
#rb Aaron.McLeran

[CL 30570266 by jimmy smith in ue5-main branch]
2024-01-11 11:34:30 -05:00
calvin zheng
c91a8f8fa0 Gray out some of iOS settings when using modernized Xcode, but not on PC
#jira UE-194418
#rb Josh.Adams, Adam.Kinge, Zack.Neyland

[CL 27828429 by calvin zheng in ue5-main branch]
2023-09-13 09:38:26 -04:00
calvin zheng
814948e33d Undo //UE5/Main/Engine/Source/... changelist 27725823
[CL 27728948 by calvin zheng in ue5-main branch]
2023-09-08 17:15:34 -04:00
calvin zheng
f2d9abb167 Gray out some of iOS settings when using modernized Xcode
#jira UE-194418
#rb Josh.Adams, Adam.Kinge, Zack.Neyland

[CL 27725823 by calvin zheng in ue5-main branch]
2023-09-08 16:17:11 -04:00
adam kinge
06a3585301 Required Metal shader compiler changes to support iOS Simulator. Set to disabled by default via "bEnableSimulatorSupport" in IOSRuntimeSettings.
#jira UE-168571
#rnx
#rb carl.lloyd, jack.porter
#lockdown jack.porter

[CL 27022463 by adam kinge in ue5-main branch]
2023-08-11 01:01:38 -04:00
axel riffard
de98664667 Metal 3.1, iOS17 and tvOS17
#jira UE-187878
#rb adam.kinge
[FYI] jack.porter,  carl.lloyd,  zack.neyland,  josh.adams

[CL 26277868 by axel riffard in ue5-main branch]
2023-06-27 21:41:51 -04:00