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

Should fix some microstuttering complaints we have been getting. Reads aren't async yet, they definitely should be, but they should take the same code path as before the VFS in...

As suggested on Discord, I'd like to add a simple endorsements system to Dalamud to positively reinforce plugin development and enable users to leave positive feedback without having to write...

enhancement

Repro: - Add plugin without a class that inherits from `IDalamudPlugin` to the dev plugin list - Attempt to enable plugin, loader throws `InvalidPluginException` - Add `IDalamudPlugin` to plugin class,...

I'd like to do a PR to the window system to expose a window property to ignore the dalamud spacing and padding vars. Something like "RespectSpacingAndPadding" and it'd default to...

enhancement

Currently have an issue with moving plugins and dalamud windows to the screen with set vertical orientation when they are too small. I have 3 monitors: the middle one left...

Hello, I'm here to ask for your help and understand why it just keeps crashing. It happens when I open Dalamud Plugin Installer and when I scroll down to browse...

This needs a `TestingDalamudApiLevel` field added to the plugin master, with the exact same behavior as `TestingAssemblyVersion`. This _should_ work even without that field in the plugin master, it will...

When a single plugin class has both `[PluginService]` fields and `[Signature]` fields, the `InitializeFromAttributes` call does not seem to work correctly. I first encountered this when updating DeviceChangeFix to API...

Identical to https://github.com/goatcorp/Dalamud/pull/1433, but mergeable with the current master branch.

Steps to Reproduce 1. Start game with a dev path pointed to an old API level plugin. 2. See plugin in dev plugins list as incompatible (as expected). 3. Rebuild...