FFXIV plugin framework and API
Find a file
goaaats 72a4e6278d
Merge pull request #25 from ff-meli/interface
"Fix" Dispose crash, handle some disable logic, update plugin delegate to a simple wrapped handler
2020-01-13 01:30:59 +09:00
Dalamud Hack: prevent frequent crashes on unload. This is not a great way to handle the problem, but it should also virtually always succeed... and it's far better than the current crashing behavior, until we can come up with something cleaner. 2020-01-12 08:18:03 -08:00
Dalamud.Injector feat: add plugin API for interfaces 2020-01-12 16:00:31 +09:00
docs Initial commit 2019-09-21 22:29:38 +09:00
lib Pull in ImGuiScene updates 2020-01-12 08:21:23 -08:00
Resources Initial commit 2019-09-21 22:29:38 +09:00
.editorconfig Initial commit 2019-09-21 22:29:38 +09:00
.gitattributes Initial commit 2019-09-21 22:29:38 +09:00
.gitignore Initial commit 2019-09-21 22:29:38 +09:00
.gitmodules feat: first interface WIP 2019-12-11 03:11:53 +09:00
Dalamud.sln feat: first interface WIP 2019-12-11 03:11:53 +09:00
Dalamud.sln.DotSettings Initial commit 2019-09-21 22:29:38 +09:00
LICENSE Initial commit 2019-09-21 22:29:38 +09:00
README.md Initial commit 2019-09-21 22:29:38 +09:00

Dalamud

FFXIV Hooking framework for FFXIVQuickLauncher.

Thanks to Mino, whose work has made this possible!