Commit Graph

91 Commits

Author SHA1 Message Date
Daniel Lamb 0fb0ccdf79 Added support for cancelling cook by the book in editor.
#codereview Peter.Sauerbrei

[CL 2305821 by Daniel Lamb in Main branch]
2014-09-22 14:29: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
Chris Gagnon 49f229425a Fix for device lists not being saved.
[CL 2303355 by Chris Gagnon in Main branch]
2014-09-18 19:50:04 -04:00
Peter Sauerbrei 040aa73caf converted LauncherWorker to utilize a single UAT command
fixed problem with IP not being set for CotF
#ue4
#codereview daniel.lamb, chris.gagnon

[CL 2303312 by Peter Sauerbrei in Main branch]
2014-09-18 18:55:01 -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
Chris Gagnon e9fc0ada9d Removed Whitespace from usernames.
Added new buttons on the lauch profile results screen ( rerun, and cancel without closing).
Fixed possible crash when trying to populate a non existant profiler window.
#codereview matt.kuhlenschmidt

[CL 2295572 by Chris Gagnon in Main branch]
2014-09-12 16:57:10 -04:00
Chris Gagnon 352039ae63 Quick fix for Launch On
[CL 2291319 by Chris Gagnon in Main branch]
2014-09-09 16:00:43 -04:00
Chris Gagnon 9ccd8c9ec4 Target Platform API added to provide more information about variants and variant support.
Device Services Refactoring to create the concept of a physical device.
Game launcher and device viewer UI changes to show these new concepts.
#codereview Max.Preussner, Matt.Kuhlenschmidt

[CL 2290918 by Chris Gagnon in Main branch]
2014-09-09 12:20:43 -04:00
Mikolaj Sieluzycki 3dc5344db7 Fix failure when packaging for WindowsNoEditor in UnrealFrontend.
TTP#342375 UFE: COOKING: Failure when packaging for WindowsNoEditor.
#codereview Robert.Manuszewski

[CL 2281104 by Mikolaj Sieluzycki in Main branch]
2014-09-02 03:54:00 -04:00
Ben Marsh e9f8b8d3a1 Fixup multiline comments that are meant to be documentation. Need to start with /** for doxygen to parse them.
[CL 2265840 by Ben Marsh in Main branch]
2014-08-21 08:33:39 -04:00
Peter Sauerbrei 51fa18631b addition of errors to Launch On, Package, and Cook analytics
TTP341794
#ue4
#analytics

[CL 2240496 by Peter Sauerbrei in Main branch]
2014-08-01 20:30:13 -04:00
Peter Sauerbrei 460d7c5e8e fix for UFE using incremental cooking by default
TTP342370
#ue4
#ufe

[CL 2238855 by Peter Sauerbrei in Main branch]
2014-07-31 16:48:57 -04:00
Michael Trepka 3293117f09 More fixes for Clang warnings
[CL 2238624 by Michael Trepka in Main branch]
2014-07-31 15:43:08 -04:00
Mikolaj Sieluzycki c49bfaac41 Back out splitting MessageEndpoint and MessageEndpointBuilder to .cpp and header.
[CL 2223238 by Mikolaj Sieluzycki in Main branch]
2014-07-18 10:09:45 -04:00
Ben Marsh c7a9449490 Allow setting the path to the editor executable when using launcher commands.
[CL 2219712 by Ben Marsh in Main branch]
2014-07-15 15:21:09 -04:00
Mikolaj Sieluzycki 3eac0f9be7 Remove superfluous headers part 2 of n - Engine module cleanup, Animation headers.
#codereview Robert.Manuszewski

[CL 2219071 by Mikolaj Sieluzycki in Main branch]
2014-07-15 10:25:17 -04:00
Dmitry Rekman dbdea559eb [Github] PR 242 (safe changes).
- Code cleanup and minor rearrangement (e.g. variable name changes).
- Additions.
- Case issues fixed.
- Minor fixes (init ordering).

[CL 2172690 by Dmitry Rekman in Main branch]
2014-07-08 00:06:17 -04:00
Peter Sauerbrei 5e50385e35 fixed launcher to properly require HTML5 to package whenever a deploy is requested
#ue4
#html5

[CL 2171361 by Peter Sauerbrei in Main branch]
2014-07-07 19:15:25 -04:00
Daniel Lamb 7184ecc682 Seperated the support for tcp and http transports when using file serving so that they can be used at the same time.
#codereview Peter.Sauerbrei
#codereview Ankit.Khare

[CL 2170710 by Daniel Lamb in Main branch]
2014-07-07 15:39:19 -04:00
Marcus Wassmer 320c451d9b Fix PS4/XB1 Launching getting stuck at deploy step
#codereview josh.adams,peter.sauerbrei

[CL 2123933 by Marcus Wassmer in Main branch]
2014-07-01 17:41:38 -04:00
Peter Sauerbrei 76eeefa6d9 fix for showing invalid platform message and not providing the information as to why
TTP332224
#ue4
#ufe

[CL 2118569 by Peter Sauerbrei in Main branch]
2014-06-26 17:11:45 -04:00
Peter Sauerbrei 9a2a38faf2 ULD will now properly launch a game on device via the app id
#ue4
#ios

[CL 2117323 by Peter Sauerbrei in Main branch]
2014-06-25 18:31:49 -04:00
Peter Sauerbrei 746236947c addition of analytics for File/Cook, File/Package, and Launch On
TTP337717
#ue4
#editor

#codereview ian.thomas

[CL 2114583 by Peter Sauerbrei in Main branch]
2014-06-23 18:10:01 -04:00
Peter Sauerbrei 28efb17a59 quick optimization to not re-build UAT for every step of the launcher process
#ue4

[CL 2111761 by Peter Sauerbrei in Main branch]
2014-06-20 10:11:44 -04:00
Peter Sauerbrei 06c2397e65 implement vsync check box in UFE
TTP331451
#ue4
#ufe

[CL 2110460 by Peter Sauerbrei in Main branch]
2014-06-19 10:57:48 -04:00