Commit Graph

1214 Commits

Author SHA1 Message Date
Ben Marsh
338a4e0889 Rename 'functions' heading to 'methods'.
[CL 2302443 by Ben Marsh in Main branch]
2014-09-18 09:43:13 -04:00
Ben Marsh
fcd420c88c Back out changelist 2298474
[CL 2302441 by Ben Marsh in Main branch]
2014-09-18 09:43:01 -04:00
Robert Manuszewski
96071afb2d Hot-reload: performing hot-reload when there's been no code changes will no longer result in producing new DLLs.
#ttp 345522: HotReload: Should not try to link DLLs when target is up to date

#change Added code to handle up-to-date state of modules in hot-reload code.
#change Added ECompilationResult::UpToDate and ECompilationResult::Canceled, ECompilationResult::Failed()
#change UBT: added -canskiplink command line param and support for skipping link actions when there was nothing to compile
#change extended the duration of re-compile notifications (TTP# 346604 NUXF-246 Hot compile fail message fades)
#change Added 'Compile Canceled' notification (instead of 'Compile Failed')

[CL 2302307 by Robert Manuszewski in Main branch]
2014-09-18 08:10:17 -04:00
James Moran
dc3d0e5710 Enable HTML5 1.22.00 SDK
[CL 2302212 by James Moran in Main branch]
2014-09-18 04:14:55 -04:00
Robert Manuszewski
3144ce46a8 Removing references to MakeCommandlet from code
[CL 2302207 by Robert Manuszewski in Main branch]
2014-09-18 04:05:01 -04:00
Saul Abreu
0ea20e45b1 Added EditorTutorials localization target to UE4 localization automation script and OneSky processing.
[CL 2301472 by Saul Abreu in Main branch]
2014-09-17 15:42:19 -04:00
Richard Fawcett
00f0c9a252 Switch UAT over to read from v2 Build Info Service
#codereview Carlos.Cuello

[CL 2300898 by Richard Fawcett in Main branch]
2014-09-17 09:10:48 -04:00
Dmitry Rekman
713fce30f5 UBT: Proper dependencies for modular builds + fix Linux cross-build.
[CL 2300046 by Dmitry Rekman in Main branch]
2014-09-16 16:32:04 -04:00
Michael Trepka
5443ffe63b Fixed issue with code signing in Xcode 6. Generating project files will now create all necessary intermediate Info.plist files for iOS targets so Xcode has the info it needs immediately after opening a project. Also fixed paths to Info.plist files for clients and programs.
#codereview Peter.Sauerbrei, Josh.Adams

[CL 2300018 by Michael Trepka in Main branch]
2014-09-16 16:16:49 -04:00
Justin Sargent
86b14304aa Adding support for programs at the UE4 root level.
[CL 2299936 by Justin Sargent in Main branch]
2014-09-16 15:16:32 -04:00
Mark Satterthwaite
cc56599b22 Pop the CrashReportClient to the front when it finishes launching so that it appears over the crashed application on Mac OS X.
#codereview michael.trepka

[CL 2299659 by Mark Satterthwaite in Main branch]
2014-09-16 12:45:53 -04:00
Richard Fawcett
a93ad4be47 Make the -DataAgeThreshold parameter of BuildPatchTool.exe optional.
#codereview Leigh.Swift

Default behavior is as follows:
* During compactify, ALL data is eligible for deletion
* During patch generation, ALL data is eligible for reuse

[CL 2299458 by Richard Fawcett in Main branch]
2014-09-16 10:26:24 -04:00
Marc Audy
1bd88084db Display pin value boxes with proper defaults for vector2D and linear color
[CL 2299437 by Marc Audy in Main branch]
2014-09-16 10:25:36 -04:00
Richard Fawcett
f7599b4696 Ensure that BuildPatchTool.exe is build in UAT when necessary.
[CL 2299411 by Richard Fawcett in Main branch]
2014-09-16 10:25:01 -04:00
Richard Fawcett
9aae47557f Add support for manifest custom arguments when calling BuildPatchTool.exe through automation framework.
[CL 2298907 by Richard Fawcett in Main branch]
2014-09-15 18:48:04 -04:00
Marc Audy
0431a997a9 Blueprint API now displays images
[CL 2298681 by Marc Audy in Main branch]
2014-09-15 16:32:27 -04:00
Michael Trepka
002c64c55f A workaround for iOS signing problem in Xcode 6
[CL 2298646 by Michael Trepka in Main branch]
2014-09-15 16:02:23 -04:00
Richard Fawcett
84dd5f24fd Fix CopyBuildToStagingDirectory automation script to supply new DataAgeThreshold parameter to BPT.exe
[CL 2298582 by Richard Fawcett in Main branch]
2014-09-15 15:17:31 -04:00
Ben Marsh
57b39771e8 Experimental - remove argument lists for functions (display argument lists whenever a function is overloaded), and create a separate group for protected members.
[CL 2298474 by Ben Marsh in Main branch]
2014-09-15 14:26:59 -04:00
Richard Fawcett
ec47b74e1c Temporary fix to allow chunk reuse beyond default timescale in patch generation processes.
#jira OPP-172

[CL 2298267 by Richard Fawcett in Main branch]
2014-09-15 12:01:22 -04:00
Josh Adams
3f3cd10aae - Added support for 0 contentScaleFactor (Zen using it for iPhone5S and up)
[CL 2298222 by Josh Adams in Main branch]
2014-09-15 11:36:13 -04:00
Cody Haskell
55eb941909 Hey, we've never met before, but I have been told I'm build watcher today, so I was watching the build and saw this.
This was causing a warning on CIS. The warning was...

HTML5/HTML5ToolChain.cs(313,11): warning CS0219: The variable `BaseSDKPath' is assigned but its value is never used

It is a one line fix, and even though I am 99.999% this won't cause any problems, I don't have a great way to compile this, so I'm code reviewing you. :-)

#codereview Ankit.Khare

[CL 2298187 by Cody Haskell in Main branch]
2014-09-15 11:01:03 -04:00
Ankit Khare
e04b3c31a8 Fix up HTML5 Automation to correctly setup command line arguments. Make safari work correctly - it doesn't honor command line arguments like every other browser.
#ttp 342330

[CL 2298183 by Ankit Khare in Main branch]
2014-09-15 10:56:03 -04:00
Michael Trepka
12489014b3 UBT compile error fix
[CL 2298135 by Michael Trepka in Main branch]
2014-09-15 10:10:53 -04:00
Josh Adams
f49e8193db - Removed some debug code
[CL 2298104 by Josh Adams in Main branch]
2014-09-15 09:50:43 -04:00