Commit Graph

6051 Commits

Author SHA1 Message Date
rex hill
2fdcc4b9eb Tool Menus: Sort sections that are added to a menu before registration
#rnx


#ROBOMERGE-SOURCE: CL 11132386 via CL 11132679 via CL 11132707
#ROBOMERGE-BOT: (v640-11091645)

[CL 11132735 by rex hill in Main branch]
2020-01-28 13:09:22 -05:00
rex hill
33c6b20c8b Tool Menus: Allow extending submenus that are not registered
#rnx


#ROBOMERGE-SOURCE: CL 11129378 via CL 11129387 via CL 11129393
#ROBOMERGE-BOT: (v640-11091645)

[CL 11129402 by rex hill in Main branch]
2020-01-28 09:59:24 -05:00
christina tempelaarl
fe7b1f4718 Added PhysicalMaterialMasks.
#jira UE-1949, UE-1950
#rb benn.gallagher, matt.kuhlenschmidt


#ROBOMERGE-SOURCE: CL 11125982 via CL 11126447
#ROBOMERGE-BOT: (v640-11091645)

[CL 11126552 by christina tempelaarl in Main branch]
2020-01-28 05:18:40 -05:00
Lukas Hermanns
bc49934d32 Merging
//UE4/Dev-Rendering/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp

to //UE4/Main/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp

#rb none
#fyi Will.Damon, Matt.Collins
#jira UE-87533
#rnx

[CL 11122913 by Lukas Hermanns in Main branch]
2020-01-27 18:02:21 -05:00
marc audy
782875ebed Prevent OGL early fragment tests being enabled when discard instruction is used.
Fixes black outlines around masked materials.
#rnx
#rb none
[FYI] Dmitriy.Dyomin


#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: allan.bentham
#ROBOMERGE-SOURCE: CL 11116350 via CL 11116352 via CL 11116355
#ROBOMERGE-BOT: (v640-11091645)

[CL 11117627 by marc audy in Main branch]
2020-01-27 14:14:23 -05:00
christina tempelaarl
d87c5e9cfe Back out changelist 11112514
#ROBOMERGE-SOURCE: CL 11112640 via CL 11112641
#ROBOMERGE-BOT: (v640-11091645)

[CL 11112642 by christina tempelaarl in Main branch]
2020-01-25 00:34:35 -05:00
christina tempelaarl
62fb7bd1a5 Added PhysicalMaterialMasks.
#jira UE-1949, UE1950
#rb matt.kuhlenschmidt, benn.gallagher


#ROBOMERGE-SOURCE: CL 11112514 via CL 11112515
#ROBOMERGE-BOT: (v640-11091645)

[CL 11112518 by christina tempelaarl in Main branch]
2020-01-24 23:29:37 -05:00
rex hill
07ef46773c Tool Menus - Add support for submenus that open to display a custom widget.
- Menu bar insert at specific location logic fixed.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 11108377 via CL 11109312 via CL 11109326
#ROBOMERGE-BOT: (v640-11091645)

[CL 11110980 by rex hill in Main branch]
2020-01-24 18:47:55 -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
allan bentham
8f9f37f83b Bump GL shader format.
Speculative fix for FORT-252973
#rnx
#rb none
[FYI] Dmitriy.Dyomin


#ROBOMERGE-SOURCE: CL 11105865 via CL 11105871 via CL 11105884
#ROBOMERGE-BOT: (v640-11091645)

[CL 11105888 by allan bentham in Main branch]
2020-01-24 11:28:15 -05:00
graeme thornton
5059d3cb48 Make UAT use a config setting to decide which editor target is the default for use within automation scripts
Have UBT set the source target name as a define during compilation. For unique environments, embed that macro globally, but in shared environments just embed it into game modules.
Have the primary game module bind that define to a core delegate so engine systems can query it
Make LiveCodingModule pass the UBT target name to the UBT so that it doesn't have to guess which target to build
For agnostic executables (UE4Game, UE4Editor)  running content only projects, the delegate won't be bound, so revert back to type based recompile requests in live coding
Handle DTE string for VS2019 in the source code accessor module

#rb ben.marsh


#ROBOMERGE-SOURCE: CL 11103653 via CL 11103654 via CL 11103656
#ROBOMERGE-BOT: (v640-11091645)

[CL 11103658 by graeme thornton in Main branch]
2020-01-24 03:22:33 -05:00
Lina Halper
44c1bb3292 COPY from //Dev-Anim to //Dev-Main
#rb: none
#fyi: Laurent.Delayen, Thomas.Sarkanen

[CL 11088765 by Lina Halper in Main branch]
2020-01-22 17:58:55 -05:00
sebastien lussier
51255d78ee Fix bug where UHLODProxy were recreated every time the HLOD proxies were built from HLOD rendering maps.
This would cause unbuilt HLOD static meshes to be removed from the HLOD package.
#rb patrick.enfedaque


#ROBOMERGE-SOURCE: CL 11082419 via CL 11082422 via CL 11082423
#ROBOMERGE-BOT: (v637-11041722)

[CL 11082424 by sebastien lussier in Main branch]
2020-01-22 09:49:08 -05:00
graeme thornton
b445f78774 unrealpak: Fix a typo where I accidentally removed the last digit of a constant
#rnx


#ROBOMERGE-SOURCE: CL 11078276 via CL 11078288 via CL 11078295
#ROBOMERGE-BOT: (v637-11041722)

[CL 11078297 by graeme thornton in Main branch]
2020-01-21 18:09:35 -05:00
alexis matte
bf454087c3 Fix crash when unbinding cloth after the user remove the asset in the sklemesh editor.
#jira UE-86998
#jira UE-86948
#rb benoit.deschenes
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 11078236 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v637-11041722)

[CL 11078248 by alexis matte in Main branch]
2020-01-21 18:07:45 -05:00
lauren barnes
8608c8e7ff Migrate now correctly checks for packages outside the source packages' root directory, and will not add those to the dependency list.
#jira UE-85015
#rb Frank.Fella
#rnx


#ROBOMERGE-SOURCE: CL 11075462 via CL 11075477
#ROBOMERGE-BOT: (v637-11041722)

[CL 11075480 by lauren barnes in Main branch]
2020-01-21 14:59:26 -05:00
rex hill
63f58eda9f Allow plugins to control which folders are writable
#rb jamie.dale


#ROBOMERGE-SOURCE: CL 11075022 via CL 11075023 via CL 11075025
#ROBOMERGE-BOT: (v637-11041722)

[CL 11075026 by rex hill in Main branch]
2020-01-21 14:04:13 -05:00
rolando caloca
69e4f95ea8 F - Potential fix for bit overflow
#rb Will.Damon, Lukas.Hermanns
#rnx
#rb


#ROBOMERGE-SOURCE: CL 11073056 via CL 11073060 via CL 11073063
#ROBOMERGE-BOT: (v637-11041722)

[CL 11073065 by rolando caloca in Main branch]
2020-01-21 11:27:31 -05:00
bob tellez
b33286fadc #UE4 Several IWYU fixes
#ROBOMERGE-SOURCE: CL 11071083 via CL 11071084
#ROBOMERGE-BOT: (v637-11041722)

[CL 11071085 by bob tellez in Main branch]
2020-01-21 01:50:43 -05:00
dmitriy dyomin
32bb8acd0b Support virtual textures on mobile platforms. Requires Vulkan, OpenGL ES3.1 + SRV, iPhone8 and up.
Disabled by default, set r.Mobile.VirtualTextures=1 to enable
known issues: RVT compression is not implementted, Android OpenGL will have R and G channels swapped for uncompressed streaming VT, no sRGB support
#jira UE-79955
#rb jeremy.moore


#ROBOMERGE-SOURCE: CL 11070636 via CL 11070637
#ROBOMERGE-BOT: (v637-11041722)

[CL 11070638 by dmitriy dyomin in Main branch]
2020-01-20 22:16:23 -05:00
phillip kavan
5359d126e0 Fix incorrect platform name being used in manifest lookup for some cook targets during Blueprint nativization.
- Mirrored from //UE4/Dev-Framework (CL 11060400).

#rb None (trivial)
#jira UE-86101
#lockdown Cristina.Riveron

#ROBOMERGE-SOURCE: CL 11060510 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v637-11041722)

[CL 11060513 by phillip kavan in Main branch]
2020-01-17 20:00:41 -05:00
allan bentham
947198d80b Fix for overflowing framebuffer fetch on mali GPUs when MSAA is enabled.
#rnx
#rb none
[FYI] Jack.Porter, Dmitriy.Dyomin


#ROBOMERGE-SOURCE: CL 11041687 via CL 11041691 via CL 11041694
#ROBOMERGE-BOT: (v635-11031815)

[CL 11041698 by allan bentham in Main branch]
2020-01-17 06:10:06 -05:00
JeanMichel Dignard
f8b24a4e29 Copying //UE4/Dev-Tools-Staging at cl 11029060 to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx

[CL 11029289 by JeanMichel Dignard in Main branch]
2020-01-16 10:48:40 -05:00
JeanMichel Dignard
7130d293f2 Merging main @ cl 11028482
#rb none
#rnx

[CL 11029060 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-16 10:24:38 -05:00
mickael gilabert
90dc29a2e3 FMaterial::GetStaticParameterSet should not be called when FPlatformProperties::RequiresCookedData() is true. It can create otherwise spikes up to 200ms++
#rnx
#rb ben.ingram, zousar.shaker


#ROBOMERGE-SOURCE: CL 10996668 via CL 10996669 via CL 10996670
#ROBOMERGE-BOT: (v633-10983880)

[CL 10996671 by mickael gilabert in Main branch]
2020-01-15 15:39:20 -05:00