Ben Marsh
27797a40fb
Disable XGE when building DocumentationEditor. It's only building UnrealHeaderTool, so it's not much use anyway - but it has caused failures on the build farm.
...
[CL 2618116 by Ben Marsh in Main branch]
2015-07-13 09:27:56 -04:00
Jaroslaw Surowiec
5f668c59b6
Stats/Profiler - Refactored reading from a stats file (move memorydumpcommand to the profiler, all memory profiler funcionality move to the profiler module, can be accessed from the IProfilerModule, still wip)
...
[CL 2617950 by Jaroslaw Surowiec in Main branch]
2015-07-13 06:39:32 -04:00
bruce nesbit
df30071d7e
Revised feature pack code.
...
Additional files can now be specified in feature pack manifest.
Feature packs can now be parsed/installed feature pack without the need for a .upack file
Removed feature packs for shared template resources
Moved shared template resource manifests into a FeaturePack folder and revised so they will work sans .upack
Removed shared feature packs from list of .upacks rocket builds.
[CL 2617901 by bruce nesbit in Main branch]
2015-07-13 05:47:36 -04:00
Steve Robb
07eaa7faf4
Bad UENUM specifiers now throw an error.
...
#codereview robert.manuszewski
[CL 2617559 by Steve Robb in Main branch]
2015-07-11 04:43:05 -04:00
Ben Marsh
96b6932640
Fix case of build.version for Linux.
...
[CL 2617529 by Ben Marsh in Main branch]
2015-07-10 22:01:36 -04:00
Ben Marsh
8827eb41fc
Move the "IsSticky" and "Priority" properties into the build node class, populating them from GUBPNode in LegacyNode.
...
[CL 2617230 by Ben Marsh in Main branch]
2015-07-10 16:33:05 -04:00
Ben Marsh
539a14ed77
Ignore size/date mismatches for UAT binaries.
...
#codereview Michael.Noland
[CL 2617185 by Ben Marsh in Main branch]
2015-07-10 16:20:08 -04:00
Ben Marsh
417d294f48
Ensure build.version is writeable before updating it.
...
[CL 2617103 by Ben Marsh in Main branch]
2015-07-10 15:37:22 -04:00
Ben Marsh
27a4a4b0b1
Don't submit the build.version file; it needs to be hand edited.
...
[CL 2617082 by Ben Marsh in Main branch]
2015-07-10 15:27:40 -04:00
Jeff Wilson
dd44cd8d6a
Unreal Doc Tool Updates
...
- Fancy Links
- Language selection dropdown
[CL 2617071 by Jeff Wilson in Main branch]
2015-07-10 15:23:52 -04:00
Ben Marsh
9be95b3c51
Add a function to IDesktopPlatform to query the version of an engine (either from the new JSON build.version file, or from Version.h if that fails). Make UE4Build.cs update it during builds.
...
[CL 2617067 by Ben Marsh in Main branch]
2015-07-10 15:21:32 -04:00
Peter Sauerbrei
dfd0911cac
file missing from previous signing submission
...
[CL 2616990 by Peter Sauerbrei in Main branch]
2015-07-10 14:28:29 -04:00
Wes Hunt
db68078790
Change RegisterPII to properly be .Net 4.5
...
[CL 2616987 by Wes Hunt in Main branch]
2015-07-10 14:26:23 -04:00
Wes Hunt
a4210fbfa5
Change AutomationTool.csproj.References to use ToolsVersion = 4.0 instead of 12.0. Shot in the dark as to why the references don't seem to be working 100% of the time. But this should match the other project stuff anyway.
...
#codereview:ben.marsh
[CL 2616985 by Wes Hunt in Main branch]
2015-07-10 14:24:00 -04:00
Peter Sauerbrei
e8d08e52fd
UEB-117 - Move secure signing to the platforms
...
#codereview ben.marsh
[CL 2616956 by Peter Sauerbrei in Main branch]
2015-07-10 14:06:52 -04:00
Peter Sauerbrei
e6e2cbaabf
fix for occasional failure to build UE4Game after generating projects
...
#ubt
[CL 2616920 by Peter Sauerbrei in Main branch]
2015-07-10 13:50:17 -04:00
Jaroslaw Surowiec
5409dbfece
Stats - Refactored reading from a stats file (asynchronous read/process raw stats) (WIP)
...
[CL 2616747 by Jaroslaw Surowiec in Main branch]
2015-07-10 11:18:26 -04:00
Mikolaj Sieluzycki
993cdb271f
Make UHT parse TSubclassOf<USomeClass>& parameters to RPC without compilation error.
...
[CL 2616553 by Mikolaj Sieluzycki in Main branch]
2015-07-10 08:56:36 -04:00
Jaroslaw Surowiec
fd5891e95f
Stats - Refactored reading from a stats file (wip)
...
[CL 2616495 by Jaroslaw Surowiec in Main branch]
2015-07-10 07:02:04 -04:00
Daniel Wright
72a155d491
Fixed compile error
...
[CL 2616059 by Daniel Wright in Main branch]
2015-07-09 20:25:40 -04:00
Ben Marsh
dcaec587e9
Add AutomationUtils.Automation.dll to UAT build products.
...
[CL 2616035 by Ben Marsh in Main branch]
2015-07-09 20:05:56 -04:00
Mi Wang
dda181dcb4
# Doc Translator Tools update.
...
- Now we will copy all INT files to other languages automaticly and mark those copied version as untranslated by INTSourceChangelist:0. This can help fix all those reference errors and also make other languages not fall bak to INT version while link to not translated pages.
[CL 2615956 by Mi Wang in Main branch]
2015-07-09 18:49:51 -04:00
Dmitry Rekman
7cc060a91a
GUBP: add UnrealPak location on Linux for MakeFeaturePacks node.
...
[CL 2615911 by Dmitry Rekman in Main branch]
2015-07-09 18:15:54 -04:00
Peter Sauerbrei
7a80640cef
UEB-266 - updated clean action for UBT to properly clean items from the most recent reciept, additionally, it will also now clean up stale modules when dependencies on them have been removed
...
#codereview ben.marsh
[CL 2615855 by Peter Sauerbrei in Main branch]
2015-07-09 17:32:40 -04:00
Daniel Wright
c1e07200a0
Volume lighting samples are no longer placed inside geometry
...
Volume lighting sample computation is now multithreaded in Lightmass so it can't bottleneck the lighting build
[CL 2615814 by Daniel Wright in Main branch]
2015-07-09 17:00:33 -04:00