Commit Graph

7020 Commits

Author SHA1 Message Date
alexis matte
16f0a45fba Optimize the polygonshell chunking algorithm
#rb lina.halper
#rnx


#ROBOMERGE-SOURCE: CL 11452152 via CL 11452154
#ROBOMERGE-BOT: (v654-11333218)

[CL 11452155 by alexis matte in Main branch]
2020-02-14 18:37:33 -05:00
jamie dale
25e852a5e8 Fixed localization conflicts
#jira
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 11448060 in //UE4/Release-4.25/... via CL 11448075
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v654-11333218)

[CL 11448100 by jamie dale in Main branch]
2020-02-14 15:49:24 -05:00
jamie dale
db9507f916 Fixed localization conflicts
#jira
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 11448060 in //UE4/Release-4.25/...
#ROBOMERGE-BOT: RELEASE (Release-4.25 -> Release-4.25Plus) (v654-11333218)

[CL 11448075 by jamie dale in 4.25-Plus branch]
2020-02-14 15:48:32 -05:00
dave belanger
a32107b87c Add option on whether to prompt user with checkout dialog in AssetFixUpRedirectors and use it to avoid pop-up in PPID generation.
#rb Rex.Hill


#ROBOMERGE-SOURCE: CL 11447143 via CL 11447144 via CL 11447146
#ROBOMERGE-BOT: (v654-11333218)

[CL 11447152 by dave belanger in Main branch]
2020-02-14 15:01:22 -05:00
Matt Peters
40f55732ba #jira FORT-236167
[REVIEW]
#rb Graeme.Thornton
Optimize Pak file indices by computing the PathHashIndex in unrealpak rather than using strings at runtime.
This also removes the need to shrink the string indices for performance, which was triggering a bug due to unsynchronized multithreaded access.

#ROBOMERGE-SOURCE: CL 11442058 in //Fortnite/Release-12.00/... via CL 11442063 via CL 11442073 via CL 11442081

[CL 11443295 by Matt Peters in Main branch]
2020-02-14 09:53:05 -05:00
Rolando Caloca
5b82f15def Copying //UE4/Dev-RenderPlat-Staging@11388153 to //UE4/Main
#rb none
#rnx

[CL 11388545 by Rolando Caloca in Main branch]
2020-02-12 13:27:19 -05:00
bob tellez
c7a60a8d7f #UE4 Fix thread safety issue when generating lods
#rb Alexis.Matte


#ROBOMERGE-SOURCE: CL 11386825 via CL 11386830 via CL 11386831
#ROBOMERGE-BOT: (v654-11333218)

[CL 11386832 by bob tellez in Main branch]
2020-02-12 12:41:49 -05:00
juan canada
090d1f15b8 Fixed more static analysis warnings
#rb none
#jira UE-88610


#ROBOMERGE-SOURCE: CL 11383939 via CL 11383979
#ROBOMERGE-BOT: (v654-11333218)

[CL 11383999 by juan canada in Main branch]
2020-02-12 09:53:28 -05:00
matt kuhlenschmidt
3fa44160fd Improved the details panel root object customization API to support multiple objects in the "root object set". Deprecated old functionality and removed pass through customizations that are no longer needed
#rb none

#ROBOMERGE-OWNER: matt.kuhlenschmidt
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 11382968 via CL 11382988 via CL 11382990
#ROBOMERGE-BOT: (v654-11333218)

[CL 11383722 by matt kuhlenschmidt in Main branch]
2020-02-12 09:41:11 -05:00
rex hill
0987dfb11e Project Launcher now has 'Show Missing' option in the cooked maps section.
#rb none
#jira UE-88438


#ROBOMERGE-SOURCE: CL 11341704 via CL 11350709 via CL 11350959
#ROBOMERGE-BOT: (v654-11333218)

[CL 11351178 by rex hill in Main branch]
2020-02-11 14:40:18 -05:00
juan canada
02c1c2fac8 Fixed static analysis warnings due false positive warnings
#rb none


#ROBOMERGE-SOURCE: CL 11348471 via CL 11348500
#ROBOMERGE-BOT: (v654-11333218)

[CL 11348519 by juan canada in Main branch]
2020-02-11 14:09:37 -05:00
geordiemhall
a2912779ca PR #6671: Enable right-click drag scrolling in Project/Editor Settings sidebar (Contributed by geordiemhall)
#jira UE-88368
#rb chris.gagnon, rex.hill


#ROBOMERGE-SOURCE: CL 11339223 via CL 11345303 via CL 11345519
#ROBOMERGE-BOT: (v654-11333218)

[CL 11345711 by rex hill in Main branch]
2020-02-11 13:41:03 -05:00
mihnea balta
9c7996448f Fixed incorrect dissassembly when WITH_EDITOR is not defined.
The opcode was only added to the argument list when WITH_EDITOR was defined, so all the positional arguments used by the string formatter were offset by -1.

#rb none


#ROBOMERGE-SOURCE: CL 11335700 via CL 11335730
#ROBOMERGE-BOT: (v653-11302973)

[CL 11335734 by mihnea balta in Main branch]
2020-02-11 08:57:26 -05:00
Ben Marsh
62db13b006 Fix for warning after upgrading to PVS-Studio 7.0.4:
V1028: Possible overflow. Consider casting operands of the 'j + IABOffsetIndex' operator to the 'uint64' type, not the result.

#codereview Rolando.Caloca
#rb none
#rnx

[CL 11311722 by Ben Marsh in Main branch]
2020-02-10 16:28:24 -05:00
arciel rekman
e1db3cb334 Don't include commented out defines in the preprocessed code by default.
- Defines will still be there if we're dumping the shader code for debug.
- This makes the code less unique in general case and also avoids unnecessary works that no one sees.

#rb Lukas.Hermanns
[FYI] Lukas.Hermanns, Rolando.Caloca


#ROBOMERGE-SOURCE: CL 11311362 via CL 11311438
#ROBOMERGE-BOT: (v653-11302973)

[CL 11311455 by arciel rekman in Main branch]
2020-02-10 16:07:53 -05:00
matt kuhlenschmidt
54ad259b8b Non-unity fixes
#ROBOMERGE-SOURCE: CL 11311048 via CL 11311051 via CL 11311053
#ROBOMERGE-BOT: (v653-11302973)

[CL 11311421 by matt kuhlenschmidt in Main branch]
2020-02-10 16:06:34 -05:00
matt kuhlenschmidt
2466840461 Added filtering to details panels to filter the set of incoming objects passed to a details panel
Changed the way details panels handle multiple root objects.  The filter can now specify this without setting a specific flag on a details panel at creation time.

[CODEREVIEW] chris.gagnon


#ROBOMERGE-OWNER: matt.kuhlenschmidt
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 11308033 via CL 11308037 via CL 11308040
#ROBOMERGE-BOT: (v653-11302973)
#rb none

[CL 11310703 by matt kuhlenschmidt in Main branch]
2020-02-10 15:43:53 -05:00
Martin Ridgers
bcda0febbe Cancel the timeout tick when accepting a connection to read trace data from a relay. Otherwise the timeout fires causing an extra read, the loss of a page of trace data, and eventually a segfault or assert.
#rb jb
#rnx
#jira ue-88376
#ushell-cherrypick of 11302806 by Martin.Ridgers

[CL 11303311 by Martin Ridgers in Main branch]
2020-02-10 08:55:35 -05:00
Martin Ridgers
cfd65a404f Always attempt to cancel a timer regardless of the owning FAsioTickable's state. Without this it isn't possible to cancel one-shot ticks.
#rb jb
#rnx
#jira ue-88376

#ushell-cherrypick of 11302796 by Martin.Ridgers

[CL 11303303 by Martin Ridgers in Main branch]
2020-02-10 08:53:23 -05:00
robert manuszewski
b938e59c9b Reimplementing FProperty changes from //UE4/Main
+ Reimplemented FProperty related fixed from //UE4/Main:
CL#10791312, 10804850, 10851666, 10855122, 10855198, 10942138, 11030611, 11030639, 11032261, 11061515, 11136964,11138881, 11214238, 11214865

#rb none (previously reviewed in Dev-Core)
[FYI] Chris.Bunnner, Daniel.Lamb


#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 11302985 via CL 11303011 via CL 11303019
#ROBOMERGE-BOT: (v0-11244347)

[CL 11303183 by robert manuszewski in Main branch]
2020-02-10 08:06:56 -05:00
Marc Audy
2080159f77 Fix missing includes
#rb
#rnx

[CL 11301105 by Marc Audy in Main branch]
2020-02-08 13:01:12 -05:00
Jurre deBaare
12a80d4e31 Restarting the UE4Editor with a Gameplay Insights enabled project always starts with the Gameplay Insights window undocked
#fix Ensure that tabs are not always activated and spawned whenever a Trace is opened/loaded
#jira UE-88136
#rb Ionut.Matasaru

[CL 11292742 by Jurre deBaare in Main branch]
2020-02-07 12:46:02 -05:00
Martin Ridgers
034e882cad Moved ASIO defines to the correct .Build.cs script.
#jira ue-88191
#rb trivial
#rnx


#ushell-cherrypick of 11290354 by Martin.Ridgers

[CL 11290836 by Martin Ridgers in Main branch]
2020-02-07 08:41:38 -05:00
rolando caloca
32fa5b247c F - Attempt to fix static analysis again
#rb none
#rnx


#ROBOMERGE-SOURCE: CL 11288705 via CL 11288710
#ROBOMERGE-BOT: (v647-11244347)

[CL 11288715 by rolando caloca in Main branch]
2020-02-06 19:00:55 -05:00
Marc Audy
91ac12b807 Submit missing includes
#rb
#rnx

[CL 11288530 by Marc Audy in Main branch]
2020-02-06 18:44:52 -05:00