Commit Graph

117 Commits

Author SHA1 Message Date
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
dcebbfdf50 Fixup more copyright messages to be in a consistent format.
[CL 2379543 by Ben Marsh in Main branch]
2014-12-07 14:26:13 -05:00
Ian Murray
c70dc5fb0c Temporary fix in crashreporter website to stop issues where users have [] squarebrackets in their file system path
[CL 2366352 by Ian Murray in Main branch]
2014-11-20 11:11:24 -05:00
Jaroslaw Surowiec
7c36fcef8d CrashReporterWWW - Comment fix
[CL 2366329 by Jaroslaw Surowiec in Main branch]
2014-11-20 10:36:21 -05:00
Jaroslaw Surowiec
50d3e5d47f CrashReportWWW - Fix
[CL 2351817 by Jaroslaw Surowiec in Main branch]
2014-11-06 15:24:47 -05:00
Jaroslaw Surowiec
39191e28e6 CrashReportWWW - Better filtering by user name or user email, should work with the analitycs database, optimized CrashRepository.PopulateUserInfo, removed more of the usused code, some documentation, updated stats
[CL 2351768 by Jaroslaw Surowiec in Main branch]
2014-11-06 15:24:21 -05:00
Jaroslaw Surowiec
b76ebdb330 CrashReportWWW - Fixed bad encoding
[CL 2351689 by Jaroslaw Surowiec in Main branch]
2014-11-06 15:20:56 -05:00
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