Dalamud icon indicating copy to clipboard operation
Dalamud copied to clipboard

FFXIV plugin framework and API

Results 235 Dalamud issues
Sort by recently updated
recently updated
newest added

Since the latest game patch imgui text inputs no longer have input prediction This makes typing in Japanese very hard as you can't see at all what is being typed....

bug

A dev plugin failed to reload, so I went to disable it, but it looks like the installer is just bricked after. It went up to `PluginMasters reloaded, now refiltering...`...

bug

``` delegate long OnEmoteFuncDelegate(IntPtr a1, IntPtr source, ushort emoteId, long targetId, long a5); [Signature("E8 ?? ?? ?? ?? 48 8D 8F ?? ?? ?? ?? 4C 8B CE", DetourName =...

InvalidPluginOperationException prevents dev plugin hot reload, forcing a client restart to get the plugin back working. Needed: 2 Clients + First is for dev work, with hot reload active +...

This would allow plugin developers to allow users to more easily open feedback within a plugin without going to the installer. - Open feedback modal - Open feedback modal with...

enhancement

This commit adds first-pass support for more robust plugin log filtering. No changes were made that affect PluginLog's APIs nor log format. This change works by making use of Serilog's...

So this is how I normally have my bar: ![image](https://user-images.githubusercontent.com/26394800/181399809-5af796d8-2db3-4c32-a23f-7c7cade0df6c.png) But after a cutscene, it ends up like this: ![image](https://user-images.githubusercontent.com/26394800/181399898-c335bf6b-06eb-42c3-9271-3e9283b60b94.png) This happens across multiple plugins

Dalamud was loaded with a version of a dev plugin enabled (set to load from a custom folder in /xlsettings). The plugin was rebuilt with a new version number, and...

We had a user come into goat place recently about a third party plugin misbehaving and spamming the log file, filling up their C drive. While it's not our duty...