Commit Graph

1364 Commits

Author SHA1 Message Date
James Moran
f1320865f9 Many improvements to HTML5.
- Fixes to the Mac HTML5 Device selection. .app files now work correctly.
- Re-enabled HTML5 in Mac Editor.
- Added HTML5LaunchHelper executable to clean up the process of LaunchOn for HTML5.
- Improve HTML5 SDK Settings Editor interface. Only the emscripten install directory is needed now, SDK version are automatically picked up and selected for use.
- Change UnrealPak to also account for bytes saved (>64KB) and percentage size of original file (<90%) when choosing to automatically turn off compression.
- Added Server Port option for HTML5 deploy to stop clashes on port 8000
- Adding more logging for use during debugging & tracing.
- Added an option to turn on HTML5 tracing api and added calls to the api.
- Fix up check() macros to throw alert messages and be more clear that something has gone wrong on HTML5.

#codereview Ankit.Khare

[CL 2452979 by James Moran in Main branch]
2015-02-20 04:41:01 -05:00
Ben Marsh
150b3e72bc Remove IsRocketSample() callback. Not used any more.
[CL 2449315 by Ben Marsh in Main branch]
2015-02-17 17:17:02 -05:00
Kellan Carr
7ea1bb38da build script, store temp storage duration as ec property
[CL 2449259 by Kellan Carr in Main branch]
2015-02-17 16:43:54 -05:00
Ben Marsh
5cb96b3396 Refactoring Rocket samples to remove dependencies on RocketBuild nodes. Also separates out the case where we want to build samples only, with a node whose build products are just fetched from the network.
[CL 2449110 by Ben Marsh in Main branch]
2015-02-17 15:30:48 -05:00
Kellan Carr
4c26d3aa57 build script, save node duration to job step as well as workflow
[CL 2447536 by Kellan Carr in Main branch]
2015-02-16 14:22:20 -05:00
Ben Marsh
5fd3de4efe Integrate latest Rocket changes from 4.7 branch.
[CL 2447184 by Ben Marsh in Main branch]
2015-02-16 10:51:24 -05:00
Kellan Carr
080b83d117 build script, make feature packs alongside promotables every 2 hr 40m
[CL 2447152 by Kellan Carr in Main branch]
2015-02-16 10:35:26 -05:00
Kellan Carr
d699a5e3e7 build script, save compile/cook/test duration as an ec property separately from full node duration
[CL 2447023 by Kellan Carr in Main branch]
2015-02-16 09:24:59 -05:00
Daniel Lamb
627b893cfc Added support for compression in to project launcher and packaging settings in the editor.
[CL 2445290 by Daniel Lamb in Main branch]
2015-02-13 15:35:16 -05:00
Kellan Carr
4021c9bb80 build script, Release to release
[CL 2445038 by Kellan Carr in Main branch]
2015-02-13 13:37:22 -05:00
Kellan Carr
c623e697ed build script, change releaseMode to Release
[CL 2444878 by Kellan Carr in Main branch]
2015-02-13 11:57:28 -05:00
Ben Marsh
29a11c3bdd Remove unnecessary dependency on template editors being built before making feature packs.
[CL 2440416 by Ben Marsh in Main branch]
2015-02-10 16:38:20 -05:00
Kellan Carr
d27d48200c build script, cook less often as part of CI
[CL 2440359 by Kellan Carr in Main branch]
2015-02-10 16:03:55 -05:00
Kellan Carr
2d78fe99b4 build script, put sample make builds behind their own trigger
[CL 2440237 by Kellan Carr in Main branch]
2015-02-10 14:58:32 -05:00
Ben Marsh
c5fff185e9 Update feature packs as part of promotable builds.
#codereview Bruce.Nesbit

[CL 2439102 by Ben Marsh in Main branch]
2015-02-09 19:52:57 -05:00
Kellan Carr
53f317ca45 build script, remove waitfortestshared dependency if project disables testwithshared
[CL 2438104 by Kellan Carr in Main branch]
2015-02-09 10:53:40 -05:00
Ben Marsh
93019d321a Pass appropriate parameters to the spawned editor for generating blueprint JSON file.
[CL 2437930 by Ben Marsh in Main branch]
2015-02-09 09:25:12 -05:00
Josh Adams
5f36c679ad - Stripping out some special .ini settings while staging (the change is lower level than it should be, but it's the fastest way to protect passwords) [UE-9113]
[CL 2434089 by Josh Adams in Main branch]
2015-02-05 15:19:39 -05:00
Daniel Lamb
827af548c8 Removed CookedAssetRegistry.json file from the final staged build.
No one wants it.
#codereview Chris.Babcock

[CL 2432576 by Daniel Lamb in Main branch]
2015-02-04 17:54:59 -05:00
Daniel Lamb
8bbaf2b810 Exposed versioned cooking in ufe also made iterative cooking use versioned cooks.
Made the unversionedcook flag be respected when passed into UAT.
#codereview Peter.Sauerbrei

[CL 2432384 by Daniel Lamb in Main branch]
2015-02-04 16:18:11 -05:00
Daniel Lamb
f54b52f0a2 Fixed network file server not enumerating the DirectoriesToAlwaysStageAsUFS.
Fixed cook on the fly not deploying DirectoriesToAlwaysStageNonUFS.
#codereview Josh.Adams

[CL 2432376 by Daniel Lamb in Main branch]
2015-02-04 16:16:28 -05:00
Daniel Lamb
d3288ce4ff Added support for cook all and cook maps only from packaging settings.
Added list of maps to cook for the packaging settings.
#codereview Peter.Sauerbrei

[CL 2430466 by Daniel Lamb in Main branch]
2015-02-03 16:06:53 -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
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
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