Added smoothing on the download bar, reducing jitter. #86 #87

Closed
cake wants to merge 57 commits from download-bar into dotnet10-api14-migration
Showing only changes of commit b6aa2bebb1 - Show all commits

View File

@@ -571,6 +571,7 @@ public unsafe class NameplateHandler : IMediatorSubscriber
var nameplateObject = GetNameplateObject(i);
return nameplateObject != null ? nameplateObject.Value.RootComponentNode : null;
}
private HashSet<ulong> VisibleUserIds => [.. _pairManager.GetOnlineUserPairs()
.Where(u => u.IsVisible && u.PlayerCharacterId != uint.MaxValue)
.Select(u => (ulong)u.PlayerCharacterId)];