Commit Graph

164 Commits

Author SHA1 Message Date
rob gay
bb7a6404b3 More clean-up around initialization of audio MaxChannels/GetPlatformSettings
- Add GetMaxSources() that provides actual max number of sources (internal MaxSources + NumStoppingSources)
- More clean-up around platform implementation for GetPlatformSettings
#rb aaron.mcleran
[FYI] ethan.geller


#ROBOMERGE-OWNER: rob.gay
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 7675366 via CL 7681898
#ROBOMERGE-BOT: (v382-7680231)

[CL 7681899 by rob gay in Main branch]
2019-08-01 10:17:25 -04:00
rob gay
8038797135 More platform fix-ups from prior max channel updates.
#rb none


#ROBOMERGE-SOURCE: CL 7668305 via CL 7673030
#ROBOMERGE-BOT: (v380-7672804)

[CL 7673143 by rob gay in Main branch]
2019-07-31 13:33:08 -04:00
jack porter
c273115228 Mark ES2 as deprecated, use ES31 as default for Android
#jira UE-76519
#rb Allan.Bentham
[FYI] Chris.Babcock

#ROBOMERGE-SOURCE: CL 7609267 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7609275 by jack porter in Main branch]
2019-07-24 12:23:33 -04:00
chris babcock
5dcfc7d7bf Add support for store version offset by architecture
#jira UE-67565
#ue4
#android
[FYI] Jack.Porter
#rb Thomas.Ross

#ROBOMERGE-SOURCE: CL 7434544 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v371-7306989)

[CL 7434548 by chris babcock in Main branch]
2019-07-17 19:00:37 -04:00
francois guimond
7d276102ff Scheduled local notifications on Android will now persist across reboots like on iOS.
Commiting changes from post-commit review.
#rnx
#rb Chris.Babcock, Pete.Procopio


#ROBOMERGE-SOURCE: CL 7265680 via CL 7271181
#ROBOMERGE-BOT: (v369-7254125)

[CL 7271330 by francois guimond in Main branch]
2019-07-10 21:32:14 -04:00
francois guimond
94993c9888 Fixed CancelLocalNotification which was not working on Android.
#rnx


#ROBOMERGE-SOURCE: CL 7224637 via CL 7224693
#ROBOMERGE-BOT: (v367-6836689)

[CL 7224714 by francois guimond in Main branch]
2019-07-05 13:59:08 -04:00
chris babcock
14547a1d0d Add option for public logs on Android
#ue4
#android
[FYI] Jack.Porter,Andrew.Grant
#rb Peter.Sauerbrei



#ROBOMERGE-SOURCE: CL 7113141 via CL 7113144 via CL 7165976
#ROBOMERGE-BOT: (v367-6836689)

[CL 7166205 by chris babcock in Main branch]
2019-06-21 23:50:54 -04:00
marc audy
a98d95f9ef #rb aaron.mcleran
[FYI] rob.gay aaron.mcleran maxwell.hayes phil.popp
[FYI] Ethan.Geller


#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 7095880 via CL 7106842
#ROBOMERGE-BOT: (v367-6836689)

[CL 7106847 by marc audy in Main branch]
2019-06-20 13:28:39 -04:00
ethan geller
4d46652de0 #ROBOMERGE-SOURCE: CL 6917678 via CL 6919424
#ROBOMERGE-BOT: (v366-6836689)

[CL 6920532 by ethan geller in Main branch]
2019-06-10 19:23:12 -04:00
Jeff Fisher
bcc5bcf128 Copying //UE4/Dev-VR to Main (//UE4/Main)
-Copy up for 4.23
#rb none

[CL 6911980 by Jeff Fisher in Main branch]
2019-06-10 12:22:13 -04:00
ethan geller
e4637dc004 #ROBOMERGE-SOURCE: CL 6676971 via CL 6676977 via CL 6678488
#ROBOMERGE-BOT: (v363-6677109)

[CL 6679099 by ethan geller in Main branch]
2019-05-30 15:58:39 -04:00
josh adams
d6ef8f9cbe - Cleaned up the LocalNotification service code on IOS and Android, and allow for canceling a notification by ID
- Android ID changes untested yet
#rb michael.kirzinger
[FYI] michael.kirzinger,chris.babcock


#ROBOMERGE-SOURCE: CL 6628745 via CL 6628746 via CL 6628747 via CL 6632036
#ROBOMERGE-BOT: (vundefined-6620334)

[CL 6632203 by josh adams in Main branch]
2019-05-24 13:20:11 -04:00
josh jensen
9b2dfb2906 Change the Feature Rendering Level back to SM5 when disabling Android ES2, ES3.1, or Vulkan if one is the active Feature Rendering Level
#jira UE-70580
#rb Allan.Bentham


#ROBOMERGE-SOURCE: CL 6400587 via CL 6402808

[CL 6402891 by josh jensen in Main branch]
2019-05-09 15:41:20 -04:00
rob gay
52e89fb60a Seekable Streams Using LPCM/ADPCM
#rb aaron.mcleran
https://p4-swarm.epicgames.net/reviews/6345090


#ROBOMERGE-SOURCE: CL 6399748 via CL 6400508

[CL 6400529 by rob gay in Main branch]
2019-05-09 12:53:22 -04:00
rob gay
36bd689e3f - Simplify max channel count code by removing GEngineIni look-up for value set in Engine-level ini and just directly setting in UAudioSettings constructor
- Fix bug with IOS & XAudio2 old backends not respecting platform settings code/ini settings
- Move AudioDevice to override quality settings MaxChannels by ANY platform setting, on init, not just the minimal value.  This is okay on init as the source array has yet to be initialized.

https://p4-swarm.epicgames.net/reviews/6260062

#rb ethan.geller
#rb phil.popp


#ROBOMERGE-SOURCE: CL 6345170 via CL 6346183

[CL 6346278 by rob gay in Main branch]
2019-05-07 16:46:48 -04:00
chris babcock
36abe6bc37 Add option to split OBB into main and patch if exceeds OBB size limit
#ue4
#android
[FYI] Jack.Porter
#rb Dmitriy.Dyomin



#ROBOMERGE-SOURCE: CL 6103655 via CL 6103711 via CL 6103784

[CL 6103790 by chris babcock in Main branch]
2019-04-25 23:36:29 -04:00
aaron mcleran
637efe7d68 Fix for hang in shutdown on android apps
#jira UE-72585
#lockdown cristina.riveron
#rb Ethan.Geller

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

[CL 6097100 by aaron mcleran in Main branch]
2019-04-25 14:46:14 -04:00
chris babcock
a791cc1649 Mark Enable Snapshots as experimental for now
#jira UE-60685
#ue4
#android
#rb John.Mauney
#lockdown Cristina.Riveron

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

[CL 5495176 by chris babcock in Main branch]
2019-03-21 15:07:41 -04:00
Josh Adams
d0bf843c9c - Merging Dev-Kairos/Engine/... to Main/Engine/...
- Brings over the necessary engine changes for embedding UE4 mobile as a dylib/so in native mobile app
- Various changes for facial animation, screen recording, others
- ARKit and ARCore plugins were removed, as deemed "not ready"
#rb many people


#ROBOMERGE-OWNER: josh.adams
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 5201138 via CL 5203024

[CL 5226277 by Josh Adams in Main branch]
2019-02-27 11:57:17 -05:00
jules blok
7afc6fe3c3 Remove iOS platform support from the GoogleVR plugin
Remove Google Cardboard as a default on all platforms

#jira UEVR-1366
#rb Nick.Whiting

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

[CL 5065736 by jules blok in Main branch]
2019-02-19 14:32:17 -05:00
Ryan Vance
d5aa052fe5 Copying //UE4/Dev-VR to Dev-Main (//UE4/Dev-Main) Souce CL: 4824152
#lockdown: Nick.Penwarden
#rb Integration

[CL 4824851 by Ryan Vance in Main branch]
2019-01-28 16:31:25 -05:00
Jack Porter
068ca68f0b Merging //UE4/Main/Engine/... to //UE4/Dev-Mobile
#rb None

[CL 4749281 by Jack Porter in Dev-Mobile branch]
2019-01-17 21:54:28 -05:00
Chris Babcock
ca269f74b7 Add checkbox to enable snapshot on Google Games
#jira UE-60685
#ue4
#android
#rb John.Mauney

[CL 4721332 by Chris Babcock in Dev-Mobile branch]
2019-01-14 17:50:10 -05:00
Jack Porter
0245e895e4 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None

[CL 4675678 by Jack Porter in Dev-Mobile branch]
2019-01-01 23:32:24 -05:00
Jack Porter
3fbd86df3b Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira None

[CL 4575485 by Jack Porter in Dev-Mobile branch]
2018-11-18 21:43:40 -05:00