Commit Graph

554 Commits

Author SHA1 Message Date
Jaroslaw Surowiec
cfc5285586 MemoryProfiler2 - Updated comments
[CL 2080577 by Jaroslaw Surowiec in Main branch]
2014-05-21 12:36:39 -04:00
Gil Gribb
b1f0ff7f5e build script, add support for UT to gitpullrequest
[CL 2080338 by Gil Gribb in Main branch]
2014-05-21 10:10:47 -04:00
Jaroslaw Palczynski
26cfa3432e UnrealSync GUI
Initial version of UnrealSync UAT command GUI.
#codereview Robert.Manuszewski, Gil.Gribb

[CL 2080263 by Jaroslaw Palczynski in Main branch]
2014-05-21 08:45:24 -04:00
Jaroslaw Palczynski
3ddc363bcc Build fix for earlier GitHub merge.
[CL 2080225 by Jaroslaw Palczynski in Main branch]
2014-05-21 07:25:13 -04:00
Jaroslaw Palczynski
7606debc6d [GitHub] 66 : Start plumbing for advanced build handling
#ttp 333302
#codereview Robert.Manuszewski

[CL 2080176 by Jaroslaw Palczynski in Main branch]
2014-05-21 06:09:37 -04:00
Lee Clark
8591ddccc5 PS4 - Change the shader sdb output folder and add the shader debug mode settings to the shader key
[CL 2080153 by Lee Clark in Main branch]
2014-05-21 05:34:23 -04:00
Robert Manuszewski
6feb9053a3 UBT: Fixing DebugGame pch and plugin intermediate paths
[CL 2080129 by Robert Manuszewski in Main branch]
2014-05-21 04:54:13 -04:00
Jeff Farris
cb131d0bf7 Fixed engine path in server builds
#codereview Ben.Marsh

[CL 2079114 by Jeff Farris in Main branch]
2014-05-20 13:14:28 -04:00
Michael Trepka
0f56d9ec85 Small cleanup of UE4XcodeHelper use in Xcode project generator
[CL 2079020 by Michael Trepka in Main branch]
2014-05-20 11:49:08 -04:00
Marcus Wassmer
9e34ed0825 Hide command window popups when switching SDKS.
#codereview Dmitry.Rekman

[CL 2078989 by Marcus Wassmer in Main branch]
2014-05-20 11:13:55 -04:00
Michael Trepka
d4addbfcc9 Fix for product type setting in Xcode project generator
[CL 2078958 by Michael Trepka in Main branch]
2014-05-20 10:48:48 -04:00
Michael Trepka
077bf7deed Changed XcodeProjectTarget.Type in Xcode project generator from string to enum
[CL 2078937 by Michael Trepka in Main branch]
2014-05-20 10:28:53 -04:00
Keith Judge
86220377dd Remove Monolithic Direct3D switch, as this is now enabled by default.
[CL 2078889 by Keith Judge in Main branch]
2014-05-20 09:43:32 -04:00
Gil Gribb
4d8945b0b8 build script, test shared temp storage for write
[CL 2078831 by Gil Gribb in Main branch]
2014-05-20 08:33:13 -04:00
James Golding
307d1dddeb Move EnginePrivate.h to Private folder, stop including it outside Engine module
Add Runtime/Engine/Private as and Engine private include path
Rename Engine/Private/Materials/MaterialInstance.h to MaterialInstanceSupport.h because it was causing ambiguities
Move cpp files from Classes and Public into Private
#codereview steve.robb, Robert.Manuszewski, nick.penwarden

[CL 2078806 by James Golding in Main branch]
2014-05-20 07:27:59 -04:00
James Hopkin
81f1d90f79 Added assertion messages to the crash report website
Relates to TTP 333619

[CL 2078635 by James Hopkin in Main branch]
2014-05-20 03:37:08 -04:00
Ankit Khare
a51535e56a UE4
TTP 335792. CRITICAL: Regression: ROCKET: Code Templates fail to generate project files).

   Engine should be dependent on platform specific modules, use SetupNewlyLoadedModules instead.

#codereview peter.sauerbrei, ben.marsh

[CL 2078124 by Ankit Khare in Main branch]
2014-05-19 17:19:10 -04:00
Ben Marsh
4dbff0023e Add a horizontal scroll bar to the version selector error dialog.
[CL 2077836 by Ben Marsh in Main branch]
2014-05-19 13:08:31 -04:00
Gil Gribb
f79df56dfb build script, better dependencies for test compiles
[CL 2077522 by Gil Gribb in Main branch]
2014-05-19 08:32:20 -04:00
Dmitry Rekman
a97a6cded9 UBT: Fixed a minor warning in Mono.
#codereview Steve.Robb

[CL 2077517 by Dmitry Rekman in Main branch]
2014-05-19 08:17:15 -04:00
Gil Gribb
a3a345f8c3 build script, fix and enable build cleaning
[CL 2077502 by Gil Gribb in Main branch]
2014-05-19 08:02:12 -04:00
James Hopkin
1a4bf7ac8b Fixed crash report website solution to point to new location of CrashReportCommon
[CL 2077479 by James Hopkin in Main branch]
2014-05-19 07:17:03 -04:00
James Hopkin
66716e4b5c CrashReportClient now checks app name before uploading crash
Addresses TTP 332274 (mainly CrashReportClientApp.cpp changes) and
- Fixes hang on Linux (uploader wasn't honoring always-unattended setting)
- Fixed erroneous check warnings
- Removed code duplication between CrashReportClient platforms
- Error message now passed on for ensures as well as asserts
- Windows crash reporting multiple instance bail-out is now thread-safe

#CodeReview Bob.Tellez, Jaroslaw.Surowiec

[CL 2077477 by James Hopkin in Main branch]
2014-05-19 07:07:01 -04:00
Steve Robb
d3d90eafb4 #ttp 333737: UHT should not output anything differently for Rocket - resubmitted after CL# 2068336 was backed out due to UAT rebuild problems.
#change Root module path added to include paths.
#change Plugins now write intermediates to the project folder.
#change All generated #includes are now relative.
#change Updated UHTDebugging.manifest to new format.
#change Android response files now use relative include paths to prevent overly-large response files.
#remove Rocket-specific UHT execution removed.
#remove iOS header hack removed.

#codereview robert.manuszewski,ben.marsh

[CL 2077472 by Steve Robb in Main branch]
2014-05-19 06:57:00 -04:00
Robert Manuszewski
cf6315424b [GitHub] 144 : Fix indentation of trace output
[CL 2077464 by Robert Manuszewski in Main branch]
2014-05-19 06:36:54 -04:00