Commit Graph

1998 Commits

Author SHA1 Message Date
Ankit Khare
79542f541b Allow HTML5 to download maps on the fly.
UPLAT-685 (Remove Virtual File System to reduce run-time memory overhead and allow for larger worlds in HTML5)

#codereview josh.adams, james.moran

[CL 2505577 by Ankit Khare in Main branch]
2015-04-08 14:53:36 -04:00
Peter Sauerbrei
b80de6513e UEPLAT-593 implement lifetime event callbacks as game thread tasks
#ios
#codereview chris.babcock

[CL 2505556 by Peter Sauerbrei in Main branch]
2015-04-08 14:47:04 -04:00
PaulEremeeff
c9a246101e PR #1013: Fixing PVS-Studio warnings. (Contributed by PaulEremeeff)
Some files have been omitted and will be submitted with modified corrections

[CL 2505544 by Dan Oconnor in Main branch]
2015-04-08 14:46:25 -04:00
Chris Babcock
3318803915 Set AssetPath for local files to fix issue with Get/SetTimeStamp on Android
#ue4
#android
#codereview kwangsub.shin

[CL 2505542 by Chris Babcock in Main branch]
2015-04-08 14:46:22 -04:00
Michael Trepka
96142bfaaf Alternative way of handling dylibs in Mac bundle subfolders that should work around the Mavericks dlopen() bug
#lockdown Zachary.EdgertonJones

[CL 2502658 by Michael Trepka in Main branch]
2015-04-06 10:41:41 -04:00
Chris Babcock
d824480191 Android: make -Wparentheses-equality non-fatal.
- Constructs like if (foo=1) will still break the build, but if ((foo == 1)) will not (won't be suppressed completely, but will produce a visible warning).

#ue4
#android
#codereview Josh.Adams

[CL 2501761 by Chris Babcock in Main branch]
2015-04-03 18:06:14 -04:00
Saul Abreu
f8d4394dee Fixed text automation test that was comparing actual results to inaccurate expected results.
[CL 2501512 by Saul Abreu in Main branch]
2015-04-03 15:28:53 -04:00
Saul Abreu
06c6834599 Added invariant time zone accessor to FText. Made minor changes to blueprint methods for date-time formatting to use the new accessor, rather than hardcoded duplicate string literals. This also fixes the use of an incorrect "Unknown" time zone id by changing it to "Etc/Unknown".
[CL 2501407 by Saul Abreu in Main branch]
2015-04-03 14:34:56 -04:00
Robert Manuszewski
60aaa61ce8 Fixing overriding ini name with -def*ini= in the commandline
[CL 2500985 by Robert Manuszewski in Main branch]
2015-04-03 06:24:27 -04:00
Joe Conley
3f5ee6d36a FText: Method to retrieve source FTexts from FText::Format history. Used in the translation picker currently.
TranslationPicker: Improving layout to be more useful for multi-line text, and to show text with no localization information in a more concise fashion.

[CL 2500946 by Joe Conley in Main branch]
2015-04-03 05:06:51 -04:00
Dan Oconnor
8fea4dcee5 Fix for my last malformed 'fix'....
[CL 2500406 by Dan Oconnor in Main branch]
2015-04-02 17:19:25 -04:00
Dmitry Rekman
2a8fa809d6 Linux: make -Wparentheses-equality non-fatal.
- Constructs like if (foo=1) will still break the build, but if ((foo == 1)) will not (won't be suppressed completely, but will produce a visible warning).

#codereview Josh.Adams

[CL 2500399 by Dmitry Rekman in Main branch]
2015-04-02 17:12:23 -04:00
Saul Abreu
c80d5f3932 Changed FDateTime UnixTimeStamp methods to use int64 rather than int32. Made relevant changes where the methods were used.
[CL 2500391 by Saul Abreu in Main branch]
2015-04-02 17:08:01 -04:00
Dan Oconnor
770dfc7879 Back out revision 63 from //depot/UE4/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp
[CL 2500376 by Dan Oconnor in Main branch]
2015-04-02 17:00:16 -04:00
Dinesh Kumar
f0a9771d33 Paper2D: 2D Mode
- Combined 2D Rotate / Translate widget
- 2D Layer Snap planes
- Some UI stuff to go with it
#codereview michael.noland

[CL 2500349 by Dinesh Kumar in Main branch]
2015-04-02 16:44:37 -04:00
Dan Oconnor
15c50b5a5d Fixes for warnings found by PVS-Studio, these have been modified from PR#996
[CL 2500335 by Dan Oconnor in Main branch]
2015-04-02 16:32:47 -04:00
Max Preussner
f48f19da32 Core: Added missing initialization in TFuture move constructor
[CL 2500218 by Max Preussner in Main branch]
2015-04-02 15:26:18 -04:00
Ankit Khare
2cc92255f2 Allow platforms to inspect or modify transtions during LoadMap.
UEPLAT-685 WIP

#codereview josh.adams

[CL 2500166 by Ankit Khare in Main branch]
2015-04-02 14:54:28 -04:00
Jaroslaw Surowiec
b1ae6f93ac Stats - Added stats group for target platform, added DECLARE_PTR_STAT
[CL 2499842 by Jaroslaw Surowiec in Main branch]
2015-04-02 10:23:57 -04:00
Jaroslaw Surowiec
30a0ea545e Back out changelist 2499832 (wrong file)
[CL 2499836 by Jaroslaw Surowiec in Main branch]
2015-04-02 10:21:27 -04:00
Jaroslaw Surowiec
e3af701485 Stats - Added stats group for target platform, added DECLARE_PTR_STAT
[CL 2499832 by Jaroslaw Surowiec in Main branch]
2015-04-02 10:16:50 -04:00
Carlos Cuello
65c6b1a695 [INTEGRATE] Merging using UE4-To-UE4-LauncherDev, integrate all up to cl 2496104 from the LauncherDev branch. updated friends and chat module, lib curl updates, portal related fixes
[CL 2499790 by Carlos Cuello in Main branch]
2015-04-02 09:42:37 -04:00
Mikolaj Sieluzycki
d932c964d8 Typo fix.
[CL 2499675 by Mikolaj Sieluzycki in Main branch]
2015-04-02 06:19:19 -04:00
Mikolaj Sieluzycki
d6326e6eaf Add check for negative deserialized string size.
#codereview Robert.Manuszewski

[CL 2499651 by Mikolaj Sieluzycki in Main branch]
2015-04-02 05:55:45 -04:00
Andrew Rodham
3ac1e0da19 Added editor project setting to define whether to display units in imperial or metric (or not at all)
Also added a default input unit that is used when no units are specified on a text input.

This addresses UE-11863 and UE-9313

[CL 2499638 by Andrew Rodham in Main branch]
2015-04-02 05:30:34 -04:00