Skip to content

Releases: karashiiro/DalamudPluginProjectTemplate

Probably want to reference the new Lumina binary

09 Dec 00:49
82016eb
Compare
Choose a tag to compare
Merge pull request #1 from goaaats/patch-1

Reference Lumina.Excel instead of Lumina.Generated

Probably don't want so much comment and naming bloat

10 Oct 06:57
Compare
Choose a tag to compare

Removed some comments and renamed PluginConfiguration to just Configuration.

Probably want an actual metadata file for the plugin repository

14 Aug 17:28
Compare
Choose a tag to compare

Probably don't want showing a command in the help menu to be explicit

13 Aug 22:22
Compare
Choose a tag to compare

Replaced ShowInHelpAttribute with DoNotShowInHelpAttribute, because who wants to hide by default tbh
Also added a reference to Lumina.Generated

Probably want to be able to write public and instance commands again

13 Jun 04:34
Compare
Choose a tag to compare

Probably want to be able to write private and static commands

11 Jun 01:09
Compare
Choose a tag to compare
  • Updated the binding flags in the command manager

Probably want more QoL changes

09 Jun 23:05
Compare
Choose a tag to compare
  • Add Cara's post-build copy+reload event to the debug configuration
  • Clean up the command manager a bit

Probably want to be able to save the config easily

09 Jun 21:33
Compare
Choose a tag to compare
  • Add Meli's save thing to the config class

Probably want the command manager to be disposed

08 Jun 18:55
Compare
Choose a tag to compare

Probably want the command manager to be initialized

08 Jun 18:46
Compare
Choose a tag to compare
  • Initialized the command manager