FFXIV plugin framework and API
Find a file
2021-08-09 17:33:32 -04:00
.github/workflows ci: use powershell core 2021-07-12 00:12:04 +02:00
.nuke Magic the magic happen 2021-07-11 16:32:32 -04:00
api docs: replace mbplugin link with rich presence 2020-03-31 04:34:09 +09:00
build Dependency bump 2021-08-09 09:59:04 -04:00
Dalamud Use Array.Empty instead 2021-08-09 17:33:32 -04:00
Dalamud.Boot Dalamud.Boot doesn't need main.cpp 2021-07-18 12:23:40 +02:00
Dalamud.CorePlugin Tweak CorePlugin 2021-08-09 10:00:41 -04:00
Dalamud.Injector Implement manual log file rotating and culling 2021-08-09 10:04:05 -04:00
Dalamud.Injector.Boot fix(Boot): use NDEBUG instead of _DEBUG 2021-07-17 00:28:49 +02:00
Dalamud.Test feat: add test for NewLinePayload 2021-07-15 23:30:25 +02:00
DalamudDebugStub build: v4.9.8.1 2020-06-08 22:18:53 +02:00
docs docs: regenerate 2021-04-28 14:24:07 +02:00
lib deps: update ImGuiScene 2021-08-09 17:54:54 +02:00
.editorconfig Magic the magic happen 2021-07-11 16:32:32 -04:00
.gitattributes Initial commit 2019-09-21 22:29:38 +09:00
.gitignore Initial commit 2019-09-21 22:29:38 +09:00
.gitmodules Remove SharpDX.Desktop 2021-08-09 09:58:18 -04:00
build.cmd Magic the magic happen 2021-07-11 16:32:32 -04:00
build.ps1 Magic the magic happen 2021-07-11 16:32:32 -04:00
build.sh Magic the magic happen 2021-07-11 16:32:32 -04:00
CreateHashList.ps1 Magic the magic happen 2021-07-11 16:32:32 -04:00
Dalamud.sln fix: mark Dalamud.Injector.Boot for build 2021-07-12 00:01:34 +02:00
Dalamud.sln.DotSettings chore: add "Materia" to project dictionary 2021-07-25 11:11:37 -07:00
docfx.json docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
filterConfig.yml docs: regenerate 2021-04-06 00:41:38 +02: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 2021-07-12 12:14:13 +02:00
stylecop.json Magic the magic happen 2021-07-11 16:32:32 -04:00

Dalamud Actions Status Discord Shield

Dalamud

Dalamud is a plugin development framework for FINAL FANTASY XIV that provides access to game data and native interoperability with the game itself to add functionality and quality-of-life.

It is meant to be used in conjunction with 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.

If you need any support regarding the API or usage of Dalamud, please join our discord server.


Thanks to Mino, whose work has made this possible!

Branches

We are currently working from the following branches.

Name Purpose .NET Version
master .NET Core rework, in-development, will replace stable .NET 5.0.6 (May 2021)
api3 Legacy, current stable version, to be replaced in November .NET 4.7.5 (April 2017)

Final Fantasy XIV © 2010-2021 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.