3 Commits

Author SHA1 Message Date
JonKazama-Hellion 270e1f63d4 Skip dotnet build in CI (needs Dalamud hooks not in runner image)
CI / validate (push) Successful in 27s
Replace failing build step with restore + manifest validation. Full build
requires /home/runner/.xlcore/dalamud/Hooks/dev/ which only exists on
machines with Dalamud installed (XIVLauncher etc.). README documents how
to enable build-CI in downstream repos.
2026-05-09 17:30:57 +02:00
JonKazama-Hellion 6e9a4abd8a Merge official Dalamud sample plugin into template
CI / build (push) Failing after 18s
- Replace Plugin.cs/ConfigWindow.cs skeleton with working sample code
- Add MainWindow.cs (goat-image demo + PlayerState/Lumina queries)
- Rename src/PluginConfiguration.cs → src/Configuration.cs (sample naming)
- Add Data/goat.png sample asset
- Add src/packages.lock.json (NuGet lockfile from sample)
- Add PluginNameTemplate.sln solution file
- Bump csproj from Dalamud.NET.Sdk 13.0.0 → 15.0.0
- Bump yaml dalamud_api_level: 13 → 15
- Update README with sample-removal walkthrough and SDK-bump section

Template now builds end-to-end out of the box. Goat demo
intact for verification; strip per README when implementing
the real plugin.
2026-05-09 17:15:26 +02:00
JonKazama-Hellion 4a2e840888 Initial template setup
CI / build (push) Failing after 34s
2026-05-09 16:41:15 +02:00