Commit Graph

15143 Commits

Author SHA1 Message Date
Ben Marsh
fcd6d1d5d4 Horde: Create a separate service for replicating commit content to metadata.
#preflight none

[CL 21201444 by Ben Marsh in ue5-main branch]
2022-07-21 11:17:17 -04:00
Yuriy ODonnell
c2d14c738f unsync - Update CMake to use blake3 library via vcpkg
#rb none
#preflight skip

[CL 21200496 by Yuriy ODonnell in ue5-main branch]
2022-07-21 10:10:13 -04:00
Brandon Schaefer
92e5765d8a Remove debug print
#jira none
#rb none
#preflight none

[CL 21197687 by Brandon Schaefer in ue5-main branch]
2022-07-21 00:39:36 -04:00
kerim borchaev
b2c2a399e2 [SketchUp] Material Transparency with Texture
- fixed case when Sketchup transparent material using texture without alpha appearad opaque
- fixed combining scalar opacity and texture alpha(now they are modulated)
- fixed VERY old issue with texture opacity source - INVERTED BLUE channel of material texture was used as opacity source

#jira UE-157361
#preflight 62d81f79c0180d8071dbf668
#rb benoit.deschenes

[CL 21197684 by kerim borchaev in ue5-main branch]
2022-07-21 00:39:21 -04:00
Brandon Schaefer
ad567bb0ed Update Perforce monitor to check if it contains Code and/or Content
Need to reflect this in the UI now

#jira none
#rb none
#preflight none

[CL 21197671 by Brandon Schaefer in ue5-main branch]
2022-07-21 00:36:31 -04:00
Brandon Schaefer
120010cd5c Fix exit code checking, check the exit code not the return value of the function
#jira none
#rb none
#preflight none

[CL 21197654 by Brandon Schaefer in ue5-main branch]
2022-07-21 00:32:44 -04:00
eric knapik
1252ffa0fb #jira: none
Fix a potential warning when two UAT commands are ran back to back in the build graph. This can result in files potentially not being immediately deleted.

#preflight 62d88523d54af4b9a2de539d
#rb: Chris.Constantinescu

#ROBOMERGE-AUTHOR: eric.knapik
#ROBOMERGE-SOURCE: CL 21195999 via CL 21197116 via CL 21197117 via CL 21197118
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21197500 by eric knapik in ue5-main branch]
2022-07-20 23:51:19 -04:00
Brandon Schaefer
bcf27c9b40 Add support for opening p4v/p4vc if its in the PATH
Add 3 new menus when right clicking a build list item
  View in Swarm (opens the CL in swarm)
  Copy Changelist (copies the CL to the clipboard)
  More Info (opens the CL in p4v)
Fixed a bug in Perforce.cpp not having a ServerAndPort setup

#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 21197389 by Brandon Schaefer in ue5-main branch]
2022-07-20 23:24:30 -04:00
fabian giesen
66608b8b78 Lightmass LightingMesh.cpp fix
The 2D tri/AABB intersect was using FMath::{Min,Max} to compute AABBs which doesn't actually work (needs componentwise min/max) and is now deprecated; update to use appropriate min/max.

#rb none
#preflight 62d89b4b185da2495f16c3b2

[CL 21197125 by fabian giesen in ue5-main branch]
2022-07-20 22:12:02 -04:00
bryan sefcik
e73e4b4d67 Updated UHT to output all the circular dependencies before exiting.
#jira

#ROBOMERGE-AUTHOR: bryan.sefcik
#ROBOMERGE-SOURCE: CL 21195860 via CL 21195874 via CL 21195883
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21196949 by bryan sefcik in ue5-main branch]
2022-07-20 21:52:44 -04:00
eric knapik
62f5506ff9 #jira: none
Only adjust the CookedEditor default staged dir if it's not already been overriden.

[FYI] Josh.Adams
#rb: Josh.Adams
#preflight

#ROBOMERGE-AUTHOR: eric.knapik
#ROBOMERGE-SOURCE: CL 21186791 via CL 21195237 via CL 21195428 via CL 21195504
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21196929 by eric knapik in ue5-main branch]
2022-07-20 21:52:00 -04:00
Brandon Schaefer
877e659433 Fix some hard coded GPF.sh -> GPF.bat
Fix ExecProc not spawning with hidden for cmd

#jira none
#rb none
#preflight none

[CL 21196907 by Brandon Schaefer in ue5-main branch]
2022-07-20 21:47:45 -04:00
Brandon Schaefer
dd63fc3060 Move UGSCore into a namespace
#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 21196793 by Brandon Schaefer in ue5-main branch]
2022-07-20 21:32:25 -04:00
robert seiver
1f988ac6ac Multiple tabs, header rows in build list for different dates, bolded text, added missing Unreal icon, and other miscellaneous UI polish
#fyi Brandon.Schaefer
#preflight none

[CL 21195793 by robert seiver in ue5-main branch]
2022-07-20 19:57:37 -04:00
cedric caillaud
7bd3476fbf Chaos : Fix dirty element very large sweeps in AABB wrongly reporting a valid number of cells
- used 64 bit integer to avoid truncation
- added unit test

#jira none
#preflight none
#fyi justin.hare, andrew.davidson, jaco.vandyk, benn.gallagher

[CL 21193835 by cedric caillaud in ue5-main branch]
2022-07-20 18:52:15 -04:00
Joe Kirchoff
1792be67eb SyncProject.Automation: Correctly pass params to BuildCmd & OpenCmd
#rnx
#rb trivial
#jira UE-159263
#preflight 62d8806a110da0f9447e085e

[CL 21193266 by Joe Kirchoff in ue5-main branch]
2022-07-20 18:42:29 -04:00
josh adams
6a6b872445 - Fixed issue with directory not existing when adding project shaders
#jira UE-159929
#rb trivial
#preflight 62d6fdc947779a730aa8ebb3

#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 21166998 via CL 21169092 via CL 21173455 via CL 21173535
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21192043 by josh adams in ue5-main branch]
2022-07-20 18:23:22 -04:00
Arne Schober
377f3d0a8f Add support for tpause instruction in YieldCycle
#author Jeff.Rous
#review-21191913 https://p4-swarm.epicgames.net/reviews/21065942
#RB Arne.Schober
#preflight 62d87a29d76ea4b50382618f

[CL 21191905 by Arne Schober in ue5-main branch]
2022-07-20 18:19:38 -04:00
Joe Kirchoff
8d675739de UnrealBuildTool: Use --analyzer-no-default-checks to disable default clang analyzers and remove unneeded flags
#rnx
#rb trivial
#preflight 62d82dddd54af4b9a2d1ad53

[CL 21183597 by Joe Kirchoff in ue5-main branch]
2022-07-20 12:49:39 -04:00
bryan sefcik
d7de18b231 Added the ability to turn off merging of module and generated cpp files in the module.
#jira

#ROBOMERGE-AUTHOR: bryan.sefcik
#ROBOMERGE-SOURCE: CL 21157633 via CL 21159485 via CL 21164382
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21182322 by bryan sefcik in ue5-main branch]
2022-07-20 12:10:32 -04:00
eric knapik
64905a5500 #jira: FORT-487403, FORT-487406
Updating BuildCookFort and MakeCookedEditor to take an array of plugins for fast load.
Updated MakeCookedEditor to take override locations for the asset registry data as it will be in a different location than the Release folder when cooking locally.

This command will cook and pak the windows client, server and UEFN. Users will be able to modify this script to specify where the stage dir should be and if the Client, Server, UEFN should also be built as part of this.

#preflight 62d5dafddc4397d384e3b02c

#ROBOMERGE-AUTHOR: eric.knapik
#ROBOMERGE-SOURCE: CL 21155331 via CL 21157155 via CL 21159333 via CL 21164152
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21182295 by eric knapik in ue5-main branch]
2022-07-20 12:09:54 -04:00
Juan Canada
809ae11052 Disable ODSC in ray tracing tests temporary to track down a bug
#preflight none
#fyi luke.szarmach, chris.kulla
#rb jason.nadro
#jira UE-159577

[CL 21182143 by Juan Canada in ue5-main branch]
2022-07-20 12:05:29 -04:00
kerim borchaev
68cac21204 [SketchUp] Image Entity
- Image entity exported as a separate actor
- layer visibility working(as well as regular visibility)
- Image dimensions baked into static mesh
- Image entities with the same image contents(bitmap data) share Datasmith material
- Sync of image parameters - transform and dimensions

#jira UE-153795 UE-159380
#preflight 62d65304185da2495f6a5c7d
#rb benoit.deschenes

[CL 21179810 by kerim borchaev in ue5-main branch]
2022-07-20 10:54:47 -04:00
Ben Marsh
ec0d448fff Horde: Fix mismatched condition for stopping replication.
#preflight none

[CL 21179568 by Ben Marsh in ue5-main branch]
2022-07-20 10:43:45 -04:00
Ben Marsh
4f374ff906 Horde: Increase maximum sync batch size to 10gb.
#preflight none

[CL 21179464 by Ben Marsh in ue5-main branch]
2022-07-20 10:37:32 -04:00