Commit Graph

46 Commits

Author SHA1 Message Date
dmitriy dyomin
14e176d96c Set minimum occlusion distance to 2000 on mobile to reduce artifatcs related to occlusion latency
#jira UE-90178
#rb none

#ROBOMERGE-SOURCE: CL 12504426 in //UE4/Release-4.25/... via CL 12504429 via CL 12504432
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v673-12478461)

[CL 12504433 by dmitriy dyomin in Main branch]
2020-04-01 01:43:32 -04:00
simon tovey
bf38a1cb80 - Replace direct hook to EffectsQuality with Niagara specific quality cvar. FX.Niagara.QualityLevel.
Getting around the issue of Epic meaning different things on PS4 vs Mobile.
- Moving Mobile Devices to be Low or Medium by default.
- Ensure destroy on add for update contexts is applied regardless of active state. Ensures that next activate of currently inactive systems will trigger a reinit that is needed.

#rb Stu.McKenna


#ROBOMERGE-OWNER: simon.tovey
#ROBOMERGE-AUTHOR: simon.tovey
#ROBOMERGE-SOURCE: CL 12368844 via CL 12372542 via CL 12388916
#ROBOMERGE-BOT: (v671-12333473)

[CL 12390402 by simon tovey in Release-Engine-Staging branch]
2020-03-24 14:27:03 -04:00
Chris Varnsverry
8a58b6e898 - Ensure default behavior is still to use task graph threads
[at]Michael.Kirzinger


#ROBOMERGE-OWNER: Chris.Varnsverry
#ROBOMERGE-AUTHOR: chris.varnsverry
#ROBOMERGE-SOURCE: CL 11932652 via CL 11932655
#ROBOMERGE-BOT: (v656-11643781)

[CL 11932661 by Chris Varnsverry in Main branch]
2020-03-05 05:26:35 -05:00
Rolando Caloca
5b82f15def Copying //UE4/Dev-RenderPlat-Staging@11388153 to //UE4/Main
#rb none
#rnx

[CL 11388545 by Rolando Caloca in Main branch]
2020-02-12 13:27:19 -05:00
Josh Adams
6bd5d97d8b - Moved AudioCaptureModuleName spec to a .ini setting, and updated all relevant .ini files
- Fixed .ini staging to follow the IniParent chain for PlatformExtensions
#rb ethan.geller

[CL 11346916 by Josh Adams in Main branch]
2020-02-11 13:51:26 -05:00
Josh Adams
aa9705149b Copying Private-LoadTimes-4.24 stream to Main. Biggest changes are in Materials/Shader memory freezing.
#rb none

[CL 11282608 by Josh Adams in Main branch]
2020-02-06 13:13:41 -05:00
Ryan Gerleve
35e095a9d8 Copying //UE4/Dev-Networking @ CL 11201841 to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx

[CL 11202190 by Ryan Gerleve in Main branch]
2020-01-31 18:46:22 -05:00
Rolando Caloca
bbb9564388 Copying //UE4/Dev-RenderPlat-Staging@11110326 to //UE4/Main
#rb none
#rnx

[CL 11110369 by Rolando Caloca in Main branch]
2020-01-24 18:07:01 -05:00
Juan Canada
f396f56a0b Merging //UE4/Dev-Main@11042002 to Dev-RenderPlat-Staging(//UE4/Dev-Rendering)
#rnx
#rb none

[CL 11075443 by Juan Canada in Dev-RenderPlat-Staging branch]
2020-01-21 14:54:20 -05:00
dmitriy dyomin
6e9758b05f Move Fort.Scalability.InGameTextureStreamingFramesForFullUpdate out of the Engine config into FN
#ROBOMERGE-SOURCE: CL 11027717 via CL 11027718 via CL 11027719
#ROBOMERGE-BOT: (v633-10983880)

[CL 11027720 by dmitriy dyomin in Main branch]
2020-01-16 04:54:57 -05:00
Jack Porter
fbe962b2d7 Device profile cleanup
- Remove unsupported iOS and Android devices
- Map Android devices from minspec (Adreno 4xx/Mali T6xx) and above to Android_Low, Android_Mid, Android_High and then to Scalablity Groups 0,1,2 respectively.
- Disable Vulkan by default, enabling only on Adreno 6xx Android 9+, Adreno G72/G76 and PowerVR 9xxx devices
- Map range of iOS devices to post process and shadow quality using scalability groups, and all settings shared

#jira UE-84338
#rb Dmitriy.Dyomin
#fyi Michael.Prinke, John.Mauney

[CL 10760263 by Jack Porter in Dev-Mobile branch]
2019-12-17 01:02:59 -05:00
ethan geller
9e8460d4ba Flip audiomixer on by default.
#jira none
#rb none
[FYI] aaron.mcleran

#ROBOMERGE-SOURCE: CL 10076293 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v574-10069753)

[CL 10076303 by ethan geller in Main branch]
2019-11-07 17:02:37 -05:00
dmitriy dyomin
2a32260604 Disable small format for MultiScattering LUT on all platforms, as it causes different sky look with no measurable perf win
#ROBOMERGE-SOURCE: CL 9089205 via CL 9089206 via CL 9089207
#ROBOMERGE-BOT: (v443-9013191)

[CL 9089208 by dmitriy dyomin in Main branch]
2019-09-25 05:04:38 -04:00
dmitriy dyomin
408ed6cff6 Added mobile specific, simplified SkyAtmosphere scalability settings
#ROBOMERGE-SOURCE: CL 8325290 via CL 8357706
#ROBOMERGE-BOT: (v401-8057353)

[CL 8358931 by dmitriy dyomin in Main branch]
2019-08-27 21:14:14 -04:00
Ben Marsh
0cc6e3dca6 Copying //UE4/Dev-Build to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx

[CL 6631504 by Ben Marsh in Main branch]
2019-05-24 11:51:54 -04:00
graeme thornton
eae38e7ac5 Add new config values to go alongside "PlatformRequiresDataCrypto" which can specifically disable signing or encryption. Allows selective disabling of signing OR encryption on some platforms, rather than the old config value which would disable both.
Disable signing on platforms that we wanted encryption enabled for by default (mobile mainly)
Add a warning if pak signing or encryption is enabled but there is no key, then disable the offending functionality for that build

#rb none
#jira UE-71811, UE-71806
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 5487098 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5487102 by graeme thornton in Main branch]
2019-03-20 18:40:20 -04:00
josh adams
b7f8902fb9 - Memory Mapped IO enabled on IOS for Audio (via ini and platform property)
- -nommio on the commandline will disble it for testing
#rb gil.gribb


#ROBOMERGE-OWNER: josh.adams
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 4963115 via CL 4963118 via CL 4963812

[CL 4969283 by josh adams in Main branch]
2019-02-12 10:27:29 -05:00
thomas ross
ba30c91d75 Adding background http protype system. Enables downloading files while app is suspended on iOS. Other platforms need to be added over time if desired. For now other platforms just wrap basic HTTPRequests under the hood.
#rb none
#tests iOS / Android
[CODEREVIEW] Andrew.Grant,Daniel.Lamb,Justin.Marcus
[FYI] Pete.Sauerbrei


#ROBOMERGE-SOURCE: CL 4898958 via CL 4898963 via CL 4898965 via CL 4905881

[CL 4906509 by thomas ross in Main branch]
2019-02-05 18:09:08 -05:00
Sorin Gradinaru
e8a409bd95 SaveGame using iCloud for iOS and tvOS
UE-52763 tvOS/iOS: Allow save games to save to iCloud
UE-52346 TM-Gameplay: Load Level Volume Fails to Read TestSlot.sav file
UE-64066 TM-Gameplay Load Game does not work on TVOS

#jira UE-52763
#jira UE-52346
#jira UE-64066
#iOS
#4.22
#rb Jack.Porter

Adapted the Online iCloud plugin to work without enabling the Game Center plugin (using empty UniqueNetId as a parameter for FOnlineUserCloudInterfaceIOS methods and callbacks)

At plugin init, the data from the iCloud will overwrite the local storage.

Replaced saveRecord with CKModifyRecordsOperation to avoid errors on existing iCloud records - using savePolicy = CKRecordSaveAllKeys to overwrite the previously uploaded save file

Entitlements:
Fixed the problem with writing the iCloud lines in UE4Game.entitlements : The flag from DefaultEngine.ini was overwritten by IOSEngine.ini (same section & key). Same issue with the Game Center flag

Signing:
It looks like there is a problem (since Xcode 6/iOS8, when Apple has changed the format for the iCloud entitlements, in order to support CloudKit) with the Entitlements section from the provisioning file (downloaded from Apple Developper) <key>com.apple.developer.icloud-services</key> contains "*" instead of the  CloudKit and CloudDocuments entries. Fixed it, otherwise the app won't appear in the iPhone's Settings->iCloud apps menu

[CL 4760235 by Sorin Gradinaru in Dev-Mobile branch]
2019-01-21 03:57:26 -05:00
Jack Porter
a400cb96bf Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira None

[CL 4564204 by Jack Porter in Dev-Mobile branch]
2018-11-13 23:40:18 -05:00
Marc Audy
af90b7bcd4 Copying //UE4/Fortnite-Staging to Dev-Main (//UE4/Dev-Main) @ 4395008
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4395058 by Marc Audy in Main branch]
2018-09-25 10:11:35 -04:00
Jack Porter
5434a02fed Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira 0

[CL 4213959 by Jack Porter in Dev-Mobile branch]
2018-07-16 11:43:36 -04:00
Ian Fox
e0ca2f1201 Copying //UE4/Dev-Online to //UE4/Dev-Main (Source: //UE4/Dev-Online @ 4192069)
#lockdown Nick.Penwarden

============================
  MAJOR FEATURES & CHANGES
============================

Change 4052994 by Ian.Fox

	#IOS - Fix default OSS being wrong
	#jira none

Change 4053003 by Ian.Fox

	#UE4 - Remove Pragma Once from all cpp files
	- In spirit of github request #3940 that was already fixed
	#jira UE-48798

Change 4059536 by Ian.Fox

	#ShooterGame - Do not use localized names for game-types
	#review-4059537 @Josh.Markiewicz

Change 4179456 by Ian.Fox

	#OnlineSubsystem - Add Tournament OSS Interface
	#jira OGS-1267

#rb none

[CL 4192257 by Ian Fox in Main branch]
2018-07-07 01:11:00 -04:00
Jack Porter
2792c7c559 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#jira 0
#rb None

[CL 4161603 by Jack Porter in Dev-Mobile branch]
2018-06-26 08:42:47 -04:00
Marc Audy
d90da4ab1a Merge to Dev-Main for 4.20 @ 4090813
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4091081 by Marc Audy in Main branch]
2018-05-23 21:04:31 -04:00