Commit Graph

433 Commits

Author SHA1 Message Date
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
Mikolaj Sieluzycki
6d6cfad567 Disable /Wx compiler flag on Windows/WinRT/XBoxOne. Mark all warnings as errors, except for warning 4996 - 'Function' is deprecated.
Add comment "Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. " to deprecation message.
#codereview Robert.Manuszewski

[CL 2077379 by Mikolaj Sieluzycki in Main branch]
2014-05-19 04:21:28 -04:00
Mikolaj Sieluzycki
804973185b Add clickable error with file name and line number information in error/output window when superclass is missing.
#ttp 332332 UE4: Core: UnrealHeaderTool: Doesn't provide source file and line number for error about missing superclass
#proj core
#branch UE4
#summary Add clickable error with file name and line number information in error/output window when superclass is missing.
#codereview steve.robb

[CL 2077342 by Mikolaj Sieluzycki in Main branch]
2014-05-19 03:21:12 -04:00
Robert Manuszewski
c966ee6414 Fix for UBT not detecting UnrealHeaderTool being out of date if any of its DDLs/Plugins have changed
[CL 2077292 by Robert Manuszewski in Main branch]
2014-05-19 02:26:03 -04:00
Ben Marsh
12a4c434df Integrate API docs from 4.2 release back to main branch.
#codereview Jeff.Wilson

[CL 2077122 by Ben Marsh in Main branch]
2014-05-18 18:14:17 -04:00
Michael Trepka
fe86bbaca7 Fixed remote compilation for Mac
[CL 2075676 by Michael Trepka in Main branch]
2014-05-16 12:48:10 -04:00
Ben Marsh
63f9963d59 Removing calls to clean a project when switching versions. Paranoid that it might do the wrong thing more often than the right thing after seeing a bug in the engine association code yesterday, since UBT running successfully has so many preconditions.
#codereview Michael.Trepka

[CL 2075510 by Ben Marsh in Main branch]
2014-05-16 10:12:28 -04:00
Steve Robb
8d7fb2159a Fix for UTF-8-encoded files written by UBT.
#fix FileItem.CreateIntermediateTextFile now creates the text file in UTF-8 if the contents string contains non-ASCII characters.
#change ResponseFile.Create now calls FileItem.CreateIntermediateTextFile.

This fix was made in relation to TTP# 334906, even though that problem was not fixed in the end.

#codereview robert.manuszewski

[CL 2075498 by Steve Robb in Main branch]
2014-05-16 09:52:22 -04:00
Gil Gribb
57d86f3df0 build script, fix build cleanup
[CL 2075483 by Gil Gribb in Main branch]
2014-05-16 09:37:33 -04:00
Robert Manuszewski
9a5669565a UAT: Reverting recent changes that skipped AutomationToolLauncher
#codereview gil.gribb

[CL 2075455 by Robert Manuszewski in Main branch]
2014-05-16 09:22:18 -04:00
Gil Gribb
6b8576f8df build script, disable automated testing
[CL 2075429 by Gil Gribb in Main branch]
2014-05-16 09:02:24 -04:00
Robert Manuszewski
230590cb48 build script, allow UBT files to be not retrieved
#codereview gil.gribb

[CL 2075311 by Robert Manuszewski in Main branch]
2014-05-16 05:51:35 -04:00
Maciej Mroz
095b0bbfe7 Fix for: error Default value '(X=0.000,Y=0.000,Z=1.000)' for Direction is invalid: 'Invalid value for an FVector'
#codereview Michael.Noland

[CL 2075285 by Maciej Mroz in Main branch]
2014-05-16 05:01:25 -04:00
Robert Manuszewski
b1986b3b13 UBT: Fix for wrong target name (and intermediate output path) when re-building game DLLs in the editor
[CL 2075232 by Robert Manuszewski in Main branch]
2014-05-16 03:21:03 -04:00
Wes Fudala
0ec88fb740 Enable OneSky portion of LauncherLocalization build.
Fix for a regression that was preventing Portable Object(.po) localization files from being exported/imported to the appropriate culture folders.  Enabled the OneSky integration in the LauncherLocalization build script and also made OneSky configuration settings more flexible to set/retrieve/hide.

[CL 2074870 by Wes Fudala in Main branch]
2014-05-15 18:14:11 -04:00
Max Preussner
c9d85971be Editor: refactored FLayoutService to be INI file agnostic; moved Editor layout from EditorUserSettings.ini to EditorLayout.ini
I also added code to retain backwards compatibility. Existing settings from EditorUserSettings.ini will be migrated to EditorLayout.ini

#CodeReview: nick.atamas, matt.kuhlenschmidt

[CL 2074798 by Max Preussner in Main branch]
2014-05-15 17:34:02 -04:00
Ben Marsh
452f40eb7b Fix UnrealVersionSelector attempting to generate project files when switching version for a content-only project.
[CL 2074734 by Ben Marsh in Main branch]
2014-05-15 17:03:50 -04:00
Ben Marsh
7655980f4b Get UBT to write out progress information while compiling. Also fix missing output if telemetry fails to initialize.
[CL 2074584 by Ben Marsh in Main branch]
2014-05-15 15:33:29 -04:00
Gil Gribb
0ab75d01c7 build script, more robust pull script
[CL 2074473 by Gil Gribb in Main branch]
2014-05-15 14:28:17 -04:00
Gil Gribb
9c526bc1a5 build script, allow UAT files to be not retrieved...still working on the hang
[CL 2074382 by Gil Gribb in Main branch]
2014-05-15 13:23:00 -04:00
Michael Trepka
9524d01322 Updated Mac UE4EditorServices to use CleanGameProject(), bumped its version number and added missing uproject icon file to manifest
[CL 2074312 by Michael Trepka in Main branch]
2014-05-15 12:17:41 -04:00
Gil Gribb
be1af1015e build script, dial back the CIS frequency of lots and lots of things
[CL 2074265 by Gil Gribb in Main branch]
2014-05-15 11:32:40 -04:00