Commit Graph

1062 Commits

Author SHA1 Message Date
Paul Fazio
42dcee370f integrating changelists 2593809 and 2593842 from UE4-Fortnite branch to downgrade Mac temp storage warnings to informational
#codereview Ben.Marsh Bob.Tellez

[CL 2593908 by Paul Fazio in Main branch]
2015-06-19 14:10:00 -04:00
Ben Marsh
c1d7e92a22 Move GUBP into its own project.
[CL 2593354 by Ben Marsh in Main branch]
2015-06-19 09:12:47 -04:00
Peter Sauerbrei
06bf1810ae reorganized the new FilteredTraceListener so it can be used by both UBT and UAT
[CL 2590140 by Peter Sauerbrei in Main branch]
2015-06-17 10:57:40 -04:00
Peter Sauerbrei
1165f8d6aa fix for crash when the message to WriteLine doesn't include a filter code
#codereview ben.marsh, leigh.swift

[CL 2590028 by Peter Sauerbrei in Main branch]
2015-06-17 09:57:43 -04:00
Paul Fazio
4cdeddecd2 Adding information to warning message to help diagnose cause of issue. This won't add unneccesary noise to normal log output, but in the event we are unable to write to the CSV file it will provide the name of the CSV file and the exception caught, appended to the existing warning message.
[CL 2589941 by Paul Fazio in Main branch]
2015-06-17 08:38:39 -04:00
smokku
4279c09dda Unshelved from pending changelist '2589055':
PR #1262: AutomationTool unused variables cleanup (Contributed by smokku)

[CL 2589813 by Terence Burns in Main branch]
2015-06-17 04:54:04 -04:00
Josh Adams
b6e6bb26c4 - Fixed UAT to not error out when building for the unified Desktop platform (recent change with receipts and XP had to be fixed up a little)
#codereview terence.burns

[CL 2588696 by Josh Adams in Main branch]
2015-06-16 11:23:20 -04:00
Josh Adams
01c4d45e38 - Renamed Desktop target platform to AllDesktop to reduce conflicts with Desktop directories [UEPLAT-894]
#codereview peter.sauerbrei,ben.marsh

[CL 2588676 by Josh Adams in Main branch]
2015-06-16 11:09:27 -04:00
Peter Sauerbrei
882f79f039 Changes to reduce log spew in stdout for UAT and GUBP
UEB-156
#uat
#codereview ben.marsh, robert.manuszewski

[CL 2588630 by Peter Sauerbrei in Main branch]
2015-06-16 10:42:46 -04:00
Michael Trepka
e7e00ade04 Mac staging fixes
[CL 2585798 by Michael Trepka in Main branch]
2015-06-12 11:26:33 -04:00
Graeme Thornton
e2fddbab6b Fix for UAT base path being invalid if the UE4 workspace is mounted directly onto a drive letter (i.e. having N:\\Engine etc.)
- Internal base path becomes N: in this case, which isn't a valid C# path, so attempts to set it as CWD fail. N:\\ is the correct path in this case.

[CL 2585511 by Graeme Thornton in Main branch]
2015-06-12 06:19:55 -04:00
John Abercrombie
bdb76dd301 Manually rolled back to version checked into CL 2569306
#codereview Ben.Marsh

[CL 2585188 by John Abercrombie in Main branch]
2015-06-11 19:25:37 -04:00
John Abercrombie
0bacc967eb Merging using UE4-Fortnite-To-UE4 @ CL 2578109
[CL 2584863 by John Abercrombie in Main branch]
2015-06-11 16:25:03 -04:00
Peter Sauerbrei
a0a23ac68f removed the need for BlankProject from UAT unless you use the foreign option
UEB-73
#uat

[CL 2584811 by Peter Sauerbrei in Main branch]
2015-06-11 15:58:47 -04:00
Ankit Khare
cb9851e8cc #html5 fix emitting compression for code projects. use consistent file extentions for compressed files.
[CL 2584749 by Ankit Khare in Main branch]
2015-06-11 15:29:20 -04:00
Kellan Carr
ce4af8c597 build script, fix for -game on code projects that no longer contain promotion
[CL 2582916 by Kellan Carr in Main branch]
2015-06-10 12:59:45 -04:00
Ben Marsh
e0a010415b Treat shadow variable warnings as errors in non-unity builds.
[CL 2582001 by Ben Marsh in Main branch]
2015-06-09 18:14:52 -04:00
Saul Abreu
0d934fc742 Removed execution of translated word counts calculator for UDN files from the localization automation script for UE4.
[CL 2581851 by Saul Abreu in Main branch]
2015-06-09 17:04:19 -04:00
Justin Sargent
273cde1704 Merging using UE4-To-UE4-LauncherDev
#platformnotify Josh.Adams

[CL 2581810 by Justin Sargent in Main branch]
2015-06-09 16:41:53 -04:00
Kellan Carr
0a4c040e5a build script, remove fortnite promotable - allow code project builds with no promotable attached to them
[CL 2581455 by Kellan Carr in Main branch]
2015-06-09 13:21:22 -04:00
Ben Marsh
1e979bb54c Add a Robust_CopyFile function to deal with Macs losing connections to the network share.
[CL 2581441 by Ben Marsh in Main branch]
2015-06-09 13:13:07 -04:00
Robert Manuszewski
de4f156e75 UAT: Added two new project params:
-IgnoreCookErrors - ignores cook errors and continues to launch/stage builds
-FastCook - fast cook option to pass into the cooker

[CL 2581248 by Robert Manuszewski in Main branch]
2015-06-09 10:11:45 -04:00
Robert Jones
0ca3f7a241 UE-16552 - Application can crash when returning from a paused OBB download
- Changed logic for dealing with the download activity being backed out of
- Updated .bat file writing so that a second bat file which doesn't push the obb (but can remove it) is written

[CL 2581067 by Robert Jones in Main branch]
2015-06-09 06:34:08 -04:00
Ben Marsh
b9e79165f6 Fix indent.
[CL 2578331 by Ben Marsh in Main branch]
2015-06-05 08:17:41 -04:00
Ankit Khare
d2ec18b95e UEPLAT-794 Emit compressed javascript from HTML5 packaging .
- big build products which are sent over the wire are now compressed.
  - modfied HTML5Launcher to serve compressed files. Added this to the final packaged game too because python simple http server does not handle compressed files.
  - combined various javascript utlity files into one.

#codereview josh.adams, james.moran

[CL 2577658 by Ankit Khare in Main branch]
2015-06-04 17:21:16 -04:00