Commit Graph

25828 Commits

Author SHA1 Message Date
John Pollard
7b9ad057ea Fix crash that could occur while scrubbing in replays
[CL 2586571 by John Pollard in Main branch]
2015-06-12 18:16:26 -04:00
Jaroslaw Surowiec
44aac5751a Stats - Temp compile fix
[CL 2586559 by Jaroslaw Surowiec in Main branch]
2015-06-12 18:10:26 -04:00
Martin Mittring
d3a626567a fixed typo
[CL 2586497 by Martin Mittring in Main branch]
2015-06-12 17:40:53 -04:00
Keli Hlodversson
e3a9403422 [INTEGRATE] Merging CL#2586385 using UE4-To-UE4-LauncherDev
Don't require NSApp boiler plate code in order to use SWebBrowser on Mac
Jira OPP-3500

[CL 2586448 by Keli Hlodversson in Main branch]
2015-06-12 17:23:08 -04:00
Jamie Dale
6394c466be Changed the text filter to inject AND tokens at spaces (rather than OR tokens) as this matches the old behavior of the filter.
[CL 2586412 by Jamie Dale in Main branch]
2015-06-12 17:07:29 -04:00
Peter Knepley
df469ecfb0 Change 2586270 by Matt.Oelfke@matt.oelfke_T4219 on 2015/06/12 15:45:41
Made UCharacterMovementComponent::CheckFall() virtual

#codereview Zak.Middleton

Merging 2586270

//depot/UE4-UT/...

to //depot/UE4/...

[CL 2586409 by Peter Knepley in Main branch]
2015-06-12 17:06:52 -04:00
Phillip Kavan
e80c2499fd [UE-15960] Ensure that we use the inherited component override template for SCS parent nodes when browsing sockets for attachment in the Blueprint editor.
change summary:
- modified FBlueprintComponentDetails::OnBrowseSocket() to invoke FSCSEditorTreeNodeComponent::GetEditableComponentTemplate() rather than GetComponentTemplate()

[CL 2586404 by Phillip Kavan in Main branch]
2015-06-12 17:05:49 -04:00
Justin Sargent
bdce0fd5fe Updating Mac editor behavior to take into the account the newly renamed launcher exe.
[CL 2586382 by Justin Sargent in Main branch]
2015-06-12 16:57:25 -04:00
Michael Schoell
d54259a4cb Local variables in Blueprint functions will now be set to the default values of the user defined struct their type represents.
#jira UE-16717 - Local variables in Blueprint functions don't support default values of Custom Structs

[CL 2586354 by Michael Schoell in Main branch]
2015-06-12 16:40:34 -04:00
Zak Middleton
cc8ee6a838 #ue4 - Fix bReturnPhysMat not being respected for heightfields. Also make sure to init Hit.FaceIndex to INDEX_NONE when it's not filled in.
[CL 2586321 by Zak Middleton in Main branch]
2015-06-12 16:11:41 -04:00
Ben Zeigler
c37bb37ebb #UE4 Fix crash when UWidgetBlueprintLibrary::Create is called on an Player Controller that is in the middle of transioning maps, return NULL instead
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2586287 by Ben.Zeigler on 2015/06/12 15:56:20.

[CL 2586306 by Ben Zeigler in Main branch]
2015-06-12 16:04:14 -04:00
Mike Beach
1fa11b9410 [UE-16996] Properly removing pin watches for params that are being deleted from a custom event node.
[CL 2586299 by Mike Beach in Main branch]
2015-06-12 16:00:56 -04:00
Phillip Kavan
87e04c49f8 [UE-15598] Fix crash on reload of maps saved with constructed component instances that match archetypes by name but no longer by type.
change summary:
- modified UBlueprintGeneratedClass::FindArchetype() to also check matched SCS component template types against the given archetype class

[CL 2586255 by Phillip Kavan in Main branch]
2015-06-12 15:40:16 -04:00
Phillip Kavan
f794f4e947 [UE-16281] Fix stale components persisting in a Blueprint class asset after changing a native parent class's inheritance hierarchy.
change summary:
- modified FLinkerLoad::ResolveDeferredExports() to ensure that all default subobjects in the export map for a Blueprint class asset package have been constructed and registered prior to class/CDO regeneration during compile-on-load.

#codereview Mike.Beach, Marc.Audy

[CL 2586252 by Phillip Kavan in Main branch]
2015-06-12 15:38:18 -04:00
Guillaume Abadie
1e6f647910 Fixes a shader compilation failure when plugin-in const 0 to the material PixelDepthOffset input.
#code_review: Daniel.Wright

[CL 2586229 by Guillaume Abadie in Main branch]
2015-06-12 15:29:12 -04:00
Timothy Reynolds
48204dbc18 Allows viewport to move when piloting for focus, move to, etc.
The piloting was overwriting the viewport transition code resulting in no movement.

UE-7376

#codereview Matt.Kuhlenschmidt

[CL 2586227 by Timothy Reynolds in Main branch]
2015-06-12 15:28:56 -04:00
Sam Deiter
81c617a08f #UE4 Docs: Fixing the intro text to be more inline with the Proc Foliage tool per luis request.
#Code_Review lauren.ridge, jeff.wilson, ian.shadden, wes.bunn, anthony.zalar, steve.hardister, robert.gervais

[CL 2586202 by Sam Deiter in Main branch]
2015-06-12 15:16:43 -04:00
Max Chen
f0834db2b7 Sequencer: Get audio playing.
#codereview matt.kuhlenschmidt

[CL 2586198 by Max Chen in Main branch]
2015-06-12 15:15:45 -04:00
Zak Middleton
b29d0dec18 #ue4 - 30% Faster FQuat::Normalize() and FQuat::GetNormalized() when vector intrinsics are enabled, and surrounding code has the quat in a VectorRegister (the common case).
[CL 2586176 by Zak Middleton in Main branch]
2015-06-12 15:03:04 -04:00
Ben Marsh
ed83ab0cca [INTEGRATE] Change 2574438 by Ben.Marsh@Ben.Marsh_T3245_Fortnite on 2015/06/02 16:37:58
Add a define for whether the current engine version is a promoted build. UnrealGameSync will override this and force it to 0.

	#codereview Ben.Zeigler

[CL 2586168 by Ben Marsh in Main branch]
2015-06-12 15:00:54 -04:00
John Pollard
9a9a46df36 Clamp demo time when scrubbing
[CL 2586151 by John Pollard in Main branch]
2015-06-12 14:55:26 -04:00
Wes Fudala
22c9856fe5 [OPP-3051] Add support for multiple browser windows.
Merging CL#2582871 LauncherDev->Main
change summary:
- Web browser modified to allow users to pass in a callback function that will handle window creation.

[CL 2586148 by Wes Fudala in Main branch]
2015-06-12 14:55:16 -04:00
Jeff Wilson
13f6520e24 updated Oculus version number
[CL 2586092 by Jeff Wilson in Main branch]
2015-06-12 14:25:11 -04:00
Dmitry Rekman
04756a16ca Linux: larger limits for absolute DDC paths.
#codereview Bob.Tellez, Josh.Adams, Robert.Manuszewski

[CL 2586047 by Dmitry Rekman in Main branch]
2015-06-12 14:05:08 -04:00
Jaroslaw Surowiec
a840dc4262 Stats - Minor optimization (Added stats for wait/trigger in events)
[CL 2586026 by Jaroslaw Surowiec in Main branch]
2015-06-12 13:55:35 -04:00