Commit graph

2137 commits

Author SHA1 Message Date
Raymond
644811e074 Include the Dalamud assembly as a shared assembly
If you don't set dalamud to private=false, so that dalamud.dll is in your dev plugin dist folder, the plugin will fail to load, thinking it should use it's version of Dalamud.dll, so it is now a different IDalamudPlugin
2021-09-28 07:35:02 -04:00
goaaats
875452caa4
Merge pull request #585
allow dev plugins to load images from URL, log stbi errors, allow undersized plugin image1-5
2021-09-28 03:57:04 +02:00
goat
11073e6865
fix: SetMouseOverTarget() 2021-09-28 03:55:24 +02:00
goat
71165b599b
loc: style editor, feedback tweaks 2021-09-28 03:54:45 +02:00
goaaats
886c088dec
Merge pull request #590 from MgAl2O4/fix-fileDialogImgui
fixed asserts on closing imgui file dialog
2021-09-28 00:35:42 +02:00
goat
7be2bb6230
feat: add DotNetCorePlugins to credits 2021-09-28 00:34:36 +02:00
goaaats
d7f0b7094b
Merge pull request #594
Status list fixes
2021-09-28 00:28:22 +02:00
goaaats
bd15b16eaf
Merge pull request #598
Plugin dependency loading
2021-09-28 00:25:44 +02:00
goaaats
df61573a70
Merge pull request #599
Remove scratchpad
2021-09-28 00:24:37 +02:00
goat
53e38668bc
feat(PluginInstallerWindow): support Changelog manifest property 2021-09-28 00:23:37 +02:00
Raymond
653363fd8f Remove scratchpad
So sad, a king among features.
2021-09-27 18:00:15 -04:00
goat
ef16e346c6
feat(feedback): optionally include last exception 2021-09-27 23:49:45 +02:00
Raymond
8793456a0b fix dependency loading, import plugin library 2021-09-27 16:43:50 -04:00
goat
689b8fa847
feat: feedback modal 2021-09-27 22:29:52 +02:00
goat
6ba5525812
fix: set color preview to PreviewHalf by default 2021-09-27 18:26:54 +02:00
goat
547573fa31
fix: don't export saved style 2021-09-27 18:25:24 +02:00
goat
cc26765533
fix: check for duplicate name on import 2021-09-27 18:18:44 +02:00
goaaats
4282afa3a0
Merge pull request #596 from goatcorp/feature/styles 2021-09-27 17:54:12 +02:00
goat
dd96adc88d
bump client structs 2021-09-27 17:09:22 +02:00
goat
e176cc7981
loc: style editor 2021-09-27 17:05:22 +02:00
goat
a42a8a46c4
feat: add style editor to settings window 2021-09-27 17:00:48 +02:00
goat
0f150bc54b
feat: add style editor 2021-09-27 17:00:24 +02:00
Raymond
1c6ff89372 Expose createFateReference 2021-09-27 07:54:54 -04:00
goat
c925611674
merge 2021-09-27 02:15:11 +02:00
Raymond
f01cfd5820 feat: expose Fate table address 2021-09-26 19:02:56 -04:00
Raymond
c611a97ab5 feat: CreateStatusListReference, move CreateStatusReference to static 2021-09-26 17:32:27 -04:00
Raymond
d00a9827d7 StatusList.Length is misleading 2021-09-26 17:23:27 -04:00
goaaats
5c490dee32
Merge pull request #592 from daemitus/manifesto 2021-09-26 18:14:38 +02:00
Raymond
3630ad1fe4 Save repo manifest before continuing 2021-09-26 09:05:17 -04:00
goaaats
20f4460e6c
Merge pull request #584 from ascclemens/try 2021-09-25 23:02:55 +02:00
goaaats
779390ff02
Merge pull request #589 from daemitus/clientstructs 2021-09-25 23:02:14 +02:00
MgAl2O4
5adc4de71f fixed asserts on closing imgui file dialog 2021-09-24 14:26:31 -04:00
Raymond
5a271b03e7 bump clientstructs 2021-09-24 09:18:52 -04:00
Raymond
da6ee0252d scale undersized plugin images without losing dimensions 2021-09-23 11:56:05 -04:00
Raymond
4a4aa2d85c catch invalid URIs in icon and images fields 2021-09-23 07:54:42 -04:00
Raymond
3790fb44c0 merge internal methods, improve logging 2021-09-23 07:54:42 -04:00
Raymond
347ae4b679 Move icon/image methods near usage, remove static 2021-09-23 07:40:26 -04:00
Raymond
6527ebed01 Log STBI error source 2021-09-22 20:28:44 -04:00
Raymond
949a6072ce Allow devIcons to load images from the manifest 2021-09-22 19:34:23 -04:00
Raymond
06d3ad8048 formatting 2021-09-22 17:13:06 -04:00
Anna Clemens
f5ef9a085a
feat: add fallible methods to SigScanner 2021-09-22 16:35:05 -04:00
goaaats
7f6f1d35d8
Merge pull request #582 from daemitus/hotfix
api3 plugins will have a null AssemblyName value, needs handling during removal
2021-09-22 15:56:26 +02:00
Raymond
18a3643fe6 api3 plugins will have a null value, needs handling 2021-09-22 08:47:08 -04:00
goaaats
300bcf4938
Merge pull request #572 from UnknownX7/patch-1
Fix MaxKeyCodeIndex
2021-09-22 10:17:05 +02:00
goaaats
2d9a0535f5
Merge pull request #579 from daemitus/banned
Delete button for outdated/banned, do banned plugins like outdated so they update.
2021-09-22 10:16:28 +02:00
goaaats
d04604935b
Merge pull request #575 from daemitus/devImages
Load dev plugin icons from disk, load all icons as needed instead of one by one
2021-09-22 10:15:19 +02:00
goaaats
597103a731
Merge pull request #576 from Caraxi/disableRmtFiltering
feat: add an option to disable RMT Filtering
2021-09-22 10:13:42 +02:00
goaaats
dbced0406f
Merge pull request #580 from daemitus/veh
Remove DalamudDebugStub
2021-09-22 10:13:13 +02:00
Raymond
f98193a06d Display banned plugins for updating 2021-09-21 10:15:53 -04:00
Raymond
f1e5a21494 Extract DeletePlugin from dev, show if outdated or dev 2021-09-21 10:15:23 -04:00