Commit Graph

1152 Commits

Author SHA1 Message Date
Robert Manuszewski
71e2dcc999 Fixing CIS: backing out changelist 2327127
[CL 2327363 by Robert Manuszewski in Main branch]
2014-10-13 13:17:29 -04:00
Mikolaj Sieluzycki
11a2a37bff Make Core module public headers individually compilable. Part 8 of n.
#codereview Robert.Manuszewski

[CL 2327127 by Mikolaj Sieluzycki in Main branch]
2014-10-13 09:51:39 -04:00
Mikolaj Sieluzycki
403ecd9b0b Make Core module public headers individually compilable. Part 7 of n.
#codereview Robert.Manuszewski

[CL 2327051 by Mikolaj Sieluzycki in Main branch]
2014-10-13 08:16:15 -04:00
Mikolaj Sieluzycki
d9c2e5d712 Make Core module public headers individually compilable. Part 6 of n.
#codereview Robert.Manuszewski

[CL 2327032 by Mikolaj Sieluzycki in Main branch]
2014-10-13 07:31:02 -04:00
Mikolaj Sieluzycki
9720310a4c Make Core module public headers individually compilable. Part 5 of n.
#codereview Robert.Manuszewski

[CL 2327008 by Mikolaj Sieluzycki in Main branch]
2014-10-13 06:45:54 -04:00
Mikolaj Sieluzycki
ce255e9346 Make Core module public headers individually compilable. Part 4 of n.
#codereview Robert.Manuszewski

[CL 2326980 by Mikolaj Sieluzycki in Main branch]
2014-10-13 05:50:36 -04:00
Max Preussner
92516d1cf4 Core: Replaced EngineVersion namespaced enums with enum classes
[CL 2326172 by Max Preussner in Main branch]
2014-10-10 20:13:56 -04:00
Zak Middleton
d2cdcf9cee #ue4 - Deprecated CharacterMovementComponent::AdjustUpperHemisphereImpact() and UpperImpactNormalScale.
- Implementations of AdjustUpperHemisphereImpact() should override ComputeSlideVector() instead.

[CL 2326137 by Zak Middleton in Main branch]
2014-10-10 19:43:50 -04:00
Max Preussner
d91edba3b3 Core: Misc documentation cleanup
[CL 2326111 by Max Preussner in Main branch]
2014-10-10 18:58:50 -04:00
Michael Trepka
1d5a0d5506 Updated engine code to compile correctly with OS X 10.10 SDK, added SDK detection to MacToolChain (based on iOS one)
#codereview Mark.Satterthwaite

[CL 2325808 by Michael Trepka in Main branch]
2014-10-10 15:07:46 -04:00
Max Preussner
315f7c08af Core: Replaced namespaced enums; added more unit tests
[CL 2325706 by Max Preussner in Main branch]
2014-10-10 13:07:29 -04:00
Michael Trepka
90f37f43fd Use FCocoaWindow.DeferFrame instead of actual window frame for hidden windows when calling SlateApplication's OnMovedWindow in FMacApplication::OnWindowDidMove
#codereview Mark.Satterthwaite

[CL 2325691 by Michael Trepka in Main branch]
2014-10-10 12:57:14 -04:00
Michael Trepka
9acbce9395 Rollback //depot/UE4/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMemory.cpp to revision 7 - latest Yosemite GM candidate doesn't like it.
[CL 2325569 by Michael Trepka in Main branch]
2014-10-10 11:01:57 -04:00
Mikolaj Sieluzycki
49337e5c84 Make Core module public headers individually compilable. Part 3 of n.
#codereview Robert.Manuszewski

[CL 2325379 by Mikolaj Sieluzycki in Main branch]
2014-10-10 07:35:59 -04:00
Mikolaj Sieluzycki
68d630cfe1 Make Core module public headers individually compilable. Part 2 of n.
#codereview Robert.Manuszewski

[CL 2325305 by Mikolaj Sieluzycki in Main branch]
2014-10-10 05:05:11 -04:00
Mikolaj Sieluzycki
67aba028a0 Make Core module public headers individually compilable. Part 1 of n.
#codereview Robert.Manuszewski

[CL 2325267 by Mikolaj Sieluzycki in Main branch]
2014-10-10 04:14:49 -04:00
Nick Darnell
38d0e2a429 Editor/Slate - The multiline text editor now allows you to specify a modifer key that is required to create a new line. Normally this is none, but you can set it to Shift, for example to require shift +enter to create a new line. Failing to press Shift+Enter and instead just Enter would now commit the text. The multiline property editors for the editor now use this. Enter by default now always commits the values, but in multiline property fields you can now add new lines by using Shift+Enter.
#codereview Nick.Atamas Matt Kuhlenschmidt

[CL 2324663 by Nick Darnell in Main branch]
2014-10-09 17:40:30 -04:00
Max Preussner
3e8679806a Core: Fixed incorrect assertion in FTimespan::FromSeconds()
[CL 2324558 by Max Preussner in Main branch]
2014-10-09 17:18:05 -04:00
Max Preussner
1fab6e586f Slate: Added support for convertible laptops on Windows (GitHub PR #380 by JeffRous)
https://github.com/EpicGames/UnrealEngine/pull/380

#CodeReview: nick.atamas

[CL 2324225 by Max Preussner in Main branch]
2014-10-09 11:44:41 -04:00
Jaroslaw Surowiec
7227dad9b8 CrashReport - Refactoring continued
[CL 2324141 by Jaroslaw Surowiec in Main branch]
2014-10-09 11:27:20 -04:00
Mark Satterthwaite
985c8c3e33 Copy the crash video if there is one into the crash report folder on OS X.
#codereview michael.trepka

[CL 2324050 by Mark Satterthwaite in Main branch]
2014-10-09 11:25:55 -04:00
Mark Satterthwaite
a2fcd499cd Cache the crash reporting values in PlatformPreInit on Mac OS X, should work just fine.
#codereview michael.trepka, Jaroslaw.Surowiec

[CL 2324029 by Mark Satterthwaite in Main branch]
2014-10-09 11:25:30 -04:00
Robert Manuszewski
27788e6c25 Adding FORCENOINLINE to the generic implementation of MemoryBarrier
[CL 2323922 by Robert Manuszewski in Main branch]
2014-10-09 06:36:17 -04:00
Jaroslaw Palczynski
4d72feb452 [GitHub] 480 : FMath::GetReflectionVector(Dir,SurfaceNormal), For Reflecting Lasers off Mirrors and Projectile Bounces
Missing file for CL2323910 (GitHub 2c1bbfc11d).

TTP 348794

[CL 2323919 by Jaroslaw Palczynski in Main branch]
2014-10-09 06:31:15 -04:00
Jaroslaw Palczynski
2c1bbfc11d [GitHub] 480 : FMath::GetReflectionVector(Dir,SurfaceNormal), For Reflecting Lasers off Mirrors and Projectile Bounces
TTP 348794

#codereview Robert.Manuszewski

[CL 2323910 by Jaroslaw Palczynski in Main branch]
2014-10-09 06:26:13 -04:00