Dmitry Rekman
6bcdeee200
UBT: fix a number of project generators (UE-18832)
...
- In-tree code project targets were missing.
#codereview Peter.Sauerbrei
[CL 2627718 by Dmitry Rekman in Main branch]
2015-07-21 13:39:28 -04:00
Daniel Lamb
299c980489
Stopped create release version from failing to copy.
...
[CL 2627516 by Daniel Lamb in Main branch]
2015-07-21 11:32:06 -04:00
Jaroslaw Palczynski
fd1d62d9d1
UE-7733: UBTMakefiles: HotReload from Visual Studio doesn't work after HotReloading from the editor first
...
[CL 2627403 by Jaroslaw Palczynski in Main branch]
2015-07-21 10:35:45 -04:00
Matthew Griffin
48b7792c97
Fixed crash that could occur if source folder of a plugin was removed
...
GetModuleFilename returns an empty string if module can't be found, checking for null meant that it went ahead and tried to load it regardless.
[CL 2627121 by Matthew Griffin in Main branch]
2015-07-21 04:34:09 -04:00
Chris Babcock
5a460949c4
Corrected issue with trying to write over read-only libvrapi.so file in intermediate directory on Android
...
#jira UE-18761
#ue4
#android
#codereview Nick.Whiting
[CL 2626491 by Chris Babcock in Main branch]
2015-07-20 15:46:27 -04:00
Richard Hinckley
a2ab065d1b
Deleting stray .csproj file.
...
[CL 2626370 by Richard Hinckley in Main branch]
2015-07-20 15:02:35 -04:00
Richard Hinckley
61db68c4e3
APIDocTool filtering now uses Perl instead of C#.
...
[CL 2626367 by Richard Hinckley in Main branch]
2015-07-20 15:01:10 -04:00
Ben Marsh
f27b374dcc
Missing file.
...
[CL 2625346 by Ben Marsh in Main branch]
2015-07-18 17:04:00 -04:00
Ben Marsh
a5f534451b
Remove the ENGINE_VERSION define from Version.h and ObjectVersion.cpp; it's superceded by GEngineVersion. EngineVersion.cpp now defines the constants GEngineVersionChangelist and GCompatibleWithEngineVersionChangelist, which are used to construct GEngineVersion and GCompatibleWithEngineVersion. Modifying those constants allows updating the engine version separately to the defines used for resource files (allowing UGS to update the version number without triggering all files to be relinked).
...
[CL 2625344 by Ben Marsh in Main branch]
2015-07-18 16:57:53 -04:00
Wes Hunt
d2a1b60eaa
UE-18654 - Fix uses of GetExecutingAssembly in UAT/UBT
...
#codereview:ben.marsh
[CL 2624862 by Wes Hunt in Main branch]
2015-07-17 16:38:17 -04:00
Chris Babcock
1c4c6bc120
Fix dependency on libvrapi.so, for now always include it for armv7, will fix this with plugin dependency system later
...
#ue4
#android
#jira UE-18761
#codereview Nick.Whiting
[CL 2624851 by Chris Babcock in Main branch]
2015-07-17 16:34:33 -04:00
Ben Marsh
b7b1739c33
Put all sample monolithic builds and cooks behind a separate trigger.
...
[CL 2624780 by Ben Marsh in Main branch]
2015-07-17 16:02:45 -04:00
Ben Marsh
36d0c480b6
Fix unused variable warning causing build failure on Mono.
...
#codereview Peter.Sauerbrei
[CL 2624756 by Ben Marsh in Main branch]
2015-07-17 15:46:40 -04:00
Martin Mittring
fcffaa7884
better %f seconds printout
...
[CL 2624557 by Martin Mittring in Main branch]
2015-07-17 13:48:35 -04:00
Ben Marsh
53d869e623
Fix incorrect GUBP error message.
...
[CL 2624511 by Ben Marsh in Main branch]
2015-07-17 13:24:12 -04:00
Jaroslaw Surowiec
c70cf3860a
CrashReporter-Frontend - Removed forced filtering for UE4-UT
...
[CL 2624506 by Jaroslaw Surowiec in Main branch]
2015-07-17 13:22:51 -04:00
Peter Sauerbrei
d9677974db
fixes for executable signing for Rocket build
...
[CL 2624483 by Peter Sauerbrei in Main branch]
2015-07-17 13:13:26 -04:00
Ben Marsh
5d2f5d3c9d
Attempt to fix exception when trying to resolve include paths on Linux. If we get an exception because the filename exceeds MAX_PATH, it can't be the header we're looking for.
...
#codereview Robert.Manuszewski
#lockdown Nick.Penwarden
[CL 2623796 by Ben Marsh in Main branch]
2015-07-16 19:15:22 -04:00
Mike Beach
921c9af991
Fixing CIS warning: mono, FPotentialStaleBinariesVisitor construction list not matching order of field declarations.
...
#codereview Jaroslaw.Palczynski
#lockdown Nick.Penwarden
[CL 2623383 by Mike Beach in Main branch]
2015-07-16 14:19:13 -04:00
Jaroslaw Palczynski
eba5c293bd
UE-18712: In editor Compile & Hot Reload always fails.
...
Fixed hot reload problem caused by CL 2615855.
#lockdown Nick.Penwarden
[CL 2623140 by Jaroslaw Palczynski in Main branch]
2015-07-16 09:59:24 -04:00
Jaroslaw Palczynski
7b621f8a6a
UE-18578: Hot-Reload: UBT is not properly detecting hot-reload compilation.
...
#lockdown Nick.Penwarden
[CL 2623139 by Jaroslaw Palczynski in Main branch]
2015-07-16 09:58:09 -04:00
Ben Marsh
648ced6e56
Fix promotable triggers failing.
...
#lockdown Nick.Penwarden
[CL 2623089 by Ben Marsh in Main branch]
2015-07-16 08:28:26 -04:00
Ankit Khare
9f0dbaee08
#html5 fix packaging when prebuildsync was not called ( packaging content only games, sync'd from perforce)
...
[CL 2622371 by Ankit Khare in Main branch]
2015-07-15 16:37:24 -04:00
Chris Babcock
c5590c37da
Fix to packaging blacklist to ignore blank lines in file
...
#ue4
[CL 2622329 by Chris Babcock in Main branch]
2015-07-15 16:20:40 -04:00
Dmitry Rekman
ce0e9c539a
Fix UBT.
...
#codereview Nick.Whiting
[CL 2622081 by Dmitry Rekman in Main branch]
2015-07-15 14:12:49 -04:00