This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7efbe1441d14d1fb1912e6320457498df609ee0f
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
Zen
/
Private
History
zousar shaker
969392d5fe
Fix for zenserver shutdown and start logic bug. The "return" within the while NativeIsProcessRunning || IsZenProcessUsingEffectivePort loop creates a situation where we can exit the loop before the process is completely gone, meaning the lockfile could still be present.
...
#jira UE-205971 [FYI] dan.engelbrecht [CL 31200515 by zousar shaker in ue5-main branch]
2024-02-05 19:47:23 -05:00
..
ZenClient.cpp
…
ZenModule.cpp
ZenDashboard refresh to add project stats and clean up reporting of disk size.
2023-08-31 22:30:53 -04:00
ZenSerialization.cpp
…
ZenServerHttp.cpp
Improve error handling in FZenStoreHttpClient::AppendOp
2023-12-19 04:54:33 -05:00
ZenServerInterface.cpp
Fix for zenserver shutdown and start logic bug. The "return" within the while NativeIsProcessRunning || IsZenProcessUsingEffectivePort loop creates a situation where we can exit the loop before the process is completely gone, meaning the lockfile could still be present.
2024-02-05 19:47:23 -05:00
ZenStatistics.cpp
Fixes for zen stats in latest zenserver release.
2023-10-20 16:45:54 -04:00
ZenVersion.cpp
…