Commit Graph

264 Commits

Author SHA1 Message Date
bryan johnson
6af54d1082 Remove Lumin from Build files
#jira UE-123597
#rb Ryan.Durand

#ROBOMERGE-SOURCE: CL 17302097 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v861-17282326)

[CL 17302107 by bryan johnson in ue5-release-engine-test branch]
2021-08-25 10:08:09 -04:00
chad garyet
3d13841e3e fix other place bad merge happened with android
#jira UE-121703
#rb none
[FYI] brandon.schaefer

#ROBOMERGE-SOURCE: CL 17179190 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17179216 by chad garyet in ue5-release-engine-test branch]
2021-08-16 14:35:43 -04:00
chad garyet
7ab8393cf0 fix bad merge for unrealgame targets android
#jira none
#rb none
[FYI] brandon.schaefer
#jira UE-121703

#ROBOMERGE-SOURCE: CL 17178929 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17178936 by chad garyet in ue5-release-engine-test branch]
2021-08-16 14:22:03 -04:00
aurel cordonnier
dc4bf61540 Merge from Release-Engine-Staging @ 17030559 to Release-Engine-Test
This represents UE4/Main @ 17030256 and Dev-PerfTest @ 17030553

[CL 17031509 by aurel cordonnier in ue5-release-engine-test branch]
2021-08-03 11:56:47 -04:00
steve smith
a18893f610 Remove Lumin as build target / disable by default.
#jira UE-119839
#rb ryan.durand

#ROBOMERGE-SOURCE: CL 16898579 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16898589 by steve smith in ue5-release-engine-test branch]
2021-07-20 13:23:42 -04:00
brandon schaefer
a90cdbe7c2 Rename LinuxAArch64 to LinuxArm64
#jira UE-118127
#rb Michael.Sartain
[FYI] Marc.Audy, Aurel.Cordonnier

#ROBOMERGE-SOURCE: CL 16660821 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v834-16658389)

[CL 16660830 by brandon schaefer in ue5-release-engine-test branch]
2021-06-14 13:40:06 -04:00
aurel cordonnier
25a11deeac Merge from Release-Engine-Staging @ 16579919
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576

[CL 16581170 by aurel cordonnier in ue5-release-engine-test branch]
2021-06-07 20:09:45 -04:00
aurel cordonnier
a2cae5204d fixing line ending causing CIS error
#rb none
#fyi Brandon.Schaefer

[CL 16491625 by aurel cordonnier in ue5-main branch]
2021-05-27 16:44:06 -04:00
aurel cordonnier
43fa62fcd8 Merge from Release-Engine-Test @ 16487383 to UE5/Main
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -04:00
jack porter
207a60190f Fix launcher iPhonePackager builds
Make Mac launcher use P4 version of iPhonePackager until we can either update Mono or move it to dotnet core.
Moved copy from "DDC Group Mac" to "Build Tools CS Mac"
#jira UE-110133
#lockdown Cristina.Riveron
#rb Florin.Pascu
[REVIEW]

#ROBOMERGE-SOURCE: CL 15967184 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v787-15839533)

[CL 15984607 by jack porter in ue5-main branch]
2021-04-12 18:52:49 -04:00
jack porter
02b332d74b Fix launcher iPhonePackager builds
Make Mac launcher use P4 version of iPhonePackager until we can either update Mono or move it to dotnet core.
#jira UE-110133
#rb Axel.Riffard
#lockdown Cristina.Riveron

#ROBOMERGE-SOURCE: CL 15953894 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v787-15839533)

[CL 15971497 by jack porter in ue5-main branch]
2021-04-10 10:03:19 -04:00
brandon schaefer
caf3ad4e55 Fix InstallBuilds for Linux (and likely other platforms)
#jira UE-112839
#rb Jonathan.Adamczewski
[FYI] Jonathan.Adamczewski
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 15934281 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15934671 by brandon schaefer in ue5-main branch]
2021-04-06 16:47:37 -04:00
jonathan adamczewski
70ed64e369 Fix "Build Tools CS Mac" on Mac
RunUAT.sh:
Setup Mono environment on Mac and Linux so that AutomationTool is able to launch xbuild for CsCompile tasks that have not been transitioned to NET Core.
(Linux change is untested)

CsCompileTask.cs:
Don't add the "/restore" argument to command line when building using xbuild as it does not appear to be supported.

InstalledEngineBuild.xml:
Remove CsCompile invocations for UAT projects as these are currently not able to be compiled by UAT: CsCompile does not know how use the bundled dotnet to build NET Core projects, and [our bundled] mono does not support NET Core projects.

This file is consumed by AutomationTool, which is compiled by RunUAT.sh. As such, it can generally be assumed that the UAT build is up to date when the built files are consumed (InstalledEngineBuild.xml has directives to tag the AutomationTool files to ensure they are included.)

#jira UE-112471

[CL 15902338 by jonathan adamczewski in ue5-main branch]
2021-04-02 12:03:38 -04:00
axel riffard
229065504a DeploymentServer Deletion
#jira UE-103878 #rb Jack.Porter
#preflight 6059508a7d511a0001f910da

#ROBOMERGE-SOURCE: CL 15773943 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269)

[CL 15785903 by axel riffard in ue5-main branch]
2021-03-23 17:57:06 -04:00
Marc Audy
76a4f7dd9e Merge CEF version 84.0.4147 from the //Portal branch directly into the //UE5/EA branch
- The CEF helper process has been renamed from UnrealCEFSubprocess to EpicWebHelper
- Support for accelerated rendering from CEF has been added (using GPU->GPU texture copies). This works for the Standalone renderer in DX11/macOS-OpenGL and in the D3D11 RHI renderer, otherwise falls back to the default CPU texture copy mode. Accelerated paint can be disabled by adding "-nocefaccelpaint" to the commandline.
- Numerous other bug fixes and perf improvements in the CEF code have been added since we last took a version drop

#jira distro-133
#[fyi] wes.fudala

#ushell-cherrypick of 15635368 by alfred.reynolds

[CL 15651276 by Marc Audy in ue5-main branch]
2021-03-09 01:37:10 -04:00
Marc Audy
8f73cd7fa9 Merge UE5/Release-Engine-Staging @ 15630841 to UE5/Main
This represents UE4/Main @ 15601601

[CL 15631170 by Marc Audy in ue5-main branch]
2021-03-05 19:27:14 -04:00
josh engebretson
d5c86ff44f Testing installed build mac uat/ubt changes
#ROBOMERGE-SOURCE: CL 15501404 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15502666 by josh engebretson in ue5-main branch]
2021-02-23 14:04:19 -04:00
Josh Engebretson
19a3987686 Fix for netcore AutomationTool/UnrealBuildTool binaries
#jira UE-108221
#rb ben.marsh

[CL 15387203 by Josh Engebretson in ue5-main branch]
2021-02-11 09:31:41 -04:00
Josh Adams
b0e4357576 - UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
#rb marc.audy (concept, not each file)

[CL 15265424 by Josh Adams in ue5-main branch]
2021-01-31 15:09:58 -04:00
Ryan Durand
f5110c1f52 Fixing graph break when Win64 isn't targeted for a release build.
#rtnx
#rb none
#jira none

[CL 15209972 by Ryan Durand in ue5-main branch]
2021-01-26 14:54:00 -04:00
Ben Marsh
973c5cbd7b Remove VS2017 as a supported compiler by default. Can still be overridden with the -2017 argument, but will not be maintained from this point onwards.
#rb none

[CL 15138832 by Ben Marsh in ue5-main branch]
2021-01-19 16:23:00 -04:00
Joakim Lindqvist
4477d7c295 Fixed issue were ubt was being spawned with the wrong path and via mono when creating a installed engine build
#jira UE-104425

[CL 15019201 by Joakim Lindqvist in ue5-main branch]
2021-01-08 09:42:20 -04:00
will damon
4dd3568c5f Rename UE4EditorServices to UnrealEditorServices
- Rename files/folders.
- Rename output targets.
- Fixup icon reference in Info.plist

#rb brandon.schaefer rolando.caloca
#review-15004124 @rolando.caloca @brandon.schaefer
#jira UE-104770
#rnx

[CL 15004464 by will damon in ue5-main branch]
2021-01-06 18:21:17 -04:00
Ryan Durand
88449247dd Attempting to get Mac to stop being built when only Win64 is selected.
#rnx
#rb none
#jira none

[CL 14940579 by Ryan Durand in ue5-main branch]
2020-12-16 14:03:16 -04:00
Ryan Durand
5021ae3eb1 Fixing graph break.
#rnx
#rb none
#jira none

[CL 14937204 by Ryan Durand in ue5-main branch]
2020-12-15 22:05:15 -04:00