Commit Graph

42 Commits

Author SHA1 Message Date
James Moran
c5b4ca076e HTML5 SDK settings are now set via the Editor.
Android SDK path backslash duplication fix.
Fix for User inis not saving array properties correctly.

#codereview Ankit.Khare, Josh.Adams

[CL 2418611 by James Moran in Main branch]
2015-01-26 10:22:57 -05:00
James Moran
735cd5be4c Fix variable being initialised to the wrong value. Fixes UE-6893
[CL 2398546 by James Moran in Main branch]
2015-01-06 04:49:34 -05:00
Michael Trepka
98dc0aa5fe Removed conditional inclusion of most platform files in UBT project so the same project can be used in Visual Studio and Mono Develop/Xamarin Studio, removed _Mono UBT and UAT projects, updated automation scripts to be compatible with Mono 3.10
[CL 2388812 by Michael Trepka in Main branch]
2014-12-15 15:28:22 -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
Ben Marsh
959cfa782d Add missing copyright notices to source files.
[CL 2379212 by Ben Marsh in Main branch]
2014-12-06 19:14:20 -05:00
James Moran
1d00258d5e Added another missing quote in HTML5 Package commands.
Fix UE-5375

#codereview Ankit.Khare

[CL 2359886 by James Moran in Main branch]
2014-11-14 07:00:34 -05:00
Ankit Khare
9ea17a729f re-add file with correct case and relvant automation changes.
#html5

[CL 2351848 by Ankit Khare in Main branch]
2014-11-06 15:25:26 -05:00
Ankit Khare
ae12f862aa CIS fix.
[CL 2345986 by Ankit Khare in Main branch]
2014-10-31 05:16:31 -04:00
Ankit Khare
55d2e28ba4 Allow html sdk path to be set using ini file.
- takes preference over EMSCRIPTEN env variable
   - editor can now detect sdk on yosemite.
   - refactor and simplyfy emscripten sdk access in .cs files.

#corereview james.moran

[CL 2345958 by Ankit Khare in Main branch]
2014-10-31 04:31:19 -04:00
James Moran
cd45e72ecc Fixed HTML5 Packaging failing because of missing funciton.
[CL 2343698 by James Moran in Main branch]
2014-10-29 08:01:57 -04:00
Saul Abreu
44baed0ff7 Added settings for staging internationalization presets. Updated staging logic to stage ICU internationalization data presets from commandline arguments or settings. Added default settings for internationalization presets.
[CL 2341735 by Saul Abreu in Main branch]
2014-10-27 19:33:51 -04:00
James Moran
88141087d9 Mac fix for launching html5 on chrome
[CL 2339718 by James Moran in Main branch]
2014-10-24 08:10:08 -04:00
Saul Abreu
a05e2d523e Corrected platform-specific ICU data staging logic that was using the old paths.
[CL 2339348 by Saul Abreu in Main branch]
2014-10-23 19:42:28 -04:00
James Moran
001ed1841d CIS fix
[CL 2332793 by James Moran in Main branch]
2014-10-17 05:06:50 -04:00
James Moran
b9307c8123 Launch On fix for HTML5/Chrome. #ttp 349166
Chrome spawns a subprocess for html5 webpage, run command will now attach to that page and not kill the http server immediately.

[CL 2332764 by James Moran in Main branch]
2014-10-17 04:21:41 -04:00
Dmitry Rekman
e1b8fc1d03 Minor fixes to UAT projects (PR #492).
- Android/HTML5 automation projects reference OneSky, UAT compiled for AnyCPU platform.
- contributed by amigo.

[CL 2324466 by Dmitry Rekman in Main branch]
2014-10-09 17:15:41 -04:00
James Moran
06b55da65c Enable ICU on HTML5
#codereview Ankit.Khare

[CL 2313985 by James Moran in Main branch]
2014-09-30 04:14:46 -04:00
Ankit Khare
ae67a82b58 Quick fix for Platform Run Client for cook on the fly for HTML5 - some higher level changes passed in unexpected data. This needs a bit more work.
#codereview James.Moran

[CL 2308646 by Ankit Khare in Main branch]
2014-09-24 14:50:15 -04:00
James Moran
25259249ba Changed Emscripten setting read function to handle comments.
Also added more logging, changed autoSDK setup.bat to output helpful varibles into emscripten file.

#codereview Ankit.Khare

[CL 2308569 by James Moran in Main branch]
2014-09-24 13:56:28 -04:00
Ankit Khare
45477d14da Pak file creation - add the ability override UAT command line arguments per platform with a 3 state setting - Always, Never, Don't care. Fixes an issue where pak files were created even when we don't want (for now, atleast).
#codereview peter.sauerbrei, daniel.lamb

[CL 2307825 by Ankit Khare in Main branch]
2014-09-23 20:31:24 -04:00
James Moran
e3fff57b73 Updated HTML5 Automation to reflect device name change.
Also updated Run command to use python exe pulled from emscripten config file if it exists.

[CL 2306772 by James Moran in Main branch]
2014-09-23 09:14:00 -04:00
Ankit Khare
1c4c7136bd HTML5 RequiresPackageToDeploy
#codereview peter.sauerbrei

[CL 2305813 by Ankit Khare in Main branch]
2014-09-22 14:24:24 -04:00
James Moran
417625cdd2 Fix for HTML5 packaging picking up the wrong version of python leading to path failures
[CL 2305633 by James Moran in Main branch]
2014-09-22 11:23:43 -04:00
Ankit Khare
e04b3c31a8 Fix up HTML5 Automation to correctly setup command line arguments. Make safari work correctly - it doesn't honor command line arguments like every other browser.
#ttp 342330

[CL 2298183 by Ankit Khare in Main branch]
2014-09-15 10:56:03 -04:00
Ankit Khare
c3e2580eee Make different browsers as HTML5 Devices.
The configuration is driven by a editor platform specific .ini setting. Also, always serve files via a web browser ( python SimpleHTTP Server ) whose life time is attached to the browser device to get around X-origin issues w/ chrome. cook on the fly path remains as such, because we already serve via the cook on the fly web server.

#HTML5
#codereview james.moran, peter.sauerbrei

[CL 2281792 by Ankit Khare in Main branch]
2014-09-02 14:36:52 -04:00