Limiana

Results 16 issues of Limiana

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

Can we have an event that is fired when a plugin is enabled/disabled? Like this: https://github.com/goatcorp/Dalamud/blob/special_revert_operation/Dalamud/Plugin/Internal/PluginManager.cs#L77 but public and working for dev plugin as well. Thanks.

Like this ![TJBR31jgxf](https://user-images.githubusercontent.com/5073202/171615899-86f96ce4-96e3-41b4-9e97-2883f74edc5d.gif)

Commit https://github.com/goatcorp/Dalamud/commit/a4cac032399914802c42c80833ecb1d1dce7568e This limitation serves no purpose while severely degrading first party plugin development and testing

Steps to reproduce: - Have a dev plugin that is set to automatically start at boot - Use trashcan icon to delete it - Install the same plugin from repo,...

bug

This commit adds configuation option to undercut certain percent from item's price rather than fixed amount

Once in a while, there will be this error when working with plugin installer window: ``` 2023-01-16 09:34:01.610 +03:00 [ERR] [Dalamud] Error during OnDraw System.InvalidOperationException: Collection was modified; enumeration operation...

bug
core

Steps to reproduce: 1) Have a focused ImGui window open, and no other ImGui windows open where focus can possibly go 2) Without unfocusing window, make it disappear via DrawConditions...

Hello. It would be nice if current stats, food could be read directly from the game. Additionally, it would be nice if once a macro is generated, it would be...