Commit graph

122 commits

Author SHA1 Message Date
Ottermandias
161cd4f0d1 Some more work. 2026-01-28 14:07:05 +01:00
Ottermandias
01f05e5330 Some updates. 2026-01-24 21:58:40 +01:00
Ottermandias
2d8d6fa75f Switch services. 2026-01-24 16:52:22 +01:00
Ottermandias
77f3912bf2 Minor touch up ReapplyState. 2025-12-19 14:01:51 +01:00
Ottermandias
643c83a6f3 Touch up CanUnlock. 2025-12-19 13:56:36 +01:00
Ottermandias
598f598e82
Merge pull request #115 from CordeliaMist/ReapplyState
Add ReapplyState & ReapplyStateName
2025-12-19 01:27:19 +01:00
Ottermandias
06c593bbcb
Merge pull request #114 from Bracket416/IsUnlocked
IsUnlocked
2025-12-19 01:27:04 +01:00
Cordelia
da14548c43
Merge branch 'Ottermandias:main' into ReapplyState 2025-12-13 09:20:49 -08:00
Ottermandias
c604d5dbe5 Add DeletePlayerState. 2025-10-23 17:25:59 +02:00
Cordelia Mist
48bef12555 Optional Addition: Include IPC to get the current state of Auto-Reload Gear, and an IPC Event call for when the option changes.
- Should help clear up ambiguity with any external plugins intending to call ReapplyState on a mod-change to themselves, to know if Glamourer has it handled for them.
2025-10-05 10:31:41 -07:00
Cordelia Mist
44345b9429 Init providers from API 2025-09-26 19:11:39 -07:00
Cordelia Mist
20914bc064 Add ReapplyState & ReapplyStateName with Helpers. 2025-09-26 19:11:07 -07:00
Bracket
8f362c5121
Update StateApi.cs 2025-09-02 02:02:52 +01:00
Bracket
0442fb7b60
Update IpcProviders.cs 2025-09-02 02:02:08 +01:00
Bracket
c31f6c19a6
Update StateApi.cs 2025-08-31 23:06:54 +01:00
Bracket
da1db70635
Update IpcProviders.cs 2025-08-31 23:06:23 +01:00
Cordelia Mist
4ef4e65d46 Ensure that reverts called by API invoke their StateFinalizationType upon completing a reset state. 2025-07-28 08:43:13 -07:00
Ottermandias
75c76a92b9 Optimize design combos and file system. 2025-06-13 17:17:58 +02:00
Ottermandias
fcb0660def Implement new IPC methods and API 1.6 2025-05-04 00:36:39 +02:00
Ottermandias
4e0a9f62b9
Merge pull request #109 from Caraxi/api-fix
Fix `SetMetaState` and `SetMetaStateName` not being registered
2025-05-02 17:28:10 +02:00
Ottermandias
9a684c9ff5 Implement GetDesignListExtended. 2025-04-29 23:50:29 +02:00
Ottermandias
325b54031c Update libraries. 2025-04-19 22:28:06 +02:00
Caraxi
155a9d6266 Fix SetMetaState and SetMetaStateName not being registered 2025-04-15 14:26:30 +09:30
Ottermandias
c0ad4aab51 Update for new ActorObjectManager. 2025-04-05 18:48:39 +02:00
Ottermandias
528aae7eee Remove PalettePlusChecker and config options to disable Advanced Customization and Advanced Dyes. 2025-03-02 13:24:51 +01:00
Diorik
87016419c5 Add "Reset Design" command
A new command to reapply automation while resetting the random design regardless of settings.
2025-02-04 00:46:12 -06:00
Ottermandias
f6c9ecad60 Move MetaFlag completely to API, rename, cleanup. 2025-01-24 23:28:23 +01:00
Cordelia Mist
5eb545f62d Namechange: SetMetaState -> SetMeta
Help clear up confusion on if it is in the StateApi section or the ItemsApi section (Which it is currently in)
2025-01-24 13:09:49 -08:00
Cordelia Mist
0f127a557d Introduced locks, if nessisary for change. 2025-01-24 11:44:09 -08:00
Cordelia Mist
611200d311 Added setMetaState by name 2025-01-24 11:43:26 -08:00
Cordelia Mist
0ed4603ba5 Corrected Paramater fields to include ApplyFlags and removed unessisary using. 2025-01-24 11:42:52 -08:00
Cordelia Mist
439849edfa Append SetMetaState with object index. 2025-01-24 11:35:53 -08:00
Ottermandias
0123fe1fbd Increment minor API version. 2025-01-24 17:52:06 +01:00
Ottermandias
d9f9937d41 Continue renames, some cleanup. 2025-01-24 17:50:58 +01:00
Ottermandias
7be283ca30 Apply API renames. 2025-01-24 16:50:29 +01:00
Cordelia Mist
c43ce9d978 Updated new functionality and internal gearset to use FFXIVClientStructs member functions and implemented structs, corrected remaining spacing issues. 2025-01-21 10:47:12 -08:00
Cordelia Mist
1cd8e5fb7e Corrected comments on StateApi for PR 2025-01-19 09:35:10 -08:00
Cordelia Mist
1d185e9bfe Added Proper Unsubsribe from OnStateUpdated.
Ensures that ReapplyAutomation is called from OnAutomationChange when change occurs.
Reformatted temporary Signature locations and comments to align with the structure of the respective classes.
2025-01-19 09:07:43 -08:00
Cordelia Mist
e1a41b5f3c Implements true endpoints for all glamourer operations, also correctly marks reverts and gearsets. Replaced back excessive logging to maintain with logging formats expected by glamourer. 2025-01-17 18:43:05 -08:00
Cordelia Mist
c605d19510 Progress made. May be successful! 2025-01-17 18:39:55 -08:00
Ottermandias
b90e68fbaf Fix inverted application of apply flags in IPC 2024-12-16 17:23:04 +01:00
Ottermandias
9d99d936aa Remove BonusItem and replace with normal EquipItems everywhere. 2024-10-11 18:18:33 +02:00
Ottermandias
6a46a410f7 Update Penumbra API, increment API version. 2024-08-10 11:57:44 +02:00
Ottermandias
5971592217 Add BonusItem API. 2024-08-10 11:52:57 +02:00
Ottermandias
1cc7c2f0cd Add editable mod state and priority. 2024-08-05 14:48:43 +02:00
Ottermandias
d8085dc022 Introduce history. 2024-07-31 19:33:23 +02:00
Ottermandias
6446309bd7 Allow drag&drop on stains. 2024-07-30 20:24:05 +02:00
Ottermandias
81059411e5 Current state. 2024-07-15 15:19:51 +02:00
Ottermandias
c1d9af2dd0 Update Item API. 2024-07-11 14:20:19 +02:00
Ottermandias
9a14f725b8 Add provider. 2024-06-01 20:39:58 +02:00