Commit Graph

7 Commits

Author SHA1 Message Date
Devin Doucette
3e06559dcf IoDispatcher: Always initialize IoDispatcher
Only return true from FIoDispatcher::IsInitialized() when the script objects chunk exists to keep its behavior consistent. Later, this function will be deprecated in favor of a function on IAsyncPackageLoader.

#rb Zousar.Shaker
#fyi CarlMagnus.Nordin
#preflight 614541e1bf494a0001bd76bc

[CL 17570905 by Devin Doucette in ue5-main branch]
2021-09-20 10:59:45 -04:00
CarlMagnus Nordin
984b0a7d5f IoDispatcher: Allocate buffers for IoRequests as late as possible
#rb per.larsson
#rnx

[CL 17267071 by CarlMagnus Nordin in ue5-main branch]
2021-08-23 10:49:19 -04:00
Per Larsson
bce47f675d Zen: Changed file chunk ID to be based on filename hash instead of a monotonically increasing index
#rb CarlMagnus.Nordin
#rnx
#jira none

[CL 17230621 by Per Larsson in ue5-main branch]
2021-08-19 06:41:53 -04:00
Per Larsson
cd7e077d77 Simplify command line arguments when running COTF with Zen loader/storage server
- changed Cooker arguments from -CookOnTheFly -IoStore to -CookOnTheFly -ZenStore
- changed Zen host argument from -StorageServerHost to -ZenStoreHost
- updated UAT to support running CBTB with -ZenStore
- updated StorageServerConnection to handle multiple hosts from command line

Cooker:
  CBTB: -ZenStore
  COTF: -ZenStore -CookOnTheFly

Game:
  CBTB: -ZenStoreHost=<ip> or <ip1,ip2>
  COTF: -ZenStoreHost=<ip> or <ip1,ip2> -CookOnTheFly

#rb CarlMagnus.Nordin
#jira none
#rnx

[CL 16849969 by Per Larsson in ue5-main branch]
2021-07-14 10:38:23 -04:00
Per Larsson
6450577448 Iterative cooking support when using Zen loader/storage server
Zen: af7ff3f1c6

#rb CarlMagnus.Nordin, Stefan.Boberg
#jira none
#rnx

[CL 16755977 by Per Larsson in ue5-main branch]
2021-06-23 09:00:52 -04:00
Per Larsson
caab49a67f Don't visit inner platform file if directory exist
- prevents issues where the same directory/file can be visisted twice

#rb CarlMagnus.Nordin
#jira none
#rnx

[CL 16742248 by Per Larsson in ue5-main branch]
2021-06-22 09:33:24 -04:00
Zousar Shaker
cf116088ae Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
Non-DevIteration_ShooterGame

[CL 16678907 by Zousar Shaker in ue5-main branch]
2021-06-15 16:36:57 -04:00