Raymond
7a967d5968
Remove FFXIVClientStructs.Common
2021-09-28 18:11:22 -04:00
Raymond
dc3601149b
Bump ffxivclientstructs
2021-09-28 18:10:53 -04:00
goat
f2d604c4ef
fix(StyleEditor): save style when adding/importing
2021-09-28 19:09:11 +02:00
goat
4630d448fc
feat: update standard style
2021-09-28 19:07:59 +02:00
goat
959b73053e
fix: always update standard style
2021-09-28 19:07:12 +02:00
goat
7bb3de4bdf
fix: credits tweaks
2021-09-28 19:07:00 +02:00
goat
be89419298
deps: remove Microsoft.CodeAnalysis.CSharp.Scripting
2021-09-28 15:12:17 +02:00
goaaats
4528a5a95a
Merge pull request #602 from daemitus/dumbdumbs
2021-09-28 15:03:45 +02:00
goaaats
a2a1c73bf3
Revert "Merge pull request #601 from daemitus/dumbdumbs"
...
This reverts commit 3b1cbec6ef .
2021-09-28 07:52:44 -04:00
goaaats
3b1cbec6ef
Merge pull request #601 from daemitus/dumbdumbs
...
Include the Dalamud assembly as a shared assembly
2021-09-28 13:39:40 +02:00
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