Commit Graph

44 Commits

Author SHA1 Message Date
Daniel Lamb
1dedf18229 Fixed bug with directories for cook on the fly clients not having cached files cleaned up. The server needs to convert the directories to client space as clients can have different root paths.
[CL 2549670 by Daniel Lamb in Main branch]
2015-05-13 17:09:06 -04:00
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
Ankit Khare
5cf849a5a1 Enable HTML5 for Mac Rocket
#codereview ben.marsh

[CL 2519794 by Ankit Khare in Main branch]
2015-04-21 15:42:57 -04:00
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -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
Daniel Lamb
228a6e3add Added support for multiple client connections to the networkfileserver.
#codereview Josh.Markiewicz

[CL 2412234 by Daniel Lamb in Main branch]
2015-01-20 10:51:54 -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
Ankit Khare
4953a8e1b8 UE-3043,UE-2026,UE-4835,UE-4880 - SDK discovery and cook on the fly issues on mac for HTML5.
#codereview james.moran

[CL 2352102 by Ankit Khare in Main branch]
2014-11-06 15:46:19 -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
Daniel Lamb
3006e8c2c0 Increased stack size for the networkfile server thread because of stack overflow issues.
[CL 2325514 by Daniel Lamb in Main branch]
2014-10-10 10:26:44 -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
Ankit Khare
d40dcb3005 #HTML5 #UE4 Fix up cook on the fly to use the async Transport APIs.
- Use a temporary buffer to collect all the unsolicited files and then pass them on as and when requested for single threaded HTML5.

#daniel.lamb

[CL 2261419 by Ankit Khare in Main branch]
2014-08-18 16:55:29 -04:00
Daniel Lamb
f4258a9339 Renamed the http networkfileserver thread so you can tell it appart from the normal one.
[CL 2261379 by Daniel Lamb in Main branch]
2014-08-18 16:25:37 -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
2a5a6038db New connections to network file server from same client cause old connections to terminate.
[CL 2247082 by Daniel Lamb in Main branch]
2014-08-07 12:57:57 -04:00
Ankit Khare
b98de3ee40 #UE4 #HTML5
#TTP 338960 CRITICAL: UFE: CRASH: Quick Launching project for HTML5

      - Fixup some logic change which went in a recent refactor for nfs.
      - Correctly launch firefox with the right http protocol url instead of file:// when cook on the fly is set.
      - Re- enable http nfs for win64.

#codereview peter.sauerbrei

[CL 2230905 by Ankit Khare in Main branch]
2014-07-24 19:26:40 -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
Ankit Khare
dc9c1d04d2 #UE4 #HTML5
#TTP 341694 disable http nfs by default for all editor platforms - enable manually when needed for time being. a recent refactor enabled it for some builds.

    -code cleanup/adhere to standards

#codereview michael.trepka

[CL 2225368 by Ankit Khare in Main branch]
2014-07-21 04:38:16 -04:00
Daniel Lamb
7184ecc682 Seperated the support for tcp and http transports when using file serving so that they can be used at the same time.
#codereview Peter.Sauerbrei
#codereview Ankit.Khare

[CL 2170710 by Daniel Lamb in Main branch]
2014-07-07 15:39:19 -04:00