Commit Graph

1853 Commits

Author SHA1 Message Date
Josh Adams
d80709d2c5 - Changed FConfigCacheIni files to have a "type" that determines if Flush is called on them when they go out of scope (temporary objects were writing bad files to disk) [UE-8542]
- Temporarily (until 4.8) deleting the bad Engine/Config/NoRedist/BaseEngine.ini that was being created because of the above problem

#codereview jamie.dale,terence.burns

[CL 2423949 by Josh Adams in Main branch]
2015-01-29 12:06:08 -05:00
Gareth Martin
4f1d1f101c Fix Landscape lighting when rotated
Normals weren't being rotated

[CL 2423889 by Gareth Martin in Main branch]
2015-01-29 11:45:50 -05:00
Dmitry Rekman
f7e3210fd4 UBT: fix compiling for Linux (UE-8505).
#codereview Terence.Burns
#lockdown Zachary.EdgertonJones

[CL 2422388 by Dmitry Rekman in Main branch]
2015-01-28 12:10:32 -05:00
Peter Sauerbrei
540d4a60aa fix for executable size in the fat binary header when signing
UE-8497
#ios

[CL 2422243 by Peter Sauerbrei in Main branch]
2015-01-28 10:47:54 -05:00
Steve Robb
3ba4afdc05 Redundant parameter removed from CompileVariableDeclaration.
[CL 2422127 by Steve Robb in Main branch]
2015-01-28 09:41:47 -05:00
Jamie Dale
5f5d0206a9 Fixed some new code that was providing text to Slate as FString rather than FText
UETOOL-213 - Minimize Slate FString -> FText conversion (remove SLATE_TEXT_ATTRIBUTE)

[CL 2422115 by Jamie Dale in Main branch]
2015-01-28 09:33:56 -05:00
Terence Burns
bd4ef55676 Windows XP architecture added to distinguish xp builds from non xp builds
- Updated UBT to allow us to setup platform information prior to setting the intermediate directory, ran by RobM
- Removed some code that allowed uis to rename binaries. We now use architecture for our _xp suffix.
- Added clarity to the WindowsPlatform XP checks. We can now specify XP support "If Available" which atm is only the case for win32. We have an IsWindowsXPSupported() call now in the windows build platform.
- Windows XP support can now be requested through UBT on the commandline. Specify using -winxp

Kellans GUBP changes included.

#CodeReview Kellan.Carr

[CL 2422021 by Terence Burns in Main branch]
2015-01-28 08:26:51 -05:00
Jaroslaw Surowiec
e47dce05b9 CrashReportClient - Fix for hiding the main window
#codereview Robert.Manuszewski

[CL 2421963 by Jaroslaw Surowiec in Main branch]
2015-01-28 07:11:47 -05:00
Jaroslaw Surowiec
8e53b2f996 CrashReportClient - Removed Cancel button and counting down
#codereview Robert.Manuszewski

[CL 2421960 by Jaroslaw Surowiec in Main branch]
2015-01-28 07:07:50 -05:00
Kellan Carr
dd3a04ca61 build script, add cis quantum branch hacker
[CL 2420805 by Kellan Carr in Main branch]
2015-01-27 14:24:55 -05:00
Peter Knepley
25a57ce282 Merging staging adjustments for non-monolithic builds
//depot/UE4-UT/...

to //depot/UE4/...

[CL 2420803 by Peter Knepley in Main branch]
2015-01-27 14:22:10 -05:00
Michael Trepka
5aebb2b943 Simplified dylibs setting in Mac toolchain, so we use rpaths for almost everything.
[CL 2420799 by Michael Trepka in Main branch]
2015-01-27 14:17:36 -05:00
Kellan Carr
6350682024 build script, re-enable dependent promotions and dependedonby
[CL 2420684 by Kellan Carr in Main branch]
2015-01-27 13:15:02 -05:00
Josh Adams
7231a49511 - Moved OBBInAPK into ProjectSettings, and renamed it [UE-8359]
- Removed all the OBBInAPK hackery in UBT
- Updated the apk install scripts with some more information as to what it's doing [UE-8258]

[CL 2420664 by Josh Adams in Main branch]
2015-01-27 13:05:32 -05:00
Peter Sauerbrei
aaa32eb119 fix for missing App directory when generating the plist on mac.
#ios

[CL 2420518 by Peter Sauerbrei in Main branch]
2015-01-27 11:47:26 -05:00
Steve Robb
b93b5af0b5 Old localization property flags and related stuff removed:
PPF_LocalizedOnly
CPF_Localized
CLASS_Localized
UProperty::IsLocalized()
Localized specifiers in UPROPERTYs.

#codereview robert.manuszewski,justin.sargent

[CL 2420160 by Steve Robb in Main branch]
2015-01-27 05:50:06 -05:00
Ben Marsh
24edb4f290 [INTEGRATE] Change 2418497 by Robert.Jones@Pitbull-RJones on 2015/01/26 06:46:00
UE-8075 - Devices not updating post-SDK path change
	Fixed code so that it correctly references the device detection class.
	Added a 'force update' path so that upon successful SDK path updates the devices are rechecked right away instead of waiting up to 10 seconds.
	Cleared out old devices if the SDK path is empty/doesn't contain the adb executable

	Change to UEBuildAndroid so that empty SDK paths are no longer treated as valid paths on start up allowing things like SDKPath=("") to be overridden by env vars.

[CL 2419718 by Ben Marsh in Main branch]
2015-01-26 20:18:16 -05:00
Ben Marsh
d62771b694 [INTEGRATE] Change 2417634 by Ben.Marsh@Ben.Marsh_T3245_Clean on 2015/01/23 22:05:59
Fix mono warnings about unused variables.

	#codereview Michael.Trepka

[CL 2419682 by Ben Marsh in Main branch]
2015-01-26 20:10:40 -05:00
Peter Sauerbrei
1022227e33 fix for not generating the plist when changing content only projects
UE-8293
#ios

[CL 2419089 by Peter Sauerbrei in Main branch]
2015-01-26 15:42:02 -05:00
Kellan Carr
1267ed0ca1 build script, actually override the agent string
[CL 2419085 by Kellan Carr in Main branch]
2015-01-26 15:38:03 -05:00
Kellan Carr
a07b05e6ec build script, add agent override param
[CL 2419079 by Kellan Carr in Main branch]
2015-01-26 15:29:36 -05:00
Richard Hinckley
73733fd49c Removed source-file text from documentation.
[CL 2418814 by Richard Hinckley in Main branch]
2015-01-26 13:09:07 -05:00
Peter Knepley
d6b8aaebe8 Merging stage non-monolithic adjustment
//depot/UE4-UT/...

to //depot/UE4/...

[CL 2418798 by Peter Knepley in Main branch]
2015-01-26 12:47:16 -05:00
Ankit Khare
21c84de848 Fix GamePlatformMonolithicsNode if GUBP so that for rocket builds we sqaush all but shipping/dev builds for html5.
#codereview ben.marsh

[CL 2418776 by Ankit Khare in Main branch]
2015-01-26 12:30:25 -05:00
Josh Adams
046e82394b - Always add the GMS version to the AndroidManifest.xml [UE-8259]
[CL 2418647 by Josh Adams in Main branch]
2015-01-26 11:03:40 -05:00