Commit Graph

110 Commits

Author SHA1 Message Date
Jaroslaw Surowiec
aee777890d CrashReportClient - UE-1526/CrashReportClient sometimes doesn't show up on crash (set bCompileAgainstCoreUObject to true)
[CL 2348620 by Jaroslaw Surowiec in Main branch]
2014-11-04 12:26:50 -05:00
Jaroslaw Surowiec
1120b3b33b CrashReportWWW - Updated project file
[CL 2348153 by Jaroslaw Surowiec in Main branch]
2014-11-04 05:07:19 -05:00
Jaroslaw Surowiec
8024bff837 CrashReportWWW - Improved crash view listing performance
[CL 2348135 by Jaroslaw Surowiec in Main branch]
2014-11-04 04:47:18 -05:00
Jaroslaw Surowiec
9da57fca55 CrashReportWWW - No change
[CL 2348126 by Jaroslaw Surowiec in Main branch]
2014-11-04 04:32:42 -05:00
Ben Zeigler
02a9e1dd4e Merging Dev -> Main using UE4-Fortnite-To-UE4 from CL 2340802
Includes following engine changes:

Getting display metrics only once at construct time when using SSafeZone. GetDisplayMetrics is expensive in Windows so it is impractical to call it every frame.
- Some AI API improvements, mostly switchig pointer function parameters to references.
- minor refactor of UCrowdFollowingComponent's queryinf functions:
    - IsCrowd*Enabled functions refactored to  IsCrowd*Active
    - implemented IsCrowd*Enabled that return acrual values of relevant properties
- Added a function to CrowdManager to query for location of agents neighbouring given agent
Added support for PS4 touchpad-based cursor
You can now choose to skip synchronously scanning for asset data in object libraries and just use the data that is currently in the asset registry. The data will be refereshed automatically later once the global scan completes. The only applies to non-commandlet editor instances.
Crash fixes for trying to access NULL Metal surfaces on IOS
Slate: Cleaned up some atlas code related to padding and corrected some comments

[CL 2347323 by Ben Zeigler in Main branch]
2014-11-03 15:47:28 -05:00
Jaroslaw Surowiec
d6de68f8d1 CrashReportWWW - Reordered some code to fix the issue with updating the user group
[CL 2347239 by Jaroslaw Surowiec in Main branch]
2014-11-03 15:28:30 -05:00
Jaroslaw Surowiec
8adc7fa470 CrashReportWWW - Added performance stats to the website, all data is logged in the F:\\CrashReportWebsiteLogs (first iteration, may add some overhead, but should be negligible), basic filtering by the username, needs connection to a real user table
[CL 2347154 by Jaroslaw Surowiec in Main branch]
2014-11-03 11:30:56 -05:00
Jaroslaw Surowiec
f644df10fb CrashReportWWW - Improved buggs view listing performance
[CL 2346878 by Jaroslaw Surowiec in Main branch]
2014-11-03 07:35:56 -05:00
Jaroslaw Surowiec
e62b27506b CrashReportWWW - Improved crash view listing performance
[CL 2346876 by Jaroslaw Surowiec in Main branch]
2014-11-03 07:35:44 -05:00
Chris Gagnon
0e6d657c3d Refactor to unify keyboard and controller input and focus.
Native controller navigation support.

[CL 2345039 by Chris Gagnon in Main branch]
2014-10-30 12:29:36 -04:00
Max Preussner
93754920a6 SlateReflector: Made headers compilable individually; code & documentation clenaup
[CL 2344965 by Max Preussner in Main branch]
2014-10-30 11:03:30 -04:00
Jaroslaw Surowiec
6212dd6f06 CrashReportWWW - Added users mapping
[CL 2340983 by Jaroslaw Surowiec in Main branch]
2014-10-27 07:58:08 -04:00
Jaroslaw Surowiec
a8974b0194 CrashReport - Updated create database script, added usermapping table
[CL 2339801 by Jaroslaw Surowiec in Main branch]
2014-10-24 09:30:20 -04:00
Jaroslaw Surowiec
72cee258c1 CrashReportWWW - MachineId is now stored for the rocket users
[CL 2331527 by Jaroslaw Surowiec in Main branch]
2014-10-16 09:07:28 -04:00
Wes Hunt
31e2bb00ac Removed a bunch of stuff from Slate standard include, created SlateBasics.h
* Moved Slate.h into SlateBasics.h and began shifting less commonly used headers into SlateExtras.h.
* Slate.h now simply includes SlateBasics.h and SlateExtras.h.
* Slate.h includes a deprecated warning now to indicate that SlateBasics.h + specific includes should be used instead.
* Moved dozens of inlined functions using Slate widgets into .cpp files to avoid header dependencies.
* All code samples now include SlateBasics.h and SlateExtras.h so future shifts will not break most those projects, but not trigger the deprecation warning of including Slate.h.
#BUN

[CL 2329610 by Wes Hunt in Main branch]
2014-10-14 22:50:06 -04:00
Dmitry Rekman
b0f0fc5af0 Compile CrashReportClient without ICU on Linux.
- Should fix TTP #349499 (FN servers missing reports).
- The other way to fix that issue is to include ICU data with server builds, although at least in our use case this seems to be additional hassle.
- A ticket (UECORE-14) has been filed to split CRC into headless server and client versions.

[CL 2329358 by Dmitry Rekman in Main branch]
2014-10-14 18:03:33 -04:00
Michael Trepka
1d5a0d5506 Updated engine code to compile correctly with OS X 10.10 SDK, added SDK detection to MacToolChain (based on iOS one)
#codereview Mark.Satterthwaite

[CL 2325808 by Michael Trepka in Main branch]
2014-10-10 15:07:46 -04:00
Jaroslaw Surowiec
7227dad9b8 CrashReport - Refactoring continued
[CL 2324141 by Jaroslaw Surowiec in Main branch]
2014-10-09 11:27:20 -04:00
Jaroslaw Surowiec
ea9a0a3c8a CrashReport - Added a missing header (https://github.com/EpicGames/UnrealEngine/pull/498)
[CL 2323845 by Jaroslaw Surowiec in Main branch]
2014-10-09 04:45:53 -04:00
Jaroslaw Surowiec
c77e578769 CrashReport - Added a few more cleaners
[CL 2321142 by Jaroslaw Surowiec in Main branch]
2014-10-07 08:41:44 -04:00
Jaroslaw Surowiec
24696c97a9 CrashReport - Added query to replace bad EngineMode with 'Unknown'
[CL 2321135 by Jaroslaw Surowiec in Main branch]
2014-10-07 08:36:36 -04:00
Jaroslaw Surowiec
eed8c1f66a CrashReport - Fixed a typo
[CL 2321115 by Jaroslaw Surowiec in Main branch]
2014-10-07 08:21:55 -04:00
Jaroslaw Surowiec
553bbdd802 CrashReport - Added helper queries to get today's crashes and buggs
[CL 2321114 by Jaroslaw Surowiec in Main branch]
2014-10-07 08:21:42 -04:00
Jaroslaw Surowiec
7145202079 CrashReport - Added more data and updated comments
#codereview Robert.Manuszewski

[CL 2321043 by Jaroslaw Surowiec in Main branch]
2014-10-07 05:41:14 -04:00
Jaroslaw Surowiec
8840c5d6b2 CrashReport - Added GenericPlatformContext
#codereview Robert.Manuszewski

[CL 2321042 by Jaroslaw Surowiec in Main branch]
2014-10-07 05:41:02 -04:00