Commit Graph

11 Commits

Author SHA1 Message Date
Dmitry Rekman
fa82bb8090 Make crash report functions explicitly visible.
- We need those symbols in another shared object, and otherwise they would be hidden in Test/Shipping builds (UE-8168).

(Merged CL 2418865 from UT branch).

[CL 2418870 by Dmitry Rekman in Main branch]
2015-01-26 13:38:36 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05: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
Michael Noland
2f0a414b41 Engine: Coding-standards fixes (TypeName [*|&] VariableName -> TypeName[*|&] VariableName)
[CL 2316338 by Michael Noland in Main branch]
2014-10-01 14:45:04 -04:00
Dmitry Rekman
cbef4da343 Restore quotes around arguments with space.
- Minor change from PR #306 by amigo and #ue4linux folks.

[CL 2251670 by Dmitry Rekman in Main branch]
2014-08-11 14:57:34 -04:00
Dmitry Rekman
5641ddd9fc Case sensitiveness and pathname fixes from PR 185.
This is a subset of changes from pull request 185 by sbc100, 3dluvr, wshearn, abarbu et al: https://github.com/EpicGames/UnrealEngine/pull/185

[CL 2085575 by Dmitry Rekman in Main branch]
2014-05-29 17:09:19 -04:00
Dmitry Rekman
f9acecd5b5 Linux: Make abnormal exit more obvious to user.
Alleviates TTP #335935 where passing an incorrect path project confused the user.

[CL 2078818 by Dmitry Rekman in Main branch]
2014-05-20 07:48:06 -04:00
Dmitry Rekman
e3105eda19 Merging the bulk of Darkside changes.
- New target platforms (LinuxNoEditor for client+server, LinuxClient for client, Linux for editor, LinuxServer for dedicated server - mirroring other platforms).
- Preliminary support for gcc in the toolchain (and some safe fixes in code).
- No more lowercasing when accessing files on Linux, tread carefully.
- Changes needed for native compilation and other minor improvements.

#codereview Josh.Adams, Michael.Liebenow, Steve.Robbs

[CL 2067133 by Dmitry Rekman in Main branch]
2014-05-08 13:01:46 -04:00
Dmitry Rekman
9b191b556b Minor: inform the user about "-nocore" switch.
[CL 2059904 by Dmitry Rekman in Main branch]
2014-04-30 10:18:07 -04:00
Dmitry Rekman
b83d919c9d Changes to the way we increase rlimits on Linux.
- Do not adjust number of open files upfront, and don't use "-pak" switch for that logic (TTP #331889).
- Make adjusting core size optional to avoid problems like JoshM ran into when running servers from a space-limited laptop.

[CL 2059895 by Dmitry Rekman in Main branch]
2014-04-30 10:13:06 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00