Commit Graph

31 Commits

Author SHA1 Message Date
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
Jaroslaw Palczynski
ebce413232 UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
Max Preussner
3aece47882 Docs: Removed file comments and added missing code documentation
Please note that file comments had no purpose in nearly all cases and just added visual clutter. The two files that had meaningful file comments had their comments moved into the corresponding classes. There are still hundreds of file comments left in other files that will be removed over time.

Also cleaned up some random stuff along the way:
- relative paths to public headers within the same module are no longer necessary (automatically discovered by UBT now)
- header guards are deprecated, use #pragma once instead (all compilers support it now)
- space between multiple template brackets is no longer required (all compilers support >> now)
- NULL to nullptr, OVERRIDE to override
- spelling errors, whitespace, line breaks

[CL 2104067 by Max Preussner in Main branch]
2014-06-12 23:22:18 -04:00
Peter Sauerbrei
d82b2d7ee5 fix for game not waiting for Cook on the Fly server to initialize when running from Quick Launch
TTP333309
#ue4

[CL 2100871 by Peter Sauerbrei in Main branch]
2014-06-10 17:09:44 -04:00
Max Preussner
6fd6d38227 GameLauncher: Fixed deprecated launcher profiles not being deleted
[CL 2100506 by Max Preussner in Main branch]
2014-06-10 12:30:40 -04:00
Jamie Dale
0cfe5f0651 Added PlatformInfo to DesktopPlatform and improved the editors Supported Platform UI
TTP# 337136 - SETTINGS: Target Platform settings polish
TTP# 337652 - EDITOR: Limit Project supported Android icons down to 1
TTP# 337650 - EDITOR: There is only 1 icon for Apple for Project Supported Platforms

DesktopPlatform now contains a static array of FPlatformInfo. This can be used to query UE4 about its available platforms, even when they're not available as a target platform.

FPlatformInfo contains the information required by the editor (such as a localized display name and icon), as well as whether a platform is a variation ("flavor") of another, and if so, whether the flavor affects the build output (eg, Win32 or Win64), or the cook output (eg, Android_XYZ). This lets the editor build up nested menus for the "Package Project" and "Cook Project" options, rather than just showing everything as a flat list.

ReviewedBy Thomas.Sarkanen, Max.Preussner

[CL 2095796 by Jamie Dale in Main branch]
2014-06-05 12:13:44 -04:00
Marc Audy
83dcc2fe11 Shadow variable fixes
[CL 2094759 by Marc Audy in Main branch]
2014-06-04 15:11:29 -04:00
Mikolaj Sieluzycki
7a1386bfc9 #ttp 331740 UE4: Core: Runnable thread clean-up
#proj core
#branch UE4
#summary Remove all bAutoDeleteSelf and bAutoDeleteRunnable usage from the runnable.
#codereview Robert.Manuszewski

[CL 2070165 by Mikolaj Sieluzycki in Main branch]
2014-05-12 08:39:12 -04:00
Dmitry Rekman
4a2e260c9c More changes to accomodate new Linux platforms.
Old "Linux" target platform is now called "LinuxNoEditor", so this needs to be patched up in places where target platform name was assumed to match platform name.

#codereview Josh.Adams, Peter.Sauerbrei, Michael.Trepka, Ben.Marsh

[CL 2068323 by Dmitry Rekman in Main branch]
2014-05-09 12:42:42 -04:00
Peter Sauerbrei
96d4bbb002 Fix for build section not building the project
TTP326921
#ue4
#ufe

[CL 2065917 by Peter Sauerbrei in Main branch]
2014-05-07 15:00:53 -04:00
Peter Sauerbrei
a3cf3f4bf4 #ue4
#ufe
* fix for server platform type being passed to UAT

[CL 2050242 by Peter Sauerbrei in Main branch]
2014-04-23 19:41:24 -04:00