Commit Graph

27 Commits

Author SHA1 Message Date
Daniel Lamb
e2e5ac707b Fixed issue with cook on the fly client not finding the plugins directory when starting up, which means they will not be cleaned.
[CL 2548240 by Daniel Lamb in Main branch]
2015-05-12 20:11:29 -04:00
Daniel Lamb
f54b52f0a2 Fixed network file server not enumerating the DirectoriesToAlwaysStageAsUFS.
Fixed cook on the fly not deploying DirectoriesToAlwaysStageNonUFS.
#codereview Josh.Adams

[CL 2432376 by Daniel Lamb in Main branch]
2015-02-04 16:16:28 -05:00
Peter Sauerbrei
a7dfa00055 changed error to warning since it isn't actually an error to send an empty file
UE-7691
#cotf

[CL 2411003 by Peter Sauerbrei in Main branch]
2015-01-19 11:46:28 -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
Marcus Wassmer
f01736f196 Do PS4 Path shortening at staging time.
#codereview josh.adams,lee.clark

[CL 2365274 by Marcus Wassmer in Main branch]
2014-11-19 14:20:49 -05:00
Marcus Wassmer
c327582642 Reduce cookonthefly getfilelist times for games which also have a staged build.
[CL 2327916 by Marcus Wassmer in Main branch]
2014-10-13 18:54:04 -04:00
Josh Adams
5cce7276a0 - Fixed a bug with COTF server if the first target platform from client isn't found in possible server targets (now happening with ASTC devices)
#codereview jj.hoesing

[CL 2313681 by Josh Adams in Main branch]
2014-09-29 19:42:27 -04:00
Jaroslaw Palczynski
65ba5d456f TArray documentation and a coupld of methods deprecation.
Changes mostly in Array.h. The changes in other files are only renames for deprecated functions.

[CL 2312616 by Jaroslaw Palczynski in Main branch]
2014-09-29 04:23:44 -04:00
Josh Adams
7bda5ad773 - Minor cleanup to file server platform checking code
[CL 2289748 by Josh Adams in Main branch]
2014-09-08 14:51:47 -04:00
Ben Marsh
7e47a9d047 Remove virtual function to return .uproject extension from IProjectManager.
[CL 2289650 by Ben Marsh in Main branch]
2014-09-08 13:51:36 -04:00
Josh Adams
101d1b3e72 - Fixed UnrealFileServer after recent changes
#codereview daniel.lamb

[CL 2289452 by Josh Adams in Main branch]
2014-09-08 11:51:08 -04:00
Daniel Lamb
c4e09e7650 Fix for slow cook on the fly issue.
Reverted a bunch unsolicited file handling code back to the way it used to be.

[CL 2249125 by Daniel Lamb in Main branch]
2014-08-08 19:46:54 -04:00
Daniel Lamb
fb24e44128 Made cook on the fly terminate connection earlier if unsupported platform connects.
#codereview Marcus.Wassmer

[CL 2228903 by Daniel Lamb in Main branch]
2014-07-23 15:31:40 -04:00
Lee Clark
94675eb12b Allow compiling specific material with remote 'recompileshaders material' command
[CL 2113953 by Lee Clark in Main branch]
2014-06-23 10:23:52 -04:00
Marcus Wassmer
ad0fe3035a Fix cookonthefly crashes from unsolicited files piling up.
#codereview peter.sauerbrei,ankit.khare

[CL 2109646 by Marcus Wassmer in Main branch]
2014-06-18 15:52:39 -04:00
Jeff Campeau
1606556cb2 Fix assert to allow for heartbeat messages to preceed the first get file list message
[CL 2108707 by Jeff Campeau in Main branch]
2014-06-17 20:48:04 -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
Ankit Khare
75222b223a #UE4
TTP: 318779  HTML5: Network File System.
          Allow the network file system to also serve HTTP clients besides TCP, defaults to  TCP.

      -   Refactor NFS to avoid socket depedency in code path, provide switchable implementations for the transport used.
      -   Remove INetworkFileServerConnection Interface, was not being used publically.
      -   WIP: Build improvments, more testing for target HTML5 platform, comments, support on Mac and Linux Platforms.

#codereview: peter.sauerbrei

[CL 2103382 by Ankit Khare in Main branch]
2014-06-12 17:02:52 -04:00
Robert Manuszewski
2c46c1957a Fixing NetworkFileServer hang / stack overflow
[CL 2088584 by Robert Manuszewski in Main branch]
2014-05-29 17:46:11 -04:00
Marcus Wassmer
e4e3d33124 Fix up sandbox paths sent over the fileserver so they can be matched properly against locally cached files. Integrating from parallel rendering branch.
[CL 2087038 by Marcus Wassmer in Main branch]
2014-05-29 17:27:31 -04:00
Robert Manuszewski
fd39e788ca Shortening Cook sandbox path from Game\\Saved\\Sandboxes\\Cooked-Platform to Game\\Saved\\Cooked\\Platform
[CL 2082933 by Robert Manuszewski in Main branch]
2014-05-29 16:43:14 -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
Rolando Caloca
2211327f20 Don't send DumpShaderDebugInfo to devices when serving files
[CL 2067664 by Rolando Caloca in Main branch]
2014-05-08 20:13:47 -04:00
Josh Adams
3e613ef096 - Fixed ModuleManager crash in UnrealFileServer
#codereview daniel.lamb

[CL 2044684 by Josh Adams in Main branch]
2014-04-23 18:33:50 -04:00
Daniel Lamb
e12bc9941e Added support for cook on the fly to work with multiple platforms (slowly removing -targetplatform commandline option).
Phase 1
Added platform to the cooked file requests so that the cooker just cooks files for the requested platform.
Reviewed Daniel Wright

[CL 2038767 by Daniel Lamb in Main branch]
2014-04-23 16:44:02 -04:00