Commit graph

4133 commits

Author SHA1 Message Date
Haselnussbomber
d6555007ce fix: adjust TextArrowPayloads based on language 2023-08-01 20:56:11 +02:00
Haselnussbomber
dd845a30f0 fix: correct order of CreateItemLink payloads 2023-08-01 20:40:42 +02:00
Haselnussbomber
e47bfc7aca docs: reminder to add a LinkTerminator 2023-08-01 19:00:25 +02:00
Haselnussbomber
08100ef572 fix: add a full item link to SeStringBuilder
This changes the behaviour of `AddItemLink` functions.
Previously it just added an `ItemPayload`.
Now, it adds a full item link, as one would expect.
2023-08-01 19:00:22 +02:00
Haselnussbomber
3f78df23e3 feat: item rarity color in SeString.CreateItemLink 2023-08-01 19:00:17 +02:00
Haselnussbomber
982755c4a2 fix: reset colors in SeString.CreateItemLink 2023-08-01 19:00:12 +02:00
Haselnussbomber
0f30b8240c feat: append payloads to SeStringBuilder 2023-08-01 19:00:06 +02:00
goat
e101ac0f21
Merge pull request #1332 from MidoriKami/PlayerCharacter_ResolveObsolete
Resolve Character.cs Obsoletes
2023-07-31 08:44:36 +02:00
MidoriKami
29debac9e1 Character.cs Obsoletes 2023-07-30 18:26:50 -07:00
goat
f69fb6cc03
fix: use LastUpdated in remote manifest when sorting installed plugins
Will make sure installed plugins with pending updates will still be sorted as expected
2023-07-30 22:16:44 +02:00
goat
b75b30c03d
fix: clear list of viewing plugins in installer when resorting 2023-07-30 22:16:40 +02:00
goat
08e85661e9
Merge pull request #1325 from goatcorp/v9-rollup 2023-07-30 00:08:15 +02:00
goat
7bcbcbb84d
Merge pull request #1329 from Haselnussbomber/v9-internal-isdataready 2023-07-29 23:55:23 +02:00
Haselnussbomber
c991e1f1d3 refactor: make IsDataReady internal 2023-07-29 21:09:07 +02:00
github-actions[bot]
437948f55c Merge remote-tracking branch 'origin/master' into v9-rollup 2023-07-28 22:43:41 +00:00
bleatbot
509e33bf27
Update ClientStructs (#1326)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-07-28 15:43:20 -07:00
nebel
a3eef2298d
Re-enable non-fuzzy matching for menifest punchline (#1324) 2023-07-28 03:10:34 +00:00
goat
daf1cade69
Merge pull request #1323 from goatcorp/v9-rollup 2023-07-27 14:08:26 +02:00
github-actions[bot]
5da34cbc81 Merge remote-tracking branch 'origin/master' into v9-rollup 2023-07-27 12:07:53 +00:00
Haselnussbomber
8d49d28552
Add ImRaii.ContextPopupItem (#1322) 2023-07-27 14:02:34 +02:00
Haselnussbomber
d4c68a480f
ci: fix rollup fetch depth (#1320) 2023-07-26 22:26:29 +00:00
MidoriKami
ead207fc67
Improve Search (#1305)
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2023-07-26 21:15:14 +00:00
Cara
c37d8a15fd
Use own ConfigType enum (#1319) 2023-07-26 23:00:22 +02:00
Haselnussbomber
26152f8422
Disable window sounds for TitleScreenMenuWindow (#1316) 2023-07-26 22:59:34 +02:00
bleatbot
26c0932612
[master] Update ClientStructs (#1318)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-07-26 22:59:16 +02:00
bleatbot
b1dfaae579
Update ClientStructs (#1317)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-07-22 08:40:02 -04:00
goat
f88b9435b1
build: 7.9.0.0 2023-07-18 20:36:49 +02:00
goat
9b920c8ddc
fix: profile tutorial text wrap 2023-07-18 20:36:47 +02:00
goat
ea8b7ed0b3
feat: add sort for in a profile/not in a profile 2023-07-18 20:36:45 +02:00
goat
8c57f26a18
chore: disable profiles for dev plugins for now, it's not functional 2023-07-18 20:36:43 +02:00
goat
34d5a5e837
Merge pull request #1314 from Ottermandias/dragdrop 2023-07-18 20:22:52 +02:00
bleatbot
3da22fca81
Update ClientStructs (#1315)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-07-18 15:20:01 +00:00
Haselnussbomber
0f2b858038
Add DalamudLibPath to AssemblySearchPaths (#1313) 2023-07-18 15:09:46 +00:00
Haselnussbomber
884935e2b4
Remove Sdk attribute from targets (#1312) 2023-07-18 14:55:08 +00:00
Haselnussbomber
fd08fb7e00
Update DalamudPackager in Dalamud.Plugin.targets (#1311) 2023-07-18 14:54:58 +00:00
bleatbot
bbdd1ef601
Update ClientStructs (#1309)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-07-18 14:53:00 +00:00
Ottermandias
be9ca7618a Maybe fix dependency issues with early loading plugins that request IDragDropManager? 2023-07-17 00:47:16 +02:00
Ottermandias
1a5bd88b2c Fix drag & drop tooltip persisting when moving outside the viewports. 2023-07-17 00:35:57 +02:00
goat
af157c3664
fix: only persist plugin state to default profile when removing profile is enabled 2023-07-15 22:46:47 +02:00
goat
1f0526b2ef
fix: make CommandManager thread-safe 2023-07-15 13:30:02 +02:00
goat
b683c5ba43
Merge pull request #1308 from MidoriKami/FateWidget_FixCopyButton
FateWidget Fix ImGui ID Collision
2023-07-12 08:57:38 +02:00
goat
c453c63796
Merge pull request #1307 from Caraxi/gameConfigImprovements
`GameConfig` Improvements
2023-07-12 08:56:47 +02:00
MidoriKami
00a883a8e2 Fixes all fatetable copy buttons having the same ID 2023-07-11 19:59:09 -07:00
goat
a82096c671
fix: allow Window to be instantiated without Dalamud services 2023-07-11 20:54:59 +02:00
Caraxi
4befb44c90 GameConfig - add methods to get properties 2023-07-11 17:03:41 +09:30
goat
4dc43b7ed3
feat: assign every installation of a plugin a unique id, to be used to differentiate between them in the future(api9+) 2023-07-10 22:31:37 +02:00
Caraxi
c4f8a09530 GameConfig - Use ConcurrentDictionary for index cache 2023-07-09 10:44:56 +09:30
Caraxi
4953610505 GameConfig - Fix incorrect overload mapping 2023-07-09 10:43:42 +09:30
goat
1b46bbac87
build: 7.8.0.0 2023-07-08 15:01:38 +02:00
goat
ecc3dd7352
Merge pull request #1217 from Ottermandias/dragdrop 2023-07-08 12:48:27 +02:00