Commit Graph

150939 Commits

Author SHA1 Message Date
ryan schmidt
4a902c588e GeometryProcessing: fix SparseDynamicOctree bug where if an object insertion spawned a new Root cell, object was always added to that cell regardless of whether it actually fit (which then causes spatial queries to incorrectly 'miss' the object outside the too-small Root box). Also changed some slightly overzealous safety check()'s to checkSlow()
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 13041913 via CL 13041917 via CL 13041920
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13041923 by ryan schmidt in Main branch]
2020-04-24 18:17:26 -04:00
tim tillotson
dfb2cd80ac Allow silencing log spam that isn't on UE_LOG channels. Got sick of log spam I couldn't silence when debugging. These cvars allow silencing systems that bypass the normal log spam.
Committing so that others can use it as well.
#rb Bob.Tellez, Todd.Eckert

To silence these system in DefaultEngine.ini:
[ConsoleVariables]

; Disable log spam not relevant to my testing
memory.logGenericPlatformMemoryStats=0
health.logHealthSnapshot=0

#ROBOMERGE-SOURCE: CL 13038558 via CL 13038559 via CL 13038561
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13038565 by tim tillotson in Main branch]
2020-04-24 15:59:44 -04:00
devon penney
fe732081dd fix CIS - avoid using editor only method
#rb none

#ROBOMERGE-SOURCE: CL 13038510 via CL 13038515 via CL 13038518
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13038519 by devon penney in Main branch]
2020-04-24 15:55:01 -04:00
ryan durand
917e0bbf87 Fixing CRC define behavior on Windows and Mac.
#rnx
#rb none
#jira UE-92278, UE-91460

#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 13037686 in //UE4/Release-4.25/... via CL 13037737 via CL 13038444
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13038446 by ryan durand in Main branch]
2020-04-24 15:46:41 -04:00
aaron cox
44f4edddf1 Fix check() firing in GetEditingObjects() when opening some animbps. It was skippable in VS, but shutting down the editor for animators.
Also fix similar issue reported here: https://udn.unrealengine.com/questions/564931/crash-when-open-animation-blueprint-editor-due-to.html
[at]Thomas.Sarkanen
#rnx

#ROBOMERGE-SOURCE: CL 13036097 via CL 13036223 via CL 13037113 via CL 13037321 via CL 13037517
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13037601 by aaron cox in Main branch]
2020-04-24 15:22:28 -04:00
Jamie Dale
9b1287d0b1 Removed the ELocTextPlatformSplitMode::Restricted option
There are no longer any platforms marked as having "restricted" localization, as they all now live inside platform extensions. The original spirit of this option lives on as ELocTextPlatformSplitMode::Confidential, however none of our localization targets are using it and it has limited utility.

#rb none

[CL 13035985 by Jamie Dale in Main branch]
2020-04-24 14:49:53 -04:00
Florin Pascu
3f0e82dca7 Error if x64 or x86 is only platform and in binarybuild
#jira UE-92455
#rb Chris.Babcock
#fyi Jack.Porter

#ushell-cherrypick of 13034826 by Florin.Pascu

[CL 13035774 by Florin Pascu in Main branch]
2020-04-24 14:18:45 -04:00
uriel doyon
eac74fa489 Fixed missing per ribbon data, when some ribbons get culled out because they don't have enough vertices.
#rb none

#ROBOMERGE-SOURCE: CL 13035562 via CL 13035567 via CL 13035577
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13035580 by uriel doyon in Main branch]
2020-04-24 13:57:21 -04:00
devon penney
41d1bf3b91 First pass for Landscape DI
Fixed Source Grid2D to use size and origr rather than min/max
Added Min collision velocity from Reverb
Resave all assets in order to merge into UE4 main manually
Updated to use new shade stage UI
Updated to use Attribute Reader
#rb none

#ROBOMERGE-OWNER: devon.penney
#ROBOMERGE-AUTHOR: devon.penney
#ROBOMERGE-SOURCE: CL 13034859 via CL 13035040 via CL 13035048
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13035335 by devon penney in Main branch]
2020-04-24 13:50:58 -04:00
devon penney
69c0f090cc * first draft of a Landscape DI by building a texture from heightfield data and putting it into a buffer.
* added FTextureReadBuffer2D for read only buffers that can be easily used in Niagara

* functionality in Landscape to build a TArray of height values to pass to DI

#rb none

#ROBOMERGE-OWNER: devon.penney
#ROBOMERGE-AUTHOR: devon.penney
#ROBOMERGE-SOURCE: CL 13034849 via CL 13034851 via CL 13034857
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13035276 by devon penney in Main branch]
2020-04-24 13:50:42 -04:00
florin pascu
9ce469e211 Add new line before any echo in SetupAndroid
#jira UE-92410
#rb Brandon.Schaefer, Chris.Babcock

#ROBOMERGE-SOURCE: CL 13034767 in //UE4/Release-4.25/... via CL 13034769 via CL 13034773
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034779 by florin pascu in Main branch]
2020-04-24 13:20:54 -04:00
josh adams
d5c2e26642 - Moved some Engine/Extras/AutoSDKs/ platforms to PlatformExtensions
#rb none

#ROBOMERGE-SOURCE: CL 13034623 via CL 13034627 via CL 13034630
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034632 by josh adams in Main branch]
2020-04-24 12:50:52 -04:00
juan canada
3118b17a3c Fixed static analisys warning
#rb yuriy.odonnell
[FYI] marc.audy

#ROBOMERGE-SOURCE: CL 13034579 via CL 13034583 via CL 13034590 via CL 13034593
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034595 by juan canada in Main branch]
2020-04-24 12:45:08 -04:00
chris babcock
87f2079cd0 Remove redundant compiler flags on x86_64 architectures
#ue4
#android
#rb trivial


#ROBOMERGE-SOURCE: CL 13034541 via CL 13034548 via CL 13034550
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034553 by chris babcock in Main branch]
2020-04-24 12:38:46 -04:00
josh adams
c3fb1e5fc1 - Moved some platform-related binaries to their platformextension
#rb none
[FYI] ben.marsh

#ROBOMERGE-SOURCE: CL 13034469 via CL 13034476 via CL 13034484
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034489 by josh adams in Main branch]
2020-04-24 12:28:52 -04:00
michael kirzinger
f6ac5e2ec8 Back out changelist 13033128 to fix CIS
#ROBOMERGE-SOURCE: CL 13034464 via CL 13034473
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034478 by michael kirzinger in Main branch]
2020-04-24 12:28:08 -04:00
max chen
002112f3f5 Live Link / Rich Curve: Set all times and values at once and not auto tangent each key.
#jira UE-92430
#rb lina.halper, mike.zyracki, ludovic.chabant
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 13034322 in //UE4/Release-4.25/... via CL 13034326 via CL 13034334
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13034341 by max chen in Main branch]
2020-04-24 12:12:21 -04:00
marc audy
4a9b741461 Fix missing include
#rb
#rnx
#jira
#lockdown Cristina.Riveron
[FYI] Arciel.Rekman

#ROBOMERGE-SOURCE: CL 13033904 via CL 13033910 via CL 13033915 via CL 13033920
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033923 by marc audy in Main branch]
2020-04-24 11:38:51 -04:00
jon nabozny
0eb67e9efb Fix CIS Issue
#rnx
#jira UE-92450

#ROBOMERGE-SOURCE: CL 13033839 via CL 13033841 via CL 13033842 via CL 13033844 via CL 13033848
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033851 by jon nabozny in Main branch]
2020-04-24 11:29:01 -04:00
louisphilippe seguin
73c81fbf88 Added checks to CurlHTTPRequests to detect if they are created or destroyed outside the lifetime of the curl module.
#rb Michael.Kirzinger

#ROBOMERGE-SOURCE: CL 13033694 via CL 13033698 via CL 13033700 via CL 13033742 via CL 13033760
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033776 by louisphilippe seguin in Main branch]
2020-04-24 11:22:00 -04:00
jonathan lindquist
0b5d5e8fdf Exposing a scale parameter input
#jira none

#ROBOMERGE-SOURCE: CL 13033652 in //UE4/Release-4.25/... via CL 13033656 via CL 13033663
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033666 by jonathan lindquist in Main branch]
2020-04-24 11:03:18 -04:00
ori cohen
c5d79d49bb Make it so you can create different solvers, unit tests automatically use all solvers
Benn.Gallagher

#ROBOMERGE-SOURCE: CL 13033611 via CL 13033620 via CL 13033629
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033632 by ori cohen in Main branch]
2020-04-24 10:59:01 -04:00
robomerge
6e892cca1a Adding Radial Mode to DynamicEntryBox. Adding a SRadialBox container to support radial arrangement of items.
#rb [at]Josh.Gross, [at]Vincent.Gauthier, [at]Patrick.Boutot

#ROBOMERGE-SOURCE: CL 13033342 via CL 13033344 via CL 13033347 via CL 13033348 via CL 13033352
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033355 by robomerge in Main branch]
2020-04-24 10:26:43 -04:00
michael kirzinger
ba2dcd6317 Provide a way to pass an obfuscated user id when purchasing using GooglePlay. Google uses this as part of their anti-fraud efforts
[at]sam.zamani, [at]eric.newman, [at]rob.cannaday

#ROBOMERGE-OWNER: michael.kirzinger
#ROBOMERGE-AUTHOR: michael.kirzinger
#ROBOMERGE-SOURCE: CL 13032447 via CL 13033126 via CL 13033127 via CL 13033128 via CL 13033131
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13033133 by michael kirzinger in Main branch]
2020-04-24 10:10:53 -04:00
martin wilson
e4e6985b14 Streamable Anims not supported in 4.25
#jira none
#rb none

#ROBOMERGE-SOURCE: CL 13032316 in //UE4/Release-4.25/... via CL 13032319 via CL 13032322
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v683-13008971)

[CL 13032324 by martin wilson in Main branch]
2020-04-24 08:43:19 -04:00