Commit Graph

2941 Commits

Author SHA1 Message Date
Leigh Swift
255a3eaae2 BuildPatchTool will now run a chunked manifest generation as a threaded process for faster build iteration
#jira OPP-3427: Generation process should be multi-threaded
#reviewedby Richard.Fawcett

[CL 2579805 by Leigh Swift in Main branch]
2015-06-08 06:26:31 -04:00
Matthew Griffin
f51aa7f78c Added support URL for plugins
Removed Custom file writing code from Plugin Creator plugin as it hadn't been kept up to date with normal methods and did not write all properties

Also noticed two strings in plugin tile used the same key, allowed documentation and support to preview URL as well

UE-16203

[CL 2579743 by Matthew Griffin in Main branch]
2015-06-08 04:49:29 -04:00
Chris Babcock
c2eebb3d9c Remove forced shadow variable warning
#ue4
#android
#codereview Marc.Audy

[CL 2579240 by Chris Babcock in Main branch]
2015-06-05 19:18:22 -04:00
Chris Babcock
0ecf89ee36 Enable shadow warnings for Android targets and clean up the ones found
#ue-14251
#ue4
#android
#codereview Marc.Audy,Ryan.Gerleve

[CL 2579237 by Chris Babcock in Main branch]
2015-06-05 19:15:39 -04:00
Paul Fazio
4c345e748f Add GroupPrefix back into ParallelExecutor output (so OutputPrefix is in addition to, instead of replacing, GroupPrefix)
#codereview Ben.Marsh

[CL 2578604 by Paul Fazio in Main branch]
2015-06-05 12:55:57 -04:00
Paul Fazio
229513d786 replaced GroupPrefix with OutputPrefix in ParallelExecutor's output to more closely match the output of XGE
#codereview Ben.Marsh

[CL 2578435 by Paul Fazio in Main branch]
2015-06-05 10:28:06 -04:00
Ben Marsh
b9e79165f6 Fix indent.
[CL 2578331 by Ben Marsh in Main branch]
2015-06-05 08:17:41 -04:00
John Pollard
3d4026fe17 #replayserver: Convert replay app name to lowercase
[CL 2577822 by John Pollard in Main branch]
2015-06-04 19:05:20 -04:00
Ryan Gerleve
0cc4d30159 Fix writing strings in network profiler data file headers. Now handles strings of any length, and doesn't waste space if a string is less than 255 characters long. Previously if a string, like the URL, was longer than 255 characters, it would overwrite the beginning of the token stream, corrupting it. Incremented profiler version. Fixes UE-16607.
[CL 2577701 by Ryan Gerleve in Main branch]
2015-06-04 17:42:32 -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
Peter Sauerbrei
3d1669980b fix for checking the entire project for a target.cs file when we should only check the entire Source directory
UE-16449

[CL 2577321 by Peter Sauerbrei in Main branch]
2015-06-04 14:26:20 -04:00
KitatusStudios
7775a401b1 PR #931: Cleaning up Spelling Errors / Grammer Errors in Comments (Contributed by KitatusStudios)
[CL 2577221 by Matt Kuhlenschmidt in Main branch]
2015-06-04 13:19:17 -04:00
Ben Marsh
1b95bacf81 Allow missing receipts when we're specifying more than one platform, to handle cases when targets only exist for certain platforms.
[CL 2576987 by Ben Marsh in Main branch]
2015-06-04 10:48:06 -04:00
Peter Sauerbrei
ad60a7df56 fix for not finding plugins properly when running a packaged content-only game
UE-16540
#codereview ben.marsh

[CL 2576351 by Peter Sauerbrei in Main branch]
2015-06-03 18:25:44 -04:00
Peter Sauerbrei
c98630e875 make it so DeploymentContext now includes a ProjectBinariesFolder, this variable is the path to the binaries folder for the specific context (including platform)
[CL 2575975 by Peter Sauerbrei in Main branch]
2015-06-03 15:10:39 -04:00
John Pollard
f7cb719e16 #replayserver: Add ability to search for replay by user
[CL 2575886 by John Pollard in Main branch]
2015-06-03 14:21:45 -04:00
Richard Hinckley
a5091505f8 APIDocTool temp hack to remove duplicate output delegate pins. Will be removed when UE-16475 is resolved.
[CL 2575874 by Richard Hinckley in Main branch]
2015-06-03 14:14:21 -04:00
Chris Babcock
e8ddfeb57a Fixed issue with GearVR plugin compiling into unsupported Android platforms
#1198
#ue4
#android

[CL 2575872 by Chris Babcock in Main branch]
2015-06-03 14:13:29 -04:00
Jaroslaw Surowiec
12197f339b CrashFrontend - Updated binaries
[CL 2575467 by Jaroslaw Surowiec in Main branch]
2015-06-03 08:55:11 -04:00
Jaroslaw Surowiec
b00d907620 CrashReporter-Frontend - UECORE-159/Crash Reporter: Dashboard update to graph binary crashes per Build Version
[CL 2575464 by Jaroslaw Surowiec in Main branch]
2015-06-03 08:52:09 -04:00
Jaroslaw Surowiec
ac8118f3cc CrashReport - Frontend - UECORE-176/CRASH REPORTER: Automatically include "liveissue" label with CopyToJira
[CL 2575461 by Jaroslaw Surowiec in Main branch]
2015-06-03 08:46:28 -04:00
Terence.Burns
e3c21116cb [INTEGRATE] Change 2567143 by Terence.Burns@SmallChanges on 2015/05/27 15:04:49
Added 'Minimum OS Version' as a build condition of content projects for windows.

	Fixed a small issue in GameProjectUtils that meant the Default(Engine) configs were not being checked against the project correctly.

	UE-15605

	#lockdown Josh.Adams

#platformnotify Josh.Adams

[CL 2575452 by Matthew Griffin in Main branch]
2015-06-03 08:40:17 -04:00
Ben.Marsh
1f2f22a53c [INTEGRATE] Change 2563617 by Ben.Marsh@Ben.Marsh_T3245_Main on 2015/05/22 19:15:48
Increase the priority of the StripRootEditor node, so it runs directly after RootEditor (and before some random sample decides to relink plugins and invalidate the PDBs).

[CL 2575439 by Matthew Griffin in Main branch]
2015-06-03 08:16:59 -04:00
Jaroslaw Palczynski
0df9169475 UECORE-132: Add flag to auto launch Editor on successful sync.
[CL 2575382 by Jaroslaw Palczynski in Main branch]
2015-06-03 06:09:31 -04:00
Jaroslaw Palczynski
12f13554df UECORE-131: Add option to open Perforce from UnrealSync.
[CL 2575353 by Jaroslaw Palczynski in Main branch]
2015-06-03 05:46:29 -04:00