FFXIV plugin framework and API
Find a file
2020-03-03 22:45:16 +09:00
.github/workflows ci: fix sln file name 2020-01-13 02:59:15 +09:00
api docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
Dalamud fix: save plugin configs with type, in external directory 2020-03-03 22:45:16 +09:00
Dalamud.Injector fix: save plugin configs with type, in external directory 2020-03-03 22:45:16 +09:00
docs docs: gamedata changes 2020-02-16 20:08:21 +09:00
lib Fix: pull in ImGuiScene update to fix custom unicode typed text being automatically processed and broken by win32 2020-02-29 11:22:49 -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 fix: add experimental fix for Discord.Net 100% cpu bug, restructure project 2020-02-17 20:57:56 +09:00
Dalamud.sln fix: add experimental fix for Discord.Net 100% cpu bug, restructure project 2020-02-17 20:57:56 +09:00
Dalamud.sln.DotSettings Initial commit 2019-09-21 22:29:38 +09:00
docfx.json docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
filterConfig.yml docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
index.md docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
LICENSE Initial commit 2019-09-21 22:29:38 +09:00
README.md Update README.md 2020-02-14 20:27:18 +09:00

Dalamud Actions Status

FFXIV Hooking framework for FFXIVQuickLauncher.

Plugin development

Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. Please see the API documentation for more details.

Thanks to Mino, whose work has made this possible!