Compare commits

...

3 commits

Author SHA1 Message Date
goaaats
1b08d986ca build: 13.0.0.3
Some checks failed
Tag Build / Tag Build (push) Failing after 2s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
2025-09-03 01:51:14 +02:00
Limiana
29c4d4939f
Fix SigScanner.ScanAllText only returning a single match 2025-09-02 18:06:06 +00:00
bleatbot
97196a1e35
Update ClientStructs (#2396)
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-09-02 17:13:17 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<PropertyGroup Label="Feature">
<Description>XIV Launcher addon framework</Description>
<DalamudVersion>13.0.0.2</DalamudVersion>
<DalamudVersion>13.0.0.3</DalamudVersion>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version>
<FileVersion>$(DalamudVersion)</FileVersion>

View file

@ -343,11 +343,11 @@ public class SigScanner : IDisposable, ISigScanner
break;
var scanRet = mBase + index;
mBase = scanRet + 1;
if (this.IsCopy)
scanRet -= this.moduleCopyOffset;
yield return scanRet;
mBase = scanRet + 1;
}
}

@ -1 +1 @@
Subproject commit 834d3cc94082fd812cf6cda8da217b22e4f9f15d
Subproject commit 3ae5a65f6d3a00d2d1091319ddec1442ea22726a