Commit Graph

32 Commits

Author SHA1 Message Date
Daniel Lamb
c7ab70a799 Added initial support for multiprocess cooking.
[CL 2588827 by Daniel Lamb in Main branch]
2015-06-16 12:43:26 -04:00
Daniel Lamb
54efc7da37 Added additional error information for commandline users when entering incorrect targetplatform.
[CL 2520276 by Daniel Lamb in Main branch]
2015-04-21 18:57:46 -04:00
Gil Gribb
af0013893b UE4 - merged fix to eliminate redundant target platform loads
[CL 2508292 by Gil Gribb in Main branch]
2015-04-10 09:30:29 -04:00
Jaroslaw Surowiec
bfd53d64ac Stats - Added a few stats to track ini loading
[CL 2506614 by Jaroslaw Surowiec in Main branch]
2015-04-09 05:54:05 -04:00
Josh Adams
86f2e08a55 - Added support for DesktopPlatform to package content and executables together (editor's File | Package)
- This is a first pass
  - Mac uses data outside the .app so that there's only one copy of the content. This should get a bootstrap executable like Windows has
  - Only tested on Mac so far, although it doesn't handle D3D11 shaders, or some of the icon updating for the bootstrap working
- Added Desktop platform icons

[CL 2505866 by Josh Adams in Main branch]
2015-04-08 16:59:20 -04:00
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -04:00
Saul Abreu
79a26091bf Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
#codereview Steve.Robb, Robert.Manuszewski

[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00
Dmitry Rekman
bca67426e2 Fix SDK setup check for Linux.
#codereview Peter.Sauerbrei, Robert.Jones

[CL 2454437 by Dmitry Rekman in Main branch]
2015-02-20 23:37:46 -05:00
Robert Jones
f018da7ec4 - Fixing variable case in SDKSetup function
[CL 2413702 by Robert Jones in Main branch]
2015-01-21 09:13:13 -05:00
Robert Jones
b5a273a278 SDK path editing in editor.
- Added class to hold values (AndroidSDKSettings)
- Added code to Android editor module to setup the values on load
- Changed device detection so that the thread is always started and the SDK path can be changed on the fly
- Changed Platform Target Management Module so that a single platform can be checked via UBT
- Settings can now be sourced from an ini file via temp direct reading code (auto seralisation is disabled until later changes are made)
-- Settings currently not exposed in editor

- Added Mac Environment var setting support

Unreleated
- Envars can now be passed down to process start points in tools

#codereview michael.trepka

[CL 2412194 by Robert Jones in Main branch]
2015-01-20 10:05:42 -05:00
Richard TalbotWatkin
7510a0ba0f Improved splash screen and initialization process.
[CL 2390837 by Richard TalbotWatkin in Main branch]
2014-12-17 02:15:23 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Max Preussner
521937ee49 TargetPlatform: Documentation updates, cosmetic changes
[CL 2326223 by Max Preussner in Main branch]
2014-10-10 20:59:10 -04:00
Martin Mittring
ead18dd63d log available platforms in case it wasn't recognized
[CL 2314568 by Martin Mittring in Main branch]
2014-09-30 13:28:26 -04:00
Max Preussner
121fccd2ab Code and documentation cleanup pass
- removed dummy UClasses (no longer needed)
- removed file header comments (not used)
- removed duplicated function documentation in cpp files
- documentation cleanup, punctuation, spelling etc.
- pragma once include guards (now work on all platforms)
- relative public includes (are auto-discovered by UBT)
- fixed too many/too few line breaks
- deleted empty files
- missing override
- NULL to nullptr

[CL 2305058 by Max Preussner in Main branch]
2014-09-21 20:35:48 -04:00
Daniel Lamb
34c033be67 Merge cook on the fly and cook by the book.
Support for cook by the book in the editor.
#codereview Josh.Adams, Peter.Sauerbrei

[CL 2299633 by Daniel Lamb in Main branch]
2014-09-16 12:15:46 -04:00
Ori Cohen
167a797ef8 Add runtime physx cooking
[CL 2291345 by Ori Cohen in Main branch]
2014-09-09 16:30:29 -04:00
Ben Marsh
bb17aef300 Move functionality to invoke UBT into DesktopPlatform.
[CL 2286483 by Ben Marsh in Main branch]
2014-09-05 13:31:22 -04:00
Marcus Wassmer
f36a68b03a Nicer AutoSDKs checks
[CL 2254541 by Marcus Wassmer in Main branch]
2014-08-13 09:53:04 -04:00
Marcus Wassmer
15dde71d05 Don't run AutoSDKs code if AutoSDKs aren't enabled.
[CL 2254529 by Marcus Wassmer in Main branch]
2014-08-13 09:37:59 -04:00
Peter Sauerbrei
596775cfc8 fix for parsing platform SDK validity on Mac
#ue4
#mac

[CL 2238715 by Peter Sauerbrei in Main branch]
2014-07-31 15:44:52 -04:00
Peter Sauerbrei
f93df48f74 add support for detecting installed SDKs at editor start up
add support for showing the various platforms in different menus whether they are properly installed or not
update FPlatformInfo to include information about SDK status, whether or not the platform should be shown on a particular executing platform (Win, Mac, Linux), and whether or not the platform should be shown as part of the binary distribution
fixed platform target modules for IOS, Android, and HTML5 for binary release
TTP341656, TTP342449, TTP342631
#ue4
#platforms

[CL 2238535 by Peter Sauerbrei in Main branch]
2014-07-31 13:31:22 -04:00
Marcus Wassmer
be9c831423 Make AutoSDK failures warnings in the cooker so-as not to fail unrelated cooking.
#lockdown Peter.Sauerbrei

[CL 2231698 by Marcus Wassmer in Main branch]
2014-07-25 12:09:27 -04:00
Marcus Wassmer
6848c3405d Avoid an AutoSDK dependency on ITargetPlatformBase
#codereview peter.sauerbrei, josh.adams

[CL 2229039 by Marcus Wassmer in Main branch]
2014-07-23 17:11:42 -04:00
Dmitry Rekman
fdc1ac6dae Fix Linux editor build.
[CL 2227748 by Dmitry Rekman in Main branch]
2014-07-22 18:48:48 -04:00