FFXIV plugin framework and API
Find a file
2020-03-30 18:18:28 +09:00
.github/workflows ci: fix sln file name 2020-01-13 02:59:15 +09:00
build Download CoreLoad on Install 2020-03-30 18:18:28 +09:00
Dalamud Fix blowfish implementation and other things 2020-03-25 10:41:42 +09:00
Dalamud.Bootstrap Add Argument parser 2020-03-29 22:20:30 +09:00
Dalamud.Injector Add Argument parser 2020-03-29 22:20:30 +09:00
Dalamud.Testing galaxy brain 2: bit of restructure (Bootstrap) 2020-03-11 11:52:51 +09:00
lib Add CoreHook 2020-02-27 00:24:14 +09:00
Resources Initial commit 2019-09-21 22:29:38 +09:00
.editorconfig WIP dalamud.launcher rewrite 2020-02-27 01:28:25 +09:00
.gitattributes WIP dalamud.launcher rewrite 2020-02-27 01:28:25 +09:00
.gitignore Download CoreLoad on Install 2020-03-30 18:18:28 +09:00
.gitmodules WIP dalamud.launcher rewrite 2020-02-27 01:28:25 +09:00
.nuke Add Nuke Build (and temporary nuke Dalamud, heh) 2020-03-12 20:23:47 +09:00
build.cmd Add Nuke Build (and temporary nuke Dalamud, heh) 2020-03-12 20:23:47 +09:00
build.ps1 Add Nuke Build (and temporary nuke Dalamud, heh) 2020-03-12 20:23:47 +09:00
build.sh Add Nuke Build (and temporary nuke Dalamud, heh) 2020-03-12 20:23:47 +09:00
Dalamud.sln Correct project path 2020-03-12 20:24:00 +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!