Commit graph

5958 commits

Author SHA1 Message Date
Caraxi
46ed621761
Add BitmapFontIcons from 7.2 (#2212) 2025-03-26 23:20:37 +00:00
goaaats
f94f03e114 Merge branch 'api12' 2025-03-26 20:44:48 +01:00
goat
202da067c1
ci: disable rollup 2025-03-26 20:43:09 +01:00
marzent
8320a824ce
return an error HRESULT when dotnet runtime can't be found (#2209) 2025-03-26 12:38:27 -07:00
Blair
19ba6a961f
Switch INotificationManager and ITitleScreenMenu to use ISharedImmediateTexture (#1879)
* Switch INotificationManager and ITitleScreenMenu to use ISharedImmediateTexture #1879

* Remove SetIconTexture
Remove some remarks that no longer apply

* Cleanup StyleCop warnings
2025-03-26 20:36:18 +01:00
Kaz Wolfe
81bc0012ed
more cs bumpies uwu
- boing
- boing
- boing
2025-03-26 12:12:36 -07:00
Kaz Wolfe
494291511c
*CS bumping noises* 2025-03-26 09:52:36 -07:00
Aireil
43e380493f
Fix FlyTextKind enum (#2207)
* Fix FlyTextKind enum

* Remove the experimental tags
2025-03-25 20:25:10 -07:00
Haselnussbomber
2f029567e4
Fixing colors and NounResolver (#2208)
* Fixing colors and NounResolver

* Remove failing special case NounProcessor selftest
2025-03-25 17:32:24 -07:00
Kaz Wolfe
cba1a7d18c
fix: AddonLifecycle sig, cs bump 2025-03-25 16:17:21 -07:00
Kaz Wolfe
dc30651fb6
deps: bump cs 2025-03-25 13:02:20 -07:00
marzent
abb5cf5dd1
fix wine_get_host_version calling convention (#2206) 2025-03-25 18:43:18 +01:00
Haselnussbomber
fe5ce40a97
Fix ISeStringEvaluator service not resolving (#2204) 2025-03-25 09:38:21 -07:00
Haselnussbomber
0377e84765
Config Options for 7.2 (#2205) 2025-03-25 09:37:18 -07:00
Kaz Wolfe
c5af536032
docs: Explain what the UI*Payloads actually are. 2025-03-25 09:35:21 -07:00
Kaz Wolfe
67561af32f
fix: Lumina updates 2025-03-25 09:28:57 -07:00
Kaz Wolfe
12ce09870f
deps: bump deps
- Lumina.Excel to 7.2.0
- ClientStructs to latest

Co-authored-by: Asriel Camora <asriel@camora.dev>
2025-03-25 09:28:42 -07:00
Kaz Wolfe
919ca87bbe
update clientstructs
- fix broken gamepad sig by delegating to CS
2025-03-24 21:58:23 -07:00
Kaz Wolfe
445fe09181
fix: dalamud boot deadlock over wine 2025-03-24 18:50:39 -07:00
Kaz Wolfe
27dc659561
chore: Convert AsLuminaSeString to AsReadOnlySeString
- Somewhat more useful, or so one would hope.
2025-03-24 18:32:44 -07:00
Kaz Wolfe
a7509ef77d
feat: More utilities!
- Also document that CStringExtensions only works with bundled CS.
2025-03-24 18:16:39 -07:00
Kaz Wolfe
314c046ec9
feat: Add CStringPointer#ExtractText
- Move CString extensions to their own class.
- Add some words to our dictionary.
2025-03-24 17:45:17 -07:00
goaaats
ddda4d477d Make VS happy about SLN changes 2025-03-24 21:54:57 +01:00
goaaats
24358f5af6 Fix warning in injector 2025-03-24 21:41:55 +01:00
Kaz Wolfe
5dcd1cc52f
chore: fix angry compiler 2025-03-24 13:36:01 -07:00
goaaats
9a25946ec1 Associate Dalamud.Common and LocExporter with x64 configs 2025-03-24 21:29:07 +01:00
Kaz Wolfe
2176b32219
chore: Bump ClientStructs and make it build again 2025-03-24 13:25:13 -07:00
goaaats
9e3c03d0e8 Add deprecation warning to targets file 2025-03-24 20:45:16 +01:00
goaaats
d1e6e34f40 Bump to version 12 2025-03-24 20:44:57 +01:00
goaaats
f209ac087a SeStringEvaluator: Throw if not on main thread 2025-03-24 20:24:34 +01:00
Kaz Wolfe
84f5dad0a3
fix: JobGauge enum casing 2025-03-24 11:31:19 -07:00
goaaats
c0c61c66be Fix warnings 2025-03-24 19:21:04 +01:00
goaaats
fc562778da Rename SMN enums to follow code standards 2025-03-24 19:19:44 +01:00
goaaats
61a4f3bcef Re-remove obsolete ServicePointManager TLS version override 2025-03-24 19:17:59 +01:00
goaaats
a1305159dc Remove unused enumerator object pool from ObjectTable 2025-03-24 19:17:43 +01:00
goaaats
daeb923f6d Add missing declaration for utils::is_running_on_wine() 2025-03-24 19:16:52 +01:00
Kaz Wolfe
30cadef34b
fix: support XL_PLATFORM as well (hopefully) 2025-03-24 09:12:13 -07:00
Haselnussbomber
fdbfdbb2cd
Add SeStringEvaluator service (#2188)
* Add SeStringEvaluator service

* Move DrawCopyableText into WidgetUtil

* Use Icon2RemapTable in SeStringRenderer

* Beautify some code

* Make sure to use the correct language

* Add SeString Creator widget

* Fix getting local parameters

* Update expressionNames

* misc changes

* Use InvariantCulture in TryResolveSheet

* Add SeStringEvaluatorAgingStep

* Fix item id comparisons

* Add SheetRedirectResolverAgingStep

* Add NounProcessorAgingStep

* Update SeString.CreateItemLink

This also adds the internal ItemUtil class.

* Fix name of SeStringCreator widget

* Add Global Parameters tab to SeStringCreatorWidget

* Load widgets on demand

* Update SeStringCreatorWidget

* Resizable SeStringCreatorWidget panels

* Update GamepadStateAgingStep

* Experimental status was removed in #2144

* Update SheetRedirectResolver, rewrite Noun params

* Fixes for 4 am code

* Remove incorrect column offset

I have no idea how that happened.

* Draw names of linked things

---------

Co-authored-by: Soreepeong <3614868+Soreepeong@users.noreply.github.com>
Co-authored-by: KazWolfe <KazWolfe@users.noreply.github.com>
2025-03-24 09:00:27 -07:00
marzent
7cac19ce81
Implement dalamud-platform launch argument (#1452)
* implement dalamud platform launch arg
* implement cross-platform gamePath fallback
* refactor platform detection heuristic
* add cross platform dalamud runtime detection
2025-03-24 08:42:24 -07:00
Vanillaaaa
9815cf1d88
perf: show whether plugin toggle is enable or disable (#2189) 2025-03-23 21:38:47 -07:00
Kaz Wolfe
8939cac80f
fix: actually add values 2025-03-23 18:45:15 -07:00
Kaz Wolfe
aaa3e33a8b
chore: PluginLoadReason is flags 2025-03-23 18:37:44 -07:00
Kaz Wolfe
e84654005e
fix: Force devs to choose between ValueClamped and ValueUnclamped 2025-03-23 18:28:07 -07:00
Kaz Wolfe
3074115b34
chore: Add api 13 tracker 2025-03-23 18:27:48 -07:00
goat
1676522ea8
clamp value of all easings by default
(cherry picked from commit 1aada98393)
2025-03-23 18:15:29 -07:00
Kaz Wolfe
c3df199e29
chore: Obsolete accessing ObjectTable off main thread 2025-03-23 18:12:41 -07:00
Kaz Wolfe
6a1cea731f
chore: remove obsoleted AppendMacroString methods 2025-03-23 18:11:03 -07:00
Ethan Henderson
23c87015b6
add(DRKGauge): Add DeliriumComboStep, and its enum DeliriumStep (#2198) 2025-03-23 15:14:16 -07:00
Ethan Henderson
82dd4629cb
SMNGauge: Fix typo, update CS (#2197)
* chore(SMNGauge): update gauge to latest CS struct
* chore(SMNGauge): Fix `AttunementTimerRemaining` typo
* refactor(SMNGauge): Cast `AttunementType` to a new enum instead of leaving it raw
* fix(SMNGauge): Use `AttunementType` for `Is<X>Attuned`
2025-03-23 15:13:27 -07:00
KazWolfe
a2124bb73d fix: Attempt to better handle hook disposal (#1803)
- Use a Weak Concurrent Collection to track scoped hooks
- Make `Hook`s remove themselves from the Tracked Hook list.
2025-03-13 22:42:09 +01:00