Joshua Goins
7112651b77
Remove EnableWindowsTargeting from build.sh's run step ( #1633 )
...
This removes the property that shouldn't be there, because it was
considered a target.
2024-02-07 10:37:55 -08:00
Joshua Goins
1d32e8fe45
Fix language selector throwing a exception, use native name for Taiwan ( #1634 )
...
The language selector has only been showing language codes and not the
actual language names since dd0159ae5a
because "tw" (Taiwan Mandarin) was added and it's not supported by
CultureInfo.
This adds a specific check like the language code to work around this
and stop throwing exceptions. Also converts to a switch so it looks a
bit nicer.
2024-02-07 10:33:35 -08:00
bleatbot
65265b678e
Update ClientStructs ( #1626 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-02-04 10:57:00 -08:00
bleatbot
866c41c2d8
Update ClientStructs ( #1623 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-01-29 18:03:31 -08:00
MidoriKami
0e724be4f8
Fix loc typo
2024-01-28 20:37:30 -08:00
MidoriKami
e065f3e988
Show Name in text prompt
2024-01-28 20:37:30 -08:00
MidoriKami
31c3c1ecc0
Fix reset and reload not working
2024-01-28 20:37:30 -08:00
github-actions[bot]
9d6756fbca
Update ClientStructs
2024-01-24 09:47:25 -08:00
goat
3cbc689914
Merge pull request #1621 from Soreepeong/fix/fonthandlewrapper
...
Fix FontHandleWrapper and some docs
2024-01-23 12:21:04 +01:00
Soreepeong
d1291364e0
Fix FontHandleWrapper and some docs
2024-01-23 19:30:20 +09:00
goat
e20daed848
Merge pull request #1619 from Soreepeong/feature/ifontatlas-lockable-fonts
...
Make `IFontHandle` lockable, and add font change event
2024-01-23 08:58:31 +01:00
goat
f338c470e2
Merge pull request #1614 from goaaats/wpid_profiles
...
Use WorkingPluginId as identifier for plugins, take 2
2024-01-22 17:23:47 +01:00
Soreepeong
fc4d08927b
Fix Dalamud Configuration revert not rebuilding fonts
2024-01-21 15:11:31 +09:00
Soreepeong
29b3e0aa97
Make IFontHandle.Push return IDisposable, and add IFontHandle.Pop
2024-01-21 13:15:36 +09:00
github-actions[bot]
500df36cae
Update ClientStructs
2024-01-20 16:09:15 -08:00
Soreepeong
a409ea60d6
Update docs
2024-01-21 04:55:03 +09:00
Soreepeong
3e3297f7a8
Use Lock instead of .ImFont
2024-01-21 04:49:51 +09:00
Soreepeong
af1133f999
Determine optional assets availability on startup
2024-01-21 04:21:26 +09:00
Soreepeong
127b91f4b0
Fix doc
2024-01-21 04:12:40 +09:00
Soreepeong
0701d7805a
BuildFonts remarks
2024-01-21 04:07:58 +09:00
Soreepeong
967ae97308
Expose wrapped default font handle
2024-01-21 03:41:26 +09:00
Soreepeong
d70b430e0d
Add IFontHandle.Lock and WaitAsync
2024-01-21 03:10:41 +09:00
goat
620f3999d2
Merge pull request #1618 from Soreepeong/fix/ifontatlas-compat-fix-2
...
IFontAtlas API9 compat: support reading GameFontHandle.ImFont during UiBuilder.After/BuildFonts
2024-01-20 17:09:53 +01:00
Soreepeong
7c1ca4001d
Docs
2024-01-21 00:47:09 +09:00
Soreepeong
8afe277c02
Make IFontHandle.Pop return a concrete struct
2024-01-21 00:45:46 +09:00
Soreepeong
dd5cbdfd5d
IFontAtlas API9 compat: support reading GameFontHandle.ImFont during UiBuilder.After/BuildFonts
2024-01-21 00:15:12 +09:00
goat
11c1b4658b
Merge pull request #1617 from Soreepeong/fix/ifontatlas-defaultfont
...
Set ImGui default font upon default font atlas update
2024-01-20 10:16:29 +01:00
Soreepeong
1a19cbf277
Set ImGui default font upon default font atlas update
2024-01-20 10:21:50 +09:00
goaaats
4f4f604ef8
show all plugins - be it dev, installed, available, orphaned - in the available tab
2024-01-20 01:10:07 +01:00
goaaats
af2f0f290f
dev plugins are now allowed to be in profiles
2024-01-19 23:43:24 +01:00
goaaats
57b8a5d932
prevent double-lookup for dev plugins in non-default profiles
2024-01-19 23:42:44 +01:00
goaaats
4e95d4fe37
allow load of devPlugins in non-default profile
2024-01-19 23:32:39 +01:00
goaaats
d26db7e053
don't tell people to wait for an update, if one is available
2024-01-19 23:26:59 +01:00
goaaats
b415f5a874
never offer updates for dev plugins
2024-01-19 23:12:32 +01:00
goat
f6b699d18f
Merge pull request #1615 from Soreepeong/fix/ifontatlas-compat-fix-1
...
Fallback behavior for bad use of DstFont values
2024-01-19 20:06:04 +01:00
Soreepeong
ad12045c86
Fix notifications font
2024-01-19 08:31:08 +09:00
Soreepeong
0c2a722f83
Fallback behavior for bad use of DstFont values
2024-01-19 08:11:33 +09:00
Soreepeong
63b16bcc7c
Reapply "IFontAtlas: font atlas per plugin"
...
This reverts commit b5696afe94 .
2024-01-19 07:26:56 +09:00
goaaats
23ddc78241
add bodge "match to plugin" UI for installed plugins
2024-01-18 22:53:17 +01:00
goaaats
9024c9b00c
track internal name nonetheless
2024-01-18 22:47:56 +01:00
goaaats
256f4989f7
add some validation code to catch issues
2024-01-18 22:39:18 +01:00
goaaats
d827151ee5
add icon for dev plugins
2024-01-18 22:21:37 +01:00
goaaats
b3740d0539
add Profile.RemoveByInternalNameAsync()
2024-01-18 22:03:14 +01:00
goat
b5696afe94
Revert "IFontAtlas: font atlas per plugin"
2024-01-18 12:51:58 -08:00
goaaats
b446fcc191
merge
2024-01-18 21:51:18 +01:00
Kurochi51
14c5ad1605
Expose CharacterData.ShieldValue to Dalamud's Character wrapper. ( #1608 )
2024-01-18 20:56:12 +01:00
goat
d59d5a4cbc
Merge pull request #1531 from Soreepeong/feature/separate-atlas-per-plugin
...
IFontAtlas: font atlas per plugin
2024-01-18 20:55:47 +01:00
Infi
a1a96d762a
Fix swapped U and V check
2024-01-17 22:35:04 -08:00
goat
59278224f7
build: 9.0.0.17
2024-01-16 20:00:37 +01:00
github-actions[bot]
d71da3f2c0
Update ClientStructs
2024-01-16 07:28:36 -08:00