Haselnussbomber
39e6186ba3
Fix AddonEventType.Resize
2025-10-24 03:07:36 +02:00
goat
7a45c0d661
Merge pull request #2437 from Haselnussbomber/fix-NotifyPluginsForStateChange
...
Tag Build / Tag Build (push) Successful in 4s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
Lock plugin list in NotifyPluginsForStateChange
2025-10-22 21:50:40 +02:00
Haselnussbomber
87e391958e
Lock plugin list in NotifyPluginsForStateChange
2025-10-22 19:14:29 +02:00
goat
21d4dbec66
Merge pull request #2436 from Haselnussbomber/public-end-objects
...
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 3s
Small ImRaii update
2025-10-22 15:10:41 +02:00
Haselnussbomber
f0568216cb
Provide PopupModal with flags
2025-10-22 07:18:43 +02:00
Haselnussbomber
8ed21b4645
Public ImRaii end objects
2025-10-22 07:16:13 +02:00
Haselnussbomber
0b6f3b8bcf
Add events based on AgentUpdateFlag
2025-10-19 16:51:47 +02:00
goaaats
116e8aadbc
build: 13.0.0.6
Tag Build / Tag Build (push) Failing after 3s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
2025-10-16 21:10:27 +02:00
goaaats
2be6566e81
Fix broken spacing in update chat message
2025-10-16 20:34:37 +02:00
goat
49eac894a8
Merge pull request #2428 from Haselnussbomber/lumina-ssb-atktweaks
...
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 2s
Use Luminas SeStringBuilder in DalamudAtkTweaks
2025-10-16 00:46:06 +02:00
goat
16fdf4e32b
Merge pull request #2429 from goatcorp/csupdate-master
...
[master] Update ClientStructs
2025-10-16 00:01:15 +02:00
goaaats
76afcaf426
Disable CPM for libs
2025-10-15 23:24:21 +02:00
goaaats
7b723687a4
Use NuGet CPM to ensure consistent package versions
...
Fixes various issues with projects referencing different versions of libraries, causing deployment issues if build order differs
2025-10-15 22:58:26 +02:00
goaaats
168a334756
Injector: remove custom DllImports, replace with CsWin32
2025-10-15 22:58:26 +02:00
goaaats
5fd24f4bed
Bump Reloaded.Memory.Buffers, fixes conflict with injector
2025-10-15 22:58:26 +02:00
github-actions[bot]
9fb0a79885
Update ClientStructs
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-10-15 18:34:54 +00:00
goat
db22c5e111
Remove status badge from readme
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 3s
2025-10-14 22:59:50 +02:00
goaaats
2207ad0886
Bump Reloaded.Memory.Buffers to simplify hook buffer acquisition
2025-10-14 22:51:17 +02:00
GrittyFrog
ae777000e2
Plugin-registerable self tests
...
The goal of this change is to let plugins register their own self-tests.
We do this through the `ISelfTestRegistry` interface. For a plugin it
would look like this:
```csharp
[PluginService]
public ISelfTestRegistry SelfTestRegistry
// Somewhere that gets called by your plugin
SelfTestRegistry.RegisterTestSteps([
new MySelfTestStep(),
new MyOtherSelfTestStep()
])
```
Where `MySelfTest` and `MyOtherSelfTest` are instances of
the existing `ISelfTestStep` interface.
The biggest changes are to `SelfTestWindow` and the introduction of
`SelfTestWithResults`. I wanted to make sure test state wasn't lost when
changing the dropdown state and I was finding it a bit annoying to work
with the Dictionary now that we can't just rely on the index of the
item.
To fix this I moved all the "test run" state into `SelfTestWithResults`,
most of the changes to `SelfTestWindow` are derived from that, other
then the addition of the combo box.
The documentation for this service is a bit sparse, but I wanted to put
it up for review first before I invest a bunch of time making nice
documentation.
I'm keen to hear if we think this is useful or if any changes are
needed.
2025-10-13 19:04:08 +11:00
Haselnussbomber
4a869bad3f
Use Luminas SeStringBuilder in DalamudAtkTweaks
2025-10-08 03:41:34 +02:00
Haselnussbomber
9852feaf08
Add RentedSeStringBuilder
...
Co-authored-by: Soreepeong <3614868+Soreepeong@users.noreply.github.com>
2025-10-08 03:41:31 +02:00
Haselnussbomber
26d2f764c6
Add BitmapFontIcon.EventTutorial
2025-10-08 03:05:39 +02:00
goaaats
4ac4505d72
build: 13.0.0.5
Tag Build / Tag Build (push) Failing after 2s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
2025-10-07 23:03:29 +02:00
Ottermandias
1ae7de26bf
Fix issue in SigScanner. ( #2425 )
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 4s
2025-10-07 09:40:44 -07:00
bleatbot
1073227b83
Update ClientStructs ( #2419 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-10-07 09:06:43 -07:00
bleatbot
11adffd700
Update Excel Schema ( #2423 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-10-07 08:33:24 -07:00
Haselnussbomber
2cf869872d
Return IReadOnlyList instead of ReadOnlySpan
2025-10-06 02:08:18 +02:00
Haselnussbomber
bcf651b5c1
Fix FavoriteAetherytes
2025-10-06 01:38:35 +02:00
Haselnussbomber
a55c8ca773
Fix warning
2025-10-05 14:38:50 +02:00
Haselnussbomber
153870a053
Add mentor states
2025-10-05 14:37:22 +02:00
Haselnussbomber
c2fc04c3a8
Improve wording
2025-10-05 14:37:11 +02:00
Haselnussbomber
8cac486249
Add PluginInterface attribute to PlayerState
2025-10-05 14:36:55 +02:00
Haselnussbomber
4422622e1e
Add IPlayerState service
2025-10-05 13:49:25 +02:00
bleatbot
7bf79bdea6
Update ClientStructs ( #2417 )
...
Tag Build / Tag Build (push) Successful in 1s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-09-29 21:13:08 +00:00
bleatbot
7813f5d201
Update ClientStructs ( #2413 )
...
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 2s
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-09-29 09:09:32 -07:00
srkizer
aa3d6c3efe
Use long running task for plugin ctor ( #2406 )
2025-09-29 09:09:02 -07:00
Haselnussbomber
d61a35b81f
Update Settings Window ( #2400 )
...
* Load new localization before firing change event
* Update texts in SettingsWindow when locale changes
* Localize settings search
* Update settings search input
- Disable when Credits are scrolling,
so Search Results aren't shown instead
- Select all on single click, as usual for a search bar
* Remove unused IsVisible property
* Fix General tab being unselected on language change
* Fix search results throwing, oops
* Missed using LocRef in EnumSettingsEntry
* Set CultureInfo before loading locs
* Change it to LazyLoc instead
So CheapLoc can export localizations...
2025-09-29 09:08:25 -07:00
Haselnussbomber
efaff769b5
Rename Id fields to match CS names ( #2405 )
...
* Rename DataId to BaseId
* Fix obsoletes
* Inherit documentation
2025-09-29 09:06:28 -07:00
Haselnussbomber
9091216e1c
Update ClientState ( #2410 )
...
* Add MapChanged event to ClientState
* Add PublicInstanceId with event to ClientState
* Set eventhandlers to null
* Rework events and add ZoneInit event
2025-09-29 09:02:53 -07:00
Haselnussbomber
9c5e4f5a32
Add JsonIgnore attribute on IsAvailableForTesting
2025-09-28 16:21:25 +02:00
Haselnussbomber
87adb2dfb7
More expressive code
2025-09-28 16:00:09 +02:00
Haselnussbomber
8edbc0ee78
Ignore user testing opt-in for manifest eligibility check
2025-09-28 15:59:08 +02:00
Haselnussbomber
d1fbee2829
Remove manifest API filter in installer
...
The API is already checked in `PluginManager.IsManifestEligible`,
so a plugin not matching it doesn't even get here.
2025-09-28 15:39:36 +02:00
Haselnussbomber
191aa8d696
Move IsAvailableForTesting to IPluginManifest
2025-09-28 15:31:46 +02:00
goat
0bc44154aa
Merge pull request #2414 from Haselnussbomber/sestring-evaluator-and-creator-fixes
...
Tag Build / Tag Build (push) Successful in 3s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
SeString Evaluator/Creator fixes
2025-09-23 17:07:16 +02:00
Haselnussbomber
1633e68b76
Fix/simplify range handling
2025-09-23 13:16:39 +02:00
Haselnussbomber
dceeccb242
Load valid sheets for AddFromSheetPopup asynchronously
2025-09-22 23:56:28 +02:00
Haselnussbomber
2625f51021
Fix missing macro strings in AddFromSheetPopup
2025-09-22 23:55:16 +02:00
Haselnussbomber
69a8bdd638
Update GlobalParameters list
2025-09-22 23:49:57 +02:00
Haselnussbomber
9447708058
Fix Copy MacroString button
2025-09-22 23:36:39 +02:00