Commit Graph

4593 Commits

Author SHA1 Message Date
ben marsh
0bec0e7c0e Fix ue4commandline.txt being written to engine directory during staging.
#rb none
#jira UE-69193

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

[CL 4968665 by ben marsh in Main branch]
2019-02-12 09:41:24 -05:00
arciel rekman
a8c2062019 PhysX: change v13 Linux toolchain to v12 one.
- There are issues when the libraries are compiled with clang 7.0.1 (tracked as UE-69848).

#jira UE-69848
#rb Ben.Marsh
#rnx

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

[CL 4968661 by arciel rekman in Main branch]
2019-02-12 09:41:23 -05:00
ben marsh
9cdcb1b589 Fix exception when building into a clean workspace, due to project intermediate directory not existing. This mirrors the behavior of BinaryFormatterUtils.Save() to BinaryFormatterUtils.SaveIfDifferent().
#rb none
#jira UE-69878

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

[CL 4968534 by ben marsh in Main branch]
2019-02-12 09:40:22 -05:00
ben marsh
891f823557 Missing copyright notice.
#rb none
#rnx
#jira

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

[CL 4968466 by ben marsh in Main branch]
2019-02-12 09:40:03 -05:00
kafumanto
2ea5617455 PR #5488: Fixed packaging of framework resource bundles when doing a remote build for iOS (Contributed by kafumanto)
#rb none
#jira UE-68921

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

[CL 4968448 by ben marsh in Main branch]
2019-02-12 09:39:55 -05:00
ben marsh
8547f02ddc UBT: Fix module manifest not being updated correctly when -ModuleWithSuffix is passed on the command line.
#rb none
#rnx
#jira UE-69366

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

[CL 4968440 by ben marsh in Main branch]
2019-02-12 09:39:51 -05:00
ben marsh
4b2c7d21ec Missing file.
#rb none
#jira
#rnx

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

[CL 4968439 by ben marsh in Main branch]
2019-02-12 09:39:50 -05:00
ben marsh
95512df0b1 UBT: Add a FileReference.WriteAllBytesIfModified() method to make it easier to update files without modifying the timestamp if they don't change.
#rb none
#jira

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

[CL 4968438 by ben marsh in Main branch]
2019-02-12 09:39:49 -05:00
ben marsh
101ee9cca0 UBT: Write exception info if XGE fails to start.
#rb none
#rnx
#jira

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

[CL 4968437 by ben marsh in Main branch]
2019-02-12 09:39:47 -05:00
ben marsh
1fc22b4123 UBT: Update toolset version number for Visual Studio 2019 preview 2.
#rb none
#jira

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

[CL 4968431 by ben marsh in Main branch]
2019-02-12 09:39:39 -05:00
ben marsh
a4162371fe UBT: Add a global mutex around UBT initializing the XML config cache. This happens before the global mutex is acquired, so needs to be guarded separately.
#rb none
#jira

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

[CL 4968356 by ben marsh in Main branch]
2019-02-12 09:36:04 -05:00
ben marsh
6a9b5949cb UBT: Prevent hot reload attempting to build non-C++ modules.
#rb none
#jira UE-69518

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

[CL 4968346 by ben marsh in Main branch]
2019-02-12 09:36:00 -05:00
ben marsh
fa17d1c79f UBT: Fix the user's selected Visual Studio version not being respected when generating project files.
#rb none
#jira UE-69239

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

[CL 4968336 by ben marsh in Main branch]
2019-02-12 09:35:52 -05:00
arciel rekman
0727cf6201 Linux: harden the UBT makefile generator against .target.cs
#rb none
#jira none
[FYI] Brandon.Schaefer

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

[CL 4950443 by arciel rekman in Main branch]
2019-02-08 14:36:17 -05:00
ben marsh
10657ac909 UGS: Fix compilation errors when DeploymentSettingsInternal.cs is not present.
#rb none
#rnx
#jira UE-69781

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

[CL 4950442 by ben marsh in Main branch]
2019-02-08 14:36:16 -05:00
jerome delattre
ecff9c8348 Copy from //Tasks/UE4/Partner-vrCluster
nDisplayLauncher - Removed OpenGL3 RHI option from the launcher

#author Andrey.Yamashev
#jira UE-66756
#rb simon.tourangeau

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

[CL 4947693 by jerome delattre in Main branch]
2019-02-08 09:58:43 -05:00
jack porter
7708296320 Detect TVOS or IOS connected device type so Launch on Windows uses the correct target
Rebuild DeploymentServer
[FYI] Cosmin.Sulea
#rb None
#jira UE-69615

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

[CL 4947306 by jack porter in Main branch]
2019-02-08 07:33:53 -05:00
david harvey
006ec9b620 enable XMA2 streaming on platforms that support it
#rb aaron.mcleran


#ROBOMERGE-SOURCE: CL 4935528 via CL 4935535 via CL 4940171

[CL 4941360 by david harvey in Main branch]
2019-02-07 20:55:21 -05:00
david harvey
bc4a249bcf add missing XMA2 streaming define, currently disabled.
#rb none


#ROBOMERGE-SOURCE: CL 4931727 via CL 4931729 via CL 4939897

[CL 4939959 by david harvey in Main branch]
2019-02-07 19:38:20 -05:00
brandon schaefer
a4efd5ed9b Disable XGE when building on Linux for Android
#jira UE-69732
#rb Arciel.Rekman

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

[CL 4936862 by brandon schaefer in Main branch]
2019-02-07 13:32:06 -05:00
nick shin
9e8bf44747 HTML5 - pthread_main.js name changed by emscripten 1.38.24 upgrade
also, inform developer about the long link time

#jira UE-69632  Multithreaded adds 8.5 minutes to Launch On
#rnx
#rb none

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

[CL 4925930 by nick shin in Main branch]
2019-02-06 21:06:01 -05:00
ben marsh
350331202f Fix times for MSVC timing info being out by a factor of 1000.
#rb none
#jira


#ROBOMERGE-SOURCE: CL 4919950 via CL 4922411

[CL 4922639 by ben marsh in Main branch]
2019-02-06 13:47:04 -05:00
daniel lamb
8c93066a4e Prevented server from compressing pak files.
Enabled compression on windows for some pak files.


#ROBOMERGE-SOURCE: CL 4905053 via CL 4916232

[CL 4916287 by daniel lamb in Main branch]
2019-02-05 20:17:08 -05:00
ben marsh
8488af8534 Minor fix for incorrect error message when a file reference parameter is missing in UAT.
#jira


#ROBOMERGE-SOURCE: CL 4899115 via CL 4905888

[CL 4909986 by ben marsh in Main branch]
2019-02-05 18:37:28 -05:00
ben marsh
ed81185725 Merging latest UGS code from Dev-Build.
#rb none
#jira

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

[CL 4905107 by ben marsh in Main branch]
2019-02-05 16:13:10 -05:00