Commit Graph

2985 Commits

Author SHA1 Message Date
Peter Sauerbrei
882f79f039 Changes to reduce log spew in stdout for UAT and GUBP
UEB-156
#uat
#codereview ben.marsh, robert.manuszewski

[CL 2588630 by Peter Sauerbrei in Main branch]
2015-06-16 10:42:46 -04:00
Matthew Griffin
2bbe9c6e78 Improved Intellisense for Rocket code projects
Allow Engine Projects to be created in Rocket but only as stub projects to generate intellisense paths
Add all excluded binaries to list of Precompiled Binaries so that plugin paths are included when it comes to adding intellisense paths

[CL 2588511 by Matthew Griffin in Main branch]
2015-06-16 09:13:37 -04:00
Jaroslaw Palczynski
6ffe88c8cb US3: Do not crash if P4 settings aren't valid.
[CL 2588263 by Jaroslaw Palczynski in Main branch]
2015-06-16 02:42:35 -04:00
Marcus Wassmer
dbaeca3b06 Remove 60hz Morpheus codepaths
#codereview Nick.Whiting

[CL 2587978 by Marcus Wassmer in Main branch]
2015-06-15 18:12:08 -04:00
Rolando Caloca
ae6eeb2027 UE4 - vk module
[CL 2587952 by Rolando Caloca in Main branch]
2015-06-15 18:02:36 -04:00
Steve Robb
fab3d634d9 Forward declarations of DelegateWrapper functions removed from generated headers.
#codereview robert.manuszewski

[CL 2587625 by Steve Robb in Main branch]
2015-06-15 14:06:46 -04:00
Steve Robb
0709480948 New IsSorted algorithm.
New FindSortedStringCaseInsensitive algorithm, which binary searches strings in an array.
Many UHT string tests replaced with FindSortedStringCaseInsensitive.
FPropertySpecifier moved to UHT.

#codereview robert.manuszewski

[CL 2587588 by Steve Robb in Main branch]
2015-06-15 13:40:28 -04:00
Josh Adams
a72e2ee021 - Fixed xcode-select for non-IOS/Mac builds when doing remote builds
[CL 2587406 by Josh Adams in Main branch]
2015-06-15 11:36:12 -04:00
Josh Adams
9fc4e0dbc8 - Fixed stripping commandline [JIRA UE-17021]
[CL 2587376 by Josh Adams in Main branch]
2015-06-15 11:06:51 -04:00
Keli Hlodversson
e3a9403422 [INTEGRATE] Merging CL#2586385 using UE4-To-UE4-LauncherDev
Don't require NSApp boiler plate code in order to use SWebBrowser on Mac
Jira OPP-3500

[CL 2586448 by Keli Hlodversson in Main branch]
2015-06-12 17:23:08 -04:00
Josh Adams
7ff0070a83 - Basic support for compiling Xcode 7 (iOS9, MacOS 10.11)
- Marked some overrides properly, then gave up and added -Wno-inconsistent-missing-override)
- Improved Xcode selection process for Mac and iOS (no more hardcoding Xcode path - it uses the currently running Xcode, or xcode-select when using commandline)
   - Added AppleToolchain.cs, to start sharing code between Mac and IOS Toolchains (Compile functionality and params to clang could be shared pretty easily)
   -
- Some Utility functions:
   - Added UBT utility to run a commandline and get its output, self-contained (Utils.RunLocalProcessAndReturnStdOut)
   - Added Log.TraceInformationOnce (and Error, Warning, etc) to print out a message only one time, without a bunch of static bools everywhere
#codereview michael.trepka,peter.sauerbrei,mark.satterthwaite

[CL 2586000 by Josh Adams in Main branch]
2015-06-12 13:45:19 -04:00
Bob Tellez
5d2fd8b7fb [AUTOMERGE]
#UE4 Reducing dependencies on Version.h

#platformnotify Josh.Adams

--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2585810 by Bob.Tellez on 2015/06/12 11:30:33.

[CL 2585846 by Bob Tellez in Main branch]
2015-06-12 12:01:23 -04:00
Michael Trepka
e7e00ade04 Mac staging fixes
[CL 2585798 by Michael Trepka in Main branch]
2015-06-12 11:26:33 -04:00
James Moran
46d4fa088b Fix incorrect URLs on html5 webserver.
[CL 2585750 by James Moran in Main branch]
2015-06-12 11:03:36 -04:00
Graeme Thornton
e2fddbab6b Fix for UAT base path being invalid if the UE4 workspace is mounted directly onto a drive letter (i.e. having N:\\Engine etc.)
- Internal base path becomes N: in this case, which isn't a valid C# path, so attempts to set it as CWD fail. N:\\ is the correct path in this case.

[CL 2585511 by Graeme Thornton in Main branch]
2015-06-12 06:19:55 -04:00
John Abercrombie
bdb76dd301 Manually rolled back to version checked into CL 2569306
#codereview Ben.Marsh

[CL 2585188 by John Abercrombie in Main branch]
2015-06-11 19:25:37 -04:00
John Abercrombie
0bacc967eb Merging using UE4-Fortnite-To-UE4 @ CL 2578109
[CL 2584863 by John Abercrombie in Main branch]
2015-06-11 16:25:03 -04:00
Peter Sauerbrei
a0a23ac68f removed the need for BlankProject from UAT unless you use the foreign option
UEB-73
#uat

[CL 2584811 by Peter Sauerbrei in Main branch]
2015-06-11 15:58:47 -04:00
Ankit Khare
cb9851e8cc #html5 fix emitting compression for code projects. use consistent file extentions for compressed files.
[CL 2584749 by Ankit Khare in Main branch]
2015-06-11 15:29:20 -04:00
Jaroslaw Surowiec
a9818290d6 Compile fix
[CL 2583942 by Jaroslaw Surowiec in Main branch]
2015-06-11 05:42:38 -04:00
Jaroslaw Surowiec
aba055fbf8 Profiler - Removed unused code
[CL 2583939 by Jaroslaw Surowiec in Main branch]
2015-06-11 05:41:00 -04:00
Kellan Carr
ce4af8c597 build script, fix for -game on code projects that no longer contain promotion
[CL 2582916 by Kellan Carr in Main branch]
2015-06-10 12:59:45 -04:00
Leigh Swift
f3a9c86c1c 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 2582525 by Leigh Swift in Main branch]
2015-06-10 08:32:20 -04:00
Mikolaj Sieluzycki
b32e1ebdbe Fix missing metadata (ConversionRoot) after UHT parsing.
#codereview Robert.Manuszewski

[CL 2582509 by Mikolaj Sieluzycki in Main branch]
2015-06-10 08:07:36 -04:00
Jaroslaw Surowiec
7c4a2cbf3e Stats - Updated comment
[CL 2582389 by Jaroslaw Surowiec in Main branch]
2015-06-10 04:22:16 -04:00