Ian Murray
f08acffd98
CrashReporterWWW - Updated search options, fixes issues with searching for EpicId and MachineId
...
[CL 2493735 by Ian Murray in Main branch]
2015-03-27 10:16:52 -04:00
Kellan Carr
64548ed16c
build script, fix runectool
...
[CL 2493732 by Kellan Carr in Main branch]
2015-03-27 10:15:53 -04:00
Ian Murray
ed1cdc300f
Back out changelist 2489275
...
[CL 2493692 by Ian Murray in Main branch]
2015-03-27 09:59:54 -04:00
Kellan Carr
389436a82c
build script, up ectool timeout to cover for server perf issues
...
[CL 2493682 by Kellan Carr in Main branch]
2015-03-27 09:51:33 -04:00
Ben Marsh
0116941f19
Shorten the -precompilemodules argument to -precompile, and -useprecompiledmodules to -useprecompiled.
...
[CL 2493651 by Ben Marsh in Main branch]
2015-03-27 09:13:06 -04:00
Ben Marsh
60426cd1a4
Allow for case-insensitive platform names on command line to BuildCommonTools.
...
[CL 2493629 by Ben Marsh in Main branch]
2015-03-27 08:45:02 -04:00
Ben Marsh
3ddb9f36f6
Add EnvVarsToXML as a standard UBT build product in UE4Build, since it's referenced by the project directly, and remove it from building as a separate target in BuildCommonTools. Also add EnvVarsToXML.exe.config to source control, since it doesn't trigger a rebuild if missing (but will still be added as a build product).
...
#codereview Steve.Robb
[CL 2493628 by Ben Marsh in Main branch]
2015-03-27 08:43:23 -04:00
Ben Marsh
23549bf631
Add -useprecompiledmodules to build command lines if specified on the command line to GenerateProjectFiles.bat.
...
#codereview Michael.Trepka, Dmitry.Rekman
[CL 2493601 by Ben Marsh in Main branch]
2015-03-27 08:03:00 -04:00
Ben Marsh
ba2747b8ef
Add Rocket to CIS. Publishing/chunking nodes only happen after labeling a promoted build, all other steps happen before.
...
[CL 2493600 by Ben Marsh in Main branch]
2015-03-27 08:02:21 -04:00
slonopotamus
0250443001
PR #929 : Explicitly skip engine targets in rocket solution (Contributed by slonopotamus)
...
[CL 2493591 by Ben Marsh in Main branch]
2015-03-27 07:56:25 -04:00
Ben Marsh
3c635e1330
P4 utility functions to allow updating changelists and deleting shelved files.
...
[CL 2493580 by Ben Marsh in Main branch]
2015-03-27 07:46:34 -04:00
Matthew Griffin
6de5ee48a4
Added checks on distribution level for modules and the direct dependencies of binaries
...
Changed Module Manager so that it adds restricted directories to modified PATH if they exist, removed unnecessary recursive use of FindModulePathsInDirectory
Updated setup of any projects that were flagged up using this system
Added old locations of restricted output to junk manifest
Added Util function to get min/max of IComparable types (used for enums)
[CL 2493565 by Matthew Griffin in Main branch]
2015-03-27 07:15:32 -04:00
Jaroslaw Surowiec
f8d068e994
CrashReportWWW - UECORE-101/Crash Reporter: Include Callstack line numbers in CopyToJira
...
[CL 2493537 by Jaroslaw Surowiec in Main branch]
2015-03-27 06:47:25 -04:00
Jaroslaw Palczynski
40933bf1cc
UE-5796: Swarm agent log spam [PushChannel] ../Win64/UnrealLightmass.pdb has failed!
...
Changed log verbosity for those messages.
[CL 2493484 by Jaroslaw Palczynski in Main branch]
2015-03-27 05:55:33 -04:00
James Moran
d97a8ef83b
Disable constructor member init order warning for HTML5
...
[CL 2493402 by James Moran in Main branch]
2015-03-27 04:50:46 -04:00
Robert Manuszewski
30c9c30f7a
ScriptGeneratorPlugin will now be disabled by default. Projects can opt-in by enabling it in their uproject file.
...
[CL 2493289 by Robert Manuszewski in Main branch]
2015-03-27 03:51:19 -04:00
Brian Karis
d3b0603276
PR #668 : Added color temperature property for lights! (Contributed by JedTheKrampus)
...
https://github.com/EpicGames/UnrealEngine/pull/668
[CL 2492899 by Brian Karis in Main branch]
2015-03-26 19:26:04 -04:00
Max Preussner
97d1b77e1e
UHT: Fixed a large number of missing 'override' warnings on Linux
...
This will not fix warnings for UObject classes that implement legacy C++ interfaces for which we generate code (GENERATED_IINTERFACE_BODY), because, as far as I can tell, the code generator is currently not able to detect those cases. For example: class UFont : public UObject, public IFontProviderInterface --- IFontProviderInterface gets a _getUObject() injected, but we cannot detect this in the code generation for UFont. Some more work is needed here. It might be better to simply always generate _getUObject() for all classes, so that there are no weird special cases.
#CodeReview: steve.robb, dmitry.rekman
[CL 2492772 by Max Preussner in Main branch]
2015-03-26 18:31:15 -04:00
Ben Marsh
2f9a5eb14a
Fix cache files being full of zeroes when syncing dependencies.
...
#lockdown Zachary.EdgertonJones
[CL 2492544 by Ben Marsh in Main branch]
2015-03-26 16:08:17 -04:00
Steve Robb
cd6ec52578
ToolsVersion fix for Mono.
...
#codereview robert.manuszewski
#lockdown zachary.edgertonJones
[CL 2492279 by Steve Robb in Main branch]
2015-03-26 13:32:05 -04:00
Steve Robb
0aea457112
EnvVarsToXML is now a dependency of UBT so that it gets built when UBT gets build.
...
* The EnvVarsToXML project gets added to generated .sln.
* The EnvVarsToXML project is now referenced by UBT.
* The generated .sln shows the correct dependencies in the Configuration Manager.
* EnvVarsToXML now targets .NET 4.0.
* Fixes to output path and config names.
#codereview robert.manuszewski,ben.marsh
#lockdown zachary.edgertonJones
[CL 2492082 by Steve Robb in Main branch]
2015-03-26 10:53:06 -04:00
Ben Marsh
7cf77ed792
Add EnvVarsToXML to build agenda for GitHub binaries, otherwise they cannot run UBT. Rename Release configuration to Development so that UAT can build it.
...
#codereview Steve.Robb
#lockdown Zachary.EdgertonJones
[CL 2492021 by Ben Marsh in Main branch]
2015-03-26 09:48:59 -04:00
Jaroslaw Surowiec
7127524d76
Core - Fix for uninitialized TLS
...
#lockdown Zachary.EdgertonJones
[CL 2491859 by Jaroslaw Surowiec in Main branch]
2015-03-26 04:54:08 -04:00
Leigh Swift
f6da6aa9e1
Fix for BuildPatchTool's threads crashing due to FRunnableThread::InitializeTls() call being required by all programs that use runnable threads.
...
#codereview Robert.Manuszewski, Jaroslaw.Surowiec
#lockdown Zachary.EdgertonJones
[CL 2490696 by Leigh Swift in Main branch]
2015-03-25 12:46:41 -04:00
Dmitry Rekman
40699687fa
Rolled back Linux toolchain to clang 3.5.0 until Shooter compilation is fixed.
...
#codereview Steve.Robb
#lockdown Zachary.EdgertonJones
[CL 2490604 by Dmitry Rekman in Main branch]
2015-03-25 11:29:28 -04:00