kal

Results 91 issues of kal

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

Adding interface support to Service, starting with dalamud services and then plugin services. For example, you have ICondition that defines the API, and Condition that implements it. Plugins can request...

documentation
enhancement
core

Add a new bool on plugin json - isAbandoned that defaults to false. When a developer plans to no longer update a plugin, someone can PR a json update to...

It's become more common for plugins to be adopted by a new developer. Right now, most people just update the authors field to include themselves and the original creator. **Author...

Add method to API to set chat name colors by passing in player name and world id/name. A few plugins do this already (e.g. SimpleTweaks) and I was planning to...

Could add a lock icon to menu bar to lock all plugin windows in-place. Might be limited to plugins using the dalamud windowing system to make this easier to implement.

enhancement
UI

Add an option to enable separate plugin settings per character. Some ideas / considerations from discussion in discord: - Make this all or nothing to keep things simple - Make...

enhancement
core

Many plugin developers work around the current DI framework by creating classes to use all or most services available. For those that are going to do this anyway, could add...

enhancement

It's permitted to share custom repos if they only have testing versions of main repo plugins. However, in practice, this doesn't work too well since you need to use an...

This issue makes it harder for 3pp to migrate and become main repo plugins. Steps to Recreate 1. User installs custom repo plugin. 2. Developer publishes the plugin using same...

bug