Compare commits
106 Commits
1.12.0
...
notificati
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9030549a7 | ||
|
|
10336a829a | ||
| 77ff8ae372 | |||
|
|
cf27a67296 | ||
|
|
d6a4595bb8 | ||
|
|
f202818b55 | ||
|
|
3f2e4d6640 | ||
|
|
90b483e4ea | ||
|
|
bcb524df52 | ||
| b64bb66119 | |||
|
|
118edb9dea | ||
|
|
6c0d00dc39 | ||
|
|
dae8127ac8 | ||
|
|
0635caab65 | ||
| 1530ac3911 | |||
| 3f80467180 | |||
|
|
4b4e587a89 | ||
|
|
02c3846031 | ||
|
|
a8a01b3034 | ||
| 50a5046c96 | |||
|
|
c0b8e15380 | ||
| e6735be594 | |||
|
|
fe419336d7 | ||
|
|
ffbeeba929 | ||
|
|
a7475a7007 | ||
|
|
3936cbd439 | ||
|
|
ba16963b66 | ||
| 6467a3e73b | |||
|
|
bb779904f7 | ||
|
|
59d0e8ee37 | ||
|
|
a441bbfcc8 | ||
|
|
c545ccea52 | ||
|
|
c32d9cadff | ||
|
|
d7c9df54cb | ||
| 37ec0961d9 | |||
| 9736c5090d | |||
|
|
4f3ab604db | ||
|
|
6a0f8c507c | ||
|
|
e13fde3d43 | ||
| 7b806ab660 | |||
|
|
387e5ad515 | ||
|
|
70c296a16b | ||
|
|
2a9b5812ed | ||
|
|
9b04976aa6 | ||
|
|
144ac166fb | ||
|
|
b06ffb3341 | ||
| e9461efe11 | |||
| 1f1afdec24 | |||
| d428a436e7 | |||
|
|
ad29fa7b69 | ||
|
|
23c56505ac | ||
|
|
58850f4530 | ||
|
|
f5339dc1d2 | ||
|
|
85ecea6391 | ||
|
|
cd817487e4 | ||
|
|
f50b622f0a | ||
|
|
d295f3e22d | ||
|
|
0dfa667ed3 | ||
|
|
2b118df892 | ||
|
|
f01229a97f | ||
|
|
3fdc9dd958 | ||
|
|
86107acf12 | ||
|
|
27e7fb7ed9 | ||
|
|
17f4ddad89 | ||
| a29e155cec | |||
|
|
1488704db4 | ||
|
|
46db5c87e0 | ||
| a772ee4705 | |||
|
|
1d88c04235 | ||
|
|
a7378652c4 | ||
| 61267d1b03 | |||
|
|
9b6d00570e | ||
|
|
83e4555e4b | ||
|
|
090b81c989 | ||
|
|
ca70c622bc | ||
|
|
49e5fb9d8d | ||
| a2bb1d7336 | |||
| 4f50028517 | |||
| 9f87a6a8fc | |||
|
|
4a391f2392 | ||
| a7c4b8f356 | |||
| c35650438c | |||
| b87185bc33 | |||
| 67da22fe9f | |||
|
|
15798e6753 | ||
| ca68e63c7d | |||
| eb10a27c6e | |||
| 39784a1fea | |||
|
|
fec2e4d380 | ||
|
|
afc3b4534c | ||
|
|
98b9cc7fe7 | ||
|
|
fd26d776a5 | ||
|
|
fdfd5722c7 | ||
|
|
19e42d34ff | ||
|
|
173e0aa7ae | ||
|
|
55d979b7c0 | ||
|
|
f31a139a3e | ||
| c82c633513 | |||
|
|
f6ea1eddc0 | ||
|
|
4ca3b6da48 | ||
| e75dd86fdb | |||
| 716d7a54d9 | |||
| 701ccaffe4 | |||
| ee8d05ca7a | |||
| fd5522b90a | |||
| 7672f147f5 |
@@ -41,9 +41,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: package_version
|
id: package_version
|
||||||
uses: KageKirin/get-csproj-version@v0
|
run: |
|
||||||
with:
|
version=$(grep -oPm1 "(?<=<Version>)[^<]+" LightlessSync/LightlessSync.csproj)
|
||||||
file: LightlessSync/LightlessSync.csproj
|
echo "version=$version" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Display version
|
- name: Display version
|
||||||
run: |
|
run: |
|
||||||
@@ -121,8 +121,11 @@ jobs:
|
|||||||
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases"
|
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo "API response: $response"
|
||||||
release_id=$(echo "$response" | jq -r .id)
|
release_id=$(echo "$response" | jq -r .id)
|
||||||
echo "release_id=$release_id" >> "$GITHUB_OUTPUT"
|
echo "release_id=$release_id"
|
||||||
|
echo "release_id=$release_id" >> $GITHUB_OUTPUT || echo "::set-output name=release_id::$release_id"
|
||||||
|
echo "RELEASE_ID=$release_id" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Create Release (dev)
|
- name: Create Release (dev)
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
@@ -150,15 +153,28 @@ jobs:
|
|||||||
}' \
|
}' \
|
||||||
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases"
|
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases"
|
||||||
)
|
)
|
||||||
|
echo "API response: $response"
|
||||||
release_id=$(echo "$response" | jq -r .id)
|
release_id=$(echo "$response" | jq -r .id)
|
||||||
echo "release_id=$release_id" >> "$GITHUB_OUTPUT"
|
echo "release_id=$release_id"
|
||||||
|
echo "release_id=$release_id" >> $GITHUB_OUTPUT || echo "::set-output name=release_id::$release_id"
|
||||||
|
echo "RELEASE_ID=$release_id" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Check asset exists
|
||||||
|
run: |
|
||||||
|
if [ ! -f output/LightlessClient.zip ]; then
|
||||||
|
echo "output/LightlessClient.zip does not exist!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Upload Assets to release
|
- name: Upload Assets to release
|
||||||
|
env:
|
||||||
|
RELEASE_ID: ${{ env.RELEASE_ID }}
|
||||||
run: |
|
run: |
|
||||||
|
echo "Uploading to release ID: $RELEASE_ID"
|
||||||
curl --fail-with-body -s -X POST \
|
curl --fail-with-body -s -X POST \
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||||
-F "attachment=@output/LightlessClient.zip" \
|
-F "attachment=@output/LightlessClient.zip" \
|
||||||
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/${{ steps.create_release.outputs.release_id }}/assets"
|
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/$RELEASE_ID/assets"
|
||||||
|
|
||||||
- name: Clone plugin hosting repo
|
- name: Clone plugin hosting repo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Submodule LightlessAPI updated: 167508d27b...44fbe10458
@@ -1,4 +1,4 @@
|
|||||||
using K4os.Compression.LZ4.Legacy;
|
using K4os.Compression.LZ4.Legacy;
|
||||||
using LightlessSync.Interop.Ipc;
|
using LightlessSync.Interop.Ipc;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
@@ -16,10 +16,13 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
public const string CachePrefix = "{cache}";
|
public const string CachePrefix = "{cache}";
|
||||||
public const string CsvSplit = "|";
|
public const string CsvSplit = "|";
|
||||||
public const string PenumbraPrefix = "{penumbra}";
|
public const string PenumbraPrefix = "{penumbra}";
|
||||||
|
private const int FileCacheVersion = 1;
|
||||||
|
private const string FileCacheVersionHeaderPrefix = "#lightless-file-cache-version:";
|
||||||
private readonly LightlessConfigService _configService;
|
private readonly LightlessConfigService _configService;
|
||||||
private readonly LightlessMediator _lightlessMediator;
|
private readonly LightlessMediator _lightlessMediator;
|
||||||
private readonly string _csvPath;
|
private readonly string _csvPath;
|
||||||
private readonly ConcurrentDictionary<string, List<FileCacheEntity>> _fileCaches = new(StringComparer.Ordinal);
|
private readonly ConcurrentDictionary<string, ConcurrentDictionary<string, FileCacheEntity>> _fileCaches = new(StringComparer.Ordinal);
|
||||||
|
private readonly ConcurrentDictionary<string, FileCacheEntity> _fileCachesByPrefixedPath = new(StringComparer.OrdinalIgnoreCase);
|
||||||
private readonly SemaphoreSlim _getCachesByPathsSemaphore = new(1, 1);
|
private readonly SemaphoreSlim _getCachesByPathsSemaphore = new(1, 1);
|
||||||
private readonly Lock _fileWriteLock = new();
|
private readonly Lock _fileWriteLock = new();
|
||||||
private readonly IpcManager _ipcManager;
|
private readonly IpcManager _ipcManager;
|
||||||
@@ -37,12 +40,119 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
|
|
||||||
private string CsvBakPath => _csvPath + ".bak";
|
private string CsvBakPath => _csvPath + ".bak";
|
||||||
|
|
||||||
|
private static string NormalizeSeparators(string path)
|
||||||
|
{
|
||||||
|
return path.Replace("/", "\\", StringComparison.Ordinal)
|
||||||
|
.Replace("\\\\", "\\", StringComparison.Ordinal);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string NormalizePrefixedPathKey(string prefixedPath)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(prefixedPath))
|
||||||
|
{
|
||||||
|
return string.Empty;
|
||||||
|
}
|
||||||
|
|
||||||
|
return NormalizeSeparators(prefixedPath).ToLowerInvariant();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static bool TryBuildPrefixedPath(string path, string? baseDirectory, string prefix, out string prefixedPath, out int matchedLength)
|
||||||
|
{
|
||||||
|
prefixedPath = string.Empty;
|
||||||
|
matchedLength = 0;
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(path) || string.IsNullOrEmpty(baseDirectory))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var normalizedPath = NormalizeSeparators(path).ToLowerInvariant();
|
||||||
|
var normalizedBase = NormalizeSeparators(baseDirectory).TrimEnd('\\').ToLowerInvariant();
|
||||||
|
|
||||||
|
if (!normalizedPath.StartsWith(normalizedBase, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (normalizedPath.Length > normalizedBase.Length)
|
||||||
|
{
|
||||||
|
if (normalizedPath[normalizedBase.Length] != '\\')
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
prefixedPath = prefix + normalizedPath.Substring(normalizedBase.Length);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
prefixedPath = prefix;
|
||||||
|
}
|
||||||
|
|
||||||
|
prefixedPath = prefixedPath.Replace("\\\\", "\\", StringComparison.Ordinal);
|
||||||
|
matchedLength = normalizedBase.Length;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string BuildVersionHeader() => $"{FileCacheVersionHeaderPrefix}{FileCacheVersion}";
|
||||||
|
|
||||||
|
private static bool TryParseVersionHeader(string? line, out int version)
|
||||||
|
{
|
||||||
|
version = 0;
|
||||||
|
if (string.IsNullOrWhiteSpace(line))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!line.StartsWith(FileCacheVersionHeaderPrefix, StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var versionSpan = line.AsSpan(FileCacheVersionHeaderPrefix.Length);
|
||||||
|
return int.TryParse(versionSpan, NumberStyles.Integer, CultureInfo.InvariantCulture, out version);
|
||||||
|
}
|
||||||
|
|
||||||
|
private string NormalizeToPrefixedPath(string path)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(path)) return string.Empty;
|
||||||
|
|
||||||
|
var normalized = NormalizeSeparators(path);
|
||||||
|
|
||||||
|
if (normalized.StartsWith(CachePrefix, StringComparison.OrdinalIgnoreCase) ||
|
||||||
|
normalized.StartsWith(PenumbraPrefix, StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
return NormalizePrefixedPathKey(normalized);
|
||||||
|
}
|
||||||
|
|
||||||
|
string? chosenPrefixed = null;
|
||||||
|
var chosenLength = -1;
|
||||||
|
|
||||||
|
if (TryBuildPrefixedPath(normalized, _ipcManager.Penumbra.ModDirectory, PenumbraPrefix, out var penumbraPrefixed, out var penumbraMatch))
|
||||||
|
{
|
||||||
|
chosenPrefixed = penumbraPrefixed;
|
||||||
|
chosenLength = penumbraMatch;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (TryBuildPrefixedPath(normalized, _configService.Current.CacheFolder, CachePrefix, out var cachePrefixed, out var cacheMatch))
|
||||||
|
{
|
||||||
|
if (cacheMatch > chosenLength)
|
||||||
|
{
|
||||||
|
chosenPrefixed = cachePrefixed;
|
||||||
|
chosenLength = cacheMatch;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return NormalizePrefixedPathKey(chosenPrefixed ?? normalized);
|
||||||
|
}
|
||||||
|
|
||||||
public FileCacheEntity? CreateCacheEntry(string path)
|
public FileCacheEntity? CreateCacheEntry(string path)
|
||||||
{
|
{
|
||||||
FileInfo fi = new(path);
|
FileInfo fi = new(path);
|
||||||
if (!fi.Exists) return null;
|
if (!fi.Exists) return null;
|
||||||
_logger.LogTrace("Creating cache entry for {path}", path);
|
_logger.LogTrace("Creating cache entry for {path}", path);
|
||||||
return CreateFileEntity(_configService.Current.CacheFolder.ToLowerInvariant(), CachePrefix, fi);
|
var cacheFolder = _configService.Current.CacheFolder;
|
||||||
|
if (string.IsNullOrEmpty(cacheFolder)) return null;
|
||||||
|
return CreateFileEntity(cacheFolder, CachePrefix, fi);
|
||||||
}
|
}
|
||||||
|
|
||||||
public FileCacheEntity? CreateFileEntry(string path)
|
public FileCacheEntity? CreateFileEntry(string path)
|
||||||
@@ -50,31 +160,41 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
FileInfo fi = new(path);
|
FileInfo fi = new(path);
|
||||||
if (!fi.Exists) return null;
|
if (!fi.Exists) return null;
|
||||||
_logger.LogTrace("Creating file entry for {path}", path);
|
_logger.LogTrace("Creating file entry for {path}", path);
|
||||||
return CreateFileEntity(_ipcManager.Penumbra.ModDirectory!.ToLowerInvariant(), PenumbraPrefix, fi);
|
var modDirectory = _ipcManager.Penumbra.ModDirectory;
|
||||||
|
if (string.IsNullOrEmpty(modDirectory)) return null;
|
||||||
|
return CreateFileEntity(modDirectory, PenumbraPrefix, fi);
|
||||||
}
|
}
|
||||||
|
|
||||||
private FileCacheEntity? CreateFileEntity(string directory, string prefix, FileInfo fi)
|
private FileCacheEntity? CreateFileEntity(string directory, string prefix, FileInfo fi)
|
||||||
{
|
{
|
||||||
var fullName = fi.FullName.ToLowerInvariant();
|
if (!TryBuildPrefixedPath(fi.FullName, directory, prefix, out var prefixedPath, out _))
|
||||||
if (!fullName.Contains(directory, StringComparison.Ordinal)) return null;
|
{
|
||||||
string prefixedPath = fullName.Replace(directory, prefix + "\\", StringComparison.Ordinal).Replace("\\\\", "\\", StringComparison.Ordinal);
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
return CreateFileCacheEntity(fi, prefixedPath);
|
return CreateFileCacheEntity(fi, prefixedPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<FileCacheEntity> GetAllFileCaches() => _fileCaches.Values.SelectMany(v => v).ToList();
|
public List<FileCacheEntity> GetAllFileCaches() => _fileCaches.Values.SelectMany(v => v.Values.Where(e => e != null)).ToList();
|
||||||
|
|
||||||
public List<FileCacheEntity> GetAllFileCachesByHash(string hash, bool ignoreCacheEntries = false, bool validate = true)
|
public List<FileCacheEntity> GetAllFileCachesByHash(string hash, bool ignoreCacheEntries = false, bool validate = true)
|
||||||
{
|
{
|
||||||
List<FileCacheEntity> output = [];
|
List<FileCacheEntity> output = [];
|
||||||
if (_fileCaches.TryGetValue(hash, out var fileCacheEntities))
|
if (_fileCaches.TryGetValue(hash, out var fileCacheEntities))
|
||||||
{
|
{
|
||||||
foreach (var fileCache in fileCacheEntities.Where(c => !ignoreCacheEntries || !c.IsCacheEntry).ToList())
|
foreach (var fileCache in fileCacheEntities.Values.Where(c => !ignoreCacheEntries || !c.IsCacheEntry).ToList())
|
||||||
{
|
{
|
||||||
if (!validate) output.Add(fileCache);
|
if (!validate)
|
||||||
|
{
|
||||||
|
output.Add(fileCache);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var validated = GetValidatedFileCache(fileCache);
|
var validated = GetValidatedFileCache(fileCache);
|
||||||
if (validated != null) output.Add(validated);
|
if (validated != null)
|
||||||
|
{
|
||||||
|
output.Add(validated);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -86,7 +206,7 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
{
|
{
|
||||||
_lightlessMediator.Publish(new HaltScanMessage(nameof(ValidateLocalIntegrity)));
|
_lightlessMediator.Publish(new HaltScanMessage(nameof(ValidateLocalIntegrity)));
|
||||||
_logger.LogInformation("Validating local storage");
|
_logger.LogInformation("Validating local storage");
|
||||||
var cacheEntries = _fileCaches.SelectMany(v => v.Value).Where(v => v.IsCacheEntry).ToList();
|
var cacheEntries = _fileCaches.Values.SelectMany(v => v.Values.Where(e => e != null)).Where(v => v.IsCacheEntry).ToList();
|
||||||
List<FileCacheEntity> brokenEntities = [];
|
List<FileCacheEntity> brokenEntities = [];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
foreach (var fileCache in cacheEntries)
|
foreach (var fileCache in cacheEntries)
|
||||||
@@ -151,29 +271,40 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
|
|
||||||
public FileCacheEntity? GetFileCacheByHash(string hash)
|
public FileCacheEntity? GetFileCacheByHash(string hash)
|
||||||
{
|
{
|
||||||
if (_fileCaches.TryGetValue(hash, out var hashes))
|
if (_fileCaches.TryGetValue(hash, out var entries))
|
||||||
{
|
{
|
||||||
var item = hashes.OrderBy(p => p.PrefixedFilePath.Contains(PenumbraPrefix, StringComparison.Ordinal) ? 0 : 1).FirstOrDefault();
|
var item = entries.Values
|
||||||
if (item != null) return GetValidatedFileCache(item);
|
.OrderBy(p => p.PrefixedFilePath.Contains(PenumbraPrefix, StringComparison.Ordinal) ? 0 : 1)
|
||||||
|
.FirstOrDefault();
|
||||||
|
if (item != null)
|
||||||
|
{
|
||||||
|
return GetValidatedFileCache(item);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private FileCacheEntity? GetFileCacheByPath(string path)
|
private FileCacheEntity? GetFileCacheByPath(string path)
|
||||||
{
|
{
|
||||||
var cleanedPath = path.Replace("/", "\\", StringComparison.OrdinalIgnoreCase).ToLowerInvariant()
|
var normalizedPrefixedPath = NormalizeToPrefixedPath(path);
|
||||||
.Replace(_ipcManager.Penumbra.ModDirectory!.ToLowerInvariant(), "", StringComparison.OrdinalIgnoreCase);
|
if (string.IsNullOrEmpty(normalizedPrefixedPath))
|
||||||
var entry = _fileCaches.SelectMany(v => v.Value).FirstOrDefault(f => f.ResolvedFilepath.EndsWith(cleanedPath, StringComparison.OrdinalIgnoreCase));
|
|
||||||
|
|
||||||
if (entry == null)
|
|
||||||
{
|
{
|
||||||
_logger.LogDebug("Found no entries for {path}", cleanedPath);
|
return null;
|
||||||
return CreateFileEntry(path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var validatedCacheEntry = GetValidatedFileCache(entry);
|
if (_fileCachesByPrefixedPath.TryGetValue(normalizedPrefixedPath, out var entry))
|
||||||
|
{
|
||||||
|
return GetValidatedFileCache(entry);
|
||||||
|
}
|
||||||
|
|
||||||
return validatedCacheEntry;
|
_logger.LogDebug("Found no entries for {path}", normalizedPrefixedPath);
|
||||||
|
|
||||||
|
if (normalizedPrefixedPath.Contains(CachePrefix, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
return CreateCacheEntry(path);
|
||||||
|
}
|
||||||
|
|
||||||
|
return CreateFileEntry(path) ?? CreateCacheEntry(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dictionary<string, FileCacheEntity?> GetFileCachesByPaths(string[] paths)
|
public Dictionary<string, FileCacheEntity?> GetFileCachesByPaths(string[] paths)
|
||||||
@@ -182,73 +313,55 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var allEntities = _fileCaches.SelectMany(f => f.Value).ToArray();
|
var result = new Dictionary<string, FileCacheEntity?>(StringComparer.OrdinalIgnoreCase);
|
||||||
|
var seenNormalized = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
var cacheDict = new ConcurrentDictionary<string, FileCacheEntity>(
|
foreach (var originalPath in paths)
|
||||||
StringComparer.OrdinalIgnoreCase);
|
{
|
||||||
|
if (string.IsNullOrEmpty(originalPath))
|
||||||
|
{
|
||||||
|
result[originalPath] = null;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
Parallel.ForEach(allEntities, entity =>
|
var normalized = NormalizeToPrefixedPath(originalPath);
|
||||||
|
if (seenNormalized.Add(normalized))
|
||||||
{
|
{
|
||||||
if (entity != null && entity.PrefixedFilePath != null)
|
if (!string.IsNullOrEmpty(normalized))
|
||||||
{
|
{
|
||||||
cacheDict[entity.PrefixedFilePath] = entity;
|
_logger.LogDebug("Normalized path {cleaned}", normalized);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (!string.IsNullOrEmpty(normalized))
|
||||||
|
{
|
||||||
|
_logger.LogWarning("Duplicate normalized path detected: {cleaned}", normalized);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_fileCachesByPrefixedPath.TryGetValue(normalized, out var entity))
|
||||||
|
{
|
||||||
|
result[originalPath] = GetValidatedFileCache(entity);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
FileCacheEntity? created = null;
|
||||||
|
|
||||||
|
if (normalized.Contains(CachePrefix, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
created = CreateCacheEntry(originalPath);
|
||||||
|
}
|
||||||
|
else if (normalized.Contains(PenumbraPrefix, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
created = CreateFileEntry(originalPath);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Null FileCacheEntity or PrefixedFilePath encountered in cache population: {entity}", entity);
|
created = CreateFileEntry(originalPath) ?? CreateCacheEntry(originalPath);
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
|
||||||
var cleanedPaths = new ConcurrentDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
result[originalPath] = created;
|
||||||
var seenCleaned = new ConcurrentDictionary<string, byte>(StringComparer.OrdinalIgnoreCase);
|
|
||||||
|
|
||||||
Parallel.ForEach(paths, p =>
|
|
||||||
{
|
|
||||||
var cleaned = p.Replace("/", "\\", StringComparison.OrdinalIgnoreCase)
|
|
||||||
.Replace(
|
|
||||||
_ipcManager.Penumbra.ModDirectory!,
|
|
||||||
_ipcManager.Penumbra.ModDirectory!.EndsWith('\\')
|
|
||||||
? PenumbraPrefix + '\\' : PenumbraPrefix,
|
|
||||||
StringComparison.OrdinalIgnoreCase)
|
|
||||||
.Replace(
|
|
||||||
_configService.Current.CacheFolder,
|
|
||||||
_configService.Current.CacheFolder.EndsWith('\\')
|
|
||||||
? CachePrefix + '\\' : CachePrefix,
|
|
||||||
StringComparison.OrdinalIgnoreCase)
|
|
||||||
.Replace("\\\\", "\\", StringComparison.Ordinal);
|
|
||||||
|
|
||||||
if (seenCleaned.TryAdd(cleaned, 0))
|
|
||||||
{
|
|
||||||
_logger.LogDebug("Adding to cleanedPaths: {cleaned}", cleaned);
|
|
||||||
cleanedPaths[p] = cleaned;
|
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
_logger.LogWarning("Duplicate found: {cleaned}", cleaned);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
var result = new ConcurrentDictionary<string, FileCacheEntity?>(StringComparer.OrdinalIgnoreCase);
|
return result;
|
||||||
|
|
||||||
Parallel.ForEach(cleanedPaths, entry =>
|
|
||||||
{
|
|
||||||
_logger.LogDebug("Checking if in cache: {path}", entry.Value);
|
|
||||||
|
|
||||||
if (cacheDict.TryGetValue(entry.Value, out var entity))
|
|
||||||
{
|
|
||||||
var validatedCache = GetValidatedFileCache(entity);
|
|
||||||
result[entry.Key] = validatedCache;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if (!entry.Value.Contains(CachePrefix, StringComparison.Ordinal))
|
|
||||||
result[entry.Key] = CreateFileEntry(entry.Key);
|
|
||||||
else
|
|
||||||
result[entry.Key] = CreateCacheEntry(entry.Key);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
return new Dictionary<string, FileCacheEntity?>(result, StringComparer.OrdinalIgnoreCase);
|
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
@@ -258,17 +371,24 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
|
|
||||||
public void RemoveHashedFile(string hash, string prefixedFilePath)
|
public void RemoveHashedFile(string hash, string prefixedFilePath)
|
||||||
{
|
{
|
||||||
|
var normalizedPath = NormalizePrefixedPathKey(prefixedFilePath);
|
||||||
|
|
||||||
if (_fileCaches.TryGetValue(hash, out var caches))
|
if (_fileCaches.TryGetValue(hash, out var caches))
|
||||||
{
|
{
|
||||||
_logger.LogTrace("Removing from DB: {hash} => {path}", hash, prefixedFilePath);
|
_logger.LogTrace("Removing from DB: {hash} => {path}", hash, prefixedFilePath);
|
||||||
var removedCount = caches?.RemoveAll(c => string.Equals(c.PrefixedFilePath, prefixedFilePath, StringComparison.Ordinal));
|
|
||||||
_logger.LogTrace("Removed from DB: {count} file(s) with hash {hash} and file cache {path}", removedCount, hash, prefixedFilePath);
|
|
||||||
|
|
||||||
if (caches?.Count == 0)
|
if (caches.TryRemove(normalizedPath, out var removedEntity))
|
||||||
{
|
{
|
||||||
_fileCaches.Remove(hash, out var entity);
|
_logger.LogTrace("Removed from DB: {hash} => {path}", hash, removedEntity.PrefixedFilePath);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (caches.IsEmpty)
|
||||||
|
{
|
||||||
|
_fileCaches.TryRemove(hash, out _);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_fileCachesByPrefixedPath.TryRemove(normalizedPath, out _);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateHashedFile(FileCacheEntity fileCache, bool computeProperties = true)
|
public void UpdateHashedFile(FileCacheEntity fileCache, bool computeProperties = true)
|
||||||
@@ -309,7 +429,8 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
lock (_fileWriteLock)
|
lock (_fileWriteLock)
|
||||||
{
|
{
|
||||||
StringBuilder sb = new();
|
StringBuilder sb = new();
|
||||||
foreach (var entry in _fileCaches.SelectMany(k => k.Value).OrderBy(f => f.PrefixedFilePath, StringComparer.OrdinalIgnoreCase))
|
sb.AppendLine(BuildVersionHeader());
|
||||||
|
foreach (var entry in _fileCaches.Values.SelectMany(k => k.Values).OrderBy(f => f.PrefixedFilePath, StringComparer.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
sb.AppendLine(entry.CsvEntry);
|
sb.AppendLine(entry.CsvEntry);
|
||||||
}
|
}
|
||||||
@@ -331,6 +452,53 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void EnsureCsvHeaderLocked()
|
||||||
|
{
|
||||||
|
if (!File.Exists(_csvPath))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
string[] existingLines = File.ReadAllLines(_csvPath);
|
||||||
|
if (existingLines.Length > 0 && TryParseVersionHeader(existingLines[0], out var existingVersion) && existingVersion == FileCacheVersion)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
StringBuilder rebuilt = new();
|
||||||
|
rebuilt.AppendLine(BuildVersionHeader());
|
||||||
|
foreach (var line in existingLines)
|
||||||
|
{
|
||||||
|
if (TryParseVersionHeader(line, out _))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(line))
|
||||||
|
{
|
||||||
|
rebuilt.AppendLine(line);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
File.WriteAllText(_csvPath, rebuilt.ToString());
|
||||||
|
}
|
||||||
|
|
||||||
|
private void BackupUnsupportedCache(string suffix)
|
||||||
|
{
|
||||||
|
var sanitizedSuffix = string.IsNullOrWhiteSpace(suffix) ? "unsupported" : $"{suffix}.unsupported";
|
||||||
|
var backupPath = _csvPath + "." + sanitizedSuffix;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
File.Move(_csvPath, backupPath, overwrite: true);
|
||||||
|
_logger.LogWarning("Backed up unsupported file cache to {path}", backupPath);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogWarning(ex, "Failed to back up unsupported file cache to {path}", backupPath);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal FileCacheEntity MigrateFileHashToExtension(FileCacheEntity fileCache, string ext)
|
internal FileCacheEntity MigrateFileHashToExtension(FileCacheEntity fileCache, string ext)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -354,16 +522,11 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
|
|
||||||
private void AddHashedFile(FileCacheEntity fileCache)
|
private void AddHashedFile(FileCacheEntity fileCache)
|
||||||
{
|
{
|
||||||
if (!_fileCaches.TryGetValue(fileCache.Hash, out var entries) || entries is null)
|
var normalizedPath = NormalizePrefixedPathKey(fileCache.PrefixedFilePath);
|
||||||
{
|
var entries = _fileCaches.GetOrAdd(fileCache.Hash, _ => new ConcurrentDictionary<string, FileCacheEntity>(StringComparer.OrdinalIgnoreCase));
|
||||||
_fileCaches[fileCache.Hash] = entries = [];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!entries.Exists(u => string.Equals(u.PrefixedFilePath, fileCache.PrefixedFilePath, StringComparison.OrdinalIgnoreCase)))
|
entries[normalizedPath] = fileCache;
|
||||||
{
|
_fileCachesByPrefixedPath[normalizedPath] = fileCache;
|
||||||
//_logger.LogTrace("Adding to DB: {hash} => {path}", fileCache.Hash, fileCache.PrefixedFilePath);
|
|
||||||
entries.Add(fileCache);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private FileCacheEntity? CreateFileCacheEntity(FileInfo fileInfo, string prefixedPath, string? hash = null)
|
private FileCacheEntity? CreateFileCacheEntity(FileInfo fileInfo, string prefixedPath, string? hash = null)
|
||||||
@@ -374,8 +537,16 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
AddHashedFile(entity);
|
AddHashedFile(entity);
|
||||||
lock (_fileWriteLock)
|
lock (_fileWriteLock)
|
||||||
{
|
{
|
||||||
|
if (!File.Exists(_csvPath))
|
||||||
|
{
|
||||||
|
File.WriteAllLines(_csvPath, new[] { BuildVersionHeader(), entity.CsvEntry });
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
EnsureCsvHeaderLocked();
|
||||||
File.AppendAllLines(_csvPath, new[] { entity.CsvEntry });
|
File.AppendAllLines(_csvPath, new[] { entity.CsvEntry });
|
||||||
}
|
}
|
||||||
|
}
|
||||||
var result = GetFileCacheByPath(fileInfo.FullName);
|
var result = GetFileCacheByPath(fileInfo.FullName);
|
||||||
_logger.LogTrace("Creating cache entity for {name} success: {success}", fileInfo.FullName, (result != null));
|
_logger.LogTrace("Creating cache entity for {name} success: {success}", fileInfo.FullName, (result != null));
|
||||||
return result;
|
return result;
|
||||||
@@ -493,16 +664,67 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
_logger.LogWarning("Could not load entries from {path}, continuing with empty file cache", _csvPath);
|
_logger.LogWarning("Could not load entries from {path}, continuing with empty file cache", _csvPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation("Found {amount} files in {path}", entries.Length, _csvPath);
|
bool rewriteRequired = false;
|
||||||
|
bool parseEntries = entries.Length > 0;
|
||||||
|
int startIndex = 0;
|
||||||
|
|
||||||
Dictionary<string, bool> processedFiles = new(StringComparer.OrdinalIgnoreCase);
|
if (entries.Length > 0)
|
||||||
foreach (var entry in entries)
|
|
||||||
{
|
{
|
||||||
|
var headerLine = entries[0];
|
||||||
|
var hasHeader = !string.IsNullOrEmpty(headerLine) &&
|
||||||
|
headerLine.StartsWith(FileCacheVersionHeaderPrefix, StringComparison.OrdinalIgnoreCase);
|
||||||
|
|
||||||
|
if (hasHeader)
|
||||||
|
{
|
||||||
|
if (!TryParseVersionHeader(headerLine, out var parsedVersion))
|
||||||
|
{
|
||||||
|
_logger.LogWarning("Failed to parse file cache version header \"{header}\". Backing up existing cache.", headerLine);
|
||||||
|
BackupUnsupportedCache("invalid-version");
|
||||||
|
parseEntries = false;
|
||||||
|
rewriteRequired = true;
|
||||||
|
entries = Array.Empty<string>();
|
||||||
|
}
|
||||||
|
else if (parsedVersion != FileCacheVersion)
|
||||||
|
{
|
||||||
|
_logger.LogWarning("Unsupported file cache version {version} detected (expected {expected}). Backing up existing cache.", parsedVersion, FileCacheVersion);
|
||||||
|
BackupUnsupportedCache($"v{parsedVersion}");
|
||||||
|
parseEntries = false;
|
||||||
|
rewriteRequired = true;
|
||||||
|
entries = Array.Empty<string>();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
startIndex = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (entries.Length > 0)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("File cache missing version header, scheduling rewrite.");
|
||||||
|
rewriteRequired = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var totalEntries = Math.Max(0, entries.Length - startIndex);
|
||||||
|
Dictionary<string, bool> processedFiles = new(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
|
if (parseEntries && totalEntries > 0)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Found {amount} files in {path}", totalEntries, _csvPath);
|
||||||
|
|
||||||
|
for (var index = startIndex; index < entries.Length; index++)
|
||||||
|
{
|
||||||
|
var entry = entries[index];
|
||||||
|
if (string.IsNullOrWhiteSpace(entry))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
var splittedEntry = entry.Split(CsvSplit, StringSplitOptions.None);
|
var splittedEntry = entry.Split(CsvSplit, StringSplitOptions.None);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var hash = splittedEntry[0];
|
var hash = splittedEntry[0];
|
||||||
if (hash.Length != 40) throw new InvalidOperationException("Expected Hash length of 40, received " + hash.Length);
|
if (hash.Length != 40)
|
||||||
|
throw new InvalidOperationException("Expected Hash length of 40, received " + hash.Length);
|
||||||
var path = splittedEntry[1];
|
var path = splittedEntry[1];
|
||||||
var time = splittedEntry[2];
|
var time = splittedEntry[2];
|
||||||
|
|
||||||
@@ -522,7 +744,8 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
{
|
{
|
||||||
size = result;
|
size = result;
|
||||||
}
|
}
|
||||||
if (long.TryParse(splittedEntry[4], CultureInfo.InvariantCulture, out long resultCompressed))
|
if (splittedEntry.Length > 4 &&
|
||||||
|
long.TryParse(splittedEntry[4], CultureInfo.InvariantCulture, out long resultCompressed))
|
||||||
{
|
{
|
||||||
compressed = resultCompressed;
|
compressed = resultCompressed;
|
||||||
}
|
}
|
||||||
@@ -535,7 +758,17 @@ public sealed class FileCacheManager : IHostedService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (processedFiles.Count != entries.Length)
|
if (processedFiles.Count != totalEntries)
|
||||||
|
{
|
||||||
|
rewriteRequired = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (!parseEntries && entries.Length > 0)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Skipping existing file cache entries due to incompatible version.");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (rewriteRequired)
|
||||||
{
|
{
|
||||||
WriteOutFullCsv();
|
WriteOutFullCsv();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
public enum LightfinderDtrDisplayMode
|
||||||
|
{
|
||||||
|
NearbyBroadcasts = 0,
|
||||||
|
PendingPairRequests = 1,
|
||||||
|
}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
using Dalamud.Game.Text;
|
||||||
|
using LightlessSync.UtilsEnum.Enum;
|
||||||
using LightlessSync.LightlessConfiguration.Models;
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.UI;
|
using LightlessSync.UI;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
@@ -20,6 +22,13 @@ public class LightlessConfig : ILightlessConfiguration
|
|||||||
public DtrEntry.Colors DtrColorsDefault { get; set; } = default;
|
public DtrEntry.Colors DtrColorsDefault { get; set; } = default;
|
||||||
public DtrEntry.Colors DtrColorsNotConnected { get; set; } = new(Glow: 0x0428FFu);
|
public DtrEntry.Colors DtrColorsNotConnected { get; set; } = new(Glow: 0x0428FFu);
|
||||||
public DtrEntry.Colors DtrColorsPairsInRange { get; set; } = new(Glow: 0xFFBA47u);
|
public DtrEntry.Colors DtrColorsPairsInRange { get; set; } = new(Glow: 0xFFBA47u);
|
||||||
|
public bool ShowLightfinderInDtr { get; set; } = false;
|
||||||
|
public bool UseLightfinderColorsInDtr { get; set; } = true;
|
||||||
|
public DtrEntry.Colors DtrColorsLightfinderEnabled { get; set; } = new(Foreground: 0xB590FFu, Glow: 0x4F406Eu);
|
||||||
|
public DtrEntry.Colors DtrColorsLightfinderDisabled { get; set; } = new(Foreground: 0xD44444u, Glow: 0x642222u);
|
||||||
|
public DtrEntry.Colors DtrColorsLightfinderCooldown { get; set; } = new(Foreground: 0xFFE97Au, Glow: 0x766C3Au);
|
||||||
|
public DtrEntry.Colors DtrColorsLightfinderUnavailable { get; set; } = new(Foreground: 0x000000u, Glow: 0x000000u);
|
||||||
|
public LightfinderDtrDisplayMode LightfinderDtrDisplayMode { get; set; } = LightfinderDtrDisplayMode.PendingPairRequests;
|
||||||
public bool UseLightlessRedesign { get; set; } = true;
|
public bool UseLightlessRedesign { get; set; } = true;
|
||||||
public bool EnableRightClickMenus { get; set; } = true;
|
public bool EnableRightClickMenus { get; set; } = true;
|
||||||
public NotificationLocation ErrorNotification { get; set; } = NotificationLocation.Both;
|
public NotificationLocation ErrorNotification { get; set; } = NotificationLocation.Both;
|
||||||
@@ -33,6 +42,9 @@ public class LightlessConfig : ILightlessConfiguration
|
|||||||
public bool OpenGposeImportOnGposeStart { get; set; } = false;
|
public bool OpenGposeImportOnGposeStart { get; set; } = false;
|
||||||
public bool OpenPopupOnAdd { get; set; } = true;
|
public bool OpenPopupOnAdd { get; set; } = true;
|
||||||
public int ParallelDownloads { get; set; } = 10;
|
public int ParallelDownloads { get; set; } = 10;
|
||||||
|
public int ParallelUploads { get; set; } = 8;
|
||||||
|
public bool EnablePairProcessingLimiter { get; set; } = true;
|
||||||
|
public int MaxConcurrentPairApplications { get; set; } = 3;
|
||||||
public int DownloadSpeedLimitInBytes { get; set; } = 0;
|
public int DownloadSpeedLimitInBytes { get; set; } = 0;
|
||||||
public DownloadSpeeds DownloadSpeedType { get; set; } = DownloadSpeeds.MBps;
|
public DownloadSpeeds DownloadSpeedType { get; set; } = DownloadSpeeds.MBps;
|
||||||
public bool PreferNotesOverNamesForVisible { get; set; } = false;
|
public bool PreferNotesOverNamesForVisible { get; set; } = false;
|
||||||
@@ -51,6 +63,7 @@ public class LightlessConfig : ILightlessConfiguration
|
|||||||
public bool ShowOnlineNotificationsOnlyForNamedPairs { get; set; } = false;
|
public bool ShowOnlineNotificationsOnlyForNamedPairs { get; set; } = false;
|
||||||
public bool ShowTransferBars { get; set; } = true;
|
public bool ShowTransferBars { get; set; } = true;
|
||||||
public bool ShowTransferWindow { get; set; } = false;
|
public bool ShowTransferWindow { get; set; } = false;
|
||||||
|
public bool UseNotificationsForDownloads { get; set; } = true;
|
||||||
public bool ShowUploading { get; set; } = true;
|
public bool ShowUploading { get; set; } = true;
|
||||||
public bool ShowUploadingBigText { get; set; } = true;
|
public bool ShowUploadingBigText { get; set; } = true;
|
||||||
public bool ShowVisibleUsersSeparately { get; set; } = true;
|
public bool ShowVisibleUsersSeparately { get; set; } = true;
|
||||||
@@ -64,12 +77,72 @@ public class LightlessConfig : ILightlessConfiguration
|
|||||||
public bool AutoPopulateEmptyNotesFromCharaName { get; set; } = false;
|
public bool AutoPopulateEmptyNotesFromCharaName { get; set; } = false;
|
||||||
public int Version { get; set; } = 1;
|
public int Version { get; set; } = 1;
|
||||||
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
|
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
|
||||||
|
|
||||||
|
// Lightless Notification Configuration
|
||||||
|
public bool UseLightlessNotifications { get; set; } = true;
|
||||||
|
public bool ShowNotificationProgress { get; set; } = true;
|
||||||
|
public NotificationLocation LightlessInfoNotification { get; set; } = NotificationLocation.LightlessUi;
|
||||||
|
public NotificationLocation LightlessWarningNotification { get; set; } = NotificationLocation.LightlessUi;
|
||||||
|
public NotificationLocation LightlessErrorNotification { get; set; } = NotificationLocation.ChatAndLightlessUi;
|
||||||
|
public NotificationLocation LightlessPairRequestNotification { get; set; } = NotificationLocation.LightlessUi;
|
||||||
|
public NotificationLocation LightlessDownloadNotification { get; set; } = NotificationLocation.TextOverlay;
|
||||||
|
public NotificationLocation LightlessPerformanceNotification { get; set; } = NotificationLocation.LightlessUi;
|
||||||
|
|
||||||
|
// Basic Settings
|
||||||
|
public float NotificationOpacity { get; set; } = 0.95f;
|
||||||
|
public int MaxSimultaneousNotifications { get; set; } = 5;
|
||||||
|
public bool AutoDismissOnAction { get; set; } = true;
|
||||||
|
public bool DismissNotificationOnClick { get; set; } = false;
|
||||||
|
public bool ShowNotificationTimestamp { get; set; } = false;
|
||||||
|
|
||||||
|
// Position & Layout
|
||||||
|
public NotificationCorner NotificationCorner { get; set; } = NotificationCorner.Right;
|
||||||
|
public int NotificationOffsetY { get; set; } = 50;
|
||||||
|
public int NotificationOffsetX { get; set; } = 0;
|
||||||
|
public float NotificationWidth { get; set; } = 350f;
|
||||||
|
public float NotificationSpacing { get; set; } = 8f;
|
||||||
|
|
||||||
|
// Animation & Effects
|
||||||
|
public float NotificationAnimationSpeed { get; set; } = 10f;
|
||||||
|
public float NotificationSlideSpeed { get; set; } = 10f;
|
||||||
|
public float NotificationAccentBarWidth { get; set; } = 3f;
|
||||||
|
|
||||||
|
// Duration per Type
|
||||||
|
public int InfoNotificationDurationSeconds { get; set; } = 10;
|
||||||
|
public int WarningNotificationDurationSeconds { get; set; } = 15;
|
||||||
|
public int ErrorNotificationDurationSeconds { get; set; } = 20;
|
||||||
|
public int PairRequestDurationSeconds { get; set; } = 180;
|
||||||
|
public int DownloadNotificationDurationSeconds { get; set; } = 300;
|
||||||
|
public int PerformanceNotificationDurationSeconds { get; set; } = 20;
|
||||||
|
public uint CustomInfoSoundId { get; set; } = 2; // Se2
|
||||||
|
public uint CustomWarningSoundId { get; set; } = 16; // Se15
|
||||||
|
public uint CustomErrorSoundId { get; set; } = 16; // Se15
|
||||||
|
public uint PairRequestSoundId { get; set; } = 5; // Se5
|
||||||
|
public uint PerformanceSoundId { get; set; } = 16; // Se15
|
||||||
|
public bool DisableInfoSound { get; set; } = true;
|
||||||
|
public bool DisableWarningSound { get; set; } = true;
|
||||||
|
public bool DisableErrorSound { get; set; } = true;
|
||||||
|
public bool DisablePairRequestSound { get; set; } = true;
|
||||||
|
public bool DisablePerformanceSound { get; set; } = true;
|
||||||
|
public bool ShowPerformanceNotificationActions { get; set; } = true;
|
||||||
|
public bool ShowPairRequestNotificationActions { get; set; } = true;
|
||||||
public bool UseFocusTarget { get; set; } = false;
|
public bool UseFocusTarget { get; set; } = false;
|
||||||
public bool overrideFriendColor { get; set; } = false;
|
public bool overrideFriendColor { get; set; } = false;
|
||||||
public bool overridePartyColor { get; set; } = false;
|
public bool overridePartyColor { get; set; } = false;
|
||||||
public bool overrideFcTagColor { get; set; } = false;
|
public bool overrideFcTagColor { get; set; } = false;
|
||||||
public bool useColoredUIDs { get; set; } = true;
|
public bool useColoredUIDs { get; set; } = true;
|
||||||
public bool BroadcastEnabled { get; set; } = false;
|
public bool BroadcastEnabled { get; set; } = false;
|
||||||
|
public bool LightfinderAutoEnableOnConnect { get; set; } = false;
|
||||||
|
public short LightfinderLabelOffsetX { get; set; } = 0;
|
||||||
|
public short LightfinderLabelOffsetY { get; set; } = 0;
|
||||||
|
public bool LightfinderLabelUseIcon { get; set; } = false;
|
||||||
|
public bool LightfinderLabelShowOwn { get; set; } = true;
|
||||||
|
public bool LightfinderLabelShowPaired { get; set; } = true;
|
||||||
|
public bool LightfinderLabelShowHidden { get; set; } = false;
|
||||||
|
public string LightfinderLabelIconGlyph { get; set; } = SeIconCharExtensions.ToIconString(SeIconChar.Hyadelyn);
|
||||||
|
public float LightfinderLabelScale { get; set; } = 1.0f;
|
||||||
|
public bool LightfinderAutoAlign { get; set; } = true;
|
||||||
|
public LabelAlignment LabelAlignment { get; set; } = LabelAlignment.Left;
|
||||||
public DateTime BroadcastTtl { get; set; } = DateTime.MinValue;
|
public DateTime BroadcastTtl { get; set; } = DateTime.MinValue;
|
||||||
public bool SyncshellFinderEnabled { get; set; } = false;
|
public bool SyncshellFinderEnabled { get; set; } = false;
|
||||||
public string? SelectedFinderSyncshell { get; set; } = null;
|
public string? SelectedFinderSyncshell { get; set; } = null;
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
|
|
||||||
|
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
public class ServerTagConfig : ILightlessConfiguration
|
||||||
|
{
|
||||||
|
public Dictionary<string, ServerTagStorage> ServerTagStorage { get; set; } = new(StringComparer.OrdinalIgnoreCase);
|
||||||
|
public int Version { get; set; } = 0;
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
using System;
|
||||||
|
using System.Numerics;
|
||||||
|
|
||||||
|
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
public class UiStyleOverride
|
||||||
|
{
|
||||||
|
public uint? Color { get; set; }
|
||||||
|
public float? Float { get; set; }
|
||||||
|
public Vector2Config? Vector2 { get; set; }
|
||||||
|
|
||||||
|
public bool IsEmpty => Color is null && Float is null && Vector2 is null;
|
||||||
|
}
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
public record struct Vector2Config(float X, float Y)
|
||||||
|
{
|
||||||
|
public static implicit operator Vector2(Vector2Config value) => new(value.X, value.Y);
|
||||||
|
public static implicit operator Vector2Config(Vector2 value) => new(value.X, value.Y);
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
public class UiThemeConfig : ILightlessConfiguration
|
||||||
|
{
|
||||||
|
public Dictionary<string, UiStyleOverride> StyleOverrides { get; set; } = new(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
|
public int Version { get; set; } = 1;
|
||||||
|
}
|
||||||
@@ -1,16 +1,28 @@
|
|||||||
namespace LightlessSync.LightlessConfiguration.Models;
|
namespace LightlessSync.LightlessConfiguration.Models;
|
||||||
|
|
||||||
public enum NotificationLocation
|
public enum NotificationLocation
|
||||||
{
|
{
|
||||||
Nowhere,
|
Nowhere,
|
||||||
Chat,
|
Chat,
|
||||||
Toast,
|
Toast,
|
||||||
Both
|
Both,
|
||||||
|
LightlessUi,
|
||||||
|
ChatAndLightlessUi,
|
||||||
|
TextOverlay,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum NotificationType
|
public enum NotificationType
|
||||||
{
|
{
|
||||||
Info,
|
Info,
|
||||||
Warning,
|
Warning,
|
||||||
Error
|
Error,
|
||||||
|
PairRequest,
|
||||||
|
Download,
|
||||||
|
Performance
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum NotificationCorner
|
||||||
|
{
|
||||||
|
Right,
|
||||||
|
Left
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
namespace LightlessSync.LightlessConfiguration.Models;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
public class ServerTagStorage
|
||||||
|
{
|
||||||
|
public HashSet<string> OpenPairTags { get; set; } = new(StringComparer.Ordinal);
|
||||||
|
public HashSet<string> ServerAvailablePairTags { get; set; } = new(StringComparer.Ordinal);
|
||||||
|
public Dictionary<string, List<string>> UidServerPairedUserTags { get; set; } = new(StringComparer.Ordinal);
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
using LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
namespace LightlessSync.LightlessConfiguration;
|
||||||
|
|
||||||
|
public class ServerTagConfigService : ConfigurationServiceBase<ServerTagConfig>
|
||||||
|
{
|
||||||
|
public const string ConfigName = "servertags.json";
|
||||||
|
|
||||||
|
public ServerTagConfigService(string configDir) : base(configDir)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public override string ConfigurationName => ConfigName;
|
||||||
|
}
|
||||||
14
LightlessSync/LightlessConfiguration/UiThemeConfigService.cs
Normal file
14
LightlessSync/LightlessConfiguration/UiThemeConfigService.cs
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
using LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
|
||||||
|
namespace LightlessSync.LightlessConfiguration;
|
||||||
|
|
||||||
|
public class UiThemeConfigService : ConfigurationServiceBase<UiThemeConfig>
|
||||||
|
{
|
||||||
|
public const string ConfigName = "ui-theme.json";
|
||||||
|
|
||||||
|
public UiThemeConfigService(string configDir) : base(configDir)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public override string ConfigurationName => ConfigName;
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>1.12.0</Version>
|
<Version>1.12.3</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.FileCache;
|
using LightlessSync.FileCache;
|
||||||
using LightlessSync.Interop.Ipc;
|
using LightlessSync.Interop.Ipc;
|
||||||
using LightlessSync.PlayerData.Handlers;
|
using LightlessSync.PlayerData.Handlers;
|
||||||
using LightlessSync.PlayerData.Pairs;
|
using LightlessSync.PlayerData.Pairs;
|
||||||
@@ -21,6 +21,7 @@ public class PairHandlerFactory
|
|||||||
private readonly ILoggerFactory _loggerFactory;
|
private readonly ILoggerFactory _loggerFactory;
|
||||||
private readonly LightlessMediator _lightlessMediator;
|
private readonly LightlessMediator _lightlessMediator;
|
||||||
private readonly PlayerPerformanceService _playerPerformanceService;
|
private readonly PlayerPerformanceService _playerPerformanceService;
|
||||||
|
private readonly PairProcessingLimiter _pairProcessingLimiter;
|
||||||
private readonly ServerConfigurationManager _serverConfigManager;
|
private readonly ServerConfigurationManager _serverConfigManager;
|
||||||
private readonly PluginWarningNotificationService _pluginWarningNotificationManager;
|
private readonly PluginWarningNotificationService _pluginWarningNotificationManager;
|
||||||
|
|
||||||
@@ -28,6 +29,7 @@ public class PairHandlerFactory
|
|||||||
FileDownloadManagerFactory fileDownloadManagerFactory, DalamudUtilService dalamudUtilService,
|
FileDownloadManagerFactory fileDownloadManagerFactory, DalamudUtilService dalamudUtilService,
|
||||||
PluginWarningNotificationService pluginWarningNotificationManager, IHostApplicationLifetime hostApplicationLifetime,
|
PluginWarningNotificationService pluginWarningNotificationManager, IHostApplicationLifetime hostApplicationLifetime,
|
||||||
FileCacheManager fileCacheManager, LightlessMediator lightlessMediator, PlayerPerformanceService playerPerformanceService,
|
FileCacheManager fileCacheManager, LightlessMediator lightlessMediator, PlayerPerformanceService playerPerformanceService,
|
||||||
|
PairProcessingLimiter pairProcessingLimiter,
|
||||||
ServerConfigurationManager serverConfigManager)
|
ServerConfigurationManager serverConfigManager)
|
||||||
{
|
{
|
||||||
_loggerFactory = loggerFactory;
|
_loggerFactory = loggerFactory;
|
||||||
@@ -40,6 +42,7 @@ public class PairHandlerFactory
|
|||||||
_fileCacheManager = fileCacheManager;
|
_fileCacheManager = fileCacheManager;
|
||||||
_lightlessMediator = lightlessMediator;
|
_lightlessMediator = lightlessMediator;
|
||||||
_playerPerformanceService = playerPerformanceService;
|
_playerPerformanceService = playerPerformanceService;
|
||||||
|
_pairProcessingLimiter = pairProcessingLimiter;
|
||||||
_serverConfigManager = serverConfigManager;
|
_serverConfigManager = serverConfigManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,6 +50,6 @@ public class PairHandlerFactory
|
|||||||
{
|
{
|
||||||
return new PairHandler(_loggerFactory.CreateLogger<PairHandler>(), pair, _gameObjectHandlerFactory,
|
return new PairHandler(_loggerFactory.CreateLogger<PairHandler>(), pair, _gameObjectHandlerFactory,
|
||||||
_ipcManager, _fileDownloadManagerFactory.Create(), _pluginWarningNotificationManager, _dalamudUtilService, _hostApplicationLifetime,
|
_ipcManager, _fileDownloadManagerFactory.Create(), _pluginWarningNotificationManager, _dalamudUtilService, _hostApplicationLifetime,
|
||||||
_fileCacheManager, _lightlessMediator, _playerPerformanceService, _serverConfigManager);
|
_fileCacheManager, _lightlessMediator, _playerPerformanceService, _pairProcessingLimiter, _serverConfigManager);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -98,7 +98,19 @@ public class PlayerDataFactory
|
|||||||
|
|
||||||
private unsafe bool CheckForNullDrawObjectUnsafe(IntPtr playerPointer)
|
private unsafe bool CheckForNullDrawObjectUnsafe(IntPtr playerPointer)
|
||||||
{
|
{
|
||||||
return ((Character*)playerPointer)->GameObject.DrawObject == null;
|
if (playerPointer == IntPtr.Zero)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
var character = (Character*)playerPointer;
|
||||||
|
|
||||||
|
if (character == null)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
var gameObject = &character->GameObject;
|
||||||
|
if (gameObject == null)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
return gameObject->DrawObject == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task<CharacterDataFragment> CreateCharacterData(GameObjectHandler playerRelatedObject, CancellationToken ct)
|
private async Task<CharacterDataFragment> CreateCharacterData(GameObjectHandler playerRelatedObject, CancellationToken ct)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.FileCache;
|
using LightlessSync.FileCache;
|
||||||
using LightlessSync.Interop.Ipc;
|
using LightlessSync.Interop.Ipc;
|
||||||
using LightlessSync.PlayerData.Factories;
|
using LightlessSync.PlayerData.Factories;
|
||||||
@@ -28,6 +28,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
private readonly IpcManager _ipcManager;
|
private readonly IpcManager _ipcManager;
|
||||||
private readonly IHostApplicationLifetime _lifetime;
|
private readonly IHostApplicationLifetime _lifetime;
|
||||||
private readonly PlayerPerformanceService _playerPerformanceService;
|
private readonly PlayerPerformanceService _playerPerformanceService;
|
||||||
|
private readonly PairProcessingLimiter _pairProcessingLimiter;
|
||||||
private readonly ServerConfigurationManager _serverConfigManager;
|
private readonly ServerConfigurationManager _serverConfigManager;
|
||||||
private readonly PluginWarningNotificationService _pluginWarningNotificationManager;
|
private readonly PluginWarningNotificationService _pluginWarningNotificationManager;
|
||||||
private CancellationTokenSource? _applicationCancellationTokenSource = new();
|
private CancellationTokenSource? _applicationCancellationTokenSource = new();
|
||||||
@@ -50,6 +51,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
DalamudUtilService dalamudUtil, IHostApplicationLifetime lifetime,
|
DalamudUtilService dalamudUtil, IHostApplicationLifetime lifetime,
|
||||||
FileCacheManager fileDbManager, LightlessMediator mediator,
|
FileCacheManager fileDbManager, LightlessMediator mediator,
|
||||||
PlayerPerformanceService playerPerformanceService,
|
PlayerPerformanceService playerPerformanceService,
|
||||||
|
PairProcessingLimiter pairProcessingLimiter,
|
||||||
ServerConfigurationManager serverConfigManager) : base(logger, mediator)
|
ServerConfigurationManager serverConfigManager) : base(logger, mediator)
|
||||||
{
|
{
|
||||||
Pair = pair;
|
Pair = pair;
|
||||||
@@ -61,6 +63,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
_lifetime = lifetime;
|
_lifetime = lifetime;
|
||||||
_fileDbManager = fileDbManager;
|
_fileDbManager = fileDbManager;
|
||||||
_playerPerformanceService = playerPerformanceService;
|
_playerPerformanceService = playerPerformanceService;
|
||||||
|
_pairProcessingLimiter = pairProcessingLimiter;
|
||||||
_serverConfigManager = serverConfigManager;
|
_serverConfigManager = serverConfigManager;
|
||||||
_penumbraCollection = _ipcManager.Penumbra.CreateTemporaryCollectionAsync(logger, Pair.UserData.UID).ConfigureAwait(false).GetAwaiter().GetResult();
|
_penumbraCollection = _ipcManager.Penumbra.CreateTemporaryCollectionAsync(logger, Pair.UserData.UID).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||||
|
|
||||||
@@ -420,6 +423,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
private async Task DownloadAndApplyCharacterAsync(Guid applicationBase, CharacterData charaData, Dictionary<ObjectKind, HashSet<PlayerChanges>> updatedData,
|
private async Task DownloadAndApplyCharacterAsync(Guid applicationBase, CharacterData charaData, Dictionary<ObjectKind, HashSet<PlayerChanges>> updatedData,
|
||||||
bool updateModdedPaths, bool updateManip, CancellationToken downloadToken)
|
bool updateModdedPaths, bool updateManip, CancellationToken downloadToken)
|
||||||
{
|
{
|
||||||
|
await using var concurrencyLease = await _pairProcessingLimiter.AcquireAsync(downloadToken).ConfigureAwait(false);
|
||||||
Dictionary<(string GamePath, string? Hash), string> moddedPaths = [];
|
Dictionary<(string GamePath, string? Hash), string> moddedPaths = [];
|
||||||
|
|
||||||
if (updateModdedPaths)
|
if (updateModdedPaths)
|
||||||
@@ -737,6 +741,11 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (OperationCanceledException)
|
||||||
|
{
|
||||||
|
Logger.LogTrace("[BASE-{appBase}] Modded path calculation cancelled", applicationBase);
|
||||||
|
throw;
|
||||||
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Logger.LogError(ex, "[BASE-{appBase}] Something went wrong during calculation replacements", applicationBase);
|
Logger.LogError(ex, "[BASE-{appBase}] Something went wrong during calculation replacements", applicationBase);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Data.Comparer;
|
using LightlessSync.API.Data.Comparer;
|
||||||
using LightlessSync.API.Data.Extensions;
|
using LightlessSync.API.Data.Extensions;
|
||||||
@@ -7,10 +7,14 @@ using LightlessSync.API.Dto.User;
|
|||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.LightlessConfiguration.Models;
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.PlayerData.Factories;
|
using LightlessSync.PlayerData.Factories;
|
||||||
|
using LightlessSync.Services;
|
||||||
|
|
||||||
using LightlessSync.Services.Events;
|
using LightlessSync.Services.Events;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
|
using System.Threading;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace LightlessSync.PlayerData.Pairs;
|
namespace LightlessSync.PlayerData.Pairs;
|
||||||
|
|
||||||
@@ -24,14 +28,19 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||||||
private Lazy<List<Pair>> _directPairsInternal;
|
private Lazy<List<Pair>> _directPairsInternal;
|
||||||
private Lazy<Dictionary<GroupFullInfoDto, List<Pair>>> _groupPairsInternal;
|
private Lazy<Dictionary<GroupFullInfoDto, List<Pair>>> _groupPairsInternal;
|
||||||
private Lazy<Dictionary<Pair, List<GroupFullInfoDto>>> _pairsWithGroupsInternal;
|
private Lazy<Dictionary<Pair, List<GroupFullInfoDto>>> _pairsWithGroupsInternal;
|
||||||
|
private readonly PairProcessingLimiter _pairProcessingLimiter;
|
||||||
|
private readonly ConcurrentQueue<(Pair Pair, OnlineUserIdentDto? Ident)> _pairCreationQueue = new();
|
||||||
|
private CancellationTokenSource _pairCreationCts = new();
|
||||||
|
private int _pairCreationProcessorRunning;
|
||||||
|
|
||||||
public PairManager(ILogger<PairManager> logger, PairFactory pairFactory,
|
public PairManager(ILogger<PairManager> logger, PairFactory pairFactory,
|
||||||
LightlessConfigService configurationService, LightlessMediator mediator,
|
LightlessConfigService configurationService, LightlessMediator mediator,
|
||||||
IContextMenu dalamudContextMenu) : base(logger, mediator)
|
IContextMenu dalamudContextMenu, PairProcessingLimiter pairProcessingLimiter) : base(logger, mediator)
|
||||||
{
|
{
|
||||||
_pairFactory = pairFactory;
|
_pairFactory = pairFactory;
|
||||||
_configurationService = configurationService;
|
_configurationService = configurationService;
|
||||||
_dalamudContextMenu = dalamudContextMenu;
|
_dalamudContextMenu = dalamudContextMenu;
|
||||||
|
_pairProcessingLimiter = pairProcessingLimiter;
|
||||||
Mediator.Subscribe<DisconnectedMessage>(this, (_) => ClearPairs());
|
Mediator.Subscribe<DisconnectedMessage>(this, (_) => ClearPairs());
|
||||||
Mediator.Subscribe<CutsceneEndMessage>(this, (_) => ReapplyPairData());
|
Mediator.Subscribe<CutsceneEndMessage>(this, (_) => ReapplyPairData());
|
||||||
_directPairsInternal = DirectPairsLazy();
|
_directPairsInternal = DirectPairsLazy();
|
||||||
@@ -112,6 +121,7 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||||||
public void ClearPairs()
|
public void ClearPairs()
|
||||||
{
|
{
|
||||||
Logger.LogDebug("Clearing all Pairs");
|
Logger.LogDebug("Clearing all Pairs");
|
||||||
|
ResetPairCreationQueue();
|
||||||
DisposePairs();
|
DisposePairs();
|
||||||
_allClientPairs.Clear();
|
_allClientPairs.Clear();
|
||||||
_allGroups.Clear();
|
_allGroups.Clear();
|
||||||
@@ -161,7 +171,7 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||||||
Mediator.Publish(new NotificationMessage("User online", msg, NotificationType.Info, TimeSpan.FromSeconds(5)));
|
Mediator.Publish(new NotificationMessage("User online", msg, NotificationType.Info, TimeSpan.FromSeconds(5)));
|
||||||
}
|
}
|
||||||
|
|
||||||
pair.CreateCachedPlayer(dto);
|
QueuePairCreation(pair, dto);
|
||||||
|
|
||||||
RecreateLazy();
|
RecreateLazy();
|
||||||
}
|
}
|
||||||
@@ -332,6 +342,7 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
|
|
||||||
|
ResetPairCreationQueue();
|
||||||
_dalamudContextMenu.OnMenuOpened -= DalamudContextMenuOnOnOpenGameObjectContextMenu;
|
_dalamudContextMenu.OnMenuOpened -= DalamudContextMenuOnOnOpenGameObjectContextMenu;
|
||||||
|
|
||||||
DisposePairs();
|
DisposePairs();
|
||||||
@@ -390,6 +401,84 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void QueuePairCreation(Pair pair, OnlineUserIdentDto? dto)
|
||||||
|
{
|
||||||
|
if (pair.HasCachedPlayer)
|
||||||
|
{
|
||||||
|
RecreateLazy();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_pairCreationQueue.Enqueue((pair, dto));
|
||||||
|
StartPairCreationProcessor();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void StartPairCreationProcessor()
|
||||||
|
{
|
||||||
|
if (_pairCreationCts.IsCancellationRequested)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Interlocked.CompareExchange(ref _pairCreationProcessorRunning, 1, 0) == 0)
|
||||||
|
{
|
||||||
|
_ = Task.Run(ProcessPairCreationQueueAsync);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private async Task ProcessPairCreationQueueAsync()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
while (!_pairCreationCts.IsCancellationRequested)
|
||||||
|
{
|
||||||
|
if (!_pairCreationQueue.TryDequeue(out var work))
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
await using var lease = await _pairProcessingLimiter.AcquireAsync(_pairCreationCts.Token).ConfigureAwait(false);
|
||||||
|
if (!work.Pair.HasCachedPlayer)
|
||||||
|
{
|
||||||
|
work.Pair.CreateCachedPlayer(work.Ident);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (OperationCanceledException)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Logger.LogError(ex, "Error creating cached player for {uid}", work.Pair.UserData.UID);
|
||||||
|
}
|
||||||
|
|
||||||
|
RecreateLazy();
|
||||||
|
await Task.Yield();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
Interlocked.Exchange(ref _pairCreationProcessorRunning, 0);
|
||||||
|
if (!_pairCreationQueue.IsEmpty && !_pairCreationCts.IsCancellationRequested)
|
||||||
|
{
|
||||||
|
StartPairCreationProcessor();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ResetPairCreationQueue()
|
||||||
|
{
|
||||||
|
_pairCreationCts.Cancel();
|
||||||
|
while (_pairCreationQueue.TryDequeue(out _))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
_pairCreationCts.Dispose();
|
||||||
|
_pairCreationCts = new CancellationTokenSource();
|
||||||
|
Interlocked.Exchange(ref _pairCreationProcessorRunning, 0);
|
||||||
|
}
|
||||||
|
|
||||||
private void ReapplyPairData()
|
private void ReapplyPairData()
|
||||||
{
|
{
|
||||||
foreach (var pair in _allClientPairs.Select(k => k.Value))
|
foreach (var pair in _allClientPairs.Select(k => k.Value))
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.Services;
|
using LightlessSync.Services;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.Utils;
|
using LightlessSync.Utils;
|
||||||
@@ -100,6 +100,8 @@ public class VisibleUserDataDistributor : DisposableMediatorSubscriberBase
|
|||||||
if (_lastCreatedData == null || _usersToPushDataTo.Count == 0) return;
|
if (_lastCreatedData == null || _usersToPushDataTo.Count == 0) return;
|
||||||
|
|
||||||
_ = Task.Run(async () =>
|
_ = Task.Run(async () =>
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
forced |= _uploadingCharacterData?.DataHash != _lastCreatedData.DataHash;
|
forced |= _uploadingCharacterData?.DataHash != _lastCreatedData.DataHash;
|
||||||
|
|
||||||
@@ -127,6 +129,15 @@ public class VisibleUserDataDistributor : DisposableMediatorSubscriberBase
|
|||||||
_pushDataSemaphore.Release();
|
_pushDataSemaphore.Release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
catch (OperationCanceledException) when (_runtimeCts.IsCancellationRequested)
|
||||||
|
{
|
||||||
|
Logger.LogDebug("PushCharacterData cancelled");
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Logger.LogError(ex, "Failed to push character data");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -106,6 +106,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddSingleton<GameObjectHandlerFactory>();
|
collection.AddSingleton<GameObjectHandlerFactory>();
|
||||||
collection.AddSingleton<FileDownloadManagerFactory>();
|
collection.AddSingleton<FileDownloadManagerFactory>();
|
||||||
collection.AddSingleton<PairHandlerFactory>();
|
collection.AddSingleton<PairHandlerFactory>();
|
||||||
|
collection.AddSingleton<PairProcessingLimiter>();
|
||||||
collection.AddSingleton<PairFactory>();
|
collection.AddSingleton<PairFactory>();
|
||||||
collection.AddSingleton<XivDataAnalyzer>();
|
collection.AddSingleton<XivDataAnalyzer>();
|
||||||
collection.AddSingleton<CharacterAnalyzer>();
|
collection.AddSingleton<CharacterAnalyzer>();
|
||||||
@@ -113,6 +114,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddSingleton<PluginWarningNotificationService>();
|
collection.AddSingleton<PluginWarningNotificationService>();
|
||||||
collection.AddSingleton<FileCompactor>();
|
collection.AddSingleton<FileCompactor>();
|
||||||
collection.AddSingleton<TagHandler>();
|
collection.AddSingleton<TagHandler>();
|
||||||
|
collection.AddSingleton(s => new Lazy<ApiController>(() => s.GetRequiredService<ApiController>()));
|
||||||
collection.AddSingleton<PairRequestService>();
|
collection.AddSingleton<PairRequestService>();
|
||||||
collection.AddSingleton<IdDisplayHandler>();
|
collection.AddSingleton<IdDisplayHandler>();
|
||||||
collection.AddSingleton<PlayerPerformanceService>();
|
collection.AddSingleton<PlayerPerformanceService>();
|
||||||
@@ -141,10 +143,20 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
clientState, objectTable, framework, gameGui, condition, gameData, targetManager, gameConfig,
|
clientState, objectTable, framework, gameGui, condition, gameData, targetManager, gameConfig,
|
||||||
s.GetRequiredService<BlockedCharacterHandler>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(),
|
s.GetRequiredService<BlockedCharacterHandler>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(),
|
||||||
s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<PlayerPerformanceConfigService>()));
|
s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<PlayerPerformanceConfigService>()));
|
||||||
collection.AddSingleton((s) => new DtrEntry(s.GetRequiredService<ILogger<DtrEntry>>(), dtrBar, s.GetRequiredService<LightlessConfigService>(),
|
collection.AddSingleton((s) => new DtrEntry(
|
||||||
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PairManager>(), s.GetRequiredService<ApiController>(), s.GetRequiredService<ServerConfigurationManager>()));
|
s.GetRequiredService<ILogger<DtrEntry>>(),
|
||||||
|
dtrBar,
|
||||||
|
s.GetRequiredService<LightlessConfigService>(),
|
||||||
|
s.GetRequiredService<LightlessMediator>(),
|
||||||
|
s.GetRequiredService<PairManager>(),
|
||||||
|
s.GetRequiredService<PairRequestService>(),
|
||||||
|
s.GetRequiredService<ApiController>(),
|
||||||
|
s.GetRequiredService<ServerConfigurationManager>(),
|
||||||
|
s.GetRequiredService<BroadcastService>(),
|
||||||
|
s.GetRequiredService<BroadcastScannerService>(),
|
||||||
|
s.GetRequiredService<DalamudUtilService>()));
|
||||||
collection.AddSingleton(s => new PairManager(s.GetRequiredService<ILogger<PairManager>>(), s.GetRequiredService<PairFactory>(),
|
collection.AddSingleton(s => new PairManager(s.GetRequiredService<ILogger<PairManager>>(), s.GetRequiredService<PairFactory>(),
|
||||||
s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<LightlessMediator>(), contextMenu));
|
s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<LightlessMediator>(), contextMenu, s.GetRequiredService<PairProcessingLimiter>()));
|
||||||
collection.AddSingleton<RedrawManager>();
|
collection.AddSingleton<RedrawManager>();
|
||||||
collection.AddSingleton<BroadcastService>();
|
collection.AddSingleton<BroadcastService>();
|
||||||
collection.AddSingleton(addonLifecycle);
|
collection.AddSingleton(addonLifecycle);
|
||||||
@@ -171,9 +183,15 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<IpcCallerPenumbra>(), s.GetRequiredService<IpcCallerGlamourer>(),
|
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<IpcCallerPenumbra>(), s.GetRequiredService<IpcCallerGlamourer>(),
|
||||||
s.GetRequiredService<IpcCallerCustomize>(), s.GetRequiredService<IpcCallerHeels>(), s.GetRequiredService<IpcCallerHonorific>(),
|
s.GetRequiredService<IpcCallerCustomize>(), s.GetRequiredService<IpcCallerHeels>(), s.GetRequiredService<IpcCallerHonorific>(),
|
||||||
s.GetRequiredService<IpcCallerMoodles>(), s.GetRequiredService<IpcCallerPetNames>(), s.GetRequiredService<IpcCallerBrio>()));
|
s.GetRequiredService<IpcCallerMoodles>(), s.GetRequiredService<IpcCallerPetNames>(), s.GetRequiredService<IpcCallerBrio>()));
|
||||||
collection.AddSingleton((s) => new NotificationService(s.GetRequiredService<ILogger<NotificationService>>(),
|
collection.AddSingleton((s) => new NotificationService(
|
||||||
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<DalamudUtilService>(),
|
s.GetRequiredService<ILogger<NotificationService>>(),
|
||||||
notificationManager, chatGui, s.GetRequiredService<LightlessConfigService>()));
|
s.GetRequiredService<LightlessConfigService>(),
|
||||||
|
s.GetRequiredService<DalamudUtilService>(),
|
||||||
|
notificationManager,
|
||||||
|
chatGui,
|
||||||
|
s.GetRequiredService<LightlessMediator>(),
|
||||||
|
s.GetRequiredService<PairRequestService>(),
|
||||||
|
s.GetRequiredService<BroadcastService>()));
|
||||||
collection.AddSingleton((s) =>
|
collection.AddSingleton((s) =>
|
||||||
{
|
{
|
||||||
var httpClient = new HttpClient();
|
var httpClient = new HttpClient();
|
||||||
@@ -181,10 +199,12 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
httpClient.DefaultRequestHeaders.UserAgent.Add(new ProductInfoHeaderValue("LightlessSync", ver!.Major + "." + ver!.Minor + "." + ver!.Build));
|
httpClient.DefaultRequestHeaders.UserAgent.Add(new ProductInfoHeaderValue("LightlessSync", ver!.Major + "." + ver!.Minor + "." + ver!.Build));
|
||||||
return httpClient;
|
return httpClient;
|
||||||
});
|
});
|
||||||
|
collection.AddSingleton((s) => new UiThemeConfigService(pluginInterface.ConfigDirectory.FullName));
|
||||||
collection.AddSingleton((s) =>
|
collection.AddSingleton((s) =>
|
||||||
{
|
{
|
||||||
var cfg = new LightlessConfigService(pluginInterface.ConfigDirectory.FullName);
|
var cfg = new LightlessConfigService(pluginInterface.ConfigDirectory.FullName);
|
||||||
LightlessSync.UI.Style.MainStyle.Init(cfg);
|
var theme = s.GetRequiredService<UiThemeConfigService>();
|
||||||
|
LightlessSync.UI.Style.MainStyle.Init(cfg, theme);
|
||||||
return cfg;
|
return cfg;
|
||||||
});
|
});
|
||||||
collection.AddSingleton((s) => new ServerConfigService(pluginInterface.ConfigDirectory.FullName));
|
collection.AddSingleton((s) => new ServerConfigService(pluginInterface.ConfigDirectory.FullName));
|
||||||
@@ -196,6 +216,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddSingleton((s) => new PlayerPerformanceConfigService(pluginInterface.ConfigDirectory.FullName));
|
collection.AddSingleton((s) => new PlayerPerformanceConfigService(pluginInterface.ConfigDirectory.FullName));
|
||||||
collection.AddSingleton((s) => new CharaDataConfigService(pluginInterface.ConfigDirectory.FullName));
|
collection.AddSingleton((s) => new CharaDataConfigService(pluginInterface.ConfigDirectory.FullName));
|
||||||
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<LightlessConfigService>());
|
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<LightlessConfigService>());
|
||||||
|
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<UiThemeConfigService>());
|
||||||
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<ServerConfigService>());
|
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<ServerConfigService>());
|
||||||
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<NotesConfigService>());
|
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<NotesConfigService>());
|
||||||
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<PairTagConfigService>());
|
collection.AddSingleton<IConfigService<ILightlessConfiguration>>(s => s.GetRequiredService<PairTagConfigService>());
|
||||||
@@ -207,7 +228,6 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddSingleton<ConfigurationMigrator>();
|
collection.AddSingleton<ConfigurationMigrator>();
|
||||||
collection.AddSingleton<ConfigurationSaveService>();
|
collection.AddSingleton<ConfigurationSaveService>();
|
||||||
collection.AddSingleton<HubFactory>();
|
collection.AddSingleton<HubFactory>();
|
||||||
collection.AddSingleton<NameplateHandler>();
|
|
||||||
collection.AddSingleton(s => new BroadcastScannerService( s.GetRequiredService<ILogger<BroadcastScannerService>>(), clientState, objectTable, framework, s.GetRequiredService<BroadcastService>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<NameplateHandler>(), s.GetRequiredService<DalamudUtilService>(), s.GetRequiredService<LightlessConfigService>()));
|
collection.AddSingleton(s => new BroadcastScannerService( s.GetRequiredService<ILogger<BroadcastScannerService>>(), clientState, objectTable, framework, s.GetRequiredService<BroadcastService>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<NameplateHandler>(), s.GetRequiredService<DalamudUtilService>(), s.GetRequiredService<LightlessConfigService>()));
|
||||||
|
|
||||||
|
|
||||||
@@ -235,6 +255,12 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddScoped<WindowMediatorSubscriberBase, BroadcastUI>((s) => new BroadcastUI(s.GetRequiredService<ILogger<BroadcastUI>>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(), s.GetRequiredService<BroadcastService>(), s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<UiSharedService>(), s.GetRequiredService<ApiController>(), s.GetRequiredService<BroadcastScannerService>()));
|
collection.AddScoped<WindowMediatorSubscriberBase, BroadcastUI>((s) => new BroadcastUI(s.GetRequiredService<ILogger<BroadcastUI>>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(), s.GetRequiredService<BroadcastService>(), s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<UiSharedService>(), s.GetRequiredService<ApiController>(), s.GetRequiredService<BroadcastScannerService>()));
|
||||||
collection.AddScoped<WindowMediatorSubscriberBase, SyncshellFinderUI>((s) => new SyncshellFinderUI(s.GetRequiredService<ILogger<SyncshellFinderUI>>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(), s.GetRequiredService<BroadcastService>(), s.GetRequiredService<UiSharedService>(), s.GetRequiredService<ApiController>(), s.GetRequiredService<BroadcastScannerService>(), s.GetRequiredService<PairManager>(), s.GetRequiredService<DalamudUtilService>()));
|
collection.AddScoped<WindowMediatorSubscriberBase, SyncshellFinderUI>((s) => new SyncshellFinderUI(s.GetRequiredService<ILogger<SyncshellFinderUI>>(), s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<PerformanceCollectorService>(), s.GetRequiredService<BroadcastService>(), s.GetRequiredService<UiSharedService>(), s.GetRequiredService<ApiController>(), s.GetRequiredService<BroadcastScannerService>(), s.GetRequiredService<PairManager>(), s.GetRequiredService<DalamudUtilService>()));
|
||||||
collection.AddScoped<IPopupHandler, BanUserPopupHandler>();
|
collection.AddScoped<IPopupHandler, BanUserPopupHandler>();
|
||||||
|
collection.AddScoped<WindowMediatorSubscriberBase, LightlessNotificationUI>((s) =>
|
||||||
|
new LightlessNotificationUI(
|
||||||
|
s.GetRequiredService<ILogger<LightlessNotificationUI>>(),
|
||||||
|
s.GetRequiredService<LightlessMediator>(),
|
||||||
|
s.GetRequiredService<PerformanceCollectorService>(),
|
||||||
|
s.GetRequiredService<LightlessConfigService>()));
|
||||||
collection.AddScoped<IPopupHandler, CensusPopupHandler>();
|
collection.AddScoped<IPopupHandler, CensusPopupHandler>();
|
||||||
collection.AddScoped<CacheCreationService>();
|
collection.AddScoped<CacheCreationService>();
|
||||||
collection.AddScoped<PlayerDataFactory>();
|
collection.AddScoped<PlayerDataFactory>();
|
||||||
@@ -242,7 +268,9 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
collection.AddScoped((s) => new UiService(s.GetRequiredService<ILogger<UiService>>(), pluginInterface.UiBuilder, s.GetRequiredService<LightlessConfigService>(),
|
collection.AddScoped((s) => new UiService(s.GetRequiredService<ILogger<UiService>>(), pluginInterface.UiBuilder, s.GetRequiredService<LightlessConfigService>(),
|
||||||
s.GetRequiredService<WindowSystem>(), s.GetServices<WindowMediatorSubscriberBase>(),
|
s.GetRequiredService<WindowSystem>(), s.GetServices<WindowMediatorSubscriberBase>(),
|
||||||
s.GetRequiredService<UiFactory>(),
|
s.GetRequiredService<UiFactory>(),
|
||||||
s.GetRequiredService<FileDialogManager>(), s.GetRequiredService<LightlessMediator>()));
|
s.GetRequiredService<FileDialogManager>(),
|
||||||
|
s.GetRequiredService<LightlessMediator>(),
|
||||||
|
s.GetRequiredService<NotificationService>()));
|
||||||
collection.AddScoped((s) => new CommandManagerService(commandManager, s.GetRequiredService<PerformanceCollectorService>(),
|
collection.AddScoped((s) => new CommandManagerService(commandManager, s.GetRequiredService<PerformanceCollectorService>(),
|
||||||
s.GetRequiredService<ServerConfigurationManager>(), s.GetRequiredService<CacheMonitor>(), s.GetRequiredService<ApiController>(),
|
s.GetRequiredService<ServerConfigurationManager>(), s.GetRequiredService<CacheMonitor>(), s.GetRequiredService<ApiController>(),
|
||||||
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<LightlessConfigService>()));
|
s.GetRequiredService<LightlessMediator>(), s.GetRequiredService<LightlessConfigService>()));
|
||||||
@@ -252,6 +280,8 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
s.GetRequiredService<LightlessMediator>()));
|
s.GetRequiredService<LightlessMediator>()));
|
||||||
collection.AddScoped((s) => new NameplateService(s.GetRequiredService<ILogger<NameplateService>>(), s.GetRequiredService<LightlessConfigService>(), namePlateGui, clientState,
|
collection.AddScoped((s) => new NameplateService(s.GetRequiredService<ILogger<NameplateService>>(), s.GetRequiredService<LightlessConfigService>(), namePlateGui, clientState,
|
||||||
s.GetRequiredService<PairManager>(), s.GetRequiredService<LightlessMediator>()));
|
s.GetRequiredService<PairManager>(), s.GetRequiredService<LightlessMediator>()));
|
||||||
|
collection.AddScoped((s) => new NameplateHandler(s.GetRequiredService<ILogger<NameplateHandler>>(), addonLifecycle, gameGui, s.GetRequiredService<DalamudUtilService>(),
|
||||||
|
s.GetRequiredService<LightlessConfigService>(), s.GetRequiredService<LightlessMediator>(), clientState, s.GetRequiredService<PairManager>()));
|
||||||
|
|
||||||
collection.AddHostedService(p => p.GetRequiredService<ConfigurationSaveService>());
|
collection.AddHostedService(p => p.GetRequiredService<ConfigurationSaveService>());
|
||||||
collection.AddHostedService(p => p.GetRequiredService<LightlessMediator>());
|
collection.AddHostedService(p => p.GetRequiredService<LightlessMediator>());
|
||||||
|
|||||||
@@ -211,6 +211,16 @@ public class BroadcastScannerService : DisposableMediatorSubscriberBase, IDispos
|
|||||||
UpdateSyncshellBroadcasts();
|
UpdateSyncshellBroadcasts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int CountActiveBroadcasts(string? excludeHashedCid = null)
|
||||||
|
{
|
||||||
|
var now = DateTime.UtcNow;
|
||||||
|
var comparer = StringComparer.Ordinal;
|
||||||
|
return _broadcastCache.Count(entry =>
|
||||||
|
entry.Value.IsBroadcasting &&
|
||||||
|
entry.Value.ExpiryTime > now &&
|
||||||
|
(excludeHashedCid is null || !comparer.Equals(entry.Key, excludeHashedCid)));
|
||||||
|
}
|
||||||
|
|
||||||
protected override void Dispose(bool disposing)
|
protected override void Dispose(bool disposing)
|
||||||
{
|
{
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.API.Dto.Group;
|
using LightlessSync.API.Dto.Group;
|
||||||
using LightlessSync.API.Dto.User;
|
using LightlessSync.API.Dto.User;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
@@ -7,6 +7,7 @@ using LightlessSync.WebAPI;
|
|||||||
using Microsoft.AspNetCore.SignalR;
|
using Microsoft.AspNetCore.SignalR;
|
||||||
using Microsoft.Extensions.Hosting;
|
using Microsoft.Extensions.Hosting;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace LightlessSync.Services;
|
namespace LightlessSync.Services;
|
||||||
public class BroadcastService : IHostedService, IMediatorSubscriber
|
public class BroadcastService : IHostedService, IMediatorSubscriber
|
||||||
@@ -16,9 +17,11 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
private readonly LightlessMediator _mediator;
|
private readonly LightlessMediator _mediator;
|
||||||
private readonly LightlessConfigService _config;
|
private readonly LightlessConfigService _config;
|
||||||
private readonly DalamudUtilService _dalamudUtil;
|
private readonly DalamudUtilService _dalamudUtil;
|
||||||
|
private CancellationTokenSource? _lightfinderCancelTokens;
|
||||||
|
private Action? _connectedHandler;
|
||||||
public LightlessMediator Mediator => _mediator;
|
public LightlessMediator Mediator => _mediator;
|
||||||
|
|
||||||
public bool IsLightFinderAvailable { get; private set; } = true;
|
public bool IsLightFinderAvailable { get; private set; } = false;
|
||||||
|
|
||||||
public bool IsBroadcasting => _config.Current.BroadcastEnabled;
|
public bool IsBroadcasting => _config.Current.BroadcastEnabled;
|
||||||
private bool _syncedOnStartup = false;
|
private bool _syncedOnStartup = false;
|
||||||
@@ -57,24 +60,125 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
await action().ConfigureAwait(false);
|
await action().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task StartAsync(CancellationToken cancellationToken)
|
private async Task<string?> GetLocalHashedCidAsync(string context)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var cid = await _dalamudUtil.GetCIDAsync().ConfigureAwait(false);
|
||||||
|
return cid.ToString().GetHash256();
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogWarning(ex, "Failed to resolve CID for {Context}", context);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ApplyBroadcastDisabled(bool forcePublish = false)
|
||||||
|
{
|
||||||
|
bool wasEnabled = _config.Current.BroadcastEnabled;
|
||||||
|
bool hadExpiry = _config.Current.BroadcastTtl != DateTime.MinValue;
|
||||||
|
bool hadRemaining = _remainingTtl.HasValue;
|
||||||
|
|
||||||
|
_config.Current.BroadcastEnabled = false;
|
||||||
|
_config.Current.BroadcastTtl = DateTime.MinValue;
|
||||||
|
|
||||||
|
if (wasEnabled || hadExpiry)
|
||||||
|
_config.Save();
|
||||||
|
|
||||||
|
_remainingTtl = null;
|
||||||
|
_waitingForTtlFetch = false;
|
||||||
|
_syncedOnStartup = false;
|
||||||
|
|
||||||
|
if (forcePublish || wasEnabled || hadRemaining)
|
||||||
|
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool TryApplyBroadcastEnabled(TimeSpan? ttl, string context)
|
||||||
|
{
|
||||||
|
if (ttl is not { } validTtl || validTtl <= TimeSpan.Zero)
|
||||||
|
{
|
||||||
|
_logger.LogWarning("Lightfinder enable skipped ({Context}): invalid TTL ({TTL})", context, ttl);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool wasEnabled = _config.Current.BroadcastEnabled;
|
||||||
|
TimeSpan? previousRemaining = _remainingTtl;
|
||||||
|
DateTime previousExpiry = _config.Current.BroadcastTtl;
|
||||||
|
|
||||||
|
var newExpiry = DateTime.UtcNow + validTtl;
|
||||||
|
|
||||||
|
_config.Current.BroadcastEnabled = true;
|
||||||
|
_config.Current.BroadcastTtl = newExpiry;
|
||||||
|
|
||||||
|
if (!wasEnabled || previousExpiry != newExpiry)
|
||||||
|
_config.Save();
|
||||||
|
|
||||||
|
_remainingTtl = validTtl;
|
||||||
|
_waitingForTtlFetch = false;
|
||||||
|
|
||||||
|
if (!wasEnabled || previousRemaining != validTtl)
|
||||||
|
_mediator.Publish(new BroadcastStatusChangedMessage(true, validTtl));
|
||||||
|
|
||||||
|
_logger.LogInformation("Lightfinder broadcast enabled ({Context}), TTL: {TTL}", context, validTtl);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandleLightfinderUnavailable(string message, Exception? ex = null)
|
||||||
|
{
|
||||||
|
if (ex != null)
|
||||||
|
_logger.LogWarning(ex, message);
|
||||||
|
else
|
||||||
|
_logger.LogWarning(message);
|
||||||
|
|
||||||
|
IsLightFinderAvailable = false;
|
||||||
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnDisconnected()
|
||||||
|
{
|
||||||
|
IsLightFinderAvailable = false;
|
||||||
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
|
_logger.LogDebug("Cleared Lightfinder state due to disconnect.");
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
_mediator.Subscribe<EnableBroadcastMessage>(this, OnEnableBroadcast);
|
_mediator.Subscribe<EnableBroadcastMessage>(this, OnEnableBroadcast);
|
||||||
_mediator.Subscribe<BroadcastStatusChangedMessage>(this, OnBroadcastStatusChanged);
|
_mediator.Subscribe<BroadcastStatusChangedMessage>(this, OnBroadcastStatusChanged);
|
||||||
_mediator.Subscribe<PriorityFrameworkUpdateMessage>(this, OnTick);
|
_mediator.Subscribe<PriorityFrameworkUpdateMessage>(this, OnTick);
|
||||||
|
_mediator.Subscribe<DisconnectedMessage>(this, _ => OnDisconnected());
|
||||||
|
|
||||||
_apiController.OnConnected += () => _ = CheckLightfinderSupportAsync(cancellationToken);
|
IsLightFinderAvailable = false;
|
||||||
//_ = CheckLightfinderSupportAsync(cancellationToken);
|
|
||||||
|
_lightfinderCancelTokens?.Cancel();
|
||||||
|
_lightfinderCancelTokens?.Dispose();
|
||||||
|
_lightfinderCancelTokens = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
|
||||||
|
_connectedHandler = () => _ = CheckLightfinderSupportAsync(_lightfinderCancelTokens.Token);
|
||||||
|
_apiController.OnConnected += _connectedHandler;
|
||||||
|
|
||||||
|
if (_apiController.IsConnected)
|
||||||
|
_ = CheckLightfinderSupportAsync(_lightfinderCancelTokens.Token);
|
||||||
|
|
||||||
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task StopAsync(CancellationToken cancellationToken)
|
public Task StopAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
|
_lightfinderCancelTokens?.Cancel();
|
||||||
|
_lightfinderCancelTokens?.Dispose();
|
||||||
|
_lightfinderCancelTokens = null;
|
||||||
|
|
||||||
|
if (_connectedHandler is not null)
|
||||||
|
{
|
||||||
|
_apiController.OnConnected -= _connectedHandler;
|
||||||
|
_connectedHandler = null;
|
||||||
|
}
|
||||||
|
|
||||||
_mediator.UnsubscribeAll(this);
|
_mediator.UnsubscribeAll(this);
|
||||||
_apiController.OnConnected -= () => _ = CheckLightfinderSupportAsync(cancellationToken);
|
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
// need to rework this, this is cooked
|
|
||||||
private async Task CheckLightfinderSupportAsync(CancellationToken cancellationToken)
|
private async Task CheckLightfinderSupportAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -85,25 +189,54 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
if (cancellationToken.IsCancellationRequested)
|
if (cancellationToken.IsCancellationRequested)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var dummy = "0".PadLeft(64, '0');
|
var hashedCid = await GetLocalHashedCidAsync("Lightfinder state check").ConfigureAwait(false);
|
||||||
|
if (string.IsNullOrEmpty(hashedCid))
|
||||||
|
return;
|
||||||
|
|
||||||
await _apiController.IsUserBroadcasting(dummy).ConfigureAwait(false);
|
BroadcastStatusInfoDto? status = null;
|
||||||
await _apiController.SetBroadcastStatus(dummy, true, null).ConfigureAwait(false);
|
try
|
||||||
await _apiController.GetBroadcastTtl(dummy).ConfigureAwait(false);
|
{
|
||||||
await _apiController.AreUsersBroadcasting([dummy]).ConfigureAwait(false);
|
status = await _apiController.IsUserBroadcasting(hashedCid).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
catch (HubException ex) when (ex.Message.Contains("Method does not exist", StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
HandleLightfinderUnavailable("Lightfinder unavailable on server (required method missing).", ex);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsLightFinderAvailable)
|
||||||
|
_logger.LogInformation("Lightfinder is available.");
|
||||||
|
|
||||||
IsLightFinderAvailable = true;
|
IsLightFinderAvailable = true;
|
||||||
_logger.LogInformation("Lightfinder is available.");
|
|
||||||
}
|
|
||||||
catch (HubException ex) when (ex.Message.Contains("Method does not exist"))
|
|
||||||
{
|
|
||||||
_logger.LogWarning("Lightfinder unavailable: required method missing.");
|
|
||||||
IsLightFinderAvailable = false;
|
|
||||||
|
|
||||||
_config.Current.BroadcastEnabled = false;
|
bool isBroadcasting = status?.IsBroadcasting == true;
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
TimeSpan? ttl = status?.TTL;
|
||||||
_config.Save();
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
if (isBroadcasting)
|
||||||
|
{
|
||||||
|
if (ttl is not { } remaining || remaining <= TimeSpan.Zero)
|
||||||
|
ttl = await GetBroadcastTtlAsync(hashedCid).ConfigureAwait(false);
|
||||||
|
|
||||||
|
if (TryApplyBroadcastEnabled(ttl, "server handshake"))
|
||||||
|
{
|
||||||
|
_syncedOnStartup = true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
isBroadcasting = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isBroadcasting)
|
||||||
|
{
|
||||||
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
|
_logger.LogInformation("Lightfinder is available but no active broadcast was found.");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_config.Current.LightfinderAutoEnableOnConnect && !isBroadcasting)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Auto-enabling Lightfinder broadcast after reconnect.");
|
||||||
|
_mediator.Publish(new EnableBroadcastMessage(hashedCid, true));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
@@ -111,14 +244,7 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogWarning(ex, "Lightfinder check failed.");
|
HandleLightfinderUnavailable("Lightfinder check failed.", ex);
|
||||||
IsLightFinderAvailable = false;
|
|
||||||
|
|
||||||
_config.Current.BroadcastEnabled = false;
|
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
|
||||||
_config.Save();
|
|
||||||
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -139,47 +265,39 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
await _apiController.SetBroadcastStatus(msg.HashedCid, msg.Enabled, groupDto).ConfigureAwait(false);
|
await _apiController.SetBroadcastStatus(msg.Enabled, groupDto).ConfigureAwait(false);
|
||||||
|
|
||||||
_logger.LogDebug("Broadcast {Status} for {Cid}", msg.Enabled ? "enabled" : "disabled", msg.HashedCid);
|
_logger.LogDebug("Broadcast {Status} for {Cid}", msg.Enabled ? "enabled" : "disabled", msg.HashedCid);
|
||||||
|
|
||||||
if (!msg.Enabled)
|
if (!msg.Enabled)
|
||||||
{
|
{
|
||||||
_config.Current.BroadcastEnabled = false;
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
|
||||||
_config.Save();
|
|
||||||
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
|
||||||
Mediator.Publish(new EventMessage(new Services.Events.Event(nameof(BroadcastService), Services.Events.EventSeverity.Informational, $"Disabled Lightfinder for Player: {msg.HashedCid}")));
|
Mediator.Publish(new EventMessage(new Services.Events.Event(nameof(BroadcastService), Services.Events.EventSeverity.Informational, $"Disabled Lightfinder for Player: {msg.HashedCid}")));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_waitingForTtlFetch = true;
|
_waitingForTtlFetch = true;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
TimeSpan? ttl = await GetBroadcastTtlAsync(msg.HashedCid).ConfigureAwait(false);
|
TimeSpan? ttl = await GetBroadcastTtlAsync(msg.HashedCid).ConfigureAwait(false);
|
||||||
|
|
||||||
if (ttl is { } remaining && remaining > TimeSpan.Zero)
|
if (TryApplyBroadcastEnabled(ttl, "client request"))
|
||||||
{
|
{
|
||||||
_config.Current.BroadcastTtl = DateTime.UtcNow + remaining;
|
_logger.LogDebug("Fetched TTL from server: {TTL}", ttl);
|
||||||
_config.Current.BroadcastEnabled = true;
|
|
||||||
_config.Save();
|
|
||||||
|
|
||||||
_logger.LogDebug("Fetched TTL from server: {TTL}", remaining);
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(true, remaining));
|
|
||||||
Mediator.Publish(new EventMessage(new Services.Events.Event(nameof(BroadcastService), Services.Events.EventSeverity.Informational, $"Enabled Lightfinder for Player: {msg.HashedCid}")));
|
Mediator.Publish(new EventMessage(new Services.Events.Event(nameof(BroadcastService), Services.Events.EventSeverity.Informational, $"Enabled Lightfinder for Player: {msg.HashedCid}")));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
_logger.LogWarning("No valid TTL returned after enabling broadcast. Disabling.");
|
_logger.LogWarning("No valid TTL returned after enabling broadcast. Disabling.");
|
||||||
_config.Current.BroadcastEnabled = false;
|
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
|
||||||
_config.Save();
|
|
||||||
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
_waitingForTtlFetch = false;
|
_waitingForTtlFetch = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError(ex, "Failed to toggle broadcast for {Cid}", msg.HashedCid);
|
_logger.LogError(ex, "Failed to toggle broadcast for {Cid}", msg.HashedCid);
|
||||||
@@ -219,17 +337,24 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<TimeSpan?> GetBroadcastTtlAsync(string cid)
|
public async Task<TimeSpan?> GetBroadcastTtlAsync(string? cidForLog = null)
|
||||||
{
|
{
|
||||||
TimeSpan? ttl = null;
|
TimeSpan? ttl = null;
|
||||||
await RequireConnectionAsync(nameof(GetBroadcastTtlAsync), async () => {
|
await RequireConnectionAsync(nameof(GetBroadcastTtlAsync), async () => {
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ttl = await _apiController.GetBroadcastTtl(cid).ConfigureAwait(false);
|
ttl = await _apiController.GetBroadcastTtl().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogWarning(ex, "Failed to fetch broadcast TTL for {cid}", cid);
|
if (cidForLog is { Length: > 0 })
|
||||||
|
{
|
||||||
|
_logger.LogWarning(ex, "Failed to fetch broadcast TTL for {Cid}", cidForLog);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_logger.LogWarning(ex, "Failed to fetch broadcast TTL");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}).ConfigureAwait(false);
|
}).ConfigureAwait(false);
|
||||||
return ttl;
|
return ttl;
|
||||||
@@ -269,6 +394,10 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
if (!IsLightFinderAvailable)
|
if (!IsLightFinderAvailable)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("ToggleBroadcast - Lightfinder is not available.");
|
_logger.LogWarning("ToggleBroadcast - Lightfinder is not available.");
|
||||||
|
_mediator.Publish(new NotificationMessage(
|
||||||
|
"Broadcast Unavailable",
|
||||||
|
"Lightfinder is not available on this server.",
|
||||||
|
LightlessConfiguration.Models.NotificationType.Error));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -278,10 +407,19 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
if (!_config.Current.BroadcastEnabled && cooldown is { } cd && cd > TimeSpan.Zero)
|
if (!_config.Current.BroadcastEnabled && cooldown is { } cd && cd > TimeSpan.Zero)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Cooldown active. Must wait {Remaining}s before re-enabling.", cd.TotalSeconds);
|
_logger.LogWarning("Cooldown active. Must wait {Remaining}s before re-enabling.", cd.TotalSeconds);
|
||||||
|
_mediator.Publish(new NotificationMessage(
|
||||||
|
"Broadcast Cooldown",
|
||||||
|
$"Please wait {cd.TotalSeconds:F0} seconds before re-enabling broadcast.",
|
||||||
|
LightlessConfiguration.Models.NotificationType.Warning));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var hashedCid = (await _dalamudUtil.GetCIDAsync().ConfigureAwait(false)).ToString().GetHash256();
|
var hashedCid = await GetLocalHashedCidAsync(nameof(ToggleBroadcast)).ConfigureAwait(false);
|
||||||
|
if (string.IsNullOrEmpty(hashedCid))
|
||||||
|
{
|
||||||
|
_logger.LogWarning("ToggleBroadcast - unable to resolve CID.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -297,10 +435,19 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
_logger.LogDebug("Toggling broadcast. Server currently broadcasting: {ServerStatus}, setting to: {NewStatus}", isCurrentlyBroadcasting, newStatus);
|
_logger.LogDebug("Toggling broadcast. Server currently broadcasting: {ServerStatus}, setting to: {NewStatus}", isCurrentlyBroadcasting, newStatus);
|
||||||
|
|
||||||
_mediator.Publish(new EnableBroadcastMessage(hashedCid, newStatus));
|
_mediator.Publish(new EnableBroadcastMessage(hashedCid, newStatus));
|
||||||
|
|
||||||
|
_mediator.Publish(new NotificationMessage(
|
||||||
|
newStatus ? "Broadcast Enabled" : "Broadcast Disabled",
|
||||||
|
newStatus ? "Your Lightfinder broadcast has been enabled." : "Your Lightfinder broadcast has been disabled.",
|
||||||
|
LightlessConfiguration.Models.NotificationType.Info));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError(ex, "Failed to determine current broadcast status for toggle");
|
_logger.LogError(ex, "Failed to determine current broadcast status for toggle");
|
||||||
|
_mediator.Publish(new NotificationMessage(
|
||||||
|
"Broadcast Failed",
|
||||||
|
$"Failed to toggle broadcast: {ex.Message}",
|
||||||
|
LightlessConfiguration.Models.NotificationType.Error));
|
||||||
}
|
}
|
||||||
}).ConfigureAwait(false);
|
}).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
@@ -321,31 +468,31 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
await RequireConnectionAsync(nameof(OnTick), async () => {
|
await RequireConnectionAsync(nameof(OnTick), async () => {
|
||||||
if (!_syncedOnStartup && _config.Current.BroadcastEnabled)
|
if (!_syncedOnStartup && _config.Current.BroadcastEnabled)
|
||||||
{
|
{
|
||||||
_syncedOnStartup = true;
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
string hashedCid = (await _dalamudUtil.GetCIDAsync().ConfigureAwait(false)).ToString().GetHash256();
|
var hashedCid = await GetLocalHashedCidAsync("startup TTL refresh").ConfigureAwait(false);
|
||||||
TimeSpan? ttl = await GetBroadcastTtlAsync(hashedCid).ConfigureAwait(false);
|
if (string.IsNullOrEmpty(hashedCid))
|
||||||
if (ttl is { }
|
|
||||||
remaining && remaining > TimeSpan.Zero)
|
|
||||||
{
|
{
|
||||||
_config.Current.BroadcastTtl = DateTime.UtcNow + remaining;
|
_logger.LogDebug("Skipping TTL refresh; hashed CID unavailable.");
|
||||||
_config.Current.BroadcastEnabled = true;
|
return;
|
||||||
_config.Save();
|
}
|
||||||
_logger.LogDebug("Refreshed broadcast TTL from server on first OnTick: {TTL}", remaining);
|
|
||||||
|
TimeSpan? ttl = await GetBroadcastTtlAsync(hashedCid).ConfigureAwait(false);
|
||||||
|
if (TryApplyBroadcastEnabled(ttl, "startup TTL refresh"))
|
||||||
|
{
|
||||||
|
_syncedOnStartup = true;
|
||||||
|
_logger.LogDebug("Refreshed broadcast TTL from server on first OnTick: {TTL}", ttl);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.LogWarning("No valid TTL found on OnTick. Disabling broadcast state.");
|
_logger.LogWarning("No valid TTL found on OnTick. Disabling broadcast state.");
|
||||||
_config.Current.BroadcastEnabled = false;
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
|
||||||
_config.Save();
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError(ex, "Failed to refresh TTL in OnTick");
|
_logger.LogError(ex, "Failed to refresh TTL in OnTick");
|
||||||
|
_syncedOnStartup = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_config.Current.BroadcastEnabled)
|
if (_config.Current.BroadcastEnabled)
|
||||||
@@ -362,10 +509,8 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
if (_remainingTtl == null)
|
if (_remainingTtl == null)
|
||||||
{
|
{
|
||||||
_logger.LogDebug("Broadcast TTL expired. Disabling broadcast locally.");
|
_logger.LogDebug("Broadcast TTL expired. Disabling broadcast locally.");
|
||||||
_config.Current.BroadcastEnabled = false;
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
_config.Current.BroadcastTtl = DateTime.MinValue;
|
_mediator.Publish(new BroadcastExpiredMessage());
|
||||||
_config.Save();
|
|
||||||
_mediator.Publish(new BroadcastStatusChangedMessage(false, null));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -42,7 +42,8 @@ public sealed class CommandManagerService : IDisposable
|
|||||||
"\t /light toggle on|off - Connects or disconnects to Lightless respectively" + Environment.NewLine +
|
"\t /light toggle on|off - Connects or disconnects to Lightless respectively" + Environment.NewLine +
|
||||||
"\t /light gpose - Opens the Lightless Character Data Hub window" + Environment.NewLine +
|
"\t /light gpose - Opens the Lightless Character Data Hub window" + Environment.NewLine +
|
||||||
"\t /light analyze - Opens the Lightless Character Data Analysis window" + Environment.NewLine +
|
"\t /light analyze - Opens the Lightless Character Data Analysis window" + Environment.NewLine +
|
||||||
"\t /light settings - Opens the Lightless Settings window"
|
"\t /light settings - Opens the Lightless Settings window" + Environment.NewLine +
|
||||||
|
"\t /light finder - Opens the Lightfinder window"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -122,5 +123,9 @@ public sealed class CommandManagerService : IDisposable
|
|||||||
{
|
{
|
||||||
_mediator.Publish(new UiToggleMessage(typeof(SettingsUi)));
|
_mediator.Publish(new UiToggleMessage(typeof(SettingsUi)));
|
||||||
}
|
}
|
||||||
|
else if (string.Equals(splitArgs[0], "finder", StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
_mediator.Publish(new UiToggleMessage(typeof(BroadcastUI)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -24,6 +24,7 @@ internal class ContextMenuService : IHostedService
|
|||||||
private readonly PairRequestService _pairRequestService;
|
private readonly PairRequestService _pairRequestService;
|
||||||
private readonly ApiController _apiController;
|
private readonly ApiController _apiController;
|
||||||
private readonly IObjectTable _objectTable;
|
private readonly IObjectTable _objectTable;
|
||||||
|
private readonly LightlessConfigService _configService;
|
||||||
|
|
||||||
public ContextMenuService(
|
public ContextMenuService(
|
||||||
IContextMenu contextMenu,
|
IContextMenu contextMenu,
|
||||||
@@ -45,6 +46,7 @@ internal class ContextMenuService : IHostedService
|
|||||||
_dalamudUtil = dalamudUtil;
|
_dalamudUtil = dalamudUtil;
|
||||||
_apiController = apiController;
|
_apiController = apiController;
|
||||||
_objectTable = objectTable;
|
_objectTable = objectTable;
|
||||||
|
_configService = configService;
|
||||||
_pairManager = pairManager;
|
_pairManager = pairManager;
|
||||||
_pairRequestService = pairRequestService;
|
_pairRequestService = pairRequestService;
|
||||||
_clientState = clientState;
|
_clientState = clientState;
|
||||||
@@ -109,6 +111,9 @@ internal class ContextMenuService : IHostedService
|
|||||||
if (!IsWorldValid(world))
|
if (!IsWorldValid(world))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (!_configService.Current.EnableRightClickMenus)
|
||||||
|
return;
|
||||||
|
|
||||||
args.AddMenuItem(new MenuItem
|
args.AddMenuItem(new MenuItem
|
||||||
{
|
{
|
||||||
Name = "Send Pair Request",
|
Name = "Send Pair Request",
|
||||||
@@ -142,7 +147,7 @@ internal class ContextMenuService : IHostedService
|
|||||||
var receiverCid = DalamudUtilService.GetHashedCIDFromPlayerPointer(targetData.Address);
|
var receiverCid = DalamudUtilService.GetHashedCIDFromPlayerPointer(targetData.Address);
|
||||||
|
|
||||||
_logger.LogInformation("Sending pair request: sender {SenderCid}, receiver {ReceiverCid}", senderCid, receiverCid);
|
_logger.LogInformation("Sending pair request: sender {SenderCid}, receiver {ReceiverCid}", senderCid, receiverCid);
|
||||||
await _apiController.TryPairWithContentId(receiverCid, senderCid).ConfigureAwait(false);
|
await _apiController.TryPairWithContentId(receiverCid).ConfigureAwait(false);
|
||||||
if (!string.IsNullOrWhiteSpace(receiverCid))
|
if (!string.IsNullOrWhiteSpace(receiverCid))
|
||||||
{
|
{
|
||||||
_pairRequestService.RemoveRequest(receiverCid);
|
_pairRequestService.RemoveRequest(receiverCid);
|
||||||
@@ -153,6 +158,7 @@ internal class ContextMenuService : IHostedService
|
|||||||
_logger.LogError(ex, "Error sending pair request.");
|
_logger.LogError(ex, "Error sending pair request.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private HashSet<ulong> VisibleUserIds => [.. _pairManager.GetOnlineUserPairs()
|
private HashSet<ulong> VisibleUserIds => [.. _pairManager.GetOnlineUserPairs()
|
||||||
.Where(u => u.IsVisible && u.PlayerCharacterId != uint.MaxValue)
|
.Where(u => u.IsVisible && u.PlayerCharacterId != uint.MaxValue)
|
||||||
.Select(u => (ulong)u.PlayerCharacterId)];
|
.Select(u => (ulong)u.PlayerCharacterId)];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Dalamud.Game.ClientState.Objects.Types;
|
using Dalamud.Game.ClientState.Objects.Types;
|
||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Dto;
|
using LightlessSync.API.Dto;
|
||||||
using LightlessSync.API.Dto.CharaData;
|
using LightlessSync.API.Dto.CharaData;
|
||||||
@@ -17,6 +17,7 @@ namespace LightlessSync.Services.Mediator;
|
|||||||
public record SwitchToIntroUiMessage : MessageBase;
|
public record SwitchToIntroUiMessage : MessageBase;
|
||||||
public record SwitchToMainUiMessage : MessageBase;
|
public record SwitchToMainUiMessage : MessageBase;
|
||||||
public record OpenSettingsUiMessage : MessageBase;
|
public record OpenSettingsUiMessage : MessageBase;
|
||||||
|
public record OpenLightfinderSettingsMessage : MessageBase;
|
||||||
public record DalamudLoginMessage : MessageBase;
|
public record DalamudLoginMessage : MessageBase;
|
||||||
public record DalamudLogoutMessage : MessageBase;
|
public record DalamudLogoutMessage : MessageBase;
|
||||||
public record PriorityFrameworkUpdateMessage : SameThreadMessage;
|
public record PriorityFrameworkUpdateMessage : SameThreadMessage;
|
||||||
@@ -47,18 +48,23 @@ public record PetNamesMessage(string PetNicknamesData) : MessageBase;
|
|||||||
public record HonorificReadyMessage : MessageBase;
|
public record HonorificReadyMessage : MessageBase;
|
||||||
public record TransientResourceChangedMessage(IntPtr Address) : MessageBase;
|
public record TransientResourceChangedMessage(IntPtr Address) : MessageBase;
|
||||||
public record HaltScanMessage(string Source) : MessageBase;
|
public record HaltScanMessage(string Source) : MessageBase;
|
||||||
public record ResumeScanMessage(string Source) : MessageBase;
|
|
||||||
public record NotificationMessage
|
public record NotificationMessage
|
||||||
(string Title, string Message, NotificationType Type, TimeSpan? TimeShownOnScreen = null) : MessageBase;
|
(string Title, string Message, NotificationType Type, TimeSpan? TimeShownOnScreen = null) : MessageBase;
|
||||||
|
public record PerformanceNotificationMessage
|
||||||
|
(string Title, string Message, UserData UserData, bool IsPaused, string PlayerName) : MessageBase;
|
||||||
public record CreateCacheForObjectMessage(GameObjectHandler ObjectToCreateFor) : SameThreadMessage;
|
public record CreateCacheForObjectMessage(GameObjectHandler ObjectToCreateFor) : SameThreadMessage;
|
||||||
public record ClearCacheForObjectMessage(GameObjectHandler ObjectToCreateFor) : SameThreadMessage;
|
public record ClearCacheForObjectMessage(GameObjectHandler ObjectToCreateFor) : SameThreadMessage;
|
||||||
public record CharacterDataCreatedMessage(CharacterData CharacterData) : SameThreadMessage;
|
public record CharacterDataCreatedMessage(CharacterData CharacterData) : SameThreadMessage;
|
||||||
|
public record LightlessNotificationMessage(LightlessSync.UI.Models.LightlessNotification Notification) : MessageBase;
|
||||||
|
public record LightlessNotificationDismissMessage(string NotificationId) : MessageBase;
|
||||||
|
public record ClearAllNotificationsMessage : MessageBase;
|
||||||
public record CharacterDataAnalyzedMessage : MessageBase;
|
public record CharacterDataAnalyzedMessage : MessageBase;
|
||||||
public record PenumbraStartRedrawMessage(IntPtr Address) : MessageBase;
|
public record PenumbraStartRedrawMessage(IntPtr Address) : MessageBase;
|
||||||
public record PenumbraEndRedrawMessage(IntPtr Address) : MessageBase;
|
public record PenumbraEndRedrawMessage(IntPtr Address) : MessageBase;
|
||||||
public record HubReconnectingMessage(Exception? Exception) : SameThreadMessage;
|
public record HubReconnectingMessage(Exception? Exception) : SameThreadMessage;
|
||||||
public record HubReconnectedMessage(string? Arg) : SameThreadMessage;
|
public record HubReconnectedMessage(string? Arg) : SameThreadMessage;
|
||||||
public record HubClosedMessage(Exception? Exception) : SameThreadMessage;
|
public record HubClosedMessage(Exception? Exception) : SameThreadMessage;
|
||||||
|
public record ResumeScanMessage(string Source) : MessageBase;
|
||||||
public record DownloadReadyMessage(Guid RequestId) : MessageBase;
|
public record DownloadReadyMessage(Guid RequestId) : MessageBase;
|
||||||
public record DownloadStartedMessage(GameObjectHandler DownloadId, Dictionary<string, FileDownloadStatus> DownloadStatus) : MessageBase;
|
public record DownloadStartedMessage(GameObjectHandler DownloadId, Dictionary<string, FileDownloadStatus> DownloadStatus) : MessageBase;
|
||||||
public record DownloadFinishedMessage(GameObjectHandler DownloadId) : MessageBase;
|
public record DownloadFinishedMessage(GameObjectHandler DownloadId) : MessageBase;
|
||||||
@@ -77,6 +83,7 @@ public record OpenCensusPopupMessage() : MessageBase;
|
|||||||
public record OpenSyncshellAdminPanel(GroupFullInfoDto GroupInfo) : MessageBase;
|
public record OpenSyncshellAdminPanel(GroupFullInfoDto GroupInfo) : MessageBase;
|
||||||
public record OpenPermissionWindow(Pair Pair) : MessageBase;
|
public record OpenPermissionWindow(Pair Pair) : MessageBase;
|
||||||
public record DownloadLimitChangedMessage() : SameThreadMessage;
|
public record DownloadLimitChangedMessage() : SameThreadMessage;
|
||||||
|
public record PairProcessingLimitChangedMessage : SameThreadMessage;
|
||||||
public record CensusUpdateMessage(byte Gender, byte RaceId, byte TribeId) : MessageBase;
|
public record CensusUpdateMessage(byte Gender, byte RaceId, byte TribeId) : MessageBase;
|
||||||
public record TargetPairMessage(Pair Pair) : MessageBase;
|
public record TargetPairMessage(Pair Pair) : MessageBase;
|
||||||
public record CombatStartMessage : MessageBase;
|
public record CombatStartMessage : MessageBase;
|
||||||
@@ -101,6 +108,8 @@ public record EnableBroadcastMessage(string HashedCid, bool Enabled) : MessageBa
|
|||||||
public record BroadcastStatusChangedMessage(bool Enabled, TimeSpan? Ttl) : MessageBase;
|
public record BroadcastStatusChangedMessage(bool Enabled, TimeSpan? Ttl) : MessageBase;
|
||||||
public record SyncshellBroadcastsUpdatedMessage : MessageBase;
|
public record SyncshellBroadcastsUpdatedMessage : MessageBase;
|
||||||
public record PairRequestsUpdatedMessage : MessageBase;
|
public record PairRequestsUpdatedMessage : MessageBase;
|
||||||
|
public record PairRequestReceivedMessage(string SenderName, string SenderId) : MessageBase;
|
||||||
|
public record BroadcastExpiredMessage : MessageBase;
|
||||||
public record VisibilityChange : MessageBase;
|
public record VisibilityChange : MessageBase;
|
||||||
#pragma warning restore S2094
|
#pragma warning restore S2094
|
||||||
#pragma warning restore MA0048 // File name must match type name
|
#pragma warning restore MA0048 // File name must match type name
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
using LightlessSync.UI.Style;
|
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace LightlessSync.Services.Mediator;
|
namespace LightlessSync.Services.Mediator;
|
||||||
@@ -34,18 +33,6 @@ public abstract class WindowMediatorSubscriberBase : Window, IMediatorSubscriber
|
|||||||
GC.SuppressFinalize(this);
|
GC.SuppressFinalize(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void PreDraw()
|
|
||||||
{
|
|
||||||
base.PreDraw();
|
|
||||||
MainStyle.PushStyle(); // internally checks ShouldUseTheme
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void PostDraw()
|
|
||||||
{
|
|
||||||
MainStyle.PopStyle(); // always attempts to pop if pushed
|
|
||||||
base.PostDraw();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void Draw()
|
public override void Draw()
|
||||||
{
|
{
|
||||||
_performanceCollectorService.LogPerformance(this, $"Draw", DrawInternal);
|
_performanceCollectorService.LogPerformance(this, $"Draw", DrawInternal);
|
||||||
|
|||||||
@@ -1,15 +1,22 @@
|
|||||||
using Dalamud.Game.Addon.Lifecycle;
|
using Dalamud.Game.Addon.Lifecycle;
|
||||||
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
|
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
|
||||||
|
using Dalamud.Game.Text;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
||||||
using FFXIVClientStructs.FFXIV.Client.UI;
|
using FFXIVClientStructs.FFXIV.Client.UI;
|
||||||
using FFXIVClientStructs.FFXIV.Component.GUI;
|
using FFXIVClientStructs.FFXIV.Component.GUI;
|
||||||
|
using LightlessSync.LightlessConfiguration;
|
||||||
|
using LightlessSync.PlayerData.Pairs;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.UI;
|
using LightlessSync.UI;
|
||||||
using LightlessSync.Utils;
|
using LightlessSync.Utils;
|
||||||
|
using LightlessSync.UtilsEnum.Enum;
|
||||||
|
|
||||||
// Created using https://github.com/PunishedPineapple/Distance as a reference, thank you!
|
// Created using https://github.com/PunishedPineapple/Distance as a reference, thank you!
|
||||||
|
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
namespace LightlessSync.Services;
|
namespace LightlessSync.Services;
|
||||||
|
|
||||||
@@ -18,7 +25,10 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
private readonly ILogger<NameplateHandler> _logger;
|
private readonly ILogger<NameplateHandler> _logger;
|
||||||
private readonly IAddonLifecycle _addonLifecycle;
|
private readonly IAddonLifecycle _addonLifecycle;
|
||||||
private readonly IGameGui _gameGui;
|
private readonly IGameGui _gameGui;
|
||||||
|
private readonly IClientState _clientState;
|
||||||
private readonly DalamudUtilService _dalamudUtil;
|
private readonly DalamudUtilService _dalamudUtil;
|
||||||
|
private readonly LightlessConfigService _configService;
|
||||||
|
private readonly PairManager _pairManager;
|
||||||
private readonly LightlessMediator _mediator;
|
private readonly LightlessMediator _mediator;
|
||||||
public LightlessMediator Mediator => _mediator;
|
public LightlessMediator Mediator => _mediator;
|
||||||
|
|
||||||
@@ -26,18 +36,31 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
private bool _needsLabelRefresh = false;
|
private bool _needsLabelRefresh = false;
|
||||||
private AddonNamePlate* mpNameplateAddon = null;
|
private AddonNamePlate* mpNameplateAddon = null;
|
||||||
private readonly AtkTextNode*[] mTextNodes = new AtkTextNode*[AddonNamePlate.NumNamePlateObjects];
|
private readonly AtkTextNode*[] mTextNodes = new AtkTextNode*[AddonNamePlate.NumNamePlateObjects];
|
||||||
|
private readonly int[] _cachedNameplateTextWidths = new int[AddonNamePlate.NumNamePlateObjects];
|
||||||
|
private readonly int[] _cachedNameplateTextHeights = new int[AddonNamePlate.NumNamePlateObjects];
|
||||||
|
private readonly int[] _cachedNameplateContainerHeights = new int[AddonNamePlate.NumNamePlateObjects];
|
||||||
|
private readonly int[] _cachedNameplateTextOffsets = new int[AddonNamePlate.NumNamePlateObjects];
|
||||||
|
|
||||||
internal const uint mNameplateNodeIDBase = 0x7D99D500;
|
internal const uint mNameplateNodeIDBase = 0x7D99D500;
|
||||||
|
private const string DefaultLabelText = "LightFinder";
|
||||||
|
private const SeIconChar DefaultIcon = SeIconChar.Hyadelyn;
|
||||||
|
private const int ContainerOffsetX = 50;
|
||||||
|
private static readonly string DefaultIconGlyph = SeIconCharExtensions.ToIconString(DefaultIcon);
|
||||||
|
|
||||||
private volatile HashSet<string> _activeBroadcastingCids = new();
|
private volatile HashSet<string> _activeBroadcastingCids = [];
|
||||||
|
|
||||||
public NameplateHandler(ILogger<NameplateHandler> logger, IAddonLifecycle addonLifecycle, IGameGui gameGui, DalamudUtilService dalamudUtil, LightlessMediator mediator)
|
public NameplateHandler(ILogger<NameplateHandler> logger, IAddonLifecycle addonLifecycle, IGameGui gameGui, DalamudUtilService dalamudUtil, LightlessConfigService configService, LightlessMediator mediator, IClientState clientState, PairManager pairManager)
|
||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
_addonLifecycle = addonLifecycle;
|
_addonLifecycle = addonLifecycle;
|
||||||
_gameGui = gameGui;
|
_gameGui = gameGui;
|
||||||
_dalamudUtil = dalamudUtil;
|
_dalamudUtil = dalamudUtil;
|
||||||
|
_configService = configService;
|
||||||
_mediator = mediator;
|
_mediator = mediator;
|
||||||
|
_clientState = clientState;
|
||||||
|
_pairManager = pairManager;
|
||||||
|
|
||||||
|
System.Array.Fill(_cachedNameplateTextOffsets, int.MinValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void Init()
|
internal void Init()
|
||||||
@@ -96,6 +119,10 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
if (mpNameplateAddon != pNameplateAddon)
|
if (mpNameplateAddon != pNameplateAddon)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < mTextNodes.Length; ++i) mTextNodes[i] = null;
|
for (int i = 0; i < mTextNodes.Length; ++i) mTextNodes[i] = null;
|
||||||
|
System.Array.Clear(_cachedNameplateTextWidths, 0, _cachedNameplateTextWidths.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateTextHeights, 0, _cachedNameplateTextHeights.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateContainerHeights, 0, _cachedNameplateContainerHeights.Length);
|
||||||
|
System.Array.Fill(_cachedNameplateTextOffsets, int.MinValue);
|
||||||
mpNameplateAddon = pNameplateAddon;
|
mpNameplateAddon = pNameplateAddon;
|
||||||
if (mpNameplateAddon != null) CreateNameplateNodes();
|
if (mpNameplateAddon != null) CreateNameplateNodes();
|
||||||
}
|
}
|
||||||
@@ -156,6 +183,11 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
System.Array.Clear(_cachedNameplateTextWidths, 0, _cachedNameplateTextWidths.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateTextHeights, 0, _cachedNameplateTextHeights.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateContainerHeights, 0, _cachedNameplateContainerHeights.Length);
|
||||||
|
System.Array.Fill(_cachedNameplateTextOffsets, int.MinValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void HideAllNameplateNodes()
|
private void HideAllNameplateNodes()
|
||||||
@@ -177,6 +209,7 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
for (int i = 0; i < ui3DModule->NamePlateObjectInfoCount; ++i)
|
for (int i = 0; i < ui3DModule->NamePlateObjectInfoCount; ++i)
|
||||||
{
|
{
|
||||||
var objectInfo = ui3DModule->NamePlateObjectInfoPointers[i].Value;
|
var objectInfo = ui3DModule->NamePlateObjectInfoPointers[i].Value;
|
||||||
|
|
||||||
if (objectInfo == null || objectInfo->GameObject == null)
|
if (objectInfo == null || objectInfo->GameObject == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
@@ -188,9 +221,10 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
if (pNode == null)
|
if (pNode == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
var cid = DalamudUtilService.GetHashedCIDFromPlayerPointer((nint)objectInfo->GameObject);
|
if (mpNameplateAddon == null)
|
||||||
|
continue;
|
||||||
|
|
||||||
//_logger.LogInformation($"checking cid: {cid}", cid);
|
var cid = DalamudUtilService.GetHashedCIDFromPlayerPointer((nint)objectInfo->GameObject);
|
||||||
|
|
||||||
if (cid == null || !_activeBroadcastingCids.Contains(cid))
|
if (cid == null || !_activeBroadcastingCids.Contains(cid))
|
||||||
{
|
{
|
||||||
@@ -198,22 +232,206 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
pNode->AtkResNode.ToggleVisibility(true);
|
if (!_configService.Current.LightfinderLabelShowOwn && (objectInfo->GameObject->GetGameObjectId() == _clientState.LocalPlayer.GameObjectId))
|
||||||
|
{
|
||||||
|
pNode->AtkResNode.ToggleVisibility(false);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!_configService.Current.LightfinderLabelShowPaired && VisibleUserIds.Any(u => u == objectInfo->GameObject->GetGameObjectId()))
|
||||||
|
{
|
||||||
|
pNode->AtkResNode.ToggleVisibility(false);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
var nameplateObject = mpNameplateAddon->NamePlateObjectArray[nameplateIndex];
|
var nameplateObject = mpNameplateAddon->NamePlateObjectArray[nameplateIndex];
|
||||||
nameplateObject.RootComponentNode->Component->UldManager.UpdateDrawNodeList();
|
nameplateObject.RootComponentNode->Component->UldManager.UpdateDrawNodeList();
|
||||||
|
|
||||||
|
var pNameplateIconNode = nameplateObject.MarkerIcon;
|
||||||
|
var pNameplateResNode = nameplateObject.NameContainer;
|
||||||
|
var pNameplateTextNode = nameplateObject.NameText;
|
||||||
|
bool IsVisible = pNameplateIconNode->AtkResNode.IsVisible() || (pNameplateResNode->IsVisible() && pNameplateTextNode->AtkResNode.IsVisible()) || _configService.Current.LightfinderLabelShowHidden;
|
||||||
|
pNode->AtkResNode.ToggleVisibility(IsVisible);
|
||||||
|
|
||||||
|
if (nameplateObject.RootComponentNode == null ||
|
||||||
|
nameplateObject.NameContainer == null ||
|
||||||
|
nameplateObject.NameText == null)
|
||||||
|
{
|
||||||
|
pNode->AtkResNode.ToggleVisibility(false);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
var nameContainer = nameplateObject.NameContainer;
|
var nameContainer = nameplateObject.NameContainer;
|
||||||
var nameText = nameplateObject.NameText;
|
var nameText = nameplateObject.NameText;
|
||||||
|
|
||||||
var labelColor = UIColors.Get("LightlessPurple");
|
if (nameContainer == null || nameText == null)
|
||||||
var edgeColor = UIColors.Get("FullBlack");
|
{
|
||||||
|
pNode->AtkResNode.ToggleVisibility(false);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
var labelY = nameContainer->Height - nameplateObject.TextH - (int)(24 * nameText->AtkResNode.ScaleY);
|
var labelColor = UIColors.Get("Lightfinder");
|
||||||
|
var edgeColor = UIColors.Get("LightfinderEdge");
|
||||||
|
var config = _configService.Current;
|
||||||
|
|
||||||
pNode->AtkResNode.SetPositionShort(58, (short)labelY);
|
var scaleMultiplier = System.Math.Clamp(config.LightfinderLabelScale, 0.5f, 2.0f);
|
||||||
|
var baseScale = config.LightfinderLabelUseIcon ? 1.0f : 0.5f;
|
||||||
|
var effectiveScale = baseScale * scaleMultiplier;
|
||||||
|
var labelContent = config.LightfinderLabelUseIcon
|
||||||
|
? NormalizeIconGlyph(config.LightfinderLabelIconGlyph)
|
||||||
|
: DefaultLabelText;
|
||||||
|
|
||||||
|
pNode->FontType = config.LightfinderLabelUseIcon ? FontType.Axis : FontType.MiedingerMed;
|
||||||
|
pNode->AtkResNode.SetScale(effectiveScale, effectiveScale);
|
||||||
|
var nodeWidth = (int)pNode->AtkResNode.GetWidth();
|
||||||
|
if (nodeWidth <= 0)
|
||||||
|
nodeWidth = (int)System.Math.Round(AtkNodeHelpers.DefaultTextNodeWidth * effectiveScale);
|
||||||
|
var nodeHeight = (int)System.Math.Round(AtkNodeHelpers.DefaultTextNodeHeight * effectiveScale);
|
||||||
|
var baseFontSize = config.LightfinderLabelUseIcon ? 36f : 24f;
|
||||||
|
var computedFontSize = (int)System.Math.Round(baseFontSize * scaleMultiplier);
|
||||||
|
pNode->FontSize = (byte)System.Math.Clamp(computedFontSize, 1, 255);
|
||||||
|
AlignmentType alignment;
|
||||||
|
|
||||||
|
var textScaleY = nameText->AtkResNode.ScaleY;
|
||||||
|
if (textScaleY <= 0f)
|
||||||
|
textScaleY = 1f;
|
||||||
|
|
||||||
|
var blockHeight = System.Math.Abs((int)nameplateObject.TextH);
|
||||||
|
if (blockHeight > 0)
|
||||||
|
{
|
||||||
|
_cachedNameplateTextHeights[nameplateIndex] = blockHeight;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
blockHeight = _cachedNameplateTextHeights[nameplateIndex];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (blockHeight <= 0)
|
||||||
|
{
|
||||||
|
blockHeight = GetScaledTextHeight(nameText);
|
||||||
|
if (blockHeight <= 0)
|
||||||
|
blockHeight = nodeHeight;
|
||||||
|
|
||||||
|
_cachedNameplateTextHeights[nameplateIndex] = blockHeight;
|
||||||
|
}
|
||||||
|
|
||||||
|
var containerHeight = (int)nameContainer->Height;
|
||||||
|
if (containerHeight > 0)
|
||||||
|
{
|
||||||
|
_cachedNameplateContainerHeights[nameplateIndex] = containerHeight;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
containerHeight = _cachedNameplateContainerHeights[nameplateIndex];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (containerHeight <= 0)
|
||||||
|
{
|
||||||
|
containerHeight = blockHeight + (int)System.Math.Round(8 * textScaleY);
|
||||||
|
if (containerHeight <= blockHeight)
|
||||||
|
containerHeight = blockHeight + 1;
|
||||||
|
|
||||||
|
_cachedNameplateContainerHeights[nameplateIndex] = containerHeight;
|
||||||
|
}
|
||||||
|
|
||||||
|
var blockTop = containerHeight - blockHeight;
|
||||||
|
if (blockTop < 0)
|
||||||
|
blockTop = 0;
|
||||||
|
var verticalPadding = (int)System.Math.Round(4 * effectiveScale);
|
||||||
|
|
||||||
|
var positionY = blockTop - verticalPadding - nodeHeight;
|
||||||
|
|
||||||
|
var textWidth = System.Math.Abs((int)nameplateObject.TextW);
|
||||||
|
if (textWidth <= 0)
|
||||||
|
{
|
||||||
|
textWidth = GetScaledTextWidth(nameText);
|
||||||
|
if (textWidth <= 0)
|
||||||
|
textWidth = nodeWidth;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (textWidth > 0)
|
||||||
|
{
|
||||||
|
_cachedNameplateTextWidths[nameplateIndex] = textWidth;
|
||||||
|
}
|
||||||
|
|
||||||
|
var textOffset = (int)System.Math.Round(nameText->AtkResNode.X);
|
||||||
|
var hasValidOffset = true;
|
||||||
|
|
||||||
|
if (System.Math.Abs((int)nameplateObject.TextW) > 0 || textOffset != 0)
|
||||||
|
{
|
||||||
|
_cachedNameplateTextOffsets[nameplateIndex] = textOffset;
|
||||||
|
}
|
||||||
|
else if (_cachedNameplateTextOffsets[nameplateIndex] != int.MinValue)
|
||||||
|
{
|
||||||
|
textOffset = _cachedNameplateTextOffsets[nameplateIndex];
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
hasValidOffset = false;
|
||||||
|
}
|
||||||
|
int positionX;
|
||||||
|
|
||||||
|
|
||||||
|
if (!config.LightfinderLabelUseIcon && (string.IsNullOrWhiteSpace(labelContent) || string.Equals(labelContent, "-", StringComparison.Ordinal)))
|
||||||
|
labelContent = DefaultLabelText;
|
||||||
|
|
||||||
|
pNode->FontType = config.LightfinderLabelUseIcon ? FontType.Axis : FontType.MiedingerMed;
|
||||||
|
|
||||||
|
pNode->SetText(labelContent);
|
||||||
|
|
||||||
|
if (!config.LightfinderLabelUseIcon)
|
||||||
|
{
|
||||||
|
pNode->TextFlags &= ~TextFlags.AutoAdjustNodeSize;
|
||||||
|
pNode->AtkResNode.Width = 0;
|
||||||
|
nodeWidth = (int)pNode->AtkResNode.GetWidth();
|
||||||
|
if (nodeWidth <= 0)
|
||||||
|
nodeWidth = (int)System.Math.Round(AtkNodeHelpers.DefaultTextNodeWidth * effectiveScale);
|
||||||
|
pNode->AtkResNode.Width = (ushort)nodeWidth;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
pNode->TextFlags |= TextFlags.AutoAdjustNodeSize;
|
||||||
|
pNode->AtkResNode.Width = 0;
|
||||||
|
nodeWidth = pNode->AtkResNode.GetWidth();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (config.LightfinderAutoAlign && nameContainer != null && hasValidOffset)
|
||||||
|
{
|
||||||
|
var nameplateWidth = (int)nameContainer->Width;
|
||||||
|
|
||||||
|
int leftPos = nameplateWidth / 8;
|
||||||
|
int rightPos = nameplateWidth - nodeWidth - (nameplateWidth / 8);
|
||||||
|
int centrePos = (nameplateWidth - nodeWidth) / 2;
|
||||||
|
int staticMargin = 24;
|
||||||
|
int calcMargin = (int)(nameplateWidth * 0.08f);
|
||||||
|
|
||||||
|
switch (config.LabelAlignment)
|
||||||
|
{
|
||||||
|
case LabelAlignment.Left:
|
||||||
|
positionX = config.LightfinderLabelUseIcon ? leftPos + staticMargin : leftPos;
|
||||||
|
alignment = AlignmentType.BottomLeft;
|
||||||
|
break;
|
||||||
|
case LabelAlignment.Right:
|
||||||
|
positionX = config.LightfinderLabelUseIcon ? rightPos - staticMargin : nameplateWidth - nodeWidth + calcMargin;
|
||||||
|
alignment = AlignmentType.BottomRight;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
positionX = config.LightfinderLabelUseIcon ? centrePos : centrePos + calcMargin;
|
||||||
|
alignment = AlignmentType.Bottom;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
positionX = 58 + config.LightfinderLabelOffsetX;
|
||||||
|
alignment = AlignmentType.Bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
positionY += config.LightfinderLabelOffsetY;
|
||||||
|
|
||||||
|
alignment = (AlignmentType)System.Math.Clamp((int)alignment, 0, 8);
|
||||||
pNode->AtkResNode.SetUseDepthBasedPriority(true);
|
pNode->AtkResNode.SetUseDepthBasedPriority(true);
|
||||||
pNode->AtkResNode.SetScale(0.5f, 0.5f);
|
|
||||||
|
|
||||||
pNode->AtkResNode.Color.A = 255;
|
pNode->AtkResNode.Color.A = 255;
|
||||||
|
|
||||||
@@ -227,18 +445,98 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
pNode->EdgeColor.B = (byte)(edgeColor.Z * 255);
|
pNode->EdgeColor.B = (byte)(edgeColor.Z * 255);
|
||||||
pNode->EdgeColor.A = (byte)(edgeColor.W * 255);
|
pNode->EdgeColor.A = (byte)(edgeColor.W * 255);
|
||||||
|
|
||||||
pNode->FontSize = 24;
|
|
||||||
pNode->AlignmentType = AlignmentType.Center;
|
if(!config.LightfinderLabelUseIcon)
|
||||||
pNode->FontType = FontType.MiedingerMed;
|
{
|
||||||
pNode->LineSpacing = 24;
|
pNode->AlignmentType = AlignmentType.Bottom;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
pNode->AlignmentType = alignment;
|
||||||
|
}
|
||||||
|
pNode->AtkResNode.SetPositionShort(
|
||||||
|
(short)System.Math.Clamp(positionX, short.MinValue, short.MaxValue),
|
||||||
|
(short)System.Math.Clamp(positionY, short.MinValue, short.MaxValue)
|
||||||
|
);
|
||||||
|
var computedLineSpacing = (int)System.Math.Round(24 * scaleMultiplier);
|
||||||
|
pNode->LineSpacing = (byte)System.Math.Clamp(computedLineSpacing, 0, byte.MaxValue);
|
||||||
pNode->CharSpacing = 1;
|
pNode->CharSpacing = 1;
|
||||||
|
pNode->TextFlags = config.LightfinderLabelUseIcon
|
||||||
pNode->TextFlags = TextFlags.Edge | TextFlags.Glare;
|
? TextFlags.Edge | TextFlags.Glare | TextFlags.AutoAdjustNodeSize
|
||||||
|
: TextFlags.Edge | TextFlags.Glare;
|
||||||
pNode->SetText("Lightfinder");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static unsafe int GetScaledTextHeight(AtkTextNode* node)
|
||||||
|
{
|
||||||
|
if (node == null)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
var resNode = &node->AtkResNode;
|
||||||
|
var rawHeight = (int)resNode->GetHeight();
|
||||||
|
if (rawHeight <= 0 && node->LineSpacing > 0)
|
||||||
|
rawHeight = node->LineSpacing;
|
||||||
|
if (rawHeight <= 0)
|
||||||
|
rawHeight = AtkNodeHelpers.DefaultTextNodeHeight;
|
||||||
|
|
||||||
|
var scale = resNode->ScaleY;
|
||||||
|
if (scale <= 0f)
|
||||||
|
scale = 1f;
|
||||||
|
|
||||||
|
var computed = (int)System.Math.Round(rawHeight * scale);
|
||||||
|
return System.Math.Max(1, computed);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static unsafe int GetScaledTextWidth(AtkTextNode* node)
|
||||||
|
{
|
||||||
|
if (node == null)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
var resNode = &node->AtkResNode;
|
||||||
|
var rawWidth = (int)resNode->GetWidth();
|
||||||
|
if (rawWidth <= 0)
|
||||||
|
rawWidth = AtkNodeHelpers.DefaultTextNodeWidth;
|
||||||
|
|
||||||
|
var scale = resNode->ScaleX;
|
||||||
|
if (scale <= 0f)
|
||||||
|
scale = 1f;
|
||||||
|
|
||||||
|
var computed = (int)System.Math.Round(rawWidth * scale);
|
||||||
|
return System.Math.Max(1, computed);
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static string NormalizeIconGlyph(string? rawInput)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrWhiteSpace(rawInput))
|
||||||
|
return DefaultIconGlyph;
|
||||||
|
|
||||||
|
var trimmed = rawInput.Trim();
|
||||||
|
|
||||||
|
if (Enum.TryParse<SeIconChar>(trimmed, true, out var iconEnum))
|
||||||
|
return SeIconCharExtensions.ToIconString(iconEnum);
|
||||||
|
|
||||||
|
var hexCandidate = trimmed.StartsWith("0x", StringComparison.OrdinalIgnoreCase)
|
||||||
|
? trimmed[2..]
|
||||||
|
: trimmed;
|
||||||
|
|
||||||
|
if (ushort.TryParse(hexCandidate, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out var hexValue))
|
||||||
|
return char.ConvertFromUtf32(hexValue);
|
||||||
|
|
||||||
|
var enumerator = trimmed.EnumerateRunes();
|
||||||
|
if (enumerator.MoveNext())
|
||||||
|
return enumerator.Current.ToString();
|
||||||
|
|
||||||
|
return DefaultIconGlyph;
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static string ToIconEditorString(string? rawInput)
|
||||||
|
{
|
||||||
|
var normalized = NormalizeIconGlyph(rawInput);
|
||||||
|
var runeEnumerator = normalized.EnumerateRunes();
|
||||||
|
return runeEnumerator.MoveNext()
|
||||||
|
? runeEnumerator.Current.Value.ToString("X4", CultureInfo.InvariantCulture)
|
||||||
|
: DefaultIconGlyph;
|
||||||
|
}
|
||||||
private void HideNameplateTextNode(int i)
|
private void HideNameplateTextNode(int i)
|
||||||
{
|
{
|
||||||
var pNode = mTextNodes[i];
|
var pNode = mTextNodes[i];
|
||||||
@@ -267,6 +565,9 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
var nameplateObject = GetNameplateObject(i);
|
var nameplateObject = GetNameplateObject(i);
|
||||||
return nameplateObject != null ? nameplateObject.Value.RootComponentNode : null;
|
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)];
|
||||||
|
|
||||||
public void FlagRefresh()
|
public void FlagRefresh()
|
||||||
{
|
{
|
||||||
@@ -298,4 +599,12 @@ public unsafe class NameplateHandler : IMediatorSubscriber
|
|||||||
|
|
||||||
FlagRefresh();
|
FlagRefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void ClearNameplateCaches()
|
||||||
|
{
|
||||||
|
System.Array.Clear(_cachedNameplateTextWidths, 0, _cachedNameplateTextWidths.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateTextHeights, 0, _cachedNameplateTextHeights.Length);
|
||||||
|
System.Array.Clear(_cachedNameplateContainerHeights, 0, _cachedNameplateContainerHeights.Length);
|
||||||
|
System.Array.Fill(_cachedNameplateTextOffsets, int.MinValue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ public class NameplateService : DisposableMediatorSubscriberBase
|
|||||||
_namePlateGui.OnNamePlateUpdate += OnNamePlateUpdate;
|
_namePlateGui.OnNamePlateUpdate += OnNamePlateUpdate;
|
||||||
_namePlateGui.RequestRedraw();
|
_namePlateGui.RequestRedraw();
|
||||||
Mediator.Subscribe<VisibilityChange>(this, (_) => _namePlateGui.RequestRedraw());
|
Mediator.Subscribe<VisibilityChange>(this, (_) => _namePlateGui.RequestRedraw());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnNamePlateUpdate(INamePlateUpdateContext context, IReadOnlyList<INamePlateUpdateHandler> handlers)
|
private void OnNamePlateUpdate(INamePlateUpdateContext context, IReadOnlyList<INamePlateUpdateHandler> handlers)
|
||||||
|
|||||||
@@ -1,101 +1,465 @@
|
|||||||
using Dalamud.Game.Text.SeStringHandling;
|
using Dalamud.Game.Text.SeStringHandling;
|
||||||
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.ImGuiNotification;
|
using Dalamud.Interface.ImGuiNotification;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.LightlessConfiguration.Models;
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
|
using LightlessSync.UI;
|
||||||
|
using LightlessSync.UI.Models;
|
||||||
using Microsoft.Extensions.Hosting;
|
using Microsoft.Extensions.Hosting;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
using FFXIVClientStructs.FFXIV.Client.UI;
|
||||||
|
using LightlessSync.API.Data;
|
||||||
using NotificationType = LightlessSync.LightlessConfiguration.Models.NotificationType;
|
using NotificationType = LightlessSync.LightlessConfiguration.Models.NotificationType;
|
||||||
|
|
||||||
namespace LightlessSync.Services;
|
namespace LightlessSync.Services;
|
||||||
|
|
||||||
public class NotificationService : DisposableMediatorSubscriberBase, IHostedService
|
public class NotificationService : DisposableMediatorSubscriberBase, IHostedService
|
||||||
{
|
{
|
||||||
|
private readonly ILogger<NotificationService> _logger;
|
||||||
|
private readonly LightlessConfigService _configService;
|
||||||
private readonly DalamudUtilService _dalamudUtilService;
|
private readonly DalamudUtilService _dalamudUtilService;
|
||||||
private readonly INotificationManager _notificationManager;
|
private readonly INotificationManager _notificationManager;
|
||||||
private readonly IChatGui _chatGui;
|
private readonly IChatGui _chatGui;
|
||||||
private readonly LightlessConfigService _configurationService;
|
private readonly PairRequestService _pairRequestService;
|
||||||
|
private readonly BroadcastService _broadcastService;
|
||||||
|
private readonly HashSet<string> _shownPairRequestNotifications = new();
|
||||||
|
|
||||||
public NotificationService(ILogger<NotificationService> logger, LightlessMediator mediator,
|
public NotificationService(
|
||||||
|
ILogger<NotificationService> logger,
|
||||||
|
LightlessConfigService configService,
|
||||||
DalamudUtilService dalamudUtilService,
|
DalamudUtilService dalamudUtilService,
|
||||||
INotificationManager notificationManager,
|
INotificationManager notificationManager,
|
||||||
IChatGui chatGui, LightlessConfigService configurationService) : base(logger, mediator)
|
IChatGui chatGui,
|
||||||
|
LightlessMediator mediator,
|
||||||
|
PairRequestService pairRequestService,
|
||||||
|
BroadcastService broadcastService) : base(logger, mediator)
|
||||||
{
|
{
|
||||||
|
_logger = logger;
|
||||||
|
_configService = configService;
|
||||||
_dalamudUtilService = dalamudUtilService;
|
_dalamudUtilService = dalamudUtilService;
|
||||||
_notificationManager = notificationManager;
|
_notificationManager = notificationManager;
|
||||||
_chatGui = chatGui;
|
_chatGui = chatGui;
|
||||||
_configurationService = configurationService;
|
_pairRequestService = pairRequestService;
|
||||||
|
_broadcastService = broadcastService;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
Mediator.Subscribe<NotificationMessage>(this, ShowNotification);
|
Mediator.Subscribe<NotificationMessage>(this, HandleNotificationMessage);
|
||||||
|
Mediator.Subscribe<PairRequestsUpdatedMessage>(this, HandlePairRequestsUpdated);
|
||||||
|
Mediator.Subscribe<PairRequestReceivedMessage>(this, HandlePairRequestReceived);
|
||||||
|
Mediator.Subscribe<PerformanceNotificationMessage>(this, HandlePerformanceNotification);
|
||||||
|
Mediator.Subscribe<BroadcastExpiredMessage>(this, HandleBroadcastExpired);
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task StopAsync(CancellationToken cancellationToken)
|
public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask;
|
||||||
|
|
||||||
|
public void ShowNotification(string title, string message, NotificationType type = NotificationType.Info,
|
||||||
|
TimeSpan? duration = null, List<LightlessNotificationAction>? actions = null, uint? soundEffectId = null)
|
||||||
{
|
{
|
||||||
return Task.CompletedTask;
|
var notification = CreateNotification(title, message, type, duration, actions, soundEffectId);
|
||||||
|
|
||||||
|
if (_configService.Current.AutoDismissOnAction && notification.Actions.Any())
|
||||||
|
{
|
||||||
|
WrapActionsWithAutoDismiss(notification);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PrintErrorChat(string? message)
|
if (notification.SoundEffectId.HasValue)
|
||||||
{
|
{
|
||||||
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] Error: " + message);
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
_chatGui.PrintError(se.BuiltString);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PrintInfoChat(string? message)
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
{
|
|
||||||
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] Info: ").AddItalics(message ?? string.Empty);
|
|
||||||
_chatGui.Print(se.BuiltString);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PrintWarnChat(string? message)
|
private LightlessNotification CreateNotification(string title, string message, NotificationType type,
|
||||||
|
TimeSpan? duration, List<LightlessNotificationAction>? actions, uint? soundEffectId)
|
||||||
{
|
{
|
||||||
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] ").AddUiForeground("Warning: " + (message ?? string.Empty), 31).AddUiForegroundOff();
|
return new LightlessNotification
|
||||||
_chatGui.Print(se.BuiltString);
|
{
|
||||||
|
Title = title,
|
||||||
|
Message = message,
|
||||||
|
Type = type,
|
||||||
|
Duration = duration ?? GetDefaultDurationForType(type),
|
||||||
|
Actions = actions ?? new List<LightlessNotificationAction>(),
|
||||||
|
SoundEffectId = GetSoundEffectId(type, soundEffectId),
|
||||||
|
ShowProgress = _configService.Current.ShowNotificationProgress,
|
||||||
|
CreatedAt = DateTime.UtcNow
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ShowChat(NotificationMessage msg)
|
private void WrapActionsWithAutoDismiss(LightlessNotification notification)
|
||||||
{
|
{
|
||||||
switch (msg.Type)
|
foreach (var action in notification.Actions)
|
||||||
{
|
{
|
||||||
case NotificationType.Info:
|
var originalOnClick = action.OnClick;
|
||||||
PrintInfoChat(msg.Message);
|
action.OnClick = (n) =>
|
||||||
break;
|
{
|
||||||
|
originalOnClick(n);
|
||||||
case NotificationType.Warning:
|
if (_configService.Current.AutoDismissOnAction)
|
||||||
PrintWarnChat(msg.Message);
|
{
|
||||||
break;
|
DismissNotification(n);
|
||||||
|
}
|
||||||
case NotificationType.Error:
|
};
|
||||||
PrintErrorChat(msg.Message);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ShowNotification(NotificationMessage msg)
|
private void DismissNotification(LightlessNotification notification)
|
||||||
{
|
{
|
||||||
Logger.LogInformation("{msg}", msg.ToString());
|
notification.IsDismissed = true;
|
||||||
|
notification.IsAnimatingOut = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ShowPairRequestNotification(string senderName, string senderId, Action onAccept, Action onDecline)
|
||||||
|
{
|
||||||
|
var location = GetNotificationLocation(NotificationType.PairRequest);
|
||||||
|
|
||||||
|
// Show in chat if configured
|
||||||
|
if (location == NotificationLocation.Chat || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
{
|
||||||
|
ShowChat(new NotificationMessage("Pair Request Received", $"{senderName} wants to directly pair with you.", NotificationType.PairRequest));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show Lightless notification if configured and action buttons are enabled
|
||||||
|
if ((location == NotificationLocation.LightlessUi || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
&& _configService.Current.UseLightlessNotifications
|
||||||
|
&& _configService.Current.ShowPairRequestNotificationActions)
|
||||||
|
{
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Id = $"pair_request_{senderId}",
|
||||||
|
Title = "Pair Request Received",
|
||||||
|
Message = $"{senderName} wants to directly pair with you.",
|
||||||
|
Type = NotificationType.PairRequest,
|
||||||
|
Duration = TimeSpan.FromSeconds(_configService.Current.PairRequestDurationSeconds),
|
||||||
|
SoundEffectId = GetPairRequestSoundId(),
|
||||||
|
Actions = CreatePairRequestActions(onAccept, onDecline)
|
||||||
|
};
|
||||||
|
|
||||||
|
if (notification.SoundEffectId.HasValue)
|
||||||
|
{
|
||||||
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
}
|
||||||
|
else if (location != NotificationLocation.Nowhere && location != NotificationLocation.Chat)
|
||||||
|
{
|
||||||
|
// Fall back to regular notification without action buttons
|
||||||
|
HandleNotificationMessage(new NotificationMessage("Pair Request Received", $"{senderName} wants to directly pair with you.", NotificationType.PairRequest));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private uint? GetPairRequestSoundId() =>
|
||||||
|
!_configService.Current.DisablePairRequestSound ? _configService.Current.PairRequestSoundId : null;
|
||||||
|
|
||||||
|
private List<LightlessNotificationAction> CreatePairRequestActions(Action onAccept, Action onDecline)
|
||||||
|
{
|
||||||
|
return new List<LightlessNotificationAction>
|
||||||
|
{
|
||||||
|
new()
|
||||||
|
{
|
||||||
|
Id = "accept",
|
||||||
|
Label = "Accept",
|
||||||
|
Icon = FontAwesomeIcon.Check,
|
||||||
|
Color = UIColors.Get("LightlessGreen"),
|
||||||
|
IsPrimary = true,
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Pair request accepted");
|
||||||
|
onAccept();
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
new()
|
||||||
|
{
|
||||||
|
Id = "decline",
|
||||||
|
Label = "Decline",
|
||||||
|
Icon = FontAwesomeIcon.Times,
|
||||||
|
Color = UIColors.Get("DimRed"),
|
||||||
|
IsDestructive = true,
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Pair request declined");
|
||||||
|
onDecline();
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ShowDownloadCompleteNotification(string fileName, int fileCount, Action? onOpenFolder = null)
|
||||||
|
{
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Title = "Download Complete",
|
||||||
|
Message = FormatDownloadCompleteMessage(fileName, fileCount),
|
||||||
|
Type = NotificationType.Info,
|
||||||
|
Duration = TimeSpan.FromSeconds(8),
|
||||||
|
Actions = CreateDownloadCompleteActions(onOpenFolder),
|
||||||
|
SoundEffectId = NotificationSounds.DownloadComplete
|
||||||
|
};
|
||||||
|
|
||||||
|
if (notification.SoundEffectId.HasValue)
|
||||||
|
{
|
||||||
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
}
|
||||||
|
|
||||||
|
private string FormatDownloadCompleteMessage(string fileName, int fileCount) =>
|
||||||
|
fileCount > 1
|
||||||
|
? $"Downloaded {fileCount} files successfully."
|
||||||
|
: $"Downloaded {fileName} successfully.";
|
||||||
|
|
||||||
|
private List<LightlessNotificationAction> CreateDownloadCompleteActions(Action? onOpenFolder)
|
||||||
|
{
|
||||||
|
var actions = new List<LightlessNotificationAction>();
|
||||||
|
|
||||||
|
if (onOpenFolder != null)
|
||||||
|
{
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Id = "open_folder",
|
||||||
|
Label = "Open Folder",
|
||||||
|
Icon = FontAwesomeIcon.FolderOpen,
|
||||||
|
Color = UIColors.Get("LightlessBlue"),
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
onOpenFolder();
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return actions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ShowErrorNotification(string title, string message, Exception? exception = null, Action? onRetry = null,
|
||||||
|
Action? onViewLog = null)
|
||||||
|
{
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Title = title,
|
||||||
|
Message = FormatErrorMessage(message, exception),
|
||||||
|
Type = NotificationType.Error,
|
||||||
|
Duration = TimeSpan.FromSeconds(15),
|
||||||
|
Actions = CreateErrorActions(onRetry, onViewLog),
|
||||||
|
SoundEffectId = NotificationSounds.Error
|
||||||
|
};
|
||||||
|
|
||||||
|
if (notification.SoundEffectId.HasValue)
|
||||||
|
{
|
||||||
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
}
|
||||||
|
|
||||||
|
private string FormatErrorMessage(string message, Exception? exception) =>
|
||||||
|
exception != null ? $"{message}\n\nError: {exception.Message}" : message;
|
||||||
|
|
||||||
|
private List<LightlessNotificationAction> CreateErrorActions(Action? onRetry, Action? onViewLog)
|
||||||
|
{
|
||||||
|
var actions = new List<LightlessNotificationAction>();
|
||||||
|
|
||||||
|
if (onRetry != null)
|
||||||
|
{
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Id = "retry",
|
||||||
|
Label = "Retry",
|
||||||
|
Icon = FontAwesomeIcon.Redo,
|
||||||
|
Color = UIColors.Get("LightlessBlue"),
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
onRetry();
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (onViewLog != null)
|
||||||
|
{
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Id = "view_log",
|
||||||
|
Label = "View Log",
|
||||||
|
Icon = FontAwesomeIcon.FileAlt,
|
||||||
|
Color = UIColors.Get("LightlessYellow"),
|
||||||
|
OnClick = (n) => onViewLog()
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return actions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ShowPairDownloadNotification(List<(string playerName, float progress, string status)> downloadStatus,
|
||||||
|
int queueWaiting = 0)
|
||||||
|
{
|
||||||
|
var userDownloads = downloadStatus.Where(x => x.playerName != "Pair Queue").ToList();
|
||||||
|
var totalProgress = userDownloads.Count > 0 ? userDownloads.Average(x => x.progress) : 0f;
|
||||||
|
var message = BuildPairDownloadMessage(userDownloads, queueWaiting);
|
||||||
|
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Id = "pair_download_progress",
|
||||||
|
Title = "Downloading Pair Data",
|
||||||
|
Message = message,
|
||||||
|
Type = NotificationType.Download,
|
||||||
|
Duration = TimeSpan.FromSeconds(_configService.Current.DownloadNotificationDurationSeconds),
|
||||||
|
ShowProgress = true,
|
||||||
|
Progress = totalProgress
|
||||||
|
};
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
|
||||||
|
if (AreAllDownloadsCompleted(userDownloads))
|
||||||
|
{
|
||||||
|
DismissPairDownloadNotification();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private string BuildPairDownloadMessage(List<(string playerName, float progress, string status)> userDownloads,
|
||||||
|
int queueWaiting)
|
||||||
|
{
|
||||||
|
var messageParts = new List<string>();
|
||||||
|
|
||||||
|
if (queueWaiting > 0)
|
||||||
|
{
|
||||||
|
messageParts.Add($"Queue: {queueWaiting} waiting");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (userDownloads.Count > 0)
|
||||||
|
{
|
||||||
|
var completedCount = userDownloads.Count(x => x.progress >= 1.0f);
|
||||||
|
messageParts.Add($"Progress: {completedCount}/{userDownloads.Count} completed");
|
||||||
|
}
|
||||||
|
|
||||||
|
var activeDownloadLines = BuildActiveDownloadLines(userDownloads);
|
||||||
|
if (!string.IsNullOrEmpty(activeDownloadLines))
|
||||||
|
{
|
||||||
|
messageParts.Add(activeDownloadLines);
|
||||||
|
}
|
||||||
|
|
||||||
|
return string.Join("\n", messageParts);
|
||||||
|
}
|
||||||
|
|
||||||
|
private string BuildActiveDownloadLines(List<(string playerName, float progress, string status)> userDownloads)
|
||||||
|
{
|
||||||
|
var activeDownloads = userDownloads
|
||||||
|
.Where(x => x.progress < 1.0f)
|
||||||
|
.Take(_configService.Current.MaxConcurrentPairApplications);
|
||||||
|
|
||||||
|
if (!activeDownloads.Any()) return string.Empty;
|
||||||
|
|
||||||
|
return string.Join("\n", activeDownloads.Select(x => $"• {x.playerName}: {FormatDownloadStatus(x)}"));
|
||||||
|
}
|
||||||
|
|
||||||
|
private string FormatDownloadStatus((string playerName, float progress, string status) download) =>
|
||||||
|
download.status switch
|
||||||
|
{
|
||||||
|
"downloading" => $"{download.progress:P0}",
|
||||||
|
"decompressing" => "decompressing",
|
||||||
|
"queued" => "queued",
|
||||||
|
"waiting" => "waiting for slot",
|
||||||
|
_ => download.status
|
||||||
|
};
|
||||||
|
|
||||||
|
private bool AreAllDownloadsCompleted(List<(string playerName, float progress, string status)> userDownloads) =>
|
||||||
|
userDownloads.Any() && userDownloads.All(x => x.progress >= 1.0f);
|
||||||
|
|
||||||
|
public void DismissPairDownloadNotification() =>
|
||||||
|
Mediator.Publish(new LightlessNotificationDismissMessage("pair_download_progress"));
|
||||||
|
|
||||||
|
private TimeSpan GetDefaultDurationForType(NotificationType type) => type switch
|
||||||
|
{
|
||||||
|
NotificationType.Info => TimeSpan.FromSeconds(_configService.Current.InfoNotificationDurationSeconds),
|
||||||
|
NotificationType.Warning => TimeSpan.FromSeconds(_configService.Current.WarningNotificationDurationSeconds),
|
||||||
|
NotificationType.Error => TimeSpan.FromSeconds(_configService.Current.ErrorNotificationDurationSeconds),
|
||||||
|
NotificationType.PairRequest => TimeSpan.FromSeconds(_configService.Current.PairRequestDurationSeconds),
|
||||||
|
NotificationType.Download => TimeSpan.FromSeconds(_configService.Current.DownloadNotificationDurationSeconds),
|
||||||
|
NotificationType.Performance => TimeSpan.FromSeconds(_configService.Current.PerformanceNotificationDurationSeconds),
|
||||||
|
_ => TimeSpan.FromSeconds(10)
|
||||||
|
};
|
||||||
|
|
||||||
|
private uint? GetSoundEffectId(NotificationType type, uint? overrideSoundId)
|
||||||
|
{
|
||||||
|
if (overrideSoundId.HasValue) return overrideSoundId;
|
||||||
|
if (IsSoundDisabledForType(type)) return null;
|
||||||
|
return GetConfiguredSoundForType(type);
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool IsSoundDisabledForType(NotificationType type) => type switch
|
||||||
|
{
|
||||||
|
NotificationType.Info => _configService.Current.DisableInfoSound,
|
||||||
|
NotificationType.Warning => _configService.Current.DisableWarningSound,
|
||||||
|
NotificationType.Error => _configService.Current.DisableErrorSound,
|
||||||
|
NotificationType.Performance => _configService.Current.DisablePerformanceSound,
|
||||||
|
NotificationType.Download => true, // Download sounds always disabled
|
||||||
|
_ => false
|
||||||
|
};
|
||||||
|
|
||||||
|
private uint GetConfiguredSoundForType(NotificationType type) => type switch
|
||||||
|
{
|
||||||
|
NotificationType.Info => _configService.Current.CustomInfoSoundId,
|
||||||
|
NotificationType.Warning => _configService.Current.CustomWarningSoundId,
|
||||||
|
NotificationType.Error => _configService.Current.CustomErrorSoundId,
|
||||||
|
NotificationType.Performance => _configService.Current.PerformanceSoundId,
|
||||||
|
_ => NotificationSounds.GetDefaultSound(type)
|
||||||
|
};
|
||||||
|
|
||||||
|
private void PlayNotificationSound(uint soundEffectId)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
UIGlobals.PlayChatSoundEffect(soundEffectId);
|
||||||
|
_logger.LogDebug("Played notification sound effect {SoundId} via ChatGui", soundEffectId);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogWarning(ex, "Failed to play notification sound effect {SoundId}", soundEffectId);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandleNotificationMessage(NotificationMessage msg)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("{msg}", msg.ToString());
|
||||||
if (!_dalamudUtilService.IsLoggedIn) return;
|
if (!_dalamudUtilService.IsLoggedIn) return;
|
||||||
|
|
||||||
switch (msg.Type)
|
var location = GetNotificationLocation(msg.Type);
|
||||||
|
ShowNotificationLocationBased(msg, location);
|
||||||
|
}
|
||||||
|
|
||||||
|
private NotificationLocation GetNotificationLocation(NotificationType type) =>
|
||||||
|
_configService.Current.UseLightlessNotifications
|
||||||
|
? GetLightlessNotificationLocation(type)
|
||||||
|
: GetClassicNotificationLocation(type);
|
||||||
|
|
||||||
|
private NotificationLocation GetLightlessNotificationLocation(NotificationType type) => type switch
|
||||||
{
|
{
|
||||||
case NotificationType.Info:
|
NotificationType.Info => _configService.Current.LightlessInfoNotification,
|
||||||
ShowNotificationLocationBased(msg, _configurationService.Current.InfoNotification);
|
NotificationType.Warning => _configService.Current.LightlessWarningNotification,
|
||||||
break;
|
NotificationType.Error => _configService.Current.LightlessErrorNotification,
|
||||||
|
NotificationType.PairRequest => _configService.Current.LightlessPairRequestNotification,
|
||||||
|
NotificationType.Download => _configService.Current.LightlessDownloadNotification,
|
||||||
|
NotificationType.Performance => _configService.Current.LightlessPerformanceNotification,
|
||||||
|
_ => NotificationLocation.LightlessUi
|
||||||
|
};
|
||||||
|
|
||||||
case NotificationType.Warning:
|
private NotificationLocation GetClassicNotificationLocation(NotificationType type) => type switch
|
||||||
ShowNotificationLocationBased(msg, _configurationService.Current.WarningNotification);
|
{
|
||||||
break;
|
NotificationType.Info => _configService.Current.InfoNotification,
|
||||||
|
NotificationType.Warning => _configService.Current.WarningNotification,
|
||||||
case NotificationType.Error:
|
NotificationType.Error => _configService.Current.ErrorNotification,
|
||||||
ShowNotificationLocationBased(msg, _configurationService.Current.ErrorNotification);
|
NotificationType.PairRequest => NotificationLocation.Toast,
|
||||||
break;
|
NotificationType.Download => NotificationLocation.Toast,
|
||||||
}
|
_ => NotificationLocation.Nowhere
|
||||||
}
|
};
|
||||||
|
|
||||||
private void ShowNotificationLocationBased(NotificationMessage msg, NotificationLocation location)
|
private void ShowNotificationLocationBased(NotificationMessage msg, NotificationLocation location)
|
||||||
{
|
{
|
||||||
@@ -114,20 +478,29 @@ public class NotificationService : DisposableMediatorSubscriberBase, IHostedServ
|
|||||||
ShowChat(msg);
|
ShowChat(msg);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case NotificationLocation.LightlessUi:
|
||||||
|
ShowLightlessNotification(msg);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case NotificationLocation.ChatAndLightlessUi:
|
||||||
|
ShowChat(msg);
|
||||||
|
ShowLightlessNotification(msg);
|
||||||
|
break;
|
||||||
|
|
||||||
case NotificationLocation.Nowhere:
|
case NotificationLocation.Nowhere:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void ShowLightlessNotification(NotificationMessage msg)
|
||||||
|
{
|
||||||
|
var duration = msg.TimeShownOnScreen ?? GetDefaultDurationForType(msg.Type);
|
||||||
|
ShowNotification(msg.Title ?? "Lightless Sync", msg.Message ?? string.Empty, msg.Type, duration, null, null);
|
||||||
|
}
|
||||||
|
|
||||||
private void ShowToast(NotificationMessage msg)
|
private void ShowToast(NotificationMessage msg)
|
||||||
{
|
{
|
||||||
Dalamud.Interface.ImGuiNotification.NotificationType dalamudType = msg.Type switch
|
var dalamudType = ConvertToDalamudNotificationType(msg.Type);
|
||||||
{
|
|
||||||
NotificationType.Error => Dalamud.Interface.ImGuiNotification.NotificationType.Error,
|
|
||||||
NotificationType.Warning => Dalamud.Interface.ImGuiNotification.NotificationType.Warning,
|
|
||||||
NotificationType.Info => Dalamud.Interface.ImGuiNotification.NotificationType.Info,
|
|
||||||
_ => Dalamud.Interface.ImGuiNotification.NotificationType.Info
|
|
||||||
};
|
|
||||||
|
|
||||||
_notificationManager.AddNotification(new Notification()
|
_notificationManager.AddNotification(new Notification()
|
||||||
{
|
{
|
||||||
@@ -138,4 +511,321 @@ public class NotificationService : DisposableMediatorSubscriberBase, IHostedServ
|
|||||||
InitialDuration = msg.TimeShownOnScreen ?? TimeSpan.FromSeconds(3)
|
InitialDuration = msg.TimeShownOnScreen ?? TimeSpan.FromSeconds(3)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private Dalamud.Interface.ImGuiNotification.NotificationType
|
||||||
|
ConvertToDalamudNotificationType(NotificationType type) => type switch
|
||||||
|
{
|
||||||
|
NotificationType.Error => Dalamud.Interface.ImGuiNotification.NotificationType.Error,
|
||||||
|
NotificationType.Warning => Dalamud.Interface.ImGuiNotification.NotificationType.Warning,
|
||||||
|
_ => Dalamud.Interface.ImGuiNotification.NotificationType.Info
|
||||||
|
};
|
||||||
|
|
||||||
|
private void ShowChat(NotificationMessage msg)
|
||||||
|
{
|
||||||
|
switch (msg.Type)
|
||||||
|
{
|
||||||
|
case NotificationType.Info:
|
||||||
|
PrintInfoChat(msg.Message);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case NotificationType.Warning:
|
||||||
|
PrintWarnChat(msg.Message);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case NotificationType.Error:
|
||||||
|
PrintErrorChat(msg.Message);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case NotificationType.PairRequest:
|
||||||
|
PrintPairRequestChat(msg.Title, msg.Message);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case NotificationType.Performance:
|
||||||
|
PrintPerformanceChat(msg.Title, msg.Message);
|
||||||
|
break;
|
||||||
|
|
||||||
|
// Download notifications don't support chat output, will be a giga spam otherwise
|
||||||
|
case NotificationType.Download:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PrintErrorChat(string? message)
|
||||||
|
{
|
||||||
|
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] Error: " + message);
|
||||||
|
_chatGui.PrintError(se.BuiltString);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PrintInfoChat(string? message)
|
||||||
|
{
|
||||||
|
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] Info: ")
|
||||||
|
.AddItalics(message ?? string.Empty);
|
||||||
|
_chatGui.Print(se.BuiltString);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PrintWarnChat(string? message)
|
||||||
|
{
|
||||||
|
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] ")
|
||||||
|
.AddUiForeground("Warning: " + (message ?? string.Empty), 31).AddUiForegroundOff();
|
||||||
|
_chatGui.Print(se.BuiltString);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PrintPairRequestChat(string? title, string? message)
|
||||||
|
{
|
||||||
|
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] ")
|
||||||
|
.AddUiForeground("Pair Request: ", 541).AddUiForegroundOff()
|
||||||
|
.AddText(title ?? message ?? string.Empty);
|
||||||
|
_chatGui.Print(se.BuiltString);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PrintPerformanceChat(string? title, string? message)
|
||||||
|
{
|
||||||
|
SeStringBuilder se = new SeStringBuilder().AddText("[Lightless Sync] ")
|
||||||
|
.AddUiForeground("Performance: ", 508).AddUiForegroundOff()
|
||||||
|
.AddText(title ?? message ?? string.Empty);
|
||||||
|
_chatGui.Print(se.BuiltString);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandlePairRequestReceived(PairRequestReceivedMessage msg)
|
||||||
|
{
|
||||||
|
ShowPairRequestNotification(
|
||||||
|
msg.SenderName,
|
||||||
|
msg.SenderId,
|
||||||
|
() => _pairRequestService.AcceptPairRequest(msg.SenderId, msg.SenderName),
|
||||||
|
() => _pairRequestService.DeclinePairRequest(msg.SenderId)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandlePairRequestsUpdated(PairRequestsUpdatedMessage _)
|
||||||
|
{
|
||||||
|
var activeRequests = _pairRequestService.GetActiveRequests();
|
||||||
|
var activeRequestIds = activeRequests.Select(r => r.HashedCid).ToHashSet();
|
||||||
|
|
||||||
|
// Dismiss notifications for requests that are no longer active
|
||||||
|
var notificationsToRemove = _shownPairRequestNotifications
|
||||||
|
.Where(hashedCid => !activeRequestIds.Contains(hashedCid))
|
||||||
|
.ToList();
|
||||||
|
|
||||||
|
foreach (var hashedCid in notificationsToRemove)
|
||||||
|
{
|
||||||
|
var notificationId = $"pair_request_{hashedCid}";
|
||||||
|
Mediator.Publish(new LightlessNotificationDismissMessage(notificationId));
|
||||||
|
_shownPairRequestNotifications.Remove(hashedCid);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Track active requests
|
||||||
|
foreach (var request in activeRequests)
|
||||||
|
{
|
||||||
|
_shownPairRequestNotifications.Add(request.HashedCid);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandlePerformanceNotification(PerformanceNotificationMessage msg)
|
||||||
|
{
|
||||||
|
var location = GetNotificationLocation(NotificationType.Performance);
|
||||||
|
|
||||||
|
// Show in chat if configured
|
||||||
|
if (location == NotificationLocation.Chat || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
{
|
||||||
|
ShowChat(new NotificationMessage(msg.Title, msg.Message, NotificationType.Performance));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show Lightless notification if configured and action buttons are enabled
|
||||||
|
if ((location == NotificationLocation.LightlessUi || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
&& _configService.Current.UseLightlessNotifications
|
||||||
|
&& _configService.Current.ShowPerformanceNotificationActions)
|
||||||
|
{
|
||||||
|
var actions = CreatePerformanceActions(msg.UserData, msg.IsPaused, msg.PlayerName);
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Title = msg.Title,
|
||||||
|
Message = msg.Message,
|
||||||
|
Type = NotificationType.Performance,
|
||||||
|
Duration = TimeSpan.FromSeconds(_configService.Current.PerformanceNotificationDurationSeconds),
|
||||||
|
Actions = actions,
|
||||||
|
SoundEffectId = GetSoundEffectId(NotificationType.Performance, null)
|
||||||
|
};
|
||||||
|
|
||||||
|
if (notification.SoundEffectId.HasValue)
|
||||||
|
{
|
||||||
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
}
|
||||||
|
else if (location != NotificationLocation.Nowhere && location != NotificationLocation.Chat)
|
||||||
|
{
|
||||||
|
// Fall back to regular notification without action buttons
|
||||||
|
HandleNotificationMessage(new NotificationMessage(msg.Title, msg.Message, NotificationType.Performance));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private List<LightlessNotificationAction> CreatePerformanceActions(UserData userData, bool isPaused, string playerName)
|
||||||
|
{
|
||||||
|
var actions = new List<LightlessNotificationAction>();
|
||||||
|
|
||||||
|
if (isPaused)
|
||||||
|
{
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Label = "Unpause",
|
||||||
|
Icon = FontAwesomeIcon.Play,
|
||||||
|
Color = UIColors.Get("LightlessGreen"),
|
||||||
|
IsPrimary = true,
|
||||||
|
OnClick = (notification) =>
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Mediator.Publish(new CyclePauseMessage(userData));
|
||||||
|
DismissNotification(notification);
|
||||||
|
|
||||||
|
var displayName = GetUserDisplayName(userData, playerName);
|
||||||
|
ShowNotification(
|
||||||
|
"Player Unpaused",
|
||||||
|
$"Successfully unpaused {displayName}",
|
||||||
|
NotificationType.Info,
|
||||||
|
TimeSpan.FromSeconds(3));
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogError(ex, "Failed to unpause player {uid}", userData.UID);
|
||||||
|
var displayName = GetUserDisplayName(userData, playerName);
|
||||||
|
ShowNotification(
|
||||||
|
"Unpause Failed",
|
||||||
|
$"Failed to unpause {displayName}",
|
||||||
|
NotificationType.Error,
|
||||||
|
TimeSpan.FromSeconds(5));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Label = "Pause",
|
||||||
|
Icon = FontAwesomeIcon.Pause,
|
||||||
|
Color = UIColors.Get("LightlessOrange"),
|
||||||
|
IsPrimary = true,
|
||||||
|
OnClick = (notification) =>
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Mediator.Publish(new PauseMessage(userData));
|
||||||
|
DismissNotification(notification);
|
||||||
|
|
||||||
|
var displayName = GetUserDisplayName(userData, playerName);
|
||||||
|
ShowNotification(
|
||||||
|
"Player Paused",
|
||||||
|
$"Successfully paused {displayName}",
|
||||||
|
NotificationType.Info,
|
||||||
|
TimeSpan.FromSeconds(3));
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogError(ex, "Failed to pause player {uid}", userData.UID);
|
||||||
|
var displayName = GetUserDisplayName(userData, playerName);
|
||||||
|
ShowNotification(
|
||||||
|
"Pause Failed",
|
||||||
|
$"Failed to pause {displayName}",
|
||||||
|
NotificationType.Error,
|
||||||
|
TimeSpan.FromSeconds(5));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add dismiss button
|
||||||
|
actions.Add(new LightlessNotificationAction
|
||||||
|
{
|
||||||
|
Label = "Dismiss",
|
||||||
|
Icon = FontAwesomeIcon.Times,
|
||||||
|
Color = UIColors.Get("DimRed"),
|
||||||
|
IsPrimary = false,
|
||||||
|
OnClick = (notification) =>
|
||||||
|
{
|
||||||
|
DismissNotification(notification);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return actions;
|
||||||
|
}
|
||||||
|
|
||||||
|
private string GetUserDisplayName(UserData userData, string playerName)
|
||||||
|
{
|
||||||
|
if (!string.IsNullOrEmpty(userData.Alias) && !string.Equals(userData.Alias, userData.UID, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
return $"{playerName} ({userData.Alias})";
|
||||||
|
}
|
||||||
|
return $"{playerName} ({userData.UID})";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandleBroadcastExpired(BroadcastExpiredMessage _)
|
||||||
|
{
|
||||||
|
var location = GetNotificationLocation(NotificationType.Warning);
|
||||||
|
|
||||||
|
if (location == NotificationLocation.Chat || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
{
|
||||||
|
ShowChat(new NotificationMessage("Broadcast Expired", "Your Lightfinder broadcast has expired after 3 hours.", NotificationType.Warning));
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((location == NotificationLocation.LightlessUi || location == NotificationLocation.ChatAndLightlessUi)
|
||||||
|
&& _configService.Current.UseLightlessNotifications)
|
||||||
|
{
|
||||||
|
var notification = new LightlessNotification
|
||||||
|
{
|
||||||
|
Id = "broadcast_expired",
|
||||||
|
Title = "Broadcast Expired",
|
||||||
|
Message = "Your Lightfinder broadcast has expired after 3 hours. Would you like to re-enable it?",
|
||||||
|
Type = NotificationType.Warning,
|
||||||
|
Duration = TimeSpan.FromSeconds(_configService.Current.WarningNotificationDurationSeconds),
|
||||||
|
SoundEffectId = GetSoundEffectId(NotificationType.Warning, null),
|
||||||
|
Actions = CreateBroadcastExpiredActions()
|
||||||
|
};
|
||||||
|
|
||||||
|
if (notification.SoundEffectId.HasValue)
|
||||||
|
{
|
||||||
|
PlayNotificationSound(notification.SoundEffectId.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Mediator.Publish(new LightlessNotificationMessage(notification));
|
||||||
|
}
|
||||||
|
else if (location != NotificationLocation.Nowhere && location != NotificationLocation.Chat)
|
||||||
|
{
|
||||||
|
HandleNotificationMessage(new NotificationMessage("Broadcast Expired", "Your Lightfinder broadcast has expired after 3 hours.", NotificationType.Warning));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private List<LightlessNotificationAction> CreateBroadcastExpiredActions()
|
||||||
|
{
|
||||||
|
return new List<LightlessNotificationAction>
|
||||||
|
{
|
||||||
|
new()
|
||||||
|
{
|
||||||
|
Id = "re_enable",
|
||||||
|
Label = "Re-enable Broadcast",
|
||||||
|
Icon = FontAwesomeIcon.Plus,
|
||||||
|
Color = UIColors.Get("LightlessGreen"),
|
||||||
|
IsPrimary = true,
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Re-enabling broadcast from notification");
|
||||||
|
_broadcastService.ToggleBroadcast();
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
new()
|
||||||
|
{
|
||||||
|
Id = "close",
|
||||||
|
Label = "Close",
|
||||||
|
Icon = FontAwesomeIcon.Times,
|
||||||
|
Color = UIColors.Get("DimRed"),
|
||||||
|
OnClick = (n) =>
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Broadcast expiration notification dismissed");
|
||||||
|
DismissNotification(n);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
220
LightlessSync/Services/PairProcessingLimiter.cs
Normal file
220
LightlessSync/Services/PairProcessingLimiter.cs
Normal file
@@ -0,0 +1,220 @@
|
|||||||
|
using System;
|
||||||
|
using System.Threading;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using LightlessSync.LightlessConfiguration;
|
||||||
|
using LightlessSync.Services.Mediator;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
|
namespace LightlessSync.Services;
|
||||||
|
|
||||||
|
public sealed class PairProcessingLimiter : DisposableMediatorSubscriberBase
|
||||||
|
{
|
||||||
|
private const int HardLimit = 32;
|
||||||
|
private readonly LightlessConfigService _configService;
|
||||||
|
private readonly object _limitLock = new();
|
||||||
|
private readonly SemaphoreSlim _semaphore;
|
||||||
|
private int _currentLimit;
|
||||||
|
private int _pendingReductions;
|
||||||
|
private int _waiting;
|
||||||
|
private int _inFlight;
|
||||||
|
|
||||||
|
public PairProcessingLimiter(ILogger<PairProcessingLimiter> logger, LightlessMediator mediator, LightlessConfigService configService)
|
||||||
|
: base(logger, mediator)
|
||||||
|
{
|
||||||
|
_configService = configService;
|
||||||
|
_currentLimit = CalculateLimit();
|
||||||
|
var initialCount = _configService.Current.EnablePairProcessingLimiter ? _currentLimit : HardLimit;
|
||||||
|
_semaphore = new SemaphoreSlim(initialCount, HardLimit);
|
||||||
|
|
||||||
|
Mediator.Subscribe<PairProcessingLimitChangedMessage>(this, _ => UpdateSemaphoreLimit());
|
||||||
|
}
|
||||||
|
|
||||||
|
public ValueTask<IAsyncDisposable> AcquireAsync(CancellationToken cancellationToken)
|
||||||
|
{
|
||||||
|
return WaitInternalAsync(cancellationToken);
|
||||||
|
}
|
||||||
|
|
||||||
|
public PairProcessingLimiterSnapshot GetSnapshot()
|
||||||
|
{
|
||||||
|
lock (_limitLock)
|
||||||
|
{
|
||||||
|
var enabled = IsEnabled;
|
||||||
|
var limit = enabled ? _currentLimit : CalculateLimit();
|
||||||
|
var waiting = Math.Max(0, Volatile.Read(ref _waiting));
|
||||||
|
var inFlight = Math.Max(0, Volatile.Read(ref _inFlight));
|
||||||
|
return new PairProcessingLimiterSnapshot(enabled, limit, inFlight, waiting);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool IsEnabled => _configService.Current.EnablePairProcessingLimiter;
|
||||||
|
|
||||||
|
private async ValueTask<IAsyncDisposable> WaitInternalAsync(CancellationToken token)
|
||||||
|
{
|
||||||
|
if (!IsEnabled)
|
||||||
|
{
|
||||||
|
return NoopReleaser.Instance;
|
||||||
|
}
|
||||||
|
|
||||||
|
Interlocked.Increment(ref _waiting);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
await _semaphore.WaitAsync(token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
Interlocked.Decrement(ref _waiting);
|
||||||
|
throw;
|
||||||
|
}
|
||||||
|
|
||||||
|
Interlocked.Decrement(ref _waiting);
|
||||||
|
|
||||||
|
if (!IsEnabled)
|
||||||
|
{
|
||||||
|
_semaphore.Release();
|
||||||
|
return NoopReleaser.Instance;
|
||||||
|
}
|
||||||
|
|
||||||
|
Interlocked.Increment(ref _inFlight);
|
||||||
|
return new Releaser(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateSemaphoreLimit()
|
||||||
|
{
|
||||||
|
lock (_limitLock)
|
||||||
|
{
|
||||||
|
var enabled = IsEnabled;
|
||||||
|
var desiredLimit = CalculateLimit();
|
||||||
|
|
||||||
|
if (!enabled)
|
||||||
|
{
|
||||||
|
var releaseAmount = HardLimit - _semaphore.CurrentCount;
|
||||||
|
if (releaseAmount > 0)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
_semaphore.Release(releaseAmount);
|
||||||
|
}
|
||||||
|
catch (SemaphoreFullException)
|
||||||
|
{
|
||||||
|
// ignore, already at max
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_currentLimit = desiredLimit;
|
||||||
|
_pendingReductions = 0;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (desiredLimit == _currentLimit)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (desiredLimit > _currentLimit)
|
||||||
|
{
|
||||||
|
var increment = desiredLimit - _currentLimit;
|
||||||
|
var allowed = Math.Min(increment, HardLimit - _semaphore.CurrentCount);
|
||||||
|
if (allowed > 0)
|
||||||
|
{
|
||||||
|
_semaphore.Release(allowed);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var decrement = _currentLimit - desiredLimit;
|
||||||
|
var removed = 0;
|
||||||
|
while (removed < decrement && _semaphore.Wait(0))
|
||||||
|
{
|
||||||
|
removed++;
|
||||||
|
}
|
||||||
|
|
||||||
|
var remaining = decrement - removed;
|
||||||
|
if (remaining > 0)
|
||||||
|
{
|
||||||
|
_pendingReductions += remaining;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_currentLimit = desiredLimit;
|
||||||
|
Logger.LogDebug("Pair processing concurrency updated to {limit} (pending reductions: {pending})", _currentLimit, _pendingReductions);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private int CalculateLimit()
|
||||||
|
{
|
||||||
|
var configured = _configService.Current.MaxConcurrentPairApplications;
|
||||||
|
return Math.Clamp(configured, 1, HardLimit);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ReleaseOne()
|
||||||
|
{
|
||||||
|
var inFlight = Interlocked.Decrement(ref _inFlight);
|
||||||
|
if (inFlight < 0)
|
||||||
|
{
|
||||||
|
Interlocked.Exchange(ref _inFlight, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsEnabled)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
lock (_limitLock)
|
||||||
|
{
|
||||||
|
if (_pendingReductions > 0)
|
||||||
|
{
|
||||||
|
_pendingReductions--;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_semaphore.Release();
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
base.Dispose(disposing);
|
||||||
|
if (!disposing)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_semaphore.Dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
private sealed class Releaser : IAsyncDisposable
|
||||||
|
{
|
||||||
|
private PairProcessingLimiter? _owner;
|
||||||
|
|
||||||
|
public Releaser(PairProcessingLimiter owner)
|
||||||
|
{
|
||||||
|
_owner = owner;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ValueTask DisposeAsync()
|
||||||
|
{
|
||||||
|
var owner = Interlocked.Exchange(ref _owner, null);
|
||||||
|
owner?.ReleaseOne();
|
||||||
|
return ValueTask.CompletedTask;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private sealed class NoopReleaser : IAsyncDisposable
|
||||||
|
{
|
||||||
|
public static readonly NoopReleaser Instance = new();
|
||||||
|
|
||||||
|
private NoopReleaser()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public ValueTask DisposeAsync()
|
||||||
|
{
|
||||||
|
return ValueTask.CompletedTask;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public readonly record struct PairProcessingLimiterSnapshot(bool IsEnabled, int Limit, int InFlight, int Waiting)
|
||||||
|
{
|
||||||
|
public int Remaining => Math.Max(0, Limit - InFlight);
|
||||||
|
}
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.PlayerData.Pairs;
|
using LightlessSync.PlayerData.Pairs;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
@@ -11,16 +13,18 @@ public sealed class PairRequestService : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
private readonly DalamudUtilService _dalamudUtil;
|
private readonly DalamudUtilService _dalamudUtil;
|
||||||
private readonly PairManager _pairManager;
|
private readonly PairManager _pairManager;
|
||||||
|
private readonly Lazy<WebAPI.ApiController> _apiController;
|
||||||
private readonly object _syncRoot = new();
|
private readonly object _syncRoot = new();
|
||||||
private readonly List<PairRequestEntry> _requests = [];
|
private readonly List<PairRequestEntry> _requests = [];
|
||||||
|
|
||||||
private static readonly TimeSpan Expiration = TimeSpan.FromMinutes(5);
|
private static readonly TimeSpan Expiration = TimeSpan.FromMinutes(5);
|
||||||
|
|
||||||
public PairRequestService(ILogger<PairRequestService> logger, LightlessMediator mediator, DalamudUtilService dalamudUtil, PairManager pairManager)
|
public PairRequestService(ILogger<PairRequestService> logger, LightlessMediator mediator, DalamudUtilService dalamudUtil, PairManager pairManager, Lazy<WebAPI.ApiController> apiController)
|
||||||
: base(logger, mediator)
|
: base(logger, mediator)
|
||||||
{
|
{
|
||||||
_dalamudUtil = dalamudUtil;
|
_dalamudUtil = dalamudUtil;
|
||||||
_pairManager = pairManager;
|
_pairManager = pairManager;
|
||||||
|
_apiController = apiController;
|
||||||
|
|
||||||
Mediator.Subscribe<PriorityFrameworkUpdateMessage>(this, _ =>
|
Mediator.Subscribe<PriorityFrameworkUpdateMessage>(this, _ =>
|
||||||
{
|
{
|
||||||
@@ -66,6 +70,10 @@ public sealed class PairRequestService : DisposableMediatorSubscriberBase
|
|||||||
: _dalamudUtil.RunOnFrameworkThread(() => ToDisplay(entry)).GetAwaiter().GetResult();
|
: _dalamudUtil.RunOnFrameworkThread(() => ToDisplay(entry)).GetAwaiter().GetResult();
|
||||||
|
|
||||||
Mediator.Publish(new PairRequestsUpdatedMessage());
|
Mediator.Publish(new PairRequestsUpdatedMessage());
|
||||||
|
|
||||||
|
var senderName = string.IsNullOrEmpty(display.DisplayName) ? "Unknown User" : display.DisplayName;
|
||||||
|
Mediator.Publish(new PairRequestReceivedMessage(senderName, display.HashedCid));
|
||||||
|
|
||||||
return display;
|
return display;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -183,6 +191,40 @@ public sealed class PairRequestService : DisposableMediatorSubscriberBase
|
|||||||
return _requests.RemoveAll(r => now - r.ReceivedAt > Expiration) > 0;
|
return _requests.RemoveAll(r => now - r.ReceivedAt > Expiration) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void AcceptPairRequest(string hashedCid, string displayName)
|
||||||
|
{
|
||||||
|
_ = Task.Run(async () =>
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
await _apiController.Value.TryPairWithContentId(hashedCid).ConfigureAwait(false);
|
||||||
|
RemoveRequest(hashedCid);
|
||||||
|
|
||||||
|
var displayText = string.IsNullOrEmpty(displayName) ? hashedCid : displayName;
|
||||||
|
Mediator.Publish(new NotificationMessage(
|
||||||
|
"Pair request accepted",
|
||||||
|
$"Sent a pair request back to {displayText}.",
|
||||||
|
NotificationType.Info,
|
||||||
|
TimeSpan.FromSeconds(3)));
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Logger.LogError(ex, "Failed to accept pair request for {HashedCid}", hashedCid);
|
||||||
|
Mediator.Publish(new NotificationMessage(
|
||||||
|
"Failed to Accept Pair Request",
|
||||||
|
ex.Message,
|
||||||
|
NotificationType.Error,
|
||||||
|
TimeSpan.FromSeconds(5)));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public void DeclinePairRequest(string hashedCid)
|
||||||
|
{
|
||||||
|
RemoveRequest(hashedCid);
|
||||||
|
Logger.LogDebug("Declined pair request from {HashedCid}", hashedCid);
|
||||||
|
}
|
||||||
|
|
||||||
private record struct PairRequestEntry(string HashedCid, string MessageTemplate, DateTime ReceivedAt);
|
private record struct PairRequestEntry(string HashedCid, string MessageTemplate, DateTime ReceivedAt);
|
||||||
|
|
||||||
public readonly record struct PairRequestDisplay(string HashedCid, string DisplayName, string Message, DateTime ReceivedAt);
|
public readonly record struct PairRequestDisplay(string HashedCid, string DisplayName, string Message, DateTime ReceivedAt);
|
||||||
|
|||||||
@@ -78,23 +78,26 @@ public class PlayerPerformanceService
|
|||||||
string warningText = string.Empty;
|
string warningText = string.Empty;
|
||||||
if (exceedsTris && !exceedsVram)
|
if (exceedsTris && !exceedsVram)
|
||||||
{
|
{
|
||||||
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds your configured triangle warning threshold (" +
|
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds your configured triangle warning threshold\n" +
|
||||||
$"{triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles).";
|
$"{triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles";
|
||||||
}
|
}
|
||||||
else if (!exceedsTris)
|
else if (!exceedsTris)
|
||||||
{
|
{
|
||||||
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds your configured VRAM warning threshold (" +
|
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds your configured VRAM warning threshold\n" +
|
||||||
$"{UiSharedService.ByteToString(vramUsage, true)}/{config.VRAMSizeWarningThresholdMiB} MiB).";
|
$"{UiSharedService.ByteToString(vramUsage, true)}/{config.VRAMSizeWarningThresholdMiB} MiB";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds both VRAM warning threshold (" +
|
warningText = $"Player {pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds both VRAM warning threshold and triangle warning threshold\n" +
|
||||||
$"{UiSharedService.ByteToString(vramUsage, true)}/{config.VRAMSizeWarningThresholdMiB} MiB) and " +
|
$"{UiSharedService.ByteToString(vramUsage, true)}/{config.VRAMSizeWarningThresholdMiB} MiB and {triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles";
|
||||||
$"triangle warning threshold ({triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles).";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_mediator.Publish(new NotificationMessage($"{pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds performance threshold(s)",
|
_mediator.Publish(new PerformanceNotificationMessage(
|
||||||
warningText, LightlessConfiguration.Models.NotificationType.Warning));
|
$"{pairHandler.Pair.PlayerName} ({pairHandler.Pair.UserData.AliasOrUID}) exceeds performance threshold(s)",
|
||||||
|
warningText,
|
||||||
|
pairHandler.Pair.UserData,
|
||||||
|
pairHandler.Pair.IsPaused,
|
||||||
|
pairHandler.Pair.PlayerName));
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@@ -138,11 +141,15 @@ public class PlayerPerformanceService
|
|||||||
if (CheckForThreshold(config.AutoPausePlayersExceedingThresholds, config.TrisAutoPauseThresholdThousands * 1000,
|
if (CheckForThreshold(config.AutoPausePlayersExceedingThresholds, config.TrisAutoPauseThresholdThousands * 1000,
|
||||||
triUsage, config.AutoPausePlayersWithPreferredPermissionsExceedingThresholds, isPrefPerm))
|
triUsage, config.AutoPausePlayersWithPreferredPermissionsExceedingThresholds, isPrefPerm))
|
||||||
{
|
{
|
||||||
_mediator.Publish(new NotificationMessage($"{pair.PlayerName} ({pair.UserData.AliasOrUID}) automatically paused",
|
var message = $"Player {pair.PlayerName} ({pair.UserData.AliasOrUID}) exceeded your configured triangle auto pause threshold and has been automatically paused\n" +
|
||||||
$"Player {pair.PlayerName} ({pair.UserData.AliasOrUID}) exceeded your configured triangle auto pause threshold (" +
|
$"{triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles";
|
||||||
$"{triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles)" +
|
|
||||||
$" and has been automatically paused.",
|
_mediator.Publish(new PerformanceNotificationMessage(
|
||||||
LightlessConfiguration.Models.NotificationType.Warning));
|
$"{pair.PlayerName} ({pair.UserData.AliasOrUID}) automatically paused",
|
||||||
|
message,
|
||||||
|
pair.UserData,
|
||||||
|
true,
|
||||||
|
pair.PlayerName));
|
||||||
|
|
||||||
_mediator.Publish(new EventMessage(new Event(pair.PlayerName, pair.UserData, nameof(PlayerPerformanceService), EventSeverity.Warning,
|
_mediator.Publish(new EventMessage(new Event(pair.PlayerName, pair.UserData, nameof(PlayerPerformanceService), EventSeverity.Warning,
|
||||||
$"Exceeds triangle threshold: automatically paused ({triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles)")));
|
$"Exceeds triangle threshold: automatically paused ({triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles)")));
|
||||||
@@ -214,11 +221,15 @@ public class PlayerPerformanceService
|
|||||||
if (CheckForThreshold(config.AutoPausePlayersExceedingThresholds, config.VRAMSizeAutoPauseThresholdMiB * 1024 * 1024,
|
if (CheckForThreshold(config.AutoPausePlayersExceedingThresholds, config.VRAMSizeAutoPauseThresholdMiB * 1024 * 1024,
|
||||||
vramUsage, config.AutoPausePlayersWithPreferredPermissionsExceedingThresholds, isPrefPerm))
|
vramUsage, config.AutoPausePlayersWithPreferredPermissionsExceedingThresholds, isPrefPerm))
|
||||||
{
|
{
|
||||||
_mediator.Publish(new NotificationMessage($"{pair.PlayerName} ({pair.UserData.AliasOrUID}) automatically paused",
|
var message = $"Player {pair.PlayerName} ({pair.UserData.AliasOrUID}) exceeded your configured VRAM auto pause threshold and has been automatically paused\n" +
|
||||||
$"Player {pair.PlayerName} ({pair.UserData.AliasOrUID}) exceeded your configured VRAM auto pause threshold (" +
|
$"{UiSharedService.ByteToString(vramUsage, addSuffix: true)}/{config.VRAMSizeAutoPauseThresholdMiB}MiB";
|
||||||
$"{UiSharedService.ByteToString(vramUsage, addSuffix: true)}/{config.VRAMSizeAutoPauseThresholdMiB}MiB)" +
|
|
||||||
$" and has been automatically paused.",
|
_mediator.Publish(new PerformanceNotificationMessage(
|
||||||
LightlessConfiguration.Models.NotificationType.Warning));
|
$"{pair.PlayerName} ({pair.UserData.AliasOrUID}) automatically paused",
|
||||||
|
message,
|
||||||
|
pair.UserData,
|
||||||
|
true,
|
||||||
|
pair.PlayerName));
|
||||||
|
|
||||||
_mediator.Publish(new PauseMessage(pair.UserData));
|
_mediator.Publish(new PauseMessage(pair.UserData));
|
||||||
|
|
||||||
|
|||||||
@@ -504,7 +504,7 @@ public class ServerConfigurationManager
|
|||||||
|
|
||||||
internal void RenameTag(Dictionary<string, List<string>> tags, HashSet<string> storage, string oldName, string newName)
|
internal void RenameTag(Dictionary<string, List<string>> tags, HashSet<string> storage, string oldName, string newName)
|
||||||
{
|
{
|
||||||
if (newName.Length > _maxCharactersFolder)
|
if (newName.Length < _maxCharactersFolder)
|
||||||
{
|
{
|
||||||
storage.Remove(oldName);
|
storage.Remove(oldName);
|
||||||
storage.Add(newName);
|
storage.Add(newName);
|
||||||
@@ -607,8 +607,9 @@ public class ServerConfigurationManager
|
|||||||
{
|
{
|
||||||
var baseUri = serverUri.Replace("wss://", "https://").Replace("ws://", "http://");
|
var baseUri = serverUri.Replace("wss://", "https://").Replace("ws://", "http://");
|
||||||
var oauthCheckUri = LightlessAuth.GetUIDsFullPath(new Uri(baseUri));
|
var oauthCheckUri = LightlessAuth.GetUIDsFullPath(new Uri(baseUri));
|
||||||
_httpClient.DefaultRequestHeaders.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", token);
|
using var request = new HttpRequestMessage(HttpMethod.Get, oauthCheckUri);
|
||||||
var response = await _httpClient.GetAsync(oauthCheckUri).ConfigureAwait(false);
|
request.Headers.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", token);
|
||||||
|
using var response = await _httpClient.SendAsync(request).ConfigureAwait(false);
|
||||||
var responseStream = await response.Content.ReadAsStreamAsync().ConfigureAwait(false);
|
var responseStream = await response.Content.ReadAsStreamAsync().ConfigureAwait(false);
|
||||||
return await JsonSerializer.DeserializeAsync<Dictionary<string, string>>(responseStream).ConfigureAwait(false) ?? [];
|
return await JsonSerializer.DeserializeAsync<Dictionary<string, string>>(responseStream).ConfigureAwait(false) ?? [];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
using Dalamud.Interface;
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.ImGuiFileDialog;
|
using Dalamud.Interface.ImGuiFileDialog;
|
||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.UI;
|
using LightlessSync.UI;
|
||||||
|
using LightlessSync.UI.Style;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace LightlessSync.Services;
|
namespace LightlessSync.Services;
|
||||||
@@ -22,7 +23,8 @@ public sealed class UiService : DisposableMediatorSubscriberBase
|
|||||||
LightlessConfigService lightlessConfigService, WindowSystem windowSystem,
|
LightlessConfigService lightlessConfigService, WindowSystem windowSystem,
|
||||||
IEnumerable<WindowMediatorSubscriberBase> windows,
|
IEnumerable<WindowMediatorSubscriberBase> windows,
|
||||||
UiFactory uiFactory, FileDialogManager fileDialogManager,
|
UiFactory uiFactory, FileDialogManager fileDialogManager,
|
||||||
LightlessMediator lightlessMediator) : base(logger, lightlessMediator)
|
LightlessMediator lightlessMediator,
|
||||||
|
NotificationService notificationService) : base(logger, lightlessMediator)
|
||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
_logger.LogTrace("Creating {type}", GetType().Name);
|
_logger.LogTrace("Creating {type}", GetType().Name);
|
||||||
@@ -118,8 +120,16 @@ public sealed class UiService : DisposableMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void Draw()
|
private void Draw()
|
||||||
|
{
|
||||||
|
MainStyle.PushStyle();
|
||||||
|
try
|
||||||
{
|
{
|
||||||
_windowSystem.Draw();
|
_windowSystem.Draw();
|
||||||
_fileDialogManager.Draw();
|
_fileDialogManager.Draw();
|
||||||
}
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
MainStyle.PopStyle();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
using Dalamud.Bindings.ImGui;
|
using Dalamud.Bindings.ImGui;
|
||||||
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.Colors;
|
using Dalamud.Interface.Colors;
|
||||||
using Dalamud.Interface.Utility;
|
using Dalamud.Interface.Utility;
|
||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
@@ -49,8 +50,6 @@ namespace LightlessSync.UI
|
|||||||
MinimumSize = new(600, 465),
|
MinimumSize = new(600, 465),
|
||||||
MaximumSize = new(750, 525)
|
MaximumSize = new(750, 525)
|
||||||
};
|
};
|
||||||
|
|
||||||
mediator.Subscribe<RefreshUiMessage>(this, async _ => await RefreshSyncshells().ConfigureAwait(false));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RebuildSyncshellDropdownOptions()
|
private void RebuildSyncshellDropdownOptions()
|
||||||
@@ -121,7 +120,7 @@ namespace LightlessSync.UI
|
|||||||
public override void OnOpen()
|
public override void OnOpen()
|
||||||
{
|
{
|
||||||
_userUid = _apiController.UID;
|
_userUid = _apiController.UID;
|
||||||
_ = RefreshSyncshellsInternal();
|
_ = RefreshSyncshells();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void DrawInternal()
|
protected override void DrawInternal()
|
||||||
@@ -211,7 +210,7 @@ namespace LightlessSync.UI
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
ImGui.PushStyleColor(ImGuiCol.Text, UIColors.Get("DimRed"));
|
ImGui.PushStyleColor(ImGuiCol.Text, UIColors.Get("DimRed"));
|
||||||
ImGui.Text("The Lightfinder<EFBFBD>s light wanes, but not in vain."); // cringe..
|
ImGui.Text("The Lightfinder’s light wanes, but not in vain."); // cringe..
|
||||||
ImGui.PopStyleColor();
|
ImGui.PopStyleColor();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -254,12 +253,27 @@ namespace LightlessSync.UI
|
|||||||
_broadcastService.ToggleBroadcast();
|
_broadcastService.ToggleBroadcast();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var toggleButtonHeight = ImGui.GetItemRectSize().Y;
|
||||||
|
|
||||||
if (isOnCooldown || !_broadcastService.IsLightFinderAvailable)
|
if (isOnCooldown || !_broadcastService.IsLightFinderAvailable)
|
||||||
ImGui.EndDisabled();
|
ImGui.EndDisabled();
|
||||||
|
|
||||||
ImGui.PopStyleColor();
|
ImGui.PopStyleColor();
|
||||||
ImGui.PopStyleVar();
|
ImGui.PopStyleVar();
|
||||||
|
|
||||||
|
ImGui.SameLine();
|
||||||
|
if (_uiSharedService.IconButton(FontAwesomeIcon.Cog, toggleButtonHeight))
|
||||||
|
{
|
||||||
|
Mediator.Publish(new OpenLightfinderSettingsMessage());
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ImGui.IsItemHovered())
|
||||||
|
{
|
||||||
|
ImGui.BeginTooltip();
|
||||||
|
ImGui.TextUnformatted("Open Lightfinder settings.");
|
||||||
|
ImGui.EndTooltip();
|
||||||
|
}
|
||||||
|
|
||||||
ImGui.EndTabItem();
|
ImGui.EndTabItem();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -268,6 +282,7 @@ namespace LightlessSync.UI
|
|||||||
if (_allSyncshells == null)
|
if (_allSyncshells == null)
|
||||||
{
|
{
|
||||||
ImGui.Text("Loading Syncshells...");
|
ImGui.Text("Loading Syncshells...");
|
||||||
|
_ = RefreshSyncshells();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -319,6 +334,7 @@ namespace LightlessSync.UI
|
|||||||
{
|
{
|
||||||
_configService.Current.SelectedFinderSyncshell = gid;
|
_configService.Current.SelectedFinderSyncshell = gid;
|
||||||
_configService.Save();
|
_configService.Save();
|
||||||
|
_ = RefreshSyncshells();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!available && ImGui.IsItemHovered())
|
if (!available && ImGui.IsItemHovered())
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
using Dalamud.Bindings.ImGui;
|
using System;
|
||||||
|
using Dalamud.Bindings.ImGui;
|
||||||
using Dalamud.Interface;
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.Utility;
|
using Dalamud.Interface.Utility;
|
||||||
using Dalamud.Interface.Utility.Raii;
|
using Dalamud.Interface.Utility.Raii;
|
||||||
@@ -86,7 +87,7 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||||||
IpcManager ipcManager,
|
IpcManager ipcManager,
|
||||||
BroadcastService broadcastService,
|
BroadcastService broadcastService,
|
||||||
CharacterAnalyzer characterAnalyzer,
|
CharacterAnalyzer characterAnalyzer,
|
||||||
PlayerPerformanceConfigService playerPerformanceConfig, PairRequestService pairRequestService, DalamudUtilService dalamudUtilService) : base(logger, mediator, "###LightlessSyncMainUI", performanceCollectorService)
|
PlayerPerformanceConfigService playerPerformanceConfig, PairRequestService pairRequestService, DalamudUtilService dalamudUtilService, NotificationService lightlessNotificationService) : base(logger, mediator, "###LightlessSyncMainUI", performanceCollectorService)
|
||||||
{
|
{
|
||||||
_uiSharedService = uiShared;
|
_uiSharedService = uiShared;
|
||||||
_configService = configService;
|
_configService = configService;
|
||||||
@@ -104,7 +105,7 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||||||
_renamePairTagUi = renameTagUi;
|
_renamePairTagUi = renameTagUi;
|
||||||
_ipcManager = ipcManager;
|
_ipcManager = ipcManager;
|
||||||
_broadcastService = broadcastService;
|
_broadcastService = broadcastService;
|
||||||
_tabMenu = new TopTabMenu(Mediator, _apiController, _pairManager, _uiSharedService, pairRequestService, dalamudUtilService);
|
_tabMenu = new TopTabMenu(Mediator, _apiController, _pairManager, _uiSharedService, pairRequestService, dalamudUtilService, lightlessNotificationService);
|
||||||
|
|
||||||
AllowPinning = true;
|
AllowPinning = true;
|
||||||
AllowClickthrough = false;
|
AllowClickthrough = false;
|
||||||
@@ -376,7 +377,7 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||||||
|
|
||||||
private void DrawTransfers()
|
private void DrawTransfers()
|
||||||
{
|
{
|
||||||
var currentUploads = _fileTransferManager.CurrentUploads.ToList();
|
var currentUploads = _fileTransferManager.GetCurrentUploadsSnapshot();
|
||||||
ImGui.AlignTextToFramePadding();
|
ImGui.AlignTextToFramePadding();
|
||||||
_uiSharedService.IconText(FontAwesomeIcon.Upload);
|
_uiSharedService.IconText(FontAwesomeIcon.Upload);
|
||||||
ImGui.SameLine(35 * ImGuiHelpers.GlobalScale);
|
ImGui.SameLine(35 * ImGuiHelpers.GlobalScale);
|
||||||
@@ -386,10 +387,12 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||||||
var totalUploads = currentUploads.Count;
|
var totalUploads = currentUploads.Count;
|
||||||
|
|
||||||
var doneUploads = currentUploads.Count(c => c.IsTransferred);
|
var doneUploads = currentUploads.Count(c => c.IsTransferred);
|
||||||
|
var activeUploads = currentUploads.Count(c => !c.IsTransferred);
|
||||||
|
var uploadSlotLimit = Math.Clamp(_configService.Current.ParallelUploads, 1, 8);
|
||||||
var totalUploaded = currentUploads.Sum(c => c.Transferred);
|
var totalUploaded = currentUploads.Sum(c => c.Transferred);
|
||||||
var totalToUpload = currentUploads.Sum(c => c.Total);
|
var totalToUpload = currentUploads.Sum(c => c.Total);
|
||||||
|
|
||||||
ImGui.TextUnformatted($"{doneUploads}/{totalUploads}");
|
ImGui.TextUnformatted($"{doneUploads}/{totalUploads} (slots {activeUploads}/{uploadSlotLimit})");
|
||||||
var uploadText = $"({UiSharedService.ByteToString(totalUploaded)}/{UiSharedService.ByteToString(totalToUpload)})";
|
var uploadText = $"({UiSharedService.ByteToString(totalUploaded)}/{UiSharedService.ByteToString(totalToUpload)})";
|
||||||
var textSize = ImGui.CalcTextSize(uploadText);
|
var textSize = ImGui.CalcTextSize(uploadText);
|
||||||
ImGui.SameLine(_windowContentWidth - textSize.X);
|
ImGui.SameLine(_windowContentWidth - textSize.X);
|
||||||
@@ -671,7 +674,7 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||||||
UiSharedService.AttachToolTip("Click to copy");
|
UiSharedService.AttachToolTip("Click to copy");
|
||||||
if (uidFooterClicked)
|
if (uidFooterClicked)
|
||||||
{
|
{
|
||||||
_lightlessMediator.Publish(new UiToggleMessage(typeof(DataAnalysisUi)));
|
ImGui.SetClipboardText(_apiController.UID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -313,7 +313,7 @@ public class DrawUserPair
|
|||||||
using (ImRaii.PushColor(ImGuiCol.Text, roleColor))
|
using (ImRaii.PushColor(ImGuiCol.Text, roleColor))
|
||||||
{
|
{
|
||||||
ImGui.TextUnformatted(_pair.UserData.IsAdmin
|
ImGui.TextUnformatted(_pair.UserData.IsAdmin
|
||||||
? "Official Lightless Admin"
|
? "Official Lightless Developer"
|
||||||
: "Official Lightless Moderator");
|
: "Official Lightless Moderator");
|
||||||
}
|
}
|
||||||
ImGui.EndTooltip();
|
ImGui.EndTooltip();
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
using Dalamud.Bindings.ImGui;
|
using Dalamud.Bindings.ImGui;
|
||||||
using Dalamud.Interface.Colors;
|
using Dalamud.Interface.Colors;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.PlayerData.Handlers;
|
using LightlessSync.PlayerData.Handlers;
|
||||||
using LightlessSync.Services;
|
using LightlessSync.Services;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
@@ -19,16 +20,23 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
private readonly DalamudUtilService _dalamudUtilService;
|
private readonly DalamudUtilService _dalamudUtilService;
|
||||||
private readonly FileUploadManager _fileTransferManager;
|
private readonly FileUploadManager _fileTransferManager;
|
||||||
private readonly UiSharedService _uiShared;
|
private readonly UiSharedService _uiShared;
|
||||||
|
private readonly PairProcessingLimiter _pairProcessingLimiter;
|
||||||
private readonly ConcurrentDictionary<GameObjectHandler, bool> _uploadingPlayers = new();
|
private readonly ConcurrentDictionary<GameObjectHandler, bool> _uploadingPlayers = new();
|
||||||
|
private readonly NotificationService _notificationService;
|
||||||
|
private bool _notificationDismissed = true;
|
||||||
|
private int _lastDownloadStateHash = 0;
|
||||||
|
|
||||||
public DownloadUi(ILogger<DownloadUi> logger, DalamudUtilService dalamudUtilService, LightlessConfigService configService,
|
public DownloadUi(ILogger<DownloadUi> logger, DalamudUtilService dalamudUtilService, LightlessConfigService configService,
|
||||||
FileUploadManager fileTransferManager, LightlessMediator mediator, UiSharedService uiShared, PerformanceCollectorService performanceCollectorService)
|
PairProcessingLimiter pairProcessingLimiter, FileUploadManager fileTransferManager, LightlessMediator mediator, UiSharedService uiShared,
|
||||||
|
PerformanceCollectorService performanceCollectorService, NotificationService notificationService)
|
||||||
: base(logger, mediator, "Lightless Sync Downloads", performanceCollectorService)
|
: base(logger, mediator, "Lightless Sync Downloads", performanceCollectorService)
|
||||||
{
|
{
|
||||||
_dalamudUtilService = dalamudUtilService;
|
_dalamudUtilService = dalamudUtilService;
|
||||||
_configService = configService;
|
_configService = configService;
|
||||||
|
_pairProcessingLimiter = pairProcessingLimiter;
|
||||||
_fileTransferManager = fileTransferManager;
|
_fileTransferManager = fileTransferManager;
|
||||||
_uiShared = uiShared;
|
_uiShared = uiShared;
|
||||||
|
_notificationService = notificationService;
|
||||||
|
|
||||||
SizeConstraints = new WindowSizeConstraints()
|
SizeConstraints = new WindowSizeConstraints()
|
||||||
{
|
{
|
||||||
@@ -53,7 +61,14 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
|
|
||||||
Mediator.Subscribe<DownloadStartedMessage>(this, (msg) => _currentDownloads[msg.DownloadId] = msg.DownloadStatus);
|
Mediator.Subscribe<DownloadStartedMessage>(this, (msg) => _currentDownloads[msg.DownloadId] = msg.DownloadStatus);
|
||||||
Mediator.Subscribe<DownloadFinishedMessage>(this, (msg) => _currentDownloads.TryRemove(msg.DownloadId, out _));
|
Mediator.Subscribe<DownloadFinishedMessage>(this, (msg) =>
|
||||||
|
{
|
||||||
|
_currentDownloads.TryRemove(msg.DownloadId, out _);
|
||||||
|
if (!_currentDownloads.Any())
|
||||||
|
{
|
||||||
|
Mediator.Publish(new LightlessNotificationDismissMessage("pair_download_progress"));
|
||||||
|
}
|
||||||
|
});
|
||||||
Mediator.Subscribe<GposeStartMessage>(this, (_) => IsOpen = false);
|
Mediator.Subscribe<GposeStartMessage>(this, (_) => IsOpen = false);
|
||||||
Mediator.Subscribe<GposeEndMessage>(this, (_) => IsOpen = true);
|
Mediator.Subscribe<GposeEndMessage>(this, (_) => IsOpen = true);
|
||||||
Mediator.Subscribe<PlayerUploadingMessage>(this, (msg) =>
|
Mediator.Subscribe<PlayerUploadingMessage>(this, (msg) =>
|
||||||
@@ -73,11 +88,13 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
if (_configService.Current.ShowTransferWindow)
|
if (_configService.Current.ShowTransferWindow)
|
||||||
{
|
{
|
||||||
|
var limiterSnapshot = _pairProcessingLimiter.GetSnapshot();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (_fileTransferManager.CurrentUploads.Any())
|
if (_fileTransferManager.IsUploading)
|
||||||
{
|
{
|
||||||
var currentUploads = _fileTransferManager.CurrentUploads.ToList();
|
var currentUploads = _fileTransferManager.GetCurrentUploadsSnapshot();
|
||||||
var totalUploads = currentUploads.Count;
|
var totalUploads = currentUploads.Count;
|
||||||
|
|
||||||
var doneUploads = currentUploads.Count(c => c.IsTransferred);
|
var doneUploads = currentUploads.Count(c => c.IsTransferred);
|
||||||
@@ -100,11 +117,48 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// ignore errors thrown from UI
|
_logger.LogDebug("Error drawing upload progress");
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
// Check if download notifications are enabled (not set to TextOverlay)
|
||||||
|
var useNotifications = _configService.Current.UseLightlessNotifications
|
||||||
|
? _configService.Current.LightlessDownloadNotification != NotificationLocation.TextOverlay
|
||||||
|
: _configService.Current.UseNotificationsForDownloads;
|
||||||
|
|
||||||
|
if (useNotifications)
|
||||||
|
{
|
||||||
|
// Use notification system
|
||||||
|
if (_currentDownloads.Any())
|
||||||
|
{
|
||||||
|
UpdateDownloadNotificationIfChanged(limiterSnapshot);
|
||||||
|
_notificationDismissed = false;
|
||||||
|
}
|
||||||
|
else if (!_notificationDismissed)
|
||||||
|
{
|
||||||
|
Mediator.Publish(new LightlessNotificationDismissMessage("pair_download_progress"));
|
||||||
|
_notificationDismissed = true;
|
||||||
|
_lastDownloadStateHash = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Use text overlay
|
||||||
|
if (limiterSnapshot.IsEnabled)
|
||||||
|
{
|
||||||
|
var queueColor = limiterSnapshot.Waiting > 0 ? ImGuiColors.DalamudYellow : ImGuiColors.DalamudGrey;
|
||||||
|
var queueText = $"Pair queue {limiterSnapshot.InFlight}/{limiterSnapshot.Limit}";
|
||||||
|
queueText += limiterSnapshot.Waiting > 0 ? $" ({limiterSnapshot.Waiting} waiting, {limiterSnapshot.Remaining} free)" : $" ({limiterSnapshot.Remaining} free)";
|
||||||
|
UiSharedService.DrawOutlinedFont(queueText, queueColor, new Vector4(0, 0, 0, 255), 1);
|
||||||
|
ImGui.NewLine();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
UiSharedService.DrawOutlinedFont("Pair apply limiter disabled", ImGuiColors.DalamudGrey, new Vector4(0, 0, 0, 255), 1);
|
||||||
|
ImGui.NewLine();
|
||||||
|
}
|
||||||
|
|
||||||
foreach (var item in _currentDownloads.ToList())
|
foreach (var item in _currentDownloads.ToList())
|
||||||
{
|
{
|
||||||
var dlSlot = item.Value.Count(c => c.Value.DownloadStatus == DownloadStatus.WaitingForSlot);
|
var dlSlot = item.Value.Count(c => c.Value.DownloadStatus == DownloadStatus.WaitingForSlot);
|
||||||
@@ -129,9 +183,10 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
ImGuiColors.DalamudWhite, new Vector4(0, 0, 0, 255), 1);
|
ImGuiColors.DalamudWhite, new Vector4(0, 0, 0, 255), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// ignore errors thrown from UI
|
_logger.LogDebug("Error drawing download progress");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -203,7 +258,7 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// ignore errors thrown on UI
|
_logger.LogDebug("Error drawing upload progress");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -214,7 +269,7 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
if (_uiShared.EditTrackerPosition) return true;
|
if (_uiShared.EditTrackerPosition) return true;
|
||||||
if (!_configService.Current.ShowTransferWindow && !_configService.Current.ShowTransferBars) return false;
|
if (!_configService.Current.ShowTransferWindow && !_configService.Current.ShowTransferBars) return false;
|
||||||
if (!_currentDownloads.Any() && !_fileTransferManager.CurrentUploads.Any() && !_uploadingPlayers.Any()) return false;
|
if (!_currentDownloads.Any() && !_fileTransferManager.IsUploading && !_uploadingPlayers.Any()) return false;
|
||||||
if (!IsOpen) return false;
|
if (!IsOpen) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -245,4 +300,68 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||||||
MaximumSize = new Vector2(300, maxHeight),
|
MaximumSize = new Vector2(300, maxHeight),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void UpdateDownloadNotificationIfChanged(PairProcessingLimiterSnapshot limiterSnapshot)
|
||||||
|
{
|
||||||
|
var downloadStatus = new List<(string playerName, float progress, string status)>(_currentDownloads.Count);
|
||||||
|
var hashCode = new HashCode();
|
||||||
|
|
||||||
|
foreach (var item in _currentDownloads)
|
||||||
|
{
|
||||||
|
var dlSlot = 0;
|
||||||
|
var dlQueue = 0;
|
||||||
|
var dlProg = 0;
|
||||||
|
var dlDecomp = 0;
|
||||||
|
long totalBytes = 0;
|
||||||
|
long transferredBytes = 0;
|
||||||
|
|
||||||
|
// Single pass through the dictionary to count everything - avoid multiple LINQ iterations
|
||||||
|
foreach (var entry in item.Value)
|
||||||
|
{
|
||||||
|
var fileStatus = entry.Value;
|
||||||
|
switch (fileStatus.DownloadStatus)
|
||||||
|
{
|
||||||
|
case DownloadStatus.WaitingForSlot: dlSlot++; break;
|
||||||
|
case DownloadStatus.WaitingForQueue: dlQueue++; break;
|
||||||
|
case DownloadStatus.Downloading: dlProg++; break;
|
||||||
|
case DownloadStatus.Decompressing: dlDecomp++; break;
|
||||||
|
}
|
||||||
|
totalBytes += fileStatus.TotalBytes;
|
||||||
|
transferredBytes += fileStatus.TransferredBytes;
|
||||||
|
}
|
||||||
|
|
||||||
|
var progress = totalBytes > 0 ? (float)transferredBytes / totalBytes : 0f;
|
||||||
|
|
||||||
|
string status;
|
||||||
|
if (dlDecomp > 0) status = "decompressing";
|
||||||
|
else if (dlProg > 0) status = "downloading";
|
||||||
|
else if (dlQueue > 0) status = "queued";
|
||||||
|
else if (dlSlot > 0) status = "waiting";
|
||||||
|
else status = "completed";
|
||||||
|
|
||||||
|
downloadStatus.Add((item.Key.Name, progress, status));
|
||||||
|
|
||||||
|
// Build hash from meaningful state
|
||||||
|
hashCode.Add(item.Key.Name);
|
||||||
|
hashCode.Add(transferredBytes);
|
||||||
|
hashCode.Add(totalBytes);
|
||||||
|
hashCode.Add(status);
|
||||||
|
}
|
||||||
|
|
||||||
|
var queueWaiting = limiterSnapshot.IsEnabled ? limiterSnapshot.Waiting : 0;
|
||||||
|
hashCode.Add(queueWaiting);
|
||||||
|
|
||||||
|
var currentHash = hashCode.ToHashCode();
|
||||||
|
|
||||||
|
// Only update notification if state has actually changed
|
||||||
|
if (currentHash != _lastDownloadStateHash)
|
||||||
|
{
|
||||||
|
_lastDownloadStateHash = currentHash;
|
||||||
|
if (downloadStatus.Count > 0 || queueWaiting > 0)
|
||||||
|
{
|
||||||
|
_notificationService.ShowPairDownloadNotification(downloadStatus, queueWaiting);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,56 +1,92 @@
|
|||||||
using Dalamud.Game.Gui.Dtr;
|
using Dalamud.Game.Gui.Dtr;
|
||||||
using Dalamud.Game.Text.SeStringHandling;
|
using Dalamud.Game.Text.SeStringHandling;
|
||||||
using Dalamud.Game.Text.SeStringHandling.Payloads;
|
using Dalamud.Game.Text.SeStringHandling.Payloads;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
using LightlessSync.LightlessConfiguration.Configurations;
|
using LightlessSync.LightlessConfiguration.Configurations;
|
||||||
using LightlessSync.PlayerData.Pairs;
|
using LightlessSync.PlayerData.Pairs;
|
||||||
|
using LightlessSync.Services;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.Services.ServerConfiguration;
|
using LightlessSync.Services.ServerConfiguration;
|
||||||
using LightlessSync.WebAPI;
|
using LightlessSync.WebAPI;
|
||||||
using LightlessSync.WebAPI.SignalR.Utils;
|
using LightlessSync.WebAPI.SignalR.Utils;
|
||||||
|
using LightlessSync.Utils;
|
||||||
using Microsoft.Extensions.Hosting;
|
using Microsoft.Extensions.Hosting;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
namespace LightlessSync.UI;
|
namespace LightlessSync.UI;
|
||||||
|
|
||||||
public sealed class DtrEntry : IDisposable, IHostedService
|
public sealed class DtrEntry : IDisposable, IHostedService
|
||||||
{
|
{
|
||||||
|
private static readonly TimeSpan _localHashedCidCacheDuration = TimeSpan.FromMinutes(2);
|
||||||
|
private static readonly TimeSpan _localHashedCidErrorCooldown = TimeSpan.FromMinutes(1);
|
||||||
|
|
||||||
private readonly ApiController _apiController;
|
private readonly ApiController _apiController;
|
||||||
private readonly ServerConfigurationManager _serverManager;
|
private readonly ServerConfigurationManager _serverManager;
|
||||||
private readonly CancellationTokenSource _cancellationTokenSource = new();
|
private readonly CancellationTokenSource _cancellationTokenSource = new();
|
||||||
private readonly ConfigurationServiceBase<LightlessConfig> _configService;
|
private readonly ConfigurationServiceBase<LightlessConfig> _configService;
|
||||||
private readonly IDtrBar _dtrBar;
|
private readonly IDtrBar _dtrBar;
|
||||||
private readonly Lazy<IDtrBarEntry> _entry;
|
private readonly Lazy<IDtrBarEntry> _statusEntry;
|
||||||
|
private readonly Lazy<IDtrBarEntry> _lightfinderEntry;
|
||||||
private readonly ILogger<DtrEntry> _logger;
|
private readonly ILogger<DtrEntry> _logger;
|
||||||
|
private readonly BroadcastService _broadcastService;
|
||||||
|
private readonly BroadcastScannerService _broadcastScannerService;
|
||||||
private readonly LightlessMediator _lightlessMediator;
|
private readonly LightlessMediator _lightlessMediator;
|
||||||
private readonly PairManager _pairManager;
|
private readonly PairManager _pairManager;
|
||||||
|
private readonly PairRequestService _pairRequestService;
|
||||||
|
private readonly DalamudUtilService _dalamudUtilService;
|
||||||
private Task? _runTask;
|
private Task? _runTask;
|
||||||
private string? _text;
|
private string? _statusText;
|
||||||
private string? _tooltip;
|
private string? _statusTooltip;
|
||||||
private Colors _colors;
|
private Colors _statusColors;
|
||||||
|
private string? _lightfinderText;
|
||||||
|
private string? _lightfinderTooltip;
|
||||||
|
private Colors _lightfinderColors;
|
||||||
|
private string? _localHashedCid;
|
||||||
|
private DateTime _localHashedCidFetchedAt = DateTime.MinValue;
|
||||||
|
private DateTime _localHashedCidNextErrorLog = DateTime.MinValue;
|
||||||
|
private DateTime _pairRequestNextErrorLog = DateTime.MinValue;
|
||||||
|
|
||||||
public DtrEntry(ILogger<DtrEntry> logger, IDtrBar dtrBar, ConfigurationServiceBase<LightlessConfig> configService, LightlessMediator lightlessMediator, PairManager pairManager, ApiController apiController, ServerConfigurationManager serverManager)
|
public DtrEntry(
|
||||||
|
ILogger<DtrEntry> logger,
|
||||||
|
IDtrBar dtrBar,
|
||||||
|
ConfigurationServiceBase<LightlessConfig> configService,
|
||||||
|
LightlessMediator lightlessMediator,
|
||||||
|
PairManager pairManager,
|
||||||
|
PairRequestService pairRequestService,
|
||||||
|
ApiController apiController,
|
||||||
|
ServerConfigurationManager serverManager,
|
||||||
|
BroadcastService broadcastService,
|
||||||
|
BroadcastScannerService broadcastScannerService,
|
||||||
|
DalamudUtilService dalamudUtilService)
|
||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
_dtrBar = dtrBar;
|
_dtrBar = dtrBar;
|
||||||
_entry = new(CreateEntry);
|
_statusEntry = new(CreateStatusEntry);
|
||||||
|
_lightfinderEntry = new(CreateLightfinderEntry);
|
||||||
_configService = configService;
|
_configService = configService;
|
||||||
_lightlessMediator = lightlessMediator;
|
_lightlessMediator = lightlessMediator;
|
||||||
_pairManager = pairManager;
|
_pairManager = pairManager;
|
||||||
|
_pairRequestService = pairRequestService;
|
||||||
_apiController = apiController;
|
_apiController = apiController;
|
||||||
_serverManager = serverManager;
|
_serverManager = serverManager;
|
||||||
|
_broadcastService = broadcastService;
|
||||||
|
_broadcastScannerService = broadcastScannerService;
|
||||||
|
_dalamudUtilService = dalamudUtilService;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
if (_entry.IsValueCreated)
|
if (_statusEntry.IsValueCreated)
|
||||||
{
|
{
|
||||||
_logger.LogDebug("Disposing DtrEntry");
|
_logger.LogDebug("Disposing DtrEntry");
|
||||||
Clear();
|
Clear();
|
||||||
_entry.Value.Remove();
|
_statusEntry.Value.Remove();
|
||||||
}
|
}
|
||||||
|
if (_lightfinderEntry.IsValueCreated)
|
||||||
|
_lightfinderEntry.Value.Remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
@@ -70,7 +106,7 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
|||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
// ignore cancelled
|
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
@@ -80,33 +116,66 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
|||||||
|
|
||||||
private void Clear()
|
private void Clear()
|
||||||
{
|
{
|
||||||
if (!_entry.IsValueCreated) return;
|
HideStatusEntry();
|
||||||
_logger.LogInformation("Clearing entry");
|
HideLightfinderEntry();
|
||||||
_text = null;
|
|
||||||
_tooltip = null;
|
|
||||||
_colors = default;
|
|
||||||
|
|
||||||
_entry.Value.Shown = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private IDtrBarEntry CreateEntry()
|
private void HideStatusEntry()
|
||||||
{
|
{
|
||||||
_logger.LogTrace("Creating new DtrBar entry");
|
if (_statusEntry.IsValueCreated && _statusEntry.Value.Shown)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Hiding status entry");
|
||||||
|
_statusEntry.Value.Shown = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
_statusText = null;
|
||||||
|
_statusTooltip = null;
|
||||||
|
_statusColors = default;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HideLightfinderEntry()
|
||||||
|
{
|
||||||
|
if (_lightfinderEntry.IsValueCreated && _lightfinderEntry.Value.Shown)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Hiding Lightfinder entry");
|
||||||
|
_lightfinderEntry.Value.Shown = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
_lightfinderText = null;
|
||||||
|
_lightfinderTooltip = null;
|
||||||
|
_lightfinderColors = default;
|
||||||
|
}
|
||||||
|
|
||||||
|
private IDtrBarEntry CreateStatusEntry()
|
||||||
|
{
|
||||||
|
_logger.LogTrace("Creating status DtrBar entry");
|
||||||
var entry = _dtrBar.Get("Lightless Sync");
|
var entry = _dtrBar.Get("Lightless Sync");
|
||||||
entry.OnClick = interactionEvent => OnClickEvent(interactionEvent);
|
entry.OnClick = interactionEvent => OnStatusEntryClick(interactionEvent);
|
||||||
|
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnClickEvent(DtrInteractionEvent interactionEvent)
|
private IDtrBarEntry CreateLightfinderEntry()
|
||||||
{
|
{
|
||||||
if (interactionEvent.ClickType.Equals(MouseClickType.Left) && !interactionEvent.ModifierKeys.Equals(ClickModifierKeys.Shift))
|
_logger.LogTrace("Creating Lightfinder DtrBar entry");
|
||||||
|
var entry = _dtrBar.Get("Lightfinder");
|
||||||
|
entry.OnClick = interactionEvent => OnLightfinderEntryClick(interactionEvent);
|
||||||
|
return entry;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnStatusEntryClick(DtrInteractionEvent interactionEvent)
|
||||||
|
{
|
||||||
|
if (interactionEvent.ClickType.Equals(MouseClickType.Left))
|
||||||
|
{
|
||||||
|
if (interactionEvent.ModifierKeys.HasFlag(ClickModifierKeys.Shift))
|
||||||
|
{
|
||||||
|
_lightlessMediator.Publish(new UiToggleMessage(typeof(SettingsUi)));
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
_lightlessMediator.Publish(new UiToggleMessage(typeof(CompactUi)));
|
_lightlessMediator.Publish(new UiToggleMessage(typeof(CompactUi)));
|
||||||
}
|
}
|
||||||
else if (interactionEvent.ClickType.Equals(MouseClickType.Left) && interactionEvent.ModifierKeys.Equals(ClickModifierKeys.Shift))
|
return;
|
||||||
{
|
|
||||||
_lightlessMediator.Publish(new UiToggleMessage(typeof(SettingsUi)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interactionEvent.ClickType.Equals(MouseClickType.Right))
|
if (interactionEvent.ClickType.Equals(MouseClickType.Right))
|
||||||
@@ -131,6 +200,17 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void OnLightfinderEntryClick(DtrInteractionEvent interactionEvent)
|
||||||
|
{
|
||||||
|
if (!_configService.Current.ShowLightfinderInDtr)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (interactionEvent.ClickType.Equals(MouseClickType.Left))
|
||||||
|
{
|
||||||
|
_broadcastService.ToggleBroadcast();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private async Task RunAsync()
|
private async Task RunAsync()
|
||||||
{
|
{
|
||||||
while (!_cancellationTokenSource.IsCancellationRequested)
|
while (!_cancellationTokenSource.IsCancellationRequested)
|
||||||
@@ -143,96 +223,278 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
|||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
{
|
{
|
||||||
if (!_configService.Current.EnableDtrEntry || !_configService.Current.HasValidSetup())
|
var config = _configService.Current;
|
||||||
{
|
|
||||||
if (_entry.IsValueCreated && _entry.Value.Shown)
|
|
||||||
{
|
|
||||||
_logger.LogInformation("Disabling entry");
|
|
||||||
|
|
||||||
Clear();
|
if (!config.HasValidSetup())
|
||||||
}
|
{
|
||||||
|
HideStatusEntry();
|
||||||
|
HideLightfinderEntry();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_entry.Value.Shown)
|
if (config.EnableDtrEntry)
|
||||||
{
|
UpdateStatusEntry(config);
|
||||||
_logger.LogInformation("Showing entry");
|
else
|
||||||
_entry.Value.Shown = true;
|
HideStatusEntry();
|
||||||
|
|
||||||
|
if (config.ShowLightfinderInDtr)
|
||||||
|
UpdateLightfinderEntry(config);
|
||||||
|
else
|
||||||
|
HideLightfinderEntry();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void UpdateStatusEntry(LightlessConfig config)
|
||||||
|
{
|
||||||
string text;
|
string text;
|
||||||
string tooltip;
|
string tooltip;
|
||||||
Colors colors;
|
Colors colors;
|
||||||
|
|
||||||
if (_apiController.IsConnected)
|
if (_apiController.IsConnected)
|
||||||
{
|
{
|
||||||
var pairCount = _pairManager.GetVisibleUserCount();
|
var pairCount = _pairManager.GetVisibleUserCount();
|
||||||
text = $"\uE044 {pairCount}";
|
text = $"\uE044 {pairCount}";
|
||||||
if (pairCount > 0)
|
if (pairCount > 0)
|
||||||
{
|
{
|
||||||
IEnumerable<string> visiblePairs;
|
var preferNote = config.PreferNoteInDtrTooltip;
|
||||||
if (_configService.Current.ShowUidInDtrTooltip)
|
var showUid = config.ShowUidInDtrTooltip;
|
||||||
{
|
|
||||||
visiblePairs = _pairManager.GetOnlineUserPairs()
|
var visiblePairsQuery = _pairManager.GetOnlineUserPairs()
|
||||||
.Where(x => x.IsVisible)
|
.Where(x => x.IsVisible);
|
||||||
.Select(x => string.Format("{0} ({1})", _configService.Current.PreferNoteInDtrTooltip ? x.GetNote() ?? x.PlayerName : x.PlayerName, x.UserData.AliasOrUID));
|
|
||||||
}
|
IEnumerable<string> visiblePairs = showUid
|
||||||
else
|
? visiblePairsQuery.Select(x => string.Format("{0} ({1})", preferNote ? x.GetNote() ?? x.PlayerName : x.PlayerName, x.UserData.AliasOrUID))
|
||||||
{
|
: visiblePairsQuery.Select(x => string.Format("{0}", preferNote ? x.GetNote() ?? x.PlayerName : x.PlayerName));
|
||||||
visiblePairs = _pairManager.GetOnlineUserPairs()
|
|
||||||
.Where(x => x.IsVisible)
|
|
||||||
.Select(x => string.Format("{0}", _configService.Current.PreferNoteInDtrTooltip ? x.GetNote() ?? x.PlayerName : x.PlayerName));
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip = $"Lightless Sync: Connected{Environment.NewLine}----------{Environment.NewLine}{string.Join(Environment.NewLine, visiblePairs)}";
|
tooltip = $"Lightless Sync: Connected{Environment.NewLine}----------{Environment.NewLine}{string.Join(Environment.NewLine, visiblePairs)}";
|
||||||
colors = _configService.Current.DtrColorsPairsInRange;
|
colors = config.DtrColorsPairsInRange;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tooltip = "Lightless Sync: Connected";
|
tooltip = "Lightless Sync: Connected";
|
||||||
colors = _configService.Current.DtrColorsDefault;
|
colors = config.DtrColorsDefault;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
text = "\uE044 \uE04C";
|
text = "\uE044 \uE04C";
|
||||||
tooltip = "Lightless Sync: Not Connected";
|
tooltip = "Lightless Sync: Not Connected";
|
||||||
colors = _configService.Current.DtrColorsNotConnected;
|
colors = config.DtrColorsNotConnected;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_configService.Current.UseColorsInDtr)
|
if (!config.UseColorsInDtr)
|
||||||
colors = default;
|
colors = default;
|
||||||
|
|
||||||
if (!string.Equals(text, _text, StringComparison.Ordinal) || !string.Equals(tooltip, _tooltip, StringComparison.Ordinal) || colors != _colors)
|
var statusEntry = _statusEntry.Value;
|
||||||
|
if (!statusEntry.Shown)
|
||||||
{
|
{
|
||||||
_text = text;
|
_logger.LogInformation("Showing status entry");
|
||||||
_tooltip = tooltip;
|
statusEntry.Shown = true;
|
||||||
_colors = colors;
|
|
||||||
_entry.Value.Text = BuildColoredSeString(text, colors);
|
|
||||||
_entry.Value.Tooltip = tooltip;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool statusNeedsUpdate =
|
||||||
|
!string.Equals(text, _statusText, StringComparison.Ordinal) ||
|
||||||
|
!string.Equals(tooltip, _statusTooltip, StringComparison.Ordinal) ||
|
||||||
|
colors != _statusColors;
|
||||||
|
|
||||||
|
if (statusNeedsUpdate)
|
||||||
|
{
|
||||||
|
statusEntry.Text = BuildColoredSeString(text, colors);
|
||||||
|
statusEntry.Tooltip = tooltip;
|
||||||
|
_statusText = text;
|
||||||
|
_statusTooltip = tooltip;
|
||||||
|
_statusColors = colors;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateLightfinderEntry(LightlessConfig config)
|
||||||
|
{
|
||||||
|
var lightfinderEntry = _lightfinderEntry.Value;
|
||||||
|
if (!lightfinderEntry.Shown)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Showing Lightfinder entry");
|
||||||
|
lightfinderEntry.Shown = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
var indicator = BuildLightfinderIndicator();
|
||||||
|
var lightfinderText = indicator.Text ?? string.Empty;
|
||||||
|
var lightfinderColors = config.UseLightfinderColorsInDtr ? indicator.Colors : default;
|
||||||
|
var lightfinderTooltip = BuildLightfinderTooltip(indicator.Tooltip);
|
||||||
|
|
||||||
|
bool lightfinderNeedsUpdate =
|
||||||
|
!string.Equals(lightfinderText, _lightfinderText, StringComparison.Ordinal) ||
|
||||||
|
!string.Equals(lightfinderTooltip, _lightfinderTooltip, StringComparison.Ordinal) ||
|
||||||
|
lightfinderColors != _lightfinderColors;
|
||||||
|
|
||||||
|
if (lightfinderNeedsUpdate)
|
||||||
|
{
|
||||||
|
lightfinderEntry.Text = BuildColoredSeString(lightfinderText, lightfinderColors);
|
||||||
|
lightfinderEntry.Tooltip = lightfinderTooltip;
|
||||||
|
_lightfinderText = lightfinderText;
|
||||||
|
_lightfinderTooltip = lightfinderTooltip;
|
||||||
|
_lightfinderColors = lightfinderColors;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private string? GetLocalHashedCid()
|
||||||
|
{
|
||||||
|
var now = DateTime.UtcNow;
|
||||||
|
if (_localHashedCid is not null && now - _localHashedCidFetchedAt < _localHashedCidCacheDuration)
|
||||||
|
return _localHashedCid;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var cid = _dalamudUtilService.GetCIDAsync().GetAwaiter().GetResult();
|
||||||
|
var hashedCid = cid.ToString().GetHash256();
|
||||||
|
_localHashedCid = hashedCid;
|
||||||
|
_localHashedCidFetchedAt = now;
|
||||||
|
return hashedCid;
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
if (now >= _localHashedCidNextErrorLog)
|
||||||
|
{
|
||||||
|
_logger.LogDebug(ex, "Failed to refresh local hashed CID for Lightfinder DTR entry.");
|
||||||
|
_localHashedCidNextErrorLog = now + _localHashedCidErrorCooldown;
|
||||||
|
}
|
||||||
|
|
||||||
|
_localHashedCid = null;
|
||||||
|
_localHashedCidFetchedAt = now;
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private int GetNearbyBroadcastCount()
|
||||||
|
{
|
||||||
|
var localHashedCid = GetLocalHashedCid();
|
||||||
|
return _broadcastScannerService.CountActiveBroadcasts(
|
||||||
|
string.IsNullOrEmpty(localHashedCid) ? null : localHashedCid);
|
||||||
|
}
|
||||||
|
|
||||||
|
private int GetPendingPairRequestCount()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return _pairRequestService.GetActiveRequests().Count;
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
var now = DateTime.UtcNow;
|
||||||
|
if (now >= _pairRequestNextErrorLog)
|
||||||
|
{
|
||||||
|
_logger.LogDebug(ex, "Failed to retrieve pair request count for Lightfinder DTR entry.");
|
||||||
|
_pairRequestNextErrorLog = now + _localHashedCidErrorCooldown;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private (string Text, Colors Colors, string Tooltip) BuildLightfinderIndicator()
|
||||||
|
{
|
||||||
|
var config = _configService.Current;
|
||||||
|
const string icon = "\uE048";
|
||||||
|
if (!_broadcastService.IsLightFinderAvailable)
|
||||||
|
{
|
||||||
|
return ($"{icon} --", SwapColorChannels(config.DtrColorsLightfinderUnavailable), "Lightfinder - Unavailable on this server.");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_broadcastService.IsBroadcasting)
|
||||||
|
{
|
||||||
|
var tooltipBuilder = new StringBuilder("Lightfinder - Enabled");
|
||||||
|
|
||||||
|
switch (config.LightfinderDtrDisplayMode)
|
||||||
|
{
|
||||||
|
case LightfinderDtrDisplayMode.PendingPairRequests:
|
||||||
|
{
|
||||||
|
var requestCount = GetPendingPairRequestCount();
|
||||||
|
tooltipBuilder.AppendLine();
|
||||||
|
tooltipBuilder.Append("Pending pair requests: ").Append(requestCount);
|
||||||
|
return ($"{icon} Requests {requestCount}", SwapColorChannels(config.DtrColorsLightfinderEnabled), tooltipBuilder.ToString());
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
var broadcastCount = GetNearbyBroadcastCount();
|
||||||
|
tooltipBuilder.AppendLine();
|
||||||
|
tooltipBuilder.Append("Nearby Lightfinder users: ").Append(broadcastCount);
|
||||||
|
return ($"{icon} {broadcastCount}", SwapColorChannels(config.DtrColorsLightfinderEnabled), tooltipBuilder.ToString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var tooltip = new StringBuilder("Lightfinder - Disabled");
|
||||||
|
var colors = SwapColorChannels(config.DtrColorsLightfinderDisabled);
|
||||||
|
if (_broadcastService.RemainingCooldown is { } cooldown && cooldown > TimeSpan.Zero)
|
||||||
|
{
|
||||||
|
tooltip.AppendLine();
|
||||||
|
tooltip.Append("Cooldown: ").Append(Math.Ceiling(cooldown.TotalSeconds)).Append("s");
|
||||||
|
colors = SwapColorChannels(config.DtrColorsLightfinderCooldown);
|
||||||
|
}
|
||||||
|
|
||||||
|
return ($"{icon} OFF", colors, tooltip.ToString());
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string BuildLightfinderTooltip(string baseTooltip)
|
||||||
|
{
|
||||||
|
var builder = new StringBuilder();
|
||||||
|
if (!string.IsNullOrWhiteSpace(baseTooltip))
|
||||||
|
builder.Append(baseTooltip.TrimEnd());
|
||||||
|
else
|
||||||
|
builder.Append("Lightfinder status unavailable.");
|
||||||
|
|
||||||
|
return builder.ToString().TrimEnd();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void AppendColoredSegment(SeStringBuilder builder, string? text, Colors colors)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(text))
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (colors.Foreground != default)
|
||||||
|
builder.Add(BuildColorStartPayload(_colorTypeForeground, colors.Foreground));
|
||||||
|
if (colors.Glow != default)
|
||||||
|
builder.Add(BuildColorStartPayload(_colorTypeGlow, colors.Glow));
|
||||||
|
|
||||||
|
builder.AddText(text);
|
||||||
|
|
||||||
|
if (colors.Glow != default)
|
||||||
|
builder.Add(BuildColorEndPayload(_colorTypeGlow));
|
||||||
|
if (colors.Foreground != default)
|
||||||
|
builder.Add(BuildColorEndPayload(_colorTypeForeground));
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Colored SeString
|
#region Colored SeString
|
||||||
private const byte _colorTypeForeground = 0x13;
|
private const byte _colorTypeForeground = 0x13;
|
||||||
private const byte _colorTypeGlow = 0x14;
|
private const byte _colorTypeGlow = 0x14;
|
||||||
|
|
||||||
|
private static Colors SwapColorChannels(Colors colors)
|
||||||
|
=> new(SwapColorComponent(colors.Foreground), SwapColorComponent(colors.Glow));
|
||||||
|
|
||||||
|
private static uint SwapColorComponent(uint color)
|
||||||
|
{
|
||||||
|
if (color == 0)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
return ((color & 0xFFu) << 16) | (color & 0xFF00u) | ((color >> 16) & 0xFFu);
|
||||||
|
}
|
||||||
|
|
||||||
private static SeString BuildColoredSeString(string text, Colors colors)
|
private static SeString BuildColoredSeString(string text, Colors colors)
|
||||||
{
|
{
|
||||||
var ssb = new SeStringBuilder();
|
var ssb = new SeStringBuilder();
|
||||||
if (colors.Foreground != default)
|
AppendColoredSegment(ssb, text, colors);
|
||||||
ssb.Add(BuildColorStartPayload(_colorTypeForeground, colors.Foreground));
|
|
||||||
if (colors.Glow != default)
|
|
||||||
ssb.Add(BuildColorStartPayload(_colorTypeGlow, colors.Glow));
|
|
||||||
ssb.AddText(text);
|
|
||||||
if (colors.Glow != default)
|
|
||||||
ssb.Add(BuildColorEndPayload(_colorTypeGlow));
|
|
||||||
if (colors.Foreground != default)
|
|
||||||
ssb.Add(BuildColorEndPayload(_colorTypeForeground));
|
|
||||||
return ssb.Build();
|
return ssb.Build();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static RawPayload BuildColorStartPayload(byte colorType, uint color)
|
private static RawPayload BuildColorStartPayload(byte colorType, uint color)
|
||||||
=> new(unchecked([0x02, colorType, 0x05, 0xF6, byte.Max((byte)color, 0x01), byte.Max((byte)(color >> 8), 0x01), byte.Max((byte)(color >> 16), 0x01), 0x03]));
|
=> new(unchecked([
|
||||||
|
0x02,
|
||||||
|
colorType,
|
||||||
|
0x05,
|
||||||
|
0xF6,
|
||||||
|
byte.Max((byte)color, (byte)0x01),
|
||||||
|
byte.Max((byte)(color >> 8), (byte)0x01),
|
||||||
|
byte.Max((byte)(color >> 16), (byte)0x01),
|
||||||
|
0x03
|
||||||
|
]));
|
||||||
|
|
||||||
private static RawPayload BuildColorEndPayload(byte colorType)
|
private static RawPayload BuildColorEndPayload(byte colorType)
|
||||||
=> new([0x02, colorType, 0x02, 0xEC, 0x03]);
|
=> new([0x02, colorType, 0x02, 0xEC, 0x03]);
|
||||||
|
|||||||
724
LightlessSync/UI/LightlessNotificationUI.cs
Normal file
724
LightlessSync/UI/LightlessNotificationUI.cs
Normal file
@@ -0,0 +1,724 @@
|
|||||||
|
using Dalamud.Interface;
|
||||||
|
using Dalamud.Interface.Colors;
|
||||||
|
using Dalamud.Interface.Utility;
|
||||||
|
using Dalamud.Interface.Utility.Raii;
|
||||||
|
using Dalamud.Interface.Windowing;
|
||||||
|
using LightlessSync.LightlessConfiguration;
|
||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
|
using LightlessSync.Services;
|
||||||
|
using LightlessSync.Services.Mediator;
|
||||||
|
using LightlessSync.UI.Models;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
|
using System.Numerics;
|
||||||
|
using Dalamud.Bindings.ImGui;
|
||||||
|
|
||||||
|
namespace LightlessSync.UI;
|
||||||
|
|
||||||
|
public class LightlessNotificationUI : WindowMediatorSubscriberBase
|
||||||
|
{
|
||||||
|
private const float NotificationMinHeight = 60f;
|
||||||
|
private const float NotificationMaxHeight = 250f;
|
||||||
|
private const float WindowPaddingOffset = 6f;
|
||||||
|
private const float SlideAnimationDistance = 100f;
|
||||||
|
private const float OutAnimationSpeedMultiplier = 0.7f;
|
||||||
|
private const float ContentPaddingX = 10f;
|
||||||
|
private const float ContentPaddingY = 6f;
|
||||||
|
private const float TitleMessageSpacing = 4f;
|
||||||
|
private const float ActionButtonSpacing = 8f;
|
||||||
|
|
||||||
|
private readonly List<LightlessNotification> _notifications = new();
|
||||||
|
private readonly object _notificationLock = new();
|
||||||
|
private readonly LightlessConfigService _configService;
|
||||||
|
private readonly Dictionary<string, float> _notificationYOffsets = new();
|
||||||
|
private readonly Dictionary<string, float> _notificationTargetYOffsets = new();
|
||||||
|
|
||||||
|
public LightlessNotificationUI(ILogger<LightlessNotificationUI> logger, LightlessMediator mediator, PerformanceCollectorService performanceCollector, LightlessConfigService configService)
|
||||||
|
: base(logger, mediator, "Lightless Notifications##LightlessNotifications", performanceCollector)
|
||||||
|
{
|
||||||
|
_configService = configService;
|
||||||
|
Flags = ImGuiWindowFlags.NoDecoration |
|
||||||
|
ImGuiWindowFlags.NoMove |
|
||||||
|
ImGuiWindowFlags.NoResize |
|
||||||
|
ImGuiWindowFlags.NoSavedSettings |
|
||||||
|
ImGuiWindowFlags.NoFocusOnAppearing |
|
||||||
|
ImGuiWindowFlags.NoNav |
|
||||||
|
ImGuiWindowFlags.NoBackground |
|
||||||
|
ImGuiWindowFlags.NoCollapse |
|
||||||
|
ImGuiWindowFlags.AlwaysAutoResize;
|
||||||
|
|
||||||
|
PositionCondition = ImGuiCond.Always;
|
||||||
|
SizeCondition = ImGuiCond.FirstUseEver;
|
||||||
|
IsOpen = false;
|
||||||
|
RespectCloseHotkey = false;
|
||||||
|
DisableWindowSounds = true;
|
||||||
|
|
||||||
|
Mediator.Subscribe<LightlessNotificationMessage>(this, HandleNotificationMessage);
|
||||||
|
Mediator.Subscribe<LightlessNotificationDismissMessage>(this, HandleNotificationDismissMessage);
|
||||||
|
Mediator.Subscribe<ClearAllNotificationsMessage>(this, HandleClearAllNotifications);
|
||||||
|
}
|
||||||
|
private void HandleNotificationMessage(LightlessNotificationMessage message) => AddNotification(message.Notification);
|
||||||
|
private void HandleNotificationDismissMessage(LightlessNotificationDismissMessage message) => RemoveNotification(message.NotificationId);
|
||||||
|
private void HandleClearAllNotifications(ClearAllNotificationsMessage message) => ClearAllNotifications();
|
||||||
|
|
||||||
|
public void AddNotification(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
lock (_notificationLock)
|
||||||
|
{
|
||||||
|
var existingNotification = _notifications.FirstOrDefault(n => n.Id == notification.Id);
|
||||||
|
if (existingNotification != null)
|
||||||
|
{
|
||||||
|
UpdateExistingNotification(existingNotification, notification);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_notifications.Add(notification);
|
||||||
|
_logger.LogDebug("Added new notification: {Title}", notification.Title);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsOpen) IsOpen = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateExistingNotification(LightlessNotification existing, LightlessNotification updated)
|
||||||
|
{
|
||||||
|
existing.Message = updated.Message;
|
||||||
|
existing.Progress = updated.Progress;
|
||||||
|
existing.ShowProgress = updated.ShowProgress;
|
||||||
|
existing.Title = updated.Title;
|
||||||
|
_logger.LogDebug("Updated existing notification: {Title}", updated.Title);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void RemoveNotification(string id)
|
||||||
|
{
|
||||||
|
lock (_notificationLock)
|
||||||
|
{
|
||||||
|
var notification = _notifications.FirstOrDefault(n => n.Id == id);
|
||||||
|
if (notification != null)
|
||||||
|
{
|
||||||
|
StartOutAnimation(notification);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ClearAllNotifications()
|
||||||
|
{
|
||||||
|
lock (_notificationLock)
|
||||||
|
{
|
||||||
|
foreach (var notification in _notifications)
|
||||||
|
{
|
||||||
|
StartOutAnimation(notification);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void StartOutAnimation(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
notification.IsAnimatingOut = true;
|
||||||
|
notification.IsAnimatingIn = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool ShouldRemoveNotification(LightlessNotification notification) =>
|
||||||
|
notification.IsAnimatingOut && notification.AnimationProgress <= 0.01f;
|
||||||
|
|
||||||
|
protected override void DrawInternal()
|
||||||
|
{
|
||||||
|
ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding, Vector2.Zero);
|
||||||
|
|
||||||
|
lock (_notificationLock)
|
||||||
|
{
|
||||||
|
UpdateNotifications();
|
||||||
|
|
||||||
|
if (_notifications.Count == 0)
|
||||||
|
{
|
||||||
|
ImGui.PopStyleVar();
|
||||||
|
IsOpen = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var viewport = ImGui.GetMainViewport();
|
||||||
|
|
||||||
|
// Window auto-resizes based on content (AlwaysAutoResize flag)
|
||||||
|
Position = CalculateWindowPosition(viewport);
|
||||||
|
PositionCondition = ImGuiCond.Always;
|
||||||
|
|
||||||
|
DrawAllNotifications();
|
||||||
|
}
|
||||||
|
|
||||||
|
ImGui.PopStyleVar();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Vector2 CalculateWindowPosition(ImGuiViewportPtr viewport)
|
||||||
|
{
|
||||||
|
var corner = _configService.Current.NotificationCorner;
|
||||||
|
var offsetX = _configService.Current.NotificationOffsetX;
|
||||||
|
var width = _configService.Current.NotificationWidth;
|
||||||
|
|
||||||
|
float posX = corner == NotificationCorner.Left
|
||||||
|
? viewport.WorkPos.X + offsetX - WindowPaddingOffset
|
||||||
|
: viewport.WorkPos.X + viewport.WorkSize.X - width - offsetX - WindowPaddingOffset;
|
||||||
|
|
||||||
|
return new Vector2(posX, viewport.WorkPos.Y);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawAllNotifications()
|
||||||
|
{
|
||||||
|
var offsetY = _configService.Current.NotificationOffsetY;
|
||||||
|
var startY = ImGui.GetCursorPosY() + offsetY;
|
||||||
|
|
||||||
|
for (int i = 0; i < _notifications.Count; i++)
|
||||||
|
{
|
||||||
|
var notification = _notifications[i];
|
||||||
|
|
||||||
|
if (_notificationYOffsets.TryGetValue(notification.Id, out var yOffset))
|
||||||
|
{
|
||||||
|
ImGui.SetCursorPosY(startY + yOffset);
|
||||||
|
}
|
||||||
|
|
||||||
|
DrawNotification(notification, i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateNotifications()
|
||||||
|
{
|
||||||
|
var deltaTime = ImGui.GetIO().DeltaTime;
|
||||||
|
EnforceMaxNotificationLimit();
|
||||||
|
UpdateAnimationsAndRemoveExpired(deltaTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void EnforceMaxNotificationLimit()
|
||||||
|
{
|
||||||
|
var maxNotifications = _configService.Current.MaxSimultaneousNotifications;
|
||||||
|
while (_notifications.Count(n => !n.IsAnimatingOut) > maxNotifications)
|
||||||
|
{
|
||||||
|
var oldestNotification = _notifications
|
||||||
|
.Where(n => !n.IsAnimatingOut)
|
||||||
|
.OrderBy(n => n.CreatedAt)
|
||||||
|
.FirstOrDefault();
|
||||||
|
|
||||||
|
if (oldestNotification != null)
|
||||||
|
{
|
||||||
|
StartOutAnimation(oldestNotification);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateAnimationsAndRemoveExpired(float deltaTime)
|
||||||
|
{
|
||||||
|
UpdateTargetYPositions();
|
||||||
|
|
||||||
|
for (int i = _notifications.Count - 1; i >= 0; i--)
|
||||||
|
{
|
||||||
|
var notification = _notifications[i];
|
||||||
|
UpdateNotificationAnimation(notification, deltaTime);
|
||||||
|
UpdateNotificationYOffset(notification, deltaTime);
|
||||||
|
|
||||||
|
if (ShouldRemoveNotification(notification))
|
||||||
|
{
|
||||||
|
_notifications.RemoveAt(i);
|
||||||
|
_notificationYOffsets.Remove(notification.Id);
|
||||||
|
_notificationTargetYOffsets.Remove(notification.Id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateTargetYPositions()
|
||||||
|
{
|
||||||
|
float currentY = 0f;
|
||||||
|
|
||||||
|
for (int i = 0; i < _notifications.Count; i++)
|
||||||
|
{
|
||||||
|
var notification = _notifications[i];
|
||||||
|
|
||||||
|
if (!_notificationTargetYOffsets.ContainsKey(notification.Id))
|
||||||
|
{
|
||||||
|
_notificationTargetYOffsets[notification.Id] = currentY;
|
||||||
|
_notificationYOffsets[notification.Id] = currentY;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_notificationTargetYOffsets[notification.Id] = currentY;
|
||||||
|
}
|
||||||
|
|
||||||
|
currentY += CalculateNotificationHeight(notification) + _configService.Current.NotificationSpacing;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateNotificationYOffset(LightlessNotification notification, float deltaTime)
|
||||||
|
{
|
||||||
|
if (!_notificationYOffsets.ContainsKey(notification.Id) || !_notificationTargetYOffsets.ContainsKey(notification.Id))
|
||||||
|
return;
|
||||||
|
|
||||||
|
var current = _notificationYOffsets[notification.Id];
|
||||||
|
var target = _notificationTargetYOffsets[notification.Id];
|
||||||
|
var diff = target - current;
|
||||||
|
|
||||||
|
if (Math.Abs(diff) < 0.5f)
|
||||||
|
{
|
||||||
|
_notificationYOffsets[notification.Id] = target;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var speed = _configService.Current.NotificationSlideSpeed;
|
||||||
|
_notificationYOffsets[notification.Id] = current + (diff * deltaTime * speed);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateNotificationAnimation(LightlessNotification notification, float deltaTime)
|
||||||
|
{
|
||||||
|
if (notification.IsAnimatingIn && notification.AnimationProgress < 1f)
|
||||||
|
{
|
||||||
|
notification.AnimationProgress = Math.Min(1f,
|
||||||
|
notification.AnimationProgress + deltaTime * _configService.Current.NotificationAnimationSpeed);
|
||||||
|
}
|
||||||
|
else if (notification.IsAnimatingOut && notification.AnimationProgress > 0f)
|
||||||
|
{
|
||||||
|
notification.AnimationProgress = Math.Max(0f,
|
||||||
|
notification.AnimationProgress - deltaTime * _configService.Current.NotificationAnimationSpeed * OutAnimationSpeedMultiplier);
|
||||||
|
}
|
||||||
|
else if (!notification.IsAnimatingOut && !notification.IsDismissed)
|
||||||
|
{
|
||||||
|
notification.IsAnimatingIn = false;
|
||||||
|
|
||||||
|
if (notification.IsExpired)
|
||||||
|
{
|
||||||
|
StartOutAnimation(notification);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private Vector2 CalculateSlideOffset(float alpha)
|
||||||
|
{
|
||||||
|
var distance = (1f - alpha) * SlideAnimationDistance;
|
||||||
|
var corner = _configService.Current.NotificationCorner;
|
||||||
|
return corner == NotificationCorner.Left ? new Vector2(-distance, 0) : new Vector2(distance, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawNotification(LightlessNotification notification, int index)
|
||||||
|
{
|
||||||
|
var alpha = notification.AnimationProgress;
|
||||||
|
if (alpha <= 0f) return;
|
||||||
|
|
||||||
|
var slideOffset = CalculateSlideOffset(alpha);
|
||||||
|
var originalCursorPos = ImGui.GetCursorPos();
|
||||||
|
ImGui.SetCursorPos(originalCursorPos + slideOffset);
|
||||||
|
|
||||||
|
var notificationHeight = CalculateNotificationHeight(notification);
|
||||||
|
var notificationWidth = _configService.Current.NotificationWidth;
|
||||||
|
|
||||||
|
ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding, Vector2.Zero);
|
||||||
|
|
||||||
|
using var child = ImRaii.Child($"notification_{notification.Id}",
|
||||||
|
new Vector2(notificationWidth, notificationHeight),
|
||||||
|
false, ImGuiWindowFlags.NoScrollbar);
|
||||||
|
|
||||||
|
if (child.Success)
|
||||||
|
{
|
||||||
|
DrawNotificationContent(notification, alpha);
|
||||||
|
}
|
||||||
|
|
||||||
|
ImGui.PopStyleVar();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawNotificationContent(LightlessNotification notification, float alpha)
|
||||||
|
{
|
||||||
|
var drawList = ImGui.GetWindowDrawList();
|
||||||
|
var windowPos = ImGui.GetWindowPos();
|
||||||
|
var windowSize = ImGui.GetWindowSize();
|
||||||
|
|
||||||
|
var bgColor = CalculateBackgroundColor(alpha, ImGui.IsWindowHovered());
|
||||||
|
var accentColor = GetNotificationAccentColor(notification.Type);
|
||||||
|
accentColor.W *= alpha;
|
||||||
|
|
||||||
|
DrawShadow(drawList, windowPos, windowSize, alpha);
|
||||||
|
HandleClickToDismiss(notification);
|
||||||
|
DrawBackground(drawList, windowPos, windowSize, bgColor);
|
||||||
|
DrawAccentBar(drawList, windowPos, windowSize, accentColor);
|
||||||
|
DrawDurationProgressBar(notification, alpha, windowPos, windowSize, drawList);
|
||||||
|
DrawNotificationText(notification, alpha);
|
||||||
|
}
|
||||||
|
|
||||||
|
private Vector4 CalculateBackgroundColor(float alpha, bool isHovered)
|
||||||
|
{
|
||||||
|
var baseOpacity = _configService.Current.NotificationOpacity;
|
||||||
|
var finalOpacity = baseOpacity * alpha;
|
||||||
|
var bgColor = new Vector4(30f/255f, 30f/255f, 30f/255f, finalOpacity);
|
||||||
|
|
||||||
|
if (isHovered)
|
||||||
|
{
|
||||||
|
bgColor *= 1.1f;
|
||||||
|
bgColor.W = Math.Min(bgColor.W, 0.98f);
|
||||||
|
}
|
||||||
|
|
||||||
|
return bgColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawShadow(ImDrawListPtr drawList, Vector2 windowPos, Vector2 windowSize, float alpha)
|
||||||
|
{
|
||||||
|
var shadowOffset = new Vector2(1f, 1f);
|
||||||
|
var shadowColor = new Vector4(0f, 0f, 0f, 0.4f * alpha);
|
||||||
|
drawList.AddRectFilled(
|
||||||
|
windowPos + shadowOffset,
|
||||||
|
windowPos + windowSize + shadowOffset,
|
||||||
|
ImGui.ColorConvertFloat4ToU32(shadowColor),
|
||||||
|
3f
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandleClickToDismiss(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
if (ImGui.IsWindowHovered() &&
|
||||||
|
_configService.Current.DismissNotificationOnClick &&
|
||||||
|
!notification.Actions.Any() &&
|
||||||
|
ImGui.IsMouseClicked(ImGuiMouseButton.Left))
|
||||||
|
{
|
||||||
|
notification.IsDismissed = true;
|
||||||
|
StartOutAnimation(notification);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawBackground(ImDrawListPtr drawList, Vector2 windowPos, Vector2 windowSize, Vector4 bgColor)
|
||||||
|
{
|
||||||
|
drawList.AddRectFilled(
|
||||||
|
windowPos,
|
||||||
|
windowPos + windowSize,
|
||||||
|
ImGui.ColorConvertFloat4ToU32(bgColor),
|
||||||
|
3f
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawAccentBar(ImDrawListPtr drawList, Vector2 windowPos, Vector2 windowSize, Vector4 accentColor)
|
||||||
|
{
|
||||||
|
var accentWidth = _configService.Current.NotificationAccentBarWidth;
|
||||||
|
if (accentWidth <= 0f) return;
|
||||||
|
|
||||||
|
var corner = _configService.Current.NotificationCorner;
|
||||||
|
Vector2 accentStart, accentEnd;
|
||||||
|
|
||||||
|
if (corner == NotificationCorner.Left)
|
||||||
|
{
|
||||||
|
accentStart = windowPos + new Vector2(windowSize.X - accentWidth, 0);
|
||||||
|
accentEnd = windowPos + windowSize;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
accentStart = windowPos;
|
||||||
|
accentEnd = windowPos + new Vector2(accentWidth, windowSize.Y);
|
||||||
|
}
|
||||||
|
|
||||||
|
drawList.AddRectFilled(
|
||||||
|
accentStart,
|
||||||
|
accentEnd,
|
||||||
|
ImGui.ColorConvertFloat4ToU32(accentColor),
|
||||||
|
3f
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawDurationProgressBar(LightlessNotification notification, float alpha, Vector2 windowPos, Vector2 windowSize, ImDrawListPtr drawList)
|
||||||
|
{
|
||||||
|
var progress = CalculateProgress(notification);
|
||||||
|
var progressBarColor = UIColors.Get("LightlessBlue");
|
||||||
|
var progressHeight = 2f;
|
||||||
|
var progressY = windowPos.Y + windowSize.Y - progressHeight;
|
||||||
|
var progressWidth = windowSize.X * progress;
|
||||||
|
|
||||||
|
DrawProgressBackground(drawList, windowPos, windowSize, progressY, progressHeight, progressBarColor, alpha);
|
||||||
|
|
||||||
|
if (progress > 0)
|
||||||
|
{
|
||||||
|
DrawProgressForeground(drawList, windowPos, progressY, progressHeight, progressWidth, progressBarColor, alpha);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateProgress(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
if (notification.Type == NotificationType.Download && notification.ShowProgress)
|
||||||
|
{
|
||||||
|
return Math.Clamp(notification.Progress, 0f, 1f);
|
||||||
|
}
|
||||||
|
|
||||||
|
var elapsed = DateTime.UtcNow - notification.CreatedAt;
|
||||||
|
return Math.Min(1.0f, (float)(elapsed.TotalSeconds / notification.Duration.TotalSeconds));
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawProgressBackground(ImDrawListPtr drawList, Vector2 windowPos, Vector2 windowSize, float progressY, float progressHeight, Vector4 progressBarColor, float alpha)
|
||||||
|
{
|
||||||
|
var bgProgressColor = new Vector4(progressBarColor.X * 0.3f, progressBarColor.Y * 0.3f, progressBarColor.Z * 0.3f, 0.5f * alpha);
|
||||||
|
drawList.AddRectFilled(
|
||||||
|
new Vector2(windowPos.X, progressY),
|
||||||
|
new Vector2(windowPos.X + windowSize.X, progressY + progressHeight),
|
||||||
|
ImGui.ColorConvertFloat4ToU32(bgProgressColor),
|
||||||
|
0f
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawProgressForeground(ImDrawListPtr drawList, Vector2 windowPos, float progressY, float progressHeight, float progressWidth, Vector4 progressBarColor, float alpha)
|
||||||
|
{
|
||||||
|
var progressColor = progressBarColor;
|
||||||
|
progressColor.W *= alpha;
|
||||||
|
drawList.AddRectFilled(
|
||||||
|
new Vector2(windowPos.X, progressY),
|
||||||
|
new Vector2(windowPos.X + progressWidth, progressY + progressHeight),
|
||||||
|
ImGui.ColorConvertFloat4ToU32(progressColor),
|
||||||
|
0f
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawNotificationText(LightlessNotification notification, float alpha)
|
||||||
|
{
|
||||||
|
var contentPos = new Vector2(ContentPaddingX, ContentPaddingY);
|
||||||
|
var windowSize = ImGui.GetWindowSize();
|
||||||
|
var contentWidth = CalculateContentWidth(windowSize.X);
|
||||||
|
|
||||||
|
ImGui.SetCursorPos(contentPos);
|
||||||
|
|
||||||
|
var titleHeight = DrawTitle(notification, contentWidth, alpha);
|
||||||
|
DrawMessage(notification, contentPos, contentWidth, titleHeight, alpha);
|
||||||
|
|
||||||
|
if (HasActions(notification))
|
||||||
|
{
|
||||||
|
PositionActionsAtBottom(windowSize.Y);
|
||||||
|
DrawNotificationActions(notification, contentWidth, alpha);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateContentWidth(float windowWidth) =>
|
||||||
|
windowWidth - (ContentPaddingX * 2);
|
||||||
|
|
||||||
|
private bool HasActions(LightlessNotification notification) =>
|
||||||
|
notification.Actions.Count > 0;
|
||||||
|
|
||||||
|
private void PositionActionsAtBottom(float windowHeight)
|
||||||
|
{
|
||||||
|
var actionHeight = ImGui.GetFrameHeight();
|
||||||
|
var bottomY = windowHeight - ContentPaddingY - actionHeight;
|
||||||
|
ImGui.SetCursorPosY(bottomY);
|
||||||
|
ImGui.SetCursorPosX(ContentPaddingX);
|
||||||
|
}
|
||||||
|
|
||||||
|
private float DrawTitle(LightlessNotification notification, float contentWidth, float alpha)
|
||||||
|
{
|
||||||
|
var titleColor = new Vector4(1f, 1f, 1f, alpha);
|
||||||
|
var titleText = FormatTitleText(notification);
|
||||||
|
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.Text, titleColor))
|
||||||
|
{
|
||||||
|
return DrawWrappedText(titleText, contentWidth);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private string FormatTitleText(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
if (!_configService.Current.ShowNotificationTimestamp)
|
||||||
|
return notification.Title;
|
||||||
|
|
||||||
|
var timestamp = notification.CreatedAt.ToLocalTime().ToString("HH:mm:ss");
|
||||||
|
return $"[{timestamp}] {notification.Title}";
|
||||||
|
}
|
||||||
|
|
||||||
|
private float DrawWrappedText(string text, float wrapWidth)
|
||||||
|
{
|
||||||
|
ImGui.PushTextWrapPos(ImGui.GetCursorPosX() + wrapWidth);
|
||||||
|
var startY = ImGui.GetCursorPosY();
|
||||||
|
ImGui.TextWrapped(text);
|
||||||
|
var height = ImGui.GetCursorPosY() - startY;
|
||||||
|
ImGui.PopTextWrapPos();
|
||||||
|
return height;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawMessage(LightlessNotification notification, Vector2 contentPos, float contentWidth, float titleHeight, float alpha)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(notification.Message)) return;
|
||||||
|
|
||||||
|
var messagePos = contentPos + new Vector2(0f, titleHeight + TitleMessageSpacing);
|
||||||
|
var messageColor = new Vector4(0.9f, 0.9f, 0.9f, alpha);
|
||||||
|
|
||||||
|
ImGui.SetCursorPos(messagePos);
|
||||||
|
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.Text, messageColor))
|
||||||
|
{
|
||||||
|
DrawWrappedText(notification.Message, contentWidth);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawNotificationActions(LightlessNotification notification, float availableWidth, float alpha)
|
||||||
|
{
|
||||||
|
var buttonWidth = CalculateActionButtonWidth(notification.Actions.Count, availableWidth);
|
||||||
|
|
||||||
|
_logger.LogDebug("Drawing {ActionCount} notification actions, buttonWidth: {ButtonWidth}, availableWidth: {AvailableWidth}",
|
||||||
|
notification.Actions.Count, buttonWidth, availableWidth);
|
||||||
|
|
||||||
|
var startX = ImGui.GetCursorPosX();
|
||||||
|
|
||||||
|
for (int i = 0; i < notification.Actions.Count; i++)
|
||||||
|
{
|
||||||
|
if (i > 0)
|
||||||
|
{
|
||||||
|
ImGui.SameLine();
|
||||||
|
PositionActionButton(i, startX, buttonWidth);
|
||||||
|
}
|
||||||
|
DrawActionButton(notification.Actions[i], notification, alpha, buttonWidth);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateActionButtonWidth(int actionCount, float availableWidth)
|
||||||
|
{
|
||||||
|
var totalSpacing = (actionCount - 1) * ActionButtonSpacing;
|
||||||
|
return (availableWidth - totalSpacing) / actionCount;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PositionActionButton(int index, float startX, float buttonWidth)
|
||||||
|
{
|
||||||
|
var xPosition = startX + index * (buttonWidth + ActionButtonSpacing);
|
||||||
|
ImGui.SetCursorPosX(xPosition);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DrawActionButton(LightlessNotificationAction action, LightlessNotification notification, float alpha, float buttonWidth)
|
||||||
|
{
|
||||||
|
_logger.LogDebug("Drawing action button: {ActionId} - {ActionLabel}, width: {ButtonWidth}", action.Id, action.Label, buttonWidth);
|
||||||
|
|
||||||
|
var buttonColor = action.Color;
|
||||||
|
buttonColor.W *= alpha;
|
||||||
|
|
||||||
|
var hoveredColor = buttonColor * 1.1f;
|
||||||
|
hoveredColor.W = buttonColor.W;
|
||||||
|
|
||||||
|
var activeColor = buttonColor * 0.9f;
|
||||||
|
activeColor.W = buttonColor.W;
|
||||||
|
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.Button, buttonColor))
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.ButtonHovered, hoveredColor))
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.ButtonActive, activeColor))
|
||||||
|
using (ImRaii.PushColor(ImGuiCol.Text, new Vector4(1f, 1f, 1f, alpha)))
|
||||||
|
{
|
||||||
|
var buttonPressed = false;
|
||||||
|
|
||||||
|
if (action.Icon != FontAwesomeIcon.None)
|
||||||
|
{
|
||||||
|
buttonPressed = DrawIconTextButton(action.Icon, action.Label, buttonWidth, alpha);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
buttonPressed = ImGui.Button(action.Label, new Vector2(buttonWidth, 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
_logger.LogDebug("Button {ActionId} pressed: {ButtonPressed}", action.Id, buttonPressed);
|
||||||
|
|
||||||
|
if (buttonPressed)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
_logger.LogDebug("Executing action: {ActionId}", action.Id);
|
||||||
|
action.OnClick(notification);
|
||||||
|
_logger.LogDebug("Action executed successfully: {ActionId}", action.Id);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.LogError(ex, "Error executing notification action: {ActionId}", action.Id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool DrawIconTextButton(FontAwesomeIcon icon, string text, float width, float alpha)
|
||||||
|
{
|
||||||
|
var drawList = ImGui.GetWindowDrawList();
|
||||||
|
var cursorPos = ImGui.GetCursorScreenPos();
|
||||||
|
var frameHeight = ImGui.GetFrameHeight();
|
||||||
|
|
||||||
|
Vector2 iconSize;
|
||||||
|
using (ImRaii.PushFont(UiBuilder.IconFont))
|
||||||
|
{
|
||||||
|
iconSize = ImGui.CalcTextSize(icon.ToIconString());
|
||||||
|
}
|
||||||
|
|
||||||
|
var textSize = ImGui.CalcTextSize(text);
|
||||||
|
var spacing = 3f * ImGuiHelpers.GlobalScale;
|
||||||
|
var totalTextWidth = iconSize.X + spacing + textSize.X;
|
||||||
|
|
||||||
|
var buttonPressed = ImGui.InvisibleButton($"btn_{icon}_{text}", new Vector2(width, frameHeight));
|
||||||
|
|
||||||
|
var buttonMin = ImGui.GetItemRectMin();
|
||||||
|
var buttonMax = ImGui.GetItemRectMax();
|
||||||
|
var buttonSize = buttonMax - buttonMin;
|
||||||
|
|
||||||
|
var buttonColor = ImGui.GetColorU32(ImGuiCol.Button);
|
||||||
|
if (ImGui.IsItemHovered())
|
||||||
|
buttonColor = ImGui.GetColorU32(ImGuiCol.ButtonHovered);
|
||||||
|
if (ImGui.IsItemActive())
|
||||||
|
buttonColor = ImGui.GetColorU32(ImGuiCol.ButtonActive);
|
||||||
|
|
||||||
|
drawList.AddRectFilled(buttonMin, buttonMax, buttonColor, 3f);
|
||||||
|
|
||||||
|
var iconPos = buttonMin + new Vector2((buttonSize.X - totalTextWidth) / 2f, (buttonSize.Y - iconSize.Y) / 2f);
|
||||||
|
var textPos = iconPos + new Vector2(iconSize.X + spacing, (iconSize.Y - textSize.Y) / 2f);
|
||||||
|
|
||||||
|
var textColor = ImGui.GetColorU32(ImGuiCol.Text);
|
||||||
|
|
||||||
|
// Draw icon
|
||||||
|
using (ImRaii.PushFont(UiBuilder.IconFont))
|
||||||
|
{
|
||||||
|
drawList.AddText(iconPos, textColor, icon.ToIconString());
|
||||||
|
}
|
||||||
|
|
||||||
|
// Draw text
|
||||||
|
drawList.AddText(textPos, textColor, text);
|
||||||
|
|
||||||
|
return buttonPressed;
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateNotificationHeight(LightlessNotification notification)
|
||||||
|
{
|
||||||
|
var contentWidth = CalculateContentWidth(_configService.Current.NotificationWidth);
|
||||||
|
var height = 12f;
|
||||||
|
|
||||||
|
height += CalculateTitleHeight(notification, contentWidth);
|
||||||
|
height += CalculateMessageHeight(notification, contentWidth);
|
||||||
|
|
||||||
|
if (notification.ShowProgress)
|
||||||
|
{
|
||||||
|
height += 12f;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (notification.Actions.Count > 0)
|
||||||
|
{
|
||||||
|
height += ImGui.GetStyle().ItemSpacing.Y;
|
||||||
|
height += ImGui.GetFrameHeight();
|
||||||
|
height += 12f;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Math.Clamp(height, NotificationMinHeight, NotificationMaxHeight);
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateTitleHeight(LightlessNotification notification, float contentWidth)
|
||||||
|
{
|
||||||
|
var titleText = _configService.Current.ShowNotificationTimestamp
|
||||||
|
? $"[{notification.CreatedAt.ToLocalTime():HH:mm:ss}] {notification.Title}"
|
||||||
|
: notification.Title;
|
||||||
|
|
||||||
|
return ImGui.CalcTextSize(titleText, true, contentWidth).Y;
|
||||||
|
}
|
||||||
|
|
||||||
|
private float CalculateMessageHeight(LightlessNotification notification, float contentWidth)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(notification.Message)) return 0f;
|
||||||
|
|
||||||
|
var messageHeight = ImGui.CalcTextSize(notification.Message, true, contentWidth).Y;
|
||||||
|
return 4f + messageHeight;
|
||||||
|
}
|
||||||
|
|
||||||
|
private Vector4 GetNotificationAccentColor(NotificationType type)
|
||||||
|
{
|
||||||
|
return type switch
|
||||||
|
{
|
||||||
|
NotificationType.Info => UIColors.Get("LightlessPurple"),
|
||||||
|
NotificationType.Warning => UIColors.Get("LightlessYellow"),
|
||||||
|
NotificationType.Error => UIColors.Get("DimRed"),
|
||||||
|
NotificationType.PairRequest => UIColors.Get("LightlessBlue"),
|
||||||
|
NotificationType.Download => UIColors.Get("LightlessGreen"),
|
||||||
|
NotificationType.Performance => UIColors.Get("LightlessOrange"),
|
||||||
|
|
||||||
|
_ => UIColors.Get("LightlessPurple")
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
32
LightlessSync/UI/Models/LightlessNotification.cs
Normal file
32
LightlessSync/UI/Models/LightlessNotification.cs
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
using Dalamud.Interface;
|
||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
|
using System.Numerics;
|
||||||
|
namespace LightlessSync.UI.Models;
|
||||||
|
public class LightlessNotification
|
||||||
|
{
|
||||||
|
public string Id { get; set; } = Guid.NewGuid().ToString();
|
||||||
|
public string Title { get; set; } = string.Empty;
|
||||||
|
public string Message { get; set; } = string.Empty;
|
||||||
|
public NotificationType Type { get; set; } = NotificationType.Info;
|
||||||
|
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||||
|
public TimeSpan Duration { get; set; } = TimeSpan.FromSeconds(5);
|
||||||
|
public bool IsExpired => DateTime.UtcNow - CreatedAt > Duration;
|
||||||
|
public bool IsDismissed { get; set; } = false;
|
||||||
|
public List<LightlessNotificationAction> Actions { get; set; } = new();
|
||||||
|
public bool ShowProgress { get; set; } = false;
|
||||||
|
public float Progress { get; set; } = 0f;
|
||||||
|
public float AnimationProgress { get; set; } = 0f;
|
||||||
|
public bool IsAnimatingIn { get; set; } = true;
|
||||||
|
public bool IsAnimatingOut { get; set; } = false;
|
||||||
|
public uint? SoundEffectId { get; set; } = null;
|
||||||
|
}
|
||||||
|
public class LightlessNotificationAction
|
||||||
|
{
|
||||||
|
public string Id { get; set; } = Guid.NewGuid().ToString();
|
||||||
|
public string Label { get; set; } = string.Empty;
|
||||||
|
public FontAwesomeIcon Icon { get; set; } = FontAwesomeIcon.None;
|
||||||
|
public Vector4 Color { get; set; } = Vector4.One;
|
||||||
|
public Action<LightlessNotification> OnClick { get; set; } = _ => { };
|
||||||
|
public bool IsPrimary { get; set; } = false;
|
||||||
|
public bool IsDestructive { get; set; } = false;
|
||||||
|
}
|
||||||
72
LightlessSync/UI/Models/NotificationSounds.cs
Normal file
72
LightlessSync/UI/Models/NotificationSounds.cs
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
|
|
||||||
|
namespace LightlessSync.UI.Models;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Common FFXIV <se.#> sound effect IDs for notifications.
|
||||||
|
/// These correspond to the same sound IDs used in macros (1–16).
|
||||||
|
/// </summary>
|
||||||
|
public static class NotificationSounds
|
||||||
|
{
|
||||||
|
// ─────────────────────────────────────────────
|
||||||
|
// Base <se.#> IDs (1–16)
|
||||||
|
// https://ffxiv.consolegameswiki.com/wiki/Macros#Sound_Effects
|
||||||
|
// ─────────────────────────────────────────────
|
||||||
|
public const uint Se1 = 1; // Soft chime
|
||||||
|
public const uint Se2 = 2; // Higher chime
|
||||||
|
public const uint Se3 = 3; // Bell tone
|
||||||
|
public const uint Se4 = 4; // Harp tone
|
||||||
|
public const uint Se5 = 5; // Mechanical click
|
||||||
|
public const uint Se6 = 6; // Drum / percussion
|
||||||
|
public const uint Se7 = 7; // Metallic chime
|
||||||
|
public const uint Se8 = 8; // Wooden tone
|
||||||
|
public const uint Se9 = 9; // Wind / flute tone
|
||||||
|
public const uint Se10 = 11; // Magical sparkle (ID 10 is skipped in game)
|
||||||
|
public const uint Se11 = 12; // Metallic ring
|
||||||
|
public const uint Se12 = 13; // Deep thud
|
||||||
|
public const uint Se13 = 14; // "Tell received" ping
|
||||||
|
public const uint Se14 = 15; // Success fanfare
|
||||||
|
public const uint Se15 = 16; // System warning
|
||||||
|
// Note: Se16 doesn't exist - Se15 is the last available sound
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// General notification sound (<se.2>)
|
||||||
|
/// </summary>
|
||||||
|
public const uint Info = Se2;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Warning/alert sound (<se.15>)
|
||||||
|
/// </summary>
|
||||||
|
public const uint Warning = Se15;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Error sound (<se.15> - System warning, used for errors)
|
||||||
|
/// </summary>
|
||||||
|
public const uint Error = Se15;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Success sound (<se.14>)
|
||||||
|
/// </summary>
|
||||||
|
public const uint Success = Se14;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Pair request sound (<se.13>, same as tell notification)
|
||||||
|
/// </summary>
|
||||||
|
public const uint PairRequest = Se13;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Download complete sound (<se.10>, a clean sparkle tone)
|
||||||
|
/// </summary>
|
||||||
|
public const uint DownloadComplete = Se10;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Get default sound for notification type
|
||||||
|
/// </summary>
|
||||||
|
public static uint GetDefaultSound(NotificationType type) => type switch
|
||||||
|
{
|
||||||
|
NotificationType.Info => Info,
|
||||||
|
NotificationType.Warning => Warning,
|
||||||
|
NotificationType.Error => Error,
|
||||||
|
_ => Info
|
||||||
|
};
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,21 +1,119 @@
|
|||||||
// inspiration: brio because it's style is fucking amazing
|
// inspiration: brio because it's style is fucking amazing
|
||||||
|
|
||||||
using Dalamud.Bindings.ImGui;
|
using Dalamud.Bindings.ImGui;
|
||||||
using LightlessSync.LightlessConfiguration;
|
using LightlessSync.LightlessConfiguration;
|
||||||
|
using LightlessSync.LightlessConfiguration.Configurations;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace LightlessSync.UI.Style
|
namespace LightlessSync.UI.Style;
|
||||||
{
|
|
||||||
internal static class MainStyle
|
internal static class MainStyle
|
||||||
{
|
{
|
||||||
|
public readonly record struct StyleColorOption(string Key, string Label, Func<Vector4> DefaultValue, ImGuiCol Target, string? Description = null, string? UiColorKey = null);
|
||||||
|
public readonly record struct StyleFloatOption(string Key, string Label, float DefaultValue, ImGuiStyleVar Target, float? Min = null, float? Max = null, float Speed = 0.25f, string? Description = null);
|
||||||
|
public readonly record struct StyleVector2Option(string Key, string Label, Func<Vector2> DefaultValue, ImGuiStyleVar Target, Vector2? Min = null, Vector2? Max = null, float Speed = 0.25f, string? Description = null);
|
||||||
|
|
||||||
private static LightlessConfigService? _config;
|
private static LightlessConfigService? _config;
|
||||||
public static void Init(LightlessConfigService config) => _config = config;
|
private static UiThemeConfigService? _themeConfig;
|
||||||
|
public static void Init(LightlessConfigService config, UiThemeConfigService themeConfig)
|
||||||
|
{
|
||||||
|
_config = config;
|
||||||
|
_themeConfig = themeConfig;
|
||||||
|
}
|
||||||
public static bool ShouldUseTheme => _config?.Current.UseLightlessRedesign ?? false;
|
public static bool ShouldUseTheme => _config?.Current.UseLightlessRedesign ?? false;
|
||||||
|
|
||||||
private static bool _hasPushed;
|
private static bool _hasPushed;
|
||||||
private static int _pushedColorCount;
|
private static int _pushedColorCount;
|
||||||
private static int _pushedStyleVarCount;
|
private static int _pushedStyleVarCount;
|
||||||
|
|
||||||
|
private static readonly StyleColorOption[] _colorOptions =
|
||||||
|
[
|
||||||
|
new("color.text", "Text", () => Rgba(255, 255, 255, 255), ImGuiCol.Text),
|
||||||
|
new("color.textDisabled", "Text (Disabled)", () => Rgba(128, 128, 128, 255), ImGuiCol.TextDisabled),
|
||||||
|
new("color.windowBg", "Window Background", () => Rgba(23, 23, 23, 248), ImGuiCol.WindowBg),
|
||||||
|
new("color.childBg", "Child Background", () => Rgba(23, 23, 23, 66), ImGuiCol.ChildBg),
|
||||||
|
new("color.popupBg", "Popup Background", () => Rgba(23, 23, 23, 248), ImGuiCol.PopupBg),
|
||||||
|
new("color.border", "Border", () => Rgba(65, 65, 65, 255), ImGuiCol.Border),
|
||||||
|
new("color.borderShadow", "Border Shadow", () => Rgba(0, 0, 0, 150), ImGuiCol.BorderShadow),
|
||||||
|
new("color.frameBg", "Frame Background", () => Rgba(40, 40, 40, 255), ImGuiCol.FrameBg),
|
||||||
|
new("color.frameBgHovered", "Frame Background (Hover)", () => Rgba(50, 50, 50, 255), ImGuiCol.FrameBgHovered),
|
||||||
|
new("color.frameBgActive", "Frame Background (Active)", () => Rgba(30, 30, 30, 255), ImGuiCol.FrameBgActive),
|
||||||
|
new("color.titleBg", "Title Background", () => Rgba(24, 24, 24, 232), ImGuiCol.TitleBg),
|
||||||
|
new("color.titleBgActive", "Title Background (Active)", () => Rgba(30, 30, 30, 255), ImGuiCol.TitleBgActive),
|
||||||
|
new("color.titleBgCollapsed", "Title Background (Collapsed)", () => Rgba(27, 27, 27, 255), ImGuiCol.TitleBgCollapsed),
|
||||||
|
new("color.menuBarBg", "Menu Bar Background", () => Rgba(36, 36, 36, 255), ImGuiCol.MenuBarBg),
|
||||||
|
new("color.scrollbarBg", "Scrollbar Background", () => Rgba(0, 0, 0, 0), ImGuiCol.ScrollbarBg),
|
||||||
|
new("color.scrollbarGrab", "Scrollbar Grab", () => Rgba(62, 62, 62, 255), ImGuiCol.ScrollbarGrab),
|
||||||
|
new("color.scrollbarGrabHovered", "Scrollbar Grab (Hover)", () => Rgba(70, 70, 70, 255), ImGuiCol.ScrollbarGrabHovered),
|
||||||
|
new("color.scrollbarGrabActive", "Scrollbar Grab (Active)", () => Rgba(70, 70, 70, 255), ImGuiCol.ScrollbarGrabActive),
|
||||||
|
new("color.checkMark", "Check Mark", () => UIColors.Get("LightlessPurple"), ImGuiCol.CheckMark, UiColorKey: "LightlessPurple"),
|
||||||
|
new("color.sliderGrab", "Slider Grab", () => Rgba(101, 101, 101, 255), ImGuiCol.SliderGrab),
|
||||||
|
new("color.sliderGrabActive", "Slider Grab (Active)", () => Rgba(123, 123, 123, 255), ImGuiCol.SliderGrabActive),
|
||||||
|
new("color.button", "Button", () => UIColors.Get("ButtonDefault"), ImGuiCol.Button, UiColorKey: "ButtonDefault"),
|
||||||
|
new("color.buttonHovered", "Button (Hover)", () => UIColors.Get("LightlessPurple"), ImGuiCol.ButtonHovered, UiColorKey: "LightlessPurple"),
|
||||||
|
new("color.buttonActive", "Button (Active)", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.ButtonActive, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.header", "Header", () => Rgba(0, 0, 0, 60), ImGuiCol.Header),
|
||||||
|
new("color.headerHovered", "Header (Hover)", () => Rgba(0, 0, 0, 90), ImGuiCol.HeaderHovered),
|
||||||
|
new("color.headerActive", "Header (Active)", () => Rgba(0, 0, 0, 120), ImGuiCol.HeaderActive),
|
||||||
|
new("color.separator", "Separator", () => Rgba(75, 75, 75, 121), ImGuiCol.Separator),
|
||||||
|
new("color.separatorHovered", "Separator (Hover)", () => UIColors.Get("LightlessPurple"), ImGuiCol.SeparatorHovered, UiColorKey: "LightlessPurple"),
|
||||||
|
new("color.separatorActive", "Separator (Active)", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.SeparatorActive, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.resizeGrip", "Resize Grip", () => Rgba(0, 0, 0, 0), ImGuiCol.ResizeGrip),
|
||||||
|
new("color.resizeGripHovered", "Resize Grip (Hover)", () => Rgba(0, 0, 0, 0), ImGuiCol.ResizeGripHovered),
|
||||||
|
new("color.resizeGripActive", "Resize Grip (Active)", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.ResizeGripActive, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.tab", "Tab", () => Rgba(40, 40, 40, 255), ImGuiCol.Tab),
|
||||||
|
new("color.tabHovered", "Tab (Hover)", () => UIColors.Get("LightlessPurple"), ImGuiCol.TabHovered, UiColorKey: "LightlessPurple"),
|
||||||
|
new("color.tabActive", "Tab (Active)", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.TabActive, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.tabUnfocused", "Tab (Unfocused)", () => Rgba(40, 40, 40, 255), ImGuiCol.TabUnfocused),
|
||||||
|
new("color.tabUnfocusedActive", "Tab (Unfocused Active)", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.TabUnfocusedActive, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.dockingPreview", "Docking Preview", () => UIColors.Get("LightlessPurpleActive"), ImGuiCol.DockingPreview, UiColorKey: "LightlessPurpleActive"),
|
||||||
|
new("color.dockingEmptyBg", "Docking Empty Background", () => Rgba(50, 50, 50, 255), ImGuiCol.DockingEmptyBg),
|
||||||
|
new("color.plotLines", "Plot Lines", () => Rgba(150, 150, 150, 255), ImGuiCol.PlotLines),
|
||||||
|
new("color.tableHeaderBg", "Table Header Background", () => Rgba(48, 48, 48, 255), ImGuiCol.TableHeaderBg),
|
||||||
|
new("color.tableBorderStrong", "Table Border Strong", () => Rgba(79, 79, 89, 255), ImGuiCol.TableBorderStrong),
|
||||||
|
new("color.tableBorderLight", "Table Border Light", () => Rgba(59, 59, 64, 255), ImGuiCol.TableBorderLight),
|
||||||
|
new("color.tableRowBg", "Table Row Background", () => Rgba(0, 0, 0, 0), ImGuiCol.TableRowBg),
|
||||||
|
new("color.tableRowBgAlt", "Table Row Background (Alt)", () => Rgba(255, 255, 255, 15), ImGuiCol.TableRowBgAlt),
|
||||||
|
new("color.textSelectedBg", "Text Selection Background", () => Rgba(173, 138, 245, 255), ImGuiCol.TextSelectedBg),
|
||||||
|
new("color.dragDropTarget", "Drag & Drop Target", () => Rgba(173, 138, 245, 255), ImGuiCol.DragDropTarget),
|
||||||
|
new("color.navHighlight", "Navigation Highlight", () => Rgba(173, 138, 245, 179), ImGuiCol.NavHighlight),
|
||||||
|
new("color.navWindowingDimBg", "Navigation Window Dim", () => Rgba(204, 204, 204, 51), ImGuiCol.NavWindowingDimBg),
|
||||||
|
new("color.navWindowingHighlight", "Navigation Window Highlight", () => Rgba(204, 204, 204, 89), ImGuiCol.NavWindowingHighlight)
|
||||||
|
];
|
||||||
|
|
||||||
|
private static readonly StyleVector2Option[] _vector2Options =
|
||||||
|
[
|
||||||
|
new("vector.windowPadding", "Window Padding", () => new Vector2(6f, 6f), ImGuiStyleVar.WindowPadding),
|
||||||
|
new("vector.framePadding", "Frame Padding", () => new Vector2(4f, 3f), ImGuiStyleVar.FramePadding),
|
||||||
|
new("vector.cellPadding", "Cell Padding", () => new Vector2(4f, 4f), ImGuiStyleVar.CellPadding),
|
||||||
|
new("vector.itemSpacing", "Item Spacing", () => new Vector2(4f, 4f), ImGuiStyleVar.ItemSpacing),
|
||||||
|
new("vector.itemInnerSpacing", "Item Inner Spacing", () => new Vector2(4f, 4f), ImGuiStyleVar.ItemInnerSpacing)
|
||||||
|
];
|
||||||
|
|
||||||
|
private static readonly StyleFloatOption[] _floatOptions =
|
||||||
|
[
|
||||||
|
new("float.indentSpacing", "Indent Spacing", 21f, ImGuiStyleVar.IndentSpacing, 0f, 100f, 0.5f),
|
||||||
|
new("float.scrollbarSize", "Scrollbar Size", 10f, ImGuiStyleVar.ScrollbarSize, 4f, 30f, 0.5f),
|
||||||
|
new("float.grabMinSize", "Grab Minimum Size", 20f, ImGuiStyleVar.GrabMinSize, 1f, 80f, 0.5f),
|
||||||
|
new("float.windowBorderSize", "Window Border Size", 1.5f, ImGuiStyleVar.WindowBorderSize, 0f, 5f, 0.1f),
|
||||||
|
new("float.childBorderSize", "Child Border Size", 1.5f, ImGuiStyleVar.ChildBorderSize, 0f, 5f, 0.1f),
|
||||||
|
new("float.popupBorderSize", "Popup Border Size", 1.5f, ImGuiStyleVar.PopupBorderSize, 0f, 5f, 0.1f),
|
||||||
|
new("float.frameBorderSize", "Frame Border Size", 0f, ImGuiStyleVar.FrameBorderSize, 0f, 5f, 0.1f),
|
||||||
|
new("float.windowRounding", "Window Rounding", 7f, ImGuiStyleVar.WindowRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.childRounding", "Child Rounding", 4f, ImGuiStyleVar.ChildRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.frameRounding", "Frame Rounding", 4f, ImGuiStyleVar.FrameRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.popupRounding", "Popup Rounding", 4f, ImGuiStyleVar.PopupRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.scrollbarRounding", "Scrollbar Rounding", 4f, ImGuiStyleVar.ScrollbarRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.grabRounding", "Grab Rounding", 4f, ImGuiStyleVar.GrabRounding, 0f, 20f, 0.2f),
|
||||||
|
new("float.tabRounding", "Tab Rounding", 4f, ImGuiStyleVar.TabRounding, 0f, 20f, 0.2f)
|
||||||
|
];
|
||||||
|
|
||||||
|
public static IReadOnlyList<StyleColorOption> ColorOptions => _colorOptions;
|
||||||
|
public static IReadOnlyList<StyleFloatOption> FloatOptions => _floatOptions;
|
||||||
|
public static IReadOnlyList<StyleVector2Option> Vector2Options => _vector2Options;
|
||||||
|
|
||||||
public static void PushStyle()
|
public static void PushStyle()
|
||||||
{
|
{
|
||||||
if (_hasPushed)
|
if (_hasPushed)
|
||||||
@@ -31,97 +129,14 @@ namespace LightlessSync.UI.Style
|
|||||||
_pushedColorCount = 0;
|
_pushedColorCount = 0;
|
||||||
_pushedStyleVarCount = 0;
|
_pushedStyleVarCount = 0;
|
||||||
|
|
||||||
Push(ImGuiCol.Text, new Vector4(255, 255, 255, 255));
|
foreach (var option in _colorOptions)
|
||||||
Push(ImGuiCol.TextDisabled, new Vector4(128, 128, 128, 255));
|
Push(option.Target, ResolveColor(option));
|
||||||
|
|
||||||
Push(ImGuiCol.WindowBg, new Vector4(23, 23, 23, 248));
|
foreach (var option in _vector2Options)
|
||||||
Push(ImGuiCol.ChildBg, new Vector4(23, 23, 23, 66));
|
PushStyleVar(option.Target, ResolveVector(option));
|
||||||
Push(ImGuiCol.PopupBg, new Vector4(23, 23, 23, 248));
|
|
||||||
|
|
||||||
Push(ImGuiCol.Border, new Vector4(65, 65, 65, 255));
|
foreach (var option in _floatOptions)
|
||||||
Push(ImGuiCol.BorderShadow, new Vector4(0, 0, 0, 150));
|
PushStyleVar(option.Target, ResolveFloat(option));
|
||||||
|
|
||||||
Push(ImGuiCol.FrameBg, new Vector4(40, 40, 40, 255));
|
|
||||||
Push(ImGuiCol.FrameBgHovered, new Vector4(50, 50, 50, 255));
|
|
||||||
Push(ImGuiCol.FrameBgActive, new Vector4(30, 30, 30, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.TitleBg, new Vector4(24, 24, 24, 232));
|
|
||||||
Push(ImGuiCol.TitleBgActive, new Vector4(30, 30, 30, 255));
|
|
||||||
Push(ImGuiCol.TitleBgCollapsed, new Vector4(27, 27, 27, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.MenuBarBg, new Vector4(36, 36, 36, 255));
|
|
||||||
Push(ImGuiCol.ScrollbarBg, new Vector4(0, 0, 0, 0));
|
|
||||||
Push(ImGuiCol.ScrollbarGrab, new Vector4(62, 62, 62, 255));
|
|
||||||
Push(ImGuiCol.ScrollbarGrabHovered, new Vector4(70, 70, 70, 255));
|
|
||||||
Push(ImGuiCol.ScrollbarGrabActive, new Vector4(70, 70, 70, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.CheckMark, UIColors.Get("LightlessPurple"));
|
|
||||||
|
|
||||||
Push(ImGuiCol.SliderGrab, new Vector4(101, 101, 101, 255));
|
|
||||||
Push(ImGuiCol.SliderGrabActive, new Vector4(123, 123, 123, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.Button, UIColors.Get("ButtonDefault"));
|
|
||||||
Push(ImGuiCol.ButtonHovered, UIColors.Get("LightlessPurple"));
|
|
||||||
Push(ImGuiCol.ButtonActive, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
|
|
||||||
Push(ImGuiCol.Header, new Vector4(0, 0, 0, 60));
|
|
||||||
Push(ImGuiCol.HeaderHovered, new Vector4(0, 0, 0, 90));
|
|
||||||
Push(ImGuiCol.HeaderActive, new Vector4(0, 0, 0, 120));
|
|
||||||
|
|
||||||
Push(ImGuiCol.Separator, new Vector4(75, 75, 75, 121));
|
|
||||||
Push(ImGuiCol.SeparatorHovered, UIColors.Get("LightlessPurple"));
|
|
||||||
Push(ImGuiCol.SeparatorActive, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
|
|
||||||
Push(ImGuiCol.ResizeGrip, new Vector4(0, 0, 0, 0));
|
|
||||||
Push(ImGuiCol.ResizeGripHovered, new Vector4(0, 0, 0, 0));
|
|
||||||
Push(ImGuiCol.ResizeGripActive, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
|
|
||||||
Push(ImGuiCol.Tab, new Vector4(40, 40, 40, 255));
|
|
||||||
Push(ImGuiCol.TabHovered, UIColors.Get("LightlessPurple"));
|
|
||||||
Push(ImGuiCol.TabActive, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
Push(ImGuiCol.TabUnfocused, new Vector4(40, 40, 40, 255));
|
|
||||||
Push(ImGuiCol.TabUnfocusedActive, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
|
|
||||||
Push(ImGuiCol.DockingPreview, UIColors.Get("LightlessPurpleActive"));
|
|
||||||
Push(ImGuiCol.DockingEmptyBg, new Vector4(50, 50, 50, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.PlotLines, new Vector4(150, 150, 150, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.TableHeaderBg, new Vector4(48, 48, 48, 255));
|
|
||||||
Push(ImGuiCol.TableBorderStrong, new Vector4(79, 79, 89, 255));
|
|
||||||
Push(ImGuiCol.TableBorderLight, new Vector4(59, 59, 64, 255));
|
|
||||||
Push(ImGuiCol.TableRowBg, new Vector4(0, 0, 0, 0));
|
|
||||||
Push(ImGuiCol.TableRowBgAlt, new Vector4(255, 255, 255, 15));
|
|
||||||
|
|
||||||
Push(ImGuiCol.TextSelectedBg, new Vector4(98, 75, 224, 255));
|
|
||||||
Push(ImGuiCol.DragDropTarget, new Vector4(98, 75, 224, 255));
|
|
||||||
|
|
||||||
Push(ImGuiCol.NavHighlight, new Vector4(98, 75, 224, 179));
|
|
||||||
Push(ImGuiCol.NavWindowingDimBg, new Vector4(204, 204, 204, 51));
|
|
||||||
Push(ImGuiCol.NavWindowingHighlight, new Vector4(204, 204, 204, 89));
|
|
||||||
|
|
||||||
PushStyleVar(ImGuiStyleVar.WindowPadding, new Vector2(6, 6));
|
|
||||||
PushStyleVar(ImGuiStyleVar.FramePadding, new Vector2(4, 3));
|
|
||||||
PushStyleVar(ImGuiStyleVar.CellPadding, new Vector2(4, 4));
|
|
||||||
PushStyleVar(ImGuiStyleVar.ItemSpacing, new Vector2(4, 4));
|
|
||||||
PushStyleVar(ImGuiStyleVar.ItemInnerSpacing, new Vector2(4, 4));
|
|
||||||
|
|
||||||
PushStyleVar(ImGuiStyleVar.IndentSpacing, 21.0f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.ScrollbarSize, 10.0f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.GrabMinSize, 20.0f);
|
|
||||||
|
|
||||||
PushStyleVar(ImGuiStyleVar.WindowBorderSize, 1.5f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.ChildBorderSize, 1.5f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.PopupBorderSize, 1.5f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.FrameBorderSize, 0f);
|
|
||||||
|
|
||||||
PushStyleVar(ImGuiStyleVar.WindowRounding, 7f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.ChildRounding, 4f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.FrameRounding, 4f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.PopupRounding, 4f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.ScrollbarRounding, 4f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.GrabRounding, 4f);
|
|
||||||
PushStyleVar(ImGuiStyleVar.TabRounding, 4f);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void PopStyle()
|
public static void PopStyle()
|
||||||
@@ -139,18 +154,49 @@ namespace LightlessSync.UI.Style
|
|||||||
_pushedStyleVarCount = 0;
|
_pushedStyleVarCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Push(ImGuiCol col, Vector4 rgba)
|
private static Vector4 ResolveColor(StyleColorOption option)
|
||||||
{
|
{
|
||||||
if (rgba.X > 1f || rgba.Y > 1f || rgba.Z > 1f || rgba.W > 1f)
|
var defaultValue = NormalizeColorVector(option.DefaultValue());
|
||||||
rgba /= 255f;
|
if (_themeConfig?.Current.StyleOverrides.TryGetValue(option.Key, out var overrideValue) == true && overrideValue.Color is { } packed)
|
||||||
|
return PackedColorToVector4(packed);
|
||||||
|
|
||||||
ImGui.PushStyleColor(col, rgba);
|
return defaultValue;
|
||||||
_pushedColorCount++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Push(ImGuiCol col, uint packedRgba)
|
private static Vector2 ResolveVector(StyleVector2Option option)
|
||||||
{
|
{
|
||||||
ImGui.PushStyleColor(col, packedRgba);
|
var value = option.DefaultValue();
|
||||||
|
if (_themeConfig?.Current.StyleOverrides.TryGetValue(option.Key, out var overrideValue) == true && overrideValue.Vector2 is { } vectorOverride)
|
||||||
|
{
|
||||||
|
value = vectorOverride;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (option.Min is { } min)
|
||||||
|
value = Vector2.Max(value, min);
|
||||||
|
if (option.Max is { } max)
|
||||||
|
value = Vector2.Min(value, max);
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static float ResolveFloat(StyleFloatOption option)
|
||||||
|
{
|
||||||
|
var value = option.DefaultValue;
|
||||||
|
if (_themeConfig?.Current.StyleOverrides.TryGetValue(option.Key, out var overrideValue) == true && overrideValue.Float is { } floatOverride)
|
||||||
|
{
|
||||||
|
value = floatOverride;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (option.Min.HasValue)
|
||||||
|
value = MathF.Max(option.Min.Value, value);
|
||||||
|
if (option.Max.HasValue)
|
||||||
|
value = MathF.Min(option.Max.Value, value);
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void Push(ImGuiCol col, Vector4 rgba)
|
||||||
|
{
|
||||||
|
rgba = NormalizeColorVector(rgba);
|
||||||
|
ImGui.PushStyleColor(col, rgba);
|
||||||
_pushedColorCount++;
|
_pushedColorCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -165,5 +211,21 @@ namespace LightlessSync.UI.Style
|
|||||||
ImGui.PushStyleVar(var, value);
|
ImGui.PushStyleVar(var, value);
|
||||||
_pushedStyleVarCount++;
|
_pushedStyleVarCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static Vector4 Rgba(byte r, byte g, byte b, byte a = 255)
|
||||||
|
=> new Vector4(r / 255f, g / 255f, b / 255f, a / 255f);
|
||||||
|
|
||||||
|
internal static Vector4 NormalizeColorVector(Vector4 rgba)
|
||||||
|
{
|
||||||
|
if (rgba.X > 1f || rgba.Y > 1f || rgba.Z > 1f || rgba.W > 1f)
|
||||||
|
rgba /= 255f;
|
||||||
|
return rgba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static Vector4 PackedColorToVector4(uint color)
|
||||||
|
=> new(
|
||||||
|
(color & 0xFF) / 255f,
|
||||||
|
((color >> 8) & 0xFF) / 255f,
|
||||||
|
((color >> 16) & 0xFF) / 255f,
|
||||||
|
((color >> 24) & 0xFF) / 255f);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
private readonly List<GroupJoinDto> _nearbySyncshells = [];
|
private readonly List<GroupJoinDto> _nearbySyncshells = [];
|
||||||
private List<GroupFullInfoDto> _currentSyncshells = [];
|
private List<GroupFullInfoDto> _currentSyncshells = [];
|
||||||
private int _selectedNearbyIndex = -1;
|
private int _selectedNearbyIndex = -1;
|
||||||
|
private readonly HashSet<string> _recentlyJoined = new(StringComparer.Ordinal);
|
||||||
|
|
||||||
private GroupJoinDto? _joinDto;
|
private GroupJoinDto? _joinDto;
|
||||||
private GroupJoinInfoDto? _joinInfo;
|
private GroupJoinInfoDto? _joinInfo;
|
||||||
@@ -87,7 +88,7 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
ImGuiHelpers.ScaledDummy(0.5f);
|
ImGuiHelpers.ScaledDummy(0.5f);
|
||||||
|
|
||||||
ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 10.0f);
|
ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 10.0f);
|
||||||
ImGui.PushStyleColor(ImGuiCol.Button, UIColors.Get("LightlessYellow2"));
|
ImGui.PushStyleColor(ImGuiCol.Button, UIColors.Get("PairBlue"));
|
||||||
|
|
||||||
if (ImGui.Button("Open Lightfinder", new Vector2(200 * ImGuiHelpers.GlobalScale, 0)))
|
if (ImGui.Button("Open Lightfinder", new Vector2(200 * ImGuiHelpers.GlobalScale, 0)))
|
||||||
{
|
{
|
||||||
@@ -120,6 +121,17 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
|
|
||||||
foreach (var shell in _nearbySyncshells)
|
foreach (var shell in _nearbySyncshells)
|
||||||
{
|
{
|
||||||
|
// Check if there is an active broadcast for this syncshell, if not, skipping this syncshell
|
||||||
|
var broadcast = _broadcastScannerService.GetActiveSyncshellBroadcasts()
|
||||||
|
.FirstOrDefault(b => string.Equals(b.GID, shell.Group.GID, StringComparison.Ordinal));
|
||||||
|
|
||||||
|
if (broadcast == null)
|
||||||
|
continue; // no active broadcasts
|
||||||
|
|
||||||
|
var (Name, Address) = _dalamudUtilService.FindPlayerByNameHash(broadcast.HashedCID);
|
||||||
|
if (string.IsNullOrEmpty(Name))
|
||||||
|
continue; // broadcaster not found in area, skipping
|
||||||
|
|
||||||
ImGui.TableNextRow();
|
ImGui.TableNextRow();
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
|
|
||||||
@@ -127,19 +139,8 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
ImGui.TextUnformatted(displayName);
|
ImGui.TextUnformatted(displayName);
|
||||||
|
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
var broadcasterName = "Unknown";
|
|
||||||
var broadcast = _broadcastScannerService.GetActiveSyncshellBroadcasts()
|
|
||||||
.FirstOrDefault(b => string.Equals(b.GID, shell.Group.GID, StringComparison.Ordinal));
|
|
||||||
|
|
||||||
if (broadcast != null)
|
|
||||||
{
|
|
||||||
var (Name, Address) = _dalamudUtilService.FindPlayerByNameHash(broadcast.HashedCID);
|
|
||||||
if (!string.IsNullOrEmpty(Name))
|
|
||||||
{
|
|
||||||
var worldName = _dalamudUtilService.GetWorldNameFromPlayerAddress(Address);
|
var worldName = _dalamudUtilService.GetWorldNameFromPlayerAddress(Address);
|
||||||
broadcasterName = !string.IsNullOrEmpty(worldName) ? $"{Name} ({worldName})" : Name;
|
var broadcasterName = !string.IsNullOrEmpty(worldName) ? $"{Name} ({worldName})" : Name;
|
||||||
}
|
|
||||||
}
|
|
||||||
ImGui.TextUnformatted(broadcasterName);
|
ImGui.TextUnformatted(broadcasterName);
|
||||||
|
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
@@ -149,7 +150,10 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
ImGui.PushStyleColor(ImGuiCol.ButtonHovered, UIColors.Get("LightlessGreen").WithAlpha(0.85f));
|
ImGui.PushStyleColor(ImGuiCol.ButtonHovered, UIColors.Get("LightlessGreen").WithAlpha(0.85f));
|
||||||
ImGui.PushStyleColor(ImGuiCol.ButtonActive, UIColors.Get("LightlessGreen").WithAlpha(0.75f));
|
ImGui.PushStyleColor(ImGuiCol.ButtonActive, UIColors.Get("LightlessGreen").WithAlpha(0.75f));
|
||||||
|
|
||||||
if (!_currentSyncshells.Exists(g => string.Equals(g.GID, shell.GID, StringComparison.Ordinal)))
|
var isAlreadyMember = _currentSyncshells.Exists(g => string.Equals(g.GID, shell.GID, StringComparison.Ordinal));
|
||||||
|
var isRecentlyJoined = _recentlyJoined.Contains(shell.GID);
|
||||||
|
|
||||||
|
if (!isAlreadyMember && !isRecentlyJoined)
|
||||||
{
|
{
|
||||||
if (ImGui.Button(label))
|
if (ImGui.Button(label))
|
||||||
{
|
{
|
||||||
@@ -224,9 +228,11 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
finalPermissions.SetDisableVFX(_ownPermissions.DisableGroupVFX);
|
finalPermissions.SetDisableVFX(_ownPermissions.DisableGroupVFX);
|
||||||
|
|
||||||
_ = _apiController.GroupJoinFinalize(new GroupJoinDto(_joinDto.Group, _joinDto.Password, finalPermissions));
|
_ = _apiController.GroupJoinFinalize(new GroupJoinDto(_joinDto.Group, _joinDto.Password, finalPermissions));
|
||||||
|
|
||||||
|
_recentlyJoined.Add(_joinDto.Group.GID);
|
||||||
|
|
||||||
_joinDto = null;
|
_joinDto = null;
|
||||||
_joinInfo = null;
|
_joinInfo = null;
|
||||||
_ = RefreshSyncshellsAsync();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -262,6 +268,8 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
var syncshellBroadcasts = _broadcastScannerService.GetActiveSyncshellBroadcasts();
|
var syncshellBroadcasts = _broadcastScannerService.GetActiveSyncshellBroadcasts();
|
||||||
_currentSyncshells = [.. _pairManager.GroupPairs.Select(g => g.Key)];
|
_currentSyncshells = [.. _pairManager.GroupPairs.Select(g => g.Key)];
|
||||||
|
|
||||||
|
_recentlyJoined.RemoveWhere(gid => _currentSyncshells.Any(s => string.Equals(s.GID, gid, StringComparison.Ordinal)));
|
||||||
|
|
||||||
if (syncshellBroadcasts.Count == 0)
|
if (syncshellBroadcasts.Count == 0)
|
||||||
{
|
{
|
||||||
ClearSyncshells();
|
ClearSyncshells();
|
||||||
@@ -284,11 +292,6 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
|
|||||||
|
|
||||||
if (updatedList != null)
|
if (updatedList != null)
|
||||||
{
|
{
|
||||||
var newGids = updatedList.Select(s => s.Group.GID).ToHashSet(StringComparer.Ordinal);
|
|
||||||
|
|
||||||
if (currentGids.SetEquals(newGids))
|
|
||||||
return;
|
|
||||||
|
|
||||||
var previousGid = GetSelectedGid();
|
var previousGid = GetSelectedGid();
|
||||||
|
|
||||||
_nearbySyncshells.Clear();
|
_nearbySyncshells.Clear();
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Dalamud.Bindings.ImGui;
|
using Dalamud.Bindings.ImGui;
|
||||||
using Dalamud.Interface;
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.Utility;
|
using Dalamud.Interface.Utility;
|
||||||
using Dalamud.Interface.Utility.Raii;
|
using Dalamud.Interface.Utility.Raii;
|
||||||
@@ -11,12 +11,8 @@ using LightlessSync.Services;
|
|||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.Utils;
|
using LightlessSync.Utils;
|
||||||
using LightlessSync.WebAPI;
|
using LightlessSync.WebAPI;
|
||||||
using Serilog;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Reflection.Emit;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace LightlessSync.UI;
|
namespace LightlessSync.UI;
|
||||||
|
|
||||||
@@ -33,13 +29,14 @@ public class TopTabMenu
|
|||||||
private bool _pairRequestsExpanded; // useless for now
|
private bool _pairRequestsExpanded; // useless for now
|
||||||
private int _lastRequestCount;
|
private int _lastRequestCount;
|
||||||
private readonly UiSharedService _uiSharedService;
|
private readonly UiSharedService _uiSharedService;
|
||||||
|
private readonly NotificationService _lightlessNotificationService;
|
||||||
private string _filter = string.Empty;
|
private string _filter = string.Empty;
|
||||||
private int _globalControlCountdown = 0;
|
private int _globalControlCountdown = 0;
|
||||||
private float _pairRequestsHeight = 150f;
|
private float _pairRequestsHeight = 150f;
|
||||||
private string _pairToAdd = string.Empty;
|
private string _pairToAdd = string.Empty;
|
||||||
|
|
||||||
private SelectedTab _selectedTab = SelectedTab.None;
|
private SelectedTab _selectedTab = SelectedTab.None;
|
||||||
public TopTabMenu(LightlessMediator lightlessMediator, ApiController apiController, PairManager pairManager, UiSharedService uiSharedService, PairRequestService pairRequestService, DalamudUtilService dalamudUtilService)
|
public TopTabMenu(LightlessMediator lightlessMediator, ApiController apiController, PairManager pairManager, UiSharedService uiSharedService, PairRequestService pairRequestService, DalamudUtilService dalamudUtilService, NotificationService lightlessNotificationService)
|
||||||
{
|
{
|
||||||
_lightlessMediator = lightlessMediator;
|
_lightlessMediator = lightlessMediator;
|
||||||
_apiController = apiController;
|
_apiController = apiController;
|
||||||
@@ -47,6 +44,7 @@ public class TopTabMenu
|
|||||||
_pairRequestService = pairRequestService;
|
_pairRequestService = pairRequestService;
|
||||||
_dalamudUtilService = dalamudUtilService;
|
_dalamudUtilService = dalamudUtilService;
|
||||||
_uiSharedService = uiSharedService;
|
_uiSharedService = uiSharedService;
|
||||||
|
_lightlessNotificationService = lightlessNotificationService;
|
||||||
}
|
}
|
||||||
|
|
||||||
private enum SelectedTab
|
private enum SelectedTab
|
||||||
@@ -198,19 +196,6 @@ public class TopTabMenu
|
|||||||
|
|
||||||
if (TabSelection != SelectedTab.None) ImGuiHelpers.ScaledDummy(3f);
|
if (TabSelection != SelectedTab.None) ImGuiHelpers.ScaledDummy(3f);
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
if (ImGui.Button("Add Test Pair Request"))
|
|
||||||
{
|
|
||||||
var fakeCid = Guid.NewGuid().ToString("N");
|
|
||||||
var display = _pairRequestService.RegisterIncomingRequest(fakeCid, "Debug pair request");
|
|
||||||
_lightlessMediator.Publish(new NotificationMessage(
|
|
||||||
"Pair request received (debug)",
|
|
||||||
display.Message,
|
|
||||||
NotificationType.Info,
|
|
||||||
TimeSpan.FromSeconds(5)));
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DrawIncomingPairRequests(availableWidth);
|
DrawIncomingPairRequests(availableWidth);
|
||||||
|
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
@@ -401,7 +386,7 @@ public class TopTabMenu
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var myCidHash = (await _dalamudUtilService.GetCIDAsync().ConfigureAwait(false)).ToString().GetHash256();
|
var myCidHash = (await _dalamudUtilService.GetCIDAsync().ConfigureAwait(false)).ToString().GetHash256();
|
||||||
await _apiController.TryPairWithContentId(request.HashedCid, myCidHash).ConfigureAwait(false);
|
await _apiController.TryPairWithContentId(request.HashedCid).ConfigureAwait(false);
|
||||||
_pairRequestService.RemoveRequest(request.HashedCid);
|
_pairRequestService.RemoveRequest(request.HashedCid);
|
||||||
|
|
||||||
var display = string.IsNullOrEmpty(request.DisplayName) ? request.HashedCid : request.DisplayName;
|
var display = string.IsNullOrEmpty(request.DisplayName) ? request.HashedCid : request.DisplayName;
|
||||||
|
|||||||
@@ -11,21 +11,20 @@ namespace LightlessSync.UI
|
|||||||
{ "LightlessPurple", "#ad8af5" },
|
{ "LightlessPurple", "#ad8af5" },
|
||||||
{ "LightlessPurpleActive", "#be9eff" },
|
{ "LightlessPurpleActive", "#be9eff" },
|
||||||
{ "LightlessPurpleDefault", "#9375d1" },
|
{ "LightlessPurpleDefault", "#9375d1" },
|
||||||
|
|
||||||
{ "ButtonDefault", "#323232" },
|
{ "ButtonDefault", "#323232" },
|
||||||
{ "FullBlack", "#000000" },
|
{ "FullBlack", "#000000" },
|
||||||
|
|
||||||
{ "LightlessBlue", "#a6c2ff" },
|
{ "LightlessBlue", "#a6c2ff" },
|
||||||
{ "LightlessYellow", "#ffe97a" },
|
{ "LightlessYellow", "#ffe97a" },
|
||||||
{ "LightlessYellow2", "#cfbd63" },
|
|
||||||
{ "LightlessGreen", "#7cd68a" },
|
{ "LightlessGreen", "#7cd68a" },
|
||||||
|
{ "LightlessOrange", "#ffb366" },
|
||||||
{ "PairBlue", "#88a2db" },
|
{ "PairBlue", "#88a2db" },
|
||||||
{ "DimRed", "#d44444" },
|
{ "DimRed", "#d44444" },
|
||||||
|
|
||||||
{ "LightlessAdminText", "#ffd663" },
|
{ "LightlessAdminText", "#ffd663" },
|
||||||
{ "LightlessAdminGlow", "#b09343" },
|
{ "LightlessAdminGlow", "#b09343" },
|
||||||
{ "LightlessModeratorText", "#94ffda" },
|
{ "LightlessModeratorText", "#94ffda" },
|
||||||
{ "LightlessModeratorGlow", "#599c84" },
|
|
||||||
|
{ "Lightfinder", "#ad8af5" },
|
||||||
|
{ "LightfinderEdge", "#000000" },
|
||||||
};
|
};
|
||||||
|
|
||||||
private static LightlessConfigService? _configService;
|
private static LightlessConfigService? _configService;
|
||||||
|
|||||||
15
LightlessSync/Utils/UtilsEnum/LabelAlignment.cs
Normal file
15
LightlessSync/Utils/UtilsEnum/LabelAlignment.cs
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace LightlessSync.UtilsEnum.Enum
|
||||||
|
{
|
||||||
|
public enum LabelAlignment
|
||||||
|
{
|
||||||
|
Left,
|
||||||
|
Center,
|
||||||
|
Right,
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
using K4os.Compression.LZ4.Legacy;
|
using K4os.Compression.LZ4.Legacy;
|
||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Dto.Files;
|
using LightlessSync.API.Dto.Files;
|
||||||
@@ -8,6 +8,7 @@ using LightlessSync.PlayerData.Handlers;
|
|||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
using LightlessSync.WebAPI.Files.Models;
|
using LightlessSync.WebAPI.Files.Models;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
using System.Collections.Concurrent;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http.Json;
|
using System.Net.Http.Json;
|
||||||
|
|
||||||
@@ -19,7 +20,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
private readonly FileCompactor _fileCompactor;
|
private readonly FileCompactor _fileCompactor;
|
||||||
private readonly FileCacheManager _fileDbManager;
|
private readonly FileCacheManager _fileDbManager;
|
||||||
private readonly FileTransferOrchestrator _orchestrator;
|
private readonly FileTransferOrchestrator _orchestrator;
|
||||||
private readonly List<ThrottledStream> _activeDownloadStreams;
|
private readonly ConcurrentDictionary<ThrottledStream, byte> _activeDownloadStreams;
|
||||||
|
|
||||||
public FileDownloadManager(ILogger<FileDownloadManager> logger, LightlessMediator mediator,
|
public FileDownloadManager(ILogger<FileDownloadManager> logger, LightlessMediator mediator,
|
||||||
FileTransferOrchestrator orchestrator,
|
FileTransferOrchestrator orchestrator,
|
||||||
@@ -29,14 +30,14 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
_orchestrator = orchestrator;
|
_orchestrator = orchestrator;
|
||||||
_fileDbManager = fileCacheManager;
|
_fileDbManager = fileCacheManager;
|
||||||
_fileCompactor = fileCompactor;
|
_fileCompactor = fileCompactor;
|
||||||
_activeDownloadStreams = [];
|
_activeDownloadStreams = new();
|
||||||
|
|
||||||
Mediator.Subscribe<DownloadLimitChangedMessage>(this, (msg) =>
|
Mediator.Subscribe<DownloadLimitChangedMessage>(this, (msg) =>
|
||||||
{
|
{
|
||||||
if (!_activeDownloadStreams.Any()) return;
|
if (_activeDownloadStreams.IsEmpty) return;
|
||||||
var newLimit = _orchestrator.DownloadLimitPerSlot();
|
var newLimit = _orchestrator.DownloadLimitPerSlot();
|
||||||
Logger.LogTrace("Setting new Download Speed Limit to {newLimit}", newLimit);
|
Logger.LogTrace("Setting new Download Speed Limit to {newLimit}", newLimit);
|
||||||
foreach (var stream in _activeDownloadStreams)
|
foreach (var stream in _activeDownloadStreams.Keys)
|
||||||
{
|
{
|
||||||
stream.BandwidthLimit = newLimit;
|
stream.BandwidthLimit = newLimit;
|
||||||
}
|
}
|
||||||
@@ -47,7 +48,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
public List<FileTransfer> ForbiddenTransfers => _orchestrator.ForbiddenTransfers;
|
public List<FileTransfer> ForbiddenTransfers => _orchestrator.ForbiddenTransfers;
|
||||||
|
|
||||||
public bool IsDownloading => !CurrentDownloads.Any();
|
public bool IsDownloading => CurrentDownloads.Any();
|
||||||
|
|
||||||
public static void MungeBuffer(Span<byte> buffer)
|
public static void MungeBuffer(Span<byte> buffer)
|
||||||
{
|
{
|
||||||
@@ -84,7 +85,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
protected override void Dispose(bool disposing)
|
protected override void Dispose(bool disposing)
|
||||||
{
|
{
|
||||||
ClearDownload();
|
ClearDownload();
|
||||||
foreach (var stream in _activeDownloadStreams.ToList())
|
foreach (var stream in _activeDownloadStreams.Keys.ToList())
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -95,6 +96,10 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
// do nothing
|
// do nothing
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
_activeDownloadStreams.TryRemove(stream, out _);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
@@ -142,7 +147,14 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
await WaitForDownloadReady(fileTransfer, requestId, ct).ConfigureAwait(false);
|
await WaitForDownloadReady(fileTransfer, requestId, ct).ConfigureAwait(false);
|
||||||
|
|
||||||
_downloadStatus[downloadGroup].DownloadStatus = DownloadStatus.Downloading;
|
if (_downloadStatus.TryGetValue(downloadGroup, out var downloadStatus))
|
||||||
|
{
|
||||||
|
downloadStatus.DownloadStatus = DownloadStatus.Downloading;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Logger.LogWarning("Download status missing for {group} when starting download", downloadGroup);
|
||||||
|
}
|
||||||
|
|
||||||
const int maxRetries = 3;
|
const int maxRetries = 3;
|
||||||
int retryCount = 0;
|
int retryCount = 0;
|
||||||
@@ -204,7 +216,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
stream = new(await response.Content.ReadAsStreamAsync(ct).ConfigureAwait(false), limit);
|
stream = new(await response.Content.ReadAsStreamAsync(ct).ConfigureAwait(false), limit);
|
||||||
|
|
||||||
_activeDownloadStreams.Add(stream);
|
_activeDownloadStreams.TryAdd(stream, 0);
|
||||||
|
|
||||||
while ((bytesRead = await stream.ReadAsync(buffer, ct).ConfigureAwait(false)) > 0)
|
while ((bytesRead = await stream.ReadAsync(buffer, ct).ConfigureAwait(false)) > 0)
|
||||||
{
|
{
|
||||||
@@ -245,7 +257,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
if (stream != null)
|
if (stream != null)
|
||||||
{
|
{
|
||||||
_activeDownloadStreams.Remove(stream);
|
_activeDownloadStreams.TryRemove(stream, out _);
|
||||||
await stream.DisposeAsync().ConfigureAwait(false);
|
await stream.DisposeAsync().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -253,11 +265,28 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
public async Task<List<DownloadFileTransfer>> InitiateDownloadList(GameObjectHandler gameObjectHandler, List<FileReplacementData> fileReplacement, CancellationToken ct)
|
public async Task<List<DownloadFileTransfer>> InitiateDownloadList(GameObjectHandler gameObjectHandler, List<FileReplacementData> fileReplacement, CancellationToken ct)
|
||||||
{
|
{
|
||||||
Logger.LogDebug("Download start: {id}", gameObjectHandler.Name);
|
var objectName = gameObjectHandler?.Name ?? "Unknown";
|
||||||
|
Logger.LogDebug("Download start: {id}", objectName);
|
||||||
|
|
||||||
|
if (fileReplacement == null || fileReplacement.Count == 0)
|
||||||
|
{
|
||||||
|
Logger.LogDebug("{dlName}: No file replacements provided", objectName);
|
||||||
|
CurrentDownloads = [];
|
||||||
|
return CurrentDownloads;
|
||||||
|
}
|
||||||
|
|
||||||
|
var hashes = fileReplacement.Where(f => f != null && !string.IsNullOrWhiteSpace(f.Hash)).Select(f => f.Hash).Distinct(StringComparer.Ordinal).ToList();
|
||||||
|
|
||||||
|
if (hashes.Count == 0)
|
||||||
|
{
|
||||||
|
Logger.LogDebug("{dlName}: No valid hashes to download", objectName);
|
||||||
|
CurrentDownloads = [];
|
||||||
|
return CurrentDownloads;
|
||||||
|
}
|
||||||
|
|
||||||
List<DownloadFileDto> downloadFileInfoFromService =
|
List<DownloadFileDto> downloadFileInfoFromService =
|
||||||
[
|
[
|
||||||
.. await FilesGetSizes(fileReplacement.Select(f => f.Hash).Distinct(StringComparer.Ordinal).ToList(), ct).ConfigureAwait(false),
|
.. await FilesGetSizes(hashes, ct).ConfigureAwait(false),
|
||||||
];
|
];
|
||||||
|
|
||||||
Logger.LogDebug("Files with size 0 or less: {files}", string.Join(", ", downloadFileInfoFromService.Where(f => f.Size <= 0).Select(f => f.Hash)));
|
Logger.LogDebug("Files with size 0 or less: {files}", string.Join(", ", downloadFileInfoFromService.Where(f => f.Size <= 0).Select(f => f.Hash)));
|
||||||
@@ -315,16 +344,24 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
FileInfo fi = new(blockFile);
|
FileInfo fi = new(blockFile);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_downloadStatus[fileGroup.Key].DownloadStatus = DownloadStatus.WaitingForSlot;
|
if (!_downloadStatus.TryGetValue(fileGroup.Key, out var downloadStatus))
|
||||||
|
{
|
||||||
|
Logger.LogWarning("Download status missing for {group}, aborting", fileGroup.Key);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
downloadStatus.DownloadStatus = DownloadStatus.WaitingForSlot;
|
||||||
await _orchestrator.WaitForDownloadSlotAsync(token).ConfigureAwait(false);
|
await _orchestrator.WaitForDownloadSlotAsync(token).ConfigureAwait(false);
|
||||||
_downloadStatus[fileGroup.Key].DownloadStatus = DownloadStatus.WaitingForQueue;
|
downloadStatus.DownloadStatus = DownloadStatus.WaitingForQueue;
|
||||||
Progress<long> progress = new((bytesDownloaded) =>
|
Progress<long> progress = new((bytesDownloaded) =>
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!_downloadStatus.TryGetValue(fileGroup.Key, out FileDownloadStatus? value)) return;
|
if (_downloadStatus.TryGetValue(fileGroup.Key, out FileDownloadStatus? value))
|
||||||
|
{
|
||||||
value.TransferredBytes += bytesDownloaded;
|
value.TransferredBytes += bytesDownloaded;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Logger.LogWarning(ex, "Could not set download progress");
|
Logger.LogWarning(ex, "Could not set download progress");
|
||||||
@@ -353,6 +390,12 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
status.TransferredFiles = 1;
|
status.TransferredFiles = 1;
|
||||||
status.DownloadStatus = DownloadStatus.Decompressing;
|
status.DownloadStatus = DownloadStatus.Decompressing;
|
||||||
}
|
}
|
||||||
|
if (!File.Exists(blockFile))
|
||||||
|
{
|
||||||
|
Logger.LogWarning("{dlName}: Block file missing before extraction, skipping", fi.Name);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
fileBlockStream = File.OpenRead(blockFile);
|
fileBlockStream = File.OpenRead(blockFile);
|
||||||
while (fileBlockStream.Position < fileBlockStream.Length)
|
while (fileBlockStream.Position < fileBlockStream.Length)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Dto.Files;
|
using LightlessSync.API.Dto.Files;
|
||||||
using LightlessSync.API.Routes;
|
using LightlessSync.API.Routes;
|
||||||
using LightlessSync.FileCache;
|
using LightlessSync.FileCache;
|
||||||
@@ -10,6 +10,8 @@ using LightlessSync.WebAPI.Files.Models;
|
|||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using System.Net.Http.Headers;
|
using System.Net.Http.Headers;
|
||||||
using System.Net.Http.Json;
|
using System.Net.Http.Json;
|
||||||
|
using System.Collections.Concurrent;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace LightlessSync.WebAPI.Files;
|
namespace LightlessSync.WebAPI.Files;
|
||||||
|
|
||||||
@@ -19,7 +21,9 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
private readonly LightlessConfigService _lightlessConfigService;
|
private readonly LightlessConfigService _lightlessConfigService;
|
||||||
private readonly FileTransferOrchestrator _orchestrator;
|
private readonly FileTransferOrchestrator _orchestrator;
|
||||||
private readonly ServerConfigurationManager _serverManager;
|
private readonly ServerConfigurationManager _serverManager;
|
||||||
private readonly Dictionary<string, DateTime> _verifiedUploadedHashes = new(StringComparer.Ordinal);
|
private readonly ConcurrentDictionary<string, DateTime> _verifiedUploadedHashes = new(StringComparer.Ordinal);
|
||||||
|
private readonly object _currentUploadsLock = new();
|
||||||
|
private readonly Dictionary<string, FileTransfer> _currentUploadsByHash = new(StringComparer.Ordinal);
|
||||||
private CancellationTokenSource? _uploadCancellationTokenSource = new();
|
private CancellationTokenSource? _uploadCancellationTokenSource = new();
|
||||||
|
|
||||||
public FileUploadManager(ILogger<FileUploadManager> logger, LightlessMediator mediator,
|
public FileUploadManager(ILogger<FileUploadManager> logger, LightlessMediator mediator,
|
||||||
@@ -40,17 +44,38 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<FileTransfer> CurrentUploads { get; } = [];
|
public List<FileTransfer> CurrentUploads { get; } = [];
|
||||||
public bool IsUploading => CurrentUploads.Count > 0;
|
public bool IsUploading
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
return CurrentUploads.Count > 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<FileTransfer> GetCurrentUploadsSnapshot()
|
||||||
|
{
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
return CurrentUploads.ToList();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public bool CancelUpload()
|
public bool CancelUpload()
|
||||||
{
|
{
|
||||||
if (CurrentUploads.Any())
|
if (IsUploading)
|
||||||
{
|
{
|
||||||
Logger.LogDebug("Cancelling current upload");
|
Logger.LogDebug("Cancelling current upload");
|
||||||
_uploadCancellationTokenSource?.Cancel();
|
_uploadCancellationTokenSource?.Cancel();
|
||||||
_uploadCancellationTokenSource?.Dispose();
|
_uploadCancellationTokenSource?.Dispose();
|
||||||
_uploadCancellationTokenSource = null;
|
_uploadCancellationTokenSource = null;
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
CurrentUploads.Clear();
|
CurrentUploads.Clear();
|
||||||
|
_currentUploadsByHash.Clear();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -83,22 +108,44 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
return [.. filesToUpload.Where(f => f.IsForbidden).Select(f => f.Hash)];
|
return [.. filesToUpload.Where(f => f.IsForbidden).Select(f => f.Hash)];
|
||||||
}
|
}
|
||||||
|
|
||||||
Task uploadTask = Task.CompletedTask;
|
var cancellationToken = ct ?? CancellationToken.None;
|
||||||
|
var parallelUploads = Math.Clamp(_lightlessConfigService.Current.ParallelUploads, 1, 8);
|
||||||
|
using SemaphoreSlim uploadSlots = new(parallelUploads, parallelUploads);
|
||||||
|
List<Task> uploadTasks = new();
|
||||||
|
|
||||||
int i = 1;
|
int i = 1;
|
||||||
foreach (var file in filesToUpload)
|
foreach (var file in filesToUpload)
|
||||||
{
|
{
|
||||||
progress.Report($"Uploading file {i++}/{filesToUpload.Count}. Please wait until the upload is completed.");
|
progress.Report($"Uploading file {i++}/{filesToUpload.Count}. Please wait until the upload is completed.");
|
||||||
Logger.LogDebug("[{hash}] Compressing", file);
|
uploadTasks.Add(UploadSingleFileAsync(file, uploadSlots, cancellationToken));
|
||||||
var data = await _fileDbManager.GetCompressedFileData(file.Hash, ct ?? CancellationToken.None).ConfigureAwait(false);
|
|
||||||
Logger.LogDebug("[{hash}] Starting upload for {filePath}", data.Item1, _fileDbManager.GetFileCacheByHash(data.Item1)!.ResolvedFilepath);
|
|
||||||
await uploadTask.ConfigureAwait(false);
|
|
||||||
uploadTask = UploadFile(data.Item2, file.Hash, postProgress: false, ct ?? CancellationToken.None);
|
|
||||||
(ct ?? CancellationToken.None).ThrowIfCancellationRequested();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await uploadTask.ConfigureAwait(false);
|
await Task.WhenAll(uploadTasks).ConfigureAwait(false);
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
|
|
||||||
|
async Task UploadSingleFileAsync(UploadFileDto fileDto, SemaphoreSlim gate, CancellationToken token)
|
||||||
|
{
|
||||||
|
await gate.WaitAsync(token).ConfigureAwait(false);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
token.ThrowIfCancellationRequested();
|
||||||
|
Logger.LogDebug("[{hash}] Compressing", fileDto.Hash);
|
||||||
|
var data = await _fileDbManager.GetCompressedFileData(fileDto.Hash, token).ConfigureAwait(false);
|
||||||
|
|
||||||
|
var cacheEntry = _fileDbManager.GetFileCacheByHash(data.Item1);
|
||||||
|
if (cacheEntry != null)
|
||||||
|
{
|
||||||
|
Logger.LogDebug("[{hash}] Starting upload for {filePath}", data.Item1, cacheEntry.ResolvedFilepath);
|
||||||
|
}
|
||||||
|
|
||||||
|
await UploadFile(data.Item2, fileDto.Hash, postProgress: false, token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
gate.Release();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<CharacterData> UploadFiles(CharacterData data, List<UserData> visiblePlayers)
|
public async Task<CharacterData> UploadFiles(CharacterData data, List<UserData> visiblePlayers)
|
||||||
@@ -167,7 +214,11 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
_uploadCancellationTokenSource?.Cancel();
|
_uploadCancellationTokenSource?.Cancel();
|
||||||
_uploadCancellationTokenSource?.Dispose();
|
_uploadCancellationTokenSource?.Dispose();
|
||||||
_uploadCancellationTokenSource = null;
|
_uploadCancellationTokenSource = null;
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
CurrentUploads.Clear();
|
CurrentUploads.Clear();
|
||||||
|
_currentUploadsByHash.Clear();
|
||||||
|
}
|
||||||
_verifiedUploadedHashes.Clear();
|
_verifiedUploadedHashes.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -211,7 +262,17 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
CurrentUploads.Single(f => string.Equals(f.Hash, fileHash, StringComparison.Ordinal)).Transferred = prog.Uploaded;
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
if (_currentUploadsByHash.TryGetValue(fileHash, out var transfer))
|
||||||
|
{
|
||||||
|
transfer.Transferred = prog.Uploaded;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Logger.LogDebug("[{hash}] Could not find upload transfer during progress update", fileHash);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
@@ -240,10 +301,16 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
CurrentUploads.Add(new UploadFileTransfer(file)
|
var uploadTransfer = new UploadFileTransfer(file)
|
||||||
{
|
{
|
||||||
Total = new FileInfo(_fileDbManager.GetFileCacheByHash(file.Hash)!.ResolvedFilepath).Length,
|
Total = new FileInfo(_fileDbManager.GetFileCacheByHash(file.Hash)!.ResolvedFilepath).Length,
|
||||||
});
|
};
|
||||||
|
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
CurrentUploads.Add(uploadTransfer);
|
||||||
|
_currentUploadsByHash[file.Hash] = uploadTransfer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
@@ -264,33 +331,75 @@ public sealed class FileUploadManager : DisposableMediatorSubscriberBase
|
|||||||
_verifiedUploadedHashes[file.Hash] = DateTime.UtcNow;
|
_verifiedUploadedHashes[file.Hash] = DateTime.UtcNow;
|
||||||
}
|
}
|
||||||
|
|
||||||
var totalSize = CurrentUploads.Sum(c => c.Total);
|
long totalSize;
|
||||||
|
List<FileTransfer> pendingUploads;
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
totalSize = CurrentUploads.Sum(c => c.Total);
|
||||||
|
pendingUploads = CurrentUploads.Where(f => f.CanBeTransferred && !f.IsTransferred).ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
var parallelUploads = Math.Clamp(_lightlessConfigService.Current.ParallelUploads, 1, 8);
|
||||||
|
using SemaphoreSlim uploadSlots = new(parallelUploads, parallelUploads);
|
||||||
Logger.LogDebug("Compressing and uploading files");
|
Logger.LogDebug("Compressing and uploading files");
|
||||||
Task uploadTask = Task.CompletedTask;
|
List<Task> uploadTasks = new();
|
||||||
foreach (var file in CurrentUploads.Where(f => f.CanBeTransferred && !f.IsTransferred).ToList())
|
|
||||||
|
foreach (var transfer in pendingUploads)
|
||||||
{
|
{
|
||||||
Logger.LogDebug("[{hash}] Compressing", file);
|
uploadTasks.Add(UploadPendingFileAsync(transfer, uploadSlots, uploadToken));
|
||||||
var data = await _fileDbManager.GetCompressedFileData(file.Hash, uploadToken).ConfigureAwait(false);
|
|
||||||
CurrentUploads.Single(e => string.Equals(e.Hash, data.Item1, StringComparison.Ordinal)).Total = data.Item2.Length;
|
|
||||||
Logger.LogDebug("[{hash}] Starting upload for {filePath}", data.Item1, _fileDbManager.GetFileCacheByHash(data.Item1)!.ResolvedFilepath);
|
|
||||||
await uploadTask.ConfigureAwait(false);
|
|
||||||
uploadTask = UploadFile(data.Item2, file.Hash, true, uploadToken);
|
|
||||||
uploadToken.ThrowIfCancellationRequested();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CurrentUploads.Any())
|
await Task.WhenAll(uploadTasks).ConfigureAwait(false);
|
||||||
{
|
|
||||||
await uploadTask.ConfigureAwait(false);
|
long compressedSize;
|
||||||
|
HashSet<string> uploadedHashes;
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
compressedSize = CurrentUploads.Sum(c => c.Total);
|
||||||
|
uploadedHashes = CurrentUploads.Select(u => u.Hash).ToHashSet(StringComparer.Ordinal);
|
||||||
|
}
|
||||||
|
|
||||||
var compressedSize = CurrentUploads.Sum(c => c.Total);
|
|
||||||
Logger.LogDebug("Upload complete, compressed {size} to {compressed}", UiSharedService.ByteToString(totalSize), UiSharedService.ByteToString(compressedSize));
|
Logger.LogDebug("Upload complete, compressed {size} to {compressed}", UiSharedService.ByteToString(totalSize), UiSharedService.ByteToString(compressedSize));
|
||||||
}
|
|
||||||
|
|
||||||
foreach (var file in unverifiedUploadHashes.Where(c => !CurrentUploads.Exists(u => string.Equals(u.Hash, c, StringComparison.Ordinal))))
|
foreach (var file in unverifiedUploadHashes.Where(c => !uploadedHashes.Contains(c)))
|
||||||
{
|
{
|
||||||
_verifiedUploadedHashes[file] = DateTime.UtcNow;
|
_verifiedUploadedHashes[file] = DateTime.UtcNow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
CurrentUploads.Clear();
|
CurrentUploads.Clear();
|
||||||
|
_currentUploadsByHash.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
async Task UploadPendingFileAsync(FileTransfer transfer, SemaphoreSlim gate, CancellationToken token)
|
||||||
|
{
|
||||||
|
await gate.WaitAsync(token).ConfigureAwait(false);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
token.ThrowIfCancellationRequested();
|
||||||
|
Logger.LogDebug("[{hash}] Compressing", transfer.Hash);
|
||||||
|
var data = await _fileDbManager.GetCompressedFileData(transfer.Hash, token).ConfigureAwait(false);
|
||||||
|
lock (_currentUploadsLock)
|
||||||
|
{
|
||||||
|
if (_currentUploadsByHash.TryGetValue(data.Item1, out var trackedUpload))
|
||||||
|
{
|
||||||
|
trackedUpload.Total = data.Item2.Length;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var cacheEntry = _fileDbManager.GetFileCacheByHash(data.Item1);
|
||||||
|
if (cacheEntry != null)
|
||||||
|
{
|
||||||
|
Logger.LogDebug("[{hash}] Starting upload for {filePath}", data.Item1, cacheEntry.ResolvedFilepath);
|
||||||
|
}
|
||||||
|
|
||||||
|
await UploadFile(data.Item2, transfer.Hash, true, token).ConfigureAwait(false);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
gate.Release();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -35,16 +35,16 @@ public partial class ApiController
|
|||||||
await _lightlessHub!.SendAsync(nameof(UserAddPair), user).ConfigureAwait(false);
|
await _lightlessHub!.SendAsync(nameof(UserAddPair), user).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task TryPairWithContentId(string otherCid, string myCid)
|
public async Task TryPairWithContentId(string otherCid)
|
||||||
{
|
{
|
||||||
if (!IsConnected) return;
|
if (!IsConnected) return;
|
||||||
await _lightlessHub!.SendAsync(nameof(TryPairWithContentId), otherCid, myCid).ConfigureAwait(false);
|
await _lightlessHub!.SendAsync(nameof(TryPairWithContentId), otherCid).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task SetBroadcastStatus(string hashedCid, bool enabled, GroupBroadcastRequestDto? groupDto = null)
|
public async Task SetBroadcastStatus(bool enabled, GroupBroadcastRequestDto? groupDto = null)
|
||||||
{
|
{
|
||||||
CheckConnection();
|
CheckConnection();
|
||||||
await _lightlessHub!.InvokeAsync(nameof(SetBroadcastStatus), hashedCid, enabled, groupDto).ConfigureAwait(false);
|
await _lightlessHub!.InvokeAsync(nameof(SetBroadcastStatus), enabled, groupDto).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<BroadcastStatusInfoDto?> IsUserBroadcasting(string hashedCid)
|
public async Task<BroadcastStatusInfoDto?> IsUserBroadcasting(string hashedCid)
|
||||||
@@ -59,10 +59,10 @@ public partial class ApiController
|
|||||||
return await _lightlessHub!.InvokeAsync<BroadcastStatusBatchDto>(nameof(AreUsersBroadcasting), hashedCids).ConfigureAwait(false);
|
return await _lightlessHub!.InvokeAsync<BroadcastStatusBatchDto>(nameof(AreUsersBroadcasting), hashedCids).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<TimeSpan?> GetBroadcastTtl(string hashedCid)
|
public async Task<TimeSpan?> GetBroadcastTtl()
|
||||||
{
|
{
|
||||||
CheckConnection();
|
CheckConnection();
|
||||||
return await _lightlessHub!.InvokeAsync<TimeSpan?>(nameof(GetBroadcastTtl), hashedCid).ConfigureAwait(false);
|
return await _lightlessHub!.InvokeAsync<TimeSpan?>(nameof(GetBroadcastTtl)).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task UserDelete()
|
public async Task UserDelete()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Data.Enum;
|
using LightlessSync.API.Data.Enum;
|
||||||
using LightlessSync.API.Dto;
|
using LightlessSync.API.Dto;
|
||||||
using LightlessSync.API.Dto.CharaData;
|
using LightlessSync.API.Dto.CharaData;
|
||||||
@@ -6,6 +6,7 @@ using LightlessSync.API.Dto.Group;
|
|||||||
using LightlessSync.API.Dto.User;
|
using LightlessSync.API.Dto.User;
|
||||||
using LightlessSync.LightlessConfiguration.Models;
|
using LightlessSync.LightlessConfiguration.Models;
|
||||||
using LightlessSync.Services.Mediator;
|
using LightlessSync.Services.Mediator;
|
||||||
|
using LightlessSync.Utils;
|
||||||
using Microsoft.AspNetCore.SignalR.Client;
|
using Microsoft.AspNetCore.SignalR.Client;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
@@ -104,25 +105,20 @@ public partial class ApiController
|
|||||||
|
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task Client_ReceiveBroadcastPairRequest(UserPairNotificationDto dto)
|
public Task Client_ReceiveBroadcastPairRequest(UserPairNotificationDto dto)
|
||||||
{
|
{
|
||||||
if (dto == null)
|
if (dto == null)
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
|
|
||||||
var request = _pairRequestService.RegisterIncomingRequest(dto.myHashedCid, dto.message ?? string.Empty);
|
_pairRequestService.RegisterIncomingRequest(dto.myHashedCid, dto.message ?? string.Empty);
|
||||||
|
|
||||||
Mediator.Publish(new NotificationMessage(
|
|
||||||
"Pair request received",
|
|
||||||
request.Message,
|
|
||||||
NotificationType.Info,
|
|
||||||
TimeSpan.FromSeconds(5)));
|
|
||||||
|
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task Client_UpdateSystemInfo(SystemInfoDto systemInfo)
|
public Task Client_UpdateSystemInfo(SystemInfoDto systemInfo)
|
||||||
{
|
{
|
||||||
SystemInfoDto = systemInfo;
|
SystemInfoDto = systemInfo;
|
||||||
|
//Mediator.Publish(new UpdateSystemInfoMessage(systemInfo));
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
using LightlessSync.API.Data.Extensions;
|
using LightlessSync.API.Data.Extensions;
|
||||||
using LightlessSync.API.Dto;
|
using LightlessSync.API.Dto;
|
||||||
@@ -32,6 +32,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IL
|
|||||||
private readonly ServerConfigurationManager _serverManager;
|
private readonly ServerConfigurationManager _serverManager;
|
||||||
private readonly TokenProvider _tokenProvider;
|
private readonly TokenProvider _tokenProvider;
|
||||||
private readonly LightlessConfigService _lightlessConfigService;
|
private readonly LightlessConfigService _lightlessConfigService;
|
||||||
|
private readonly NotificationService _lightlessNotificationService;
|
||||||
private CancellationTokenSource _connectionCancellationTokenSource;
|
private CancellationTokenSource _connectionCancellationTokenSource;
|
||||||
private ConnectionDto? _connectionDto;
|
private ConnectionDto? _connectionDto;
|
||||||
private bool _doNotNotifyOnNextInfo = false;
|
private bool _doNotNotifyOnNextInfo = false;
|
||||||
@@ -44,7 +45,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IL
|
|||||||
|
|
||||||
public ApiController(ILogger<ApiController> logger, HubFactory hubFactory, DalamudUtilService dalamudUtil,
|
public ApiController(ILogger<ApiController> logger, HubFactory hubFactory, DalamudUtilService dalamudUtil,
|
||||||
PairManager pairManager, PairRequestService pairRequestService, ServerConfigurationManager serverManager, LightlessMediator mediator,
|
PairManager pairManager, PairRequestService pairRequestService, ServerConfigurationManager serverManager, LightlessMediator mediator,
|
||||||
TokenProvider tokenProvider, LightlessConfigService lightlessConfigService) : base(logger, mediator)
|
TokenProvider tokenProvider, LightlessConfigService lightlessConfigService, NotificationService lightlessNotificationService) : base(logger, mediator)
|
||||||
{
|
{
|
||||||
_hubFactory = hubFactory;
|
_hubFactory = hubFactory;
|
||||||
_dalamudUtil = dalamudUtil;
|
_dalamudUtil = dalamudUtil;
|
||||||
@@ -53,6 +54,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IL
|
|||||||
_serverManager = serverManager;
|
_serverManager = serverManager;
|
||||||
_tokenProvider = tokenProvider;
|
_tokenProvider = tokenProvider;
|
||||||
_lightlessConfigService = lightlessConfigService;
|
_lightlessConfigService = lightlessConfigService;
|
||||||
|
_lightlessNotificationService = lightlessNotificationService;
|
||||||
_connectionCancellationTokenSource = new CancellationTokenSource();
|
_connectionCancellationTokenSource = new CancellationTokenSource();
|
||||||
|
|
||||||
Mediator.Subscribe<DalamudLoginMessage>(this, (_) => DalamudUtilOnLogIn());
|
Mediator.Subscribe<DalamudLoginMessage>(this, (_) => DalamudUtilOnLogIn());
|
||||||
|
|||||||
Reference in New Issue
Block a user