Commit Graph

21 Commits

Author SHA1 Message Date
RisaDev
1802e500f4 Fix help tooltip for enabled checkbox in profiles 2024-10-26 23:09:32 +03:00
RisaDev
466602c03a Redesign character areas a bit 2024-10-23 23:20:53 +03:00
RisaDev
93802e6115 Added profile priority system, fixed a few issues 2024-10-19 04:51:51 +03:00
RisaDev
7085cf616c Added ability to apply profile to several characters 2024-10-19 02:55:38 +03:00
RisaDev
0a8104ccdb Reimplemented profile conversion to V5 using some heuristics based on excel sheets 2024-10-18 23:15:46 +03:00
RisaDev
486a5ddbe6 Rewrite ApplyToCurrentlyActiveCharacter so it behaves like DefaultProfile 2024-10-18 21:48:19 +03:00
RisaDev
d6975591fe Use actor identifiers in template editor 2024-10-16 23:19:05 +03:00
RisaDev
7a0ee53756 Hopefully this doesn't break anything, I can't test this properly on my free trial account
Removed "Limit to my creatures", the code now automatically detects this for all owned actors. If you liked to apply edits to minions and stuff of other players... too bad.
Implemented UI for setting profiles to NPC, minions and mounts (still WIP, will probably have to implement multiple characters per profile)
2024-10-08 00:32:58 +03:00
RisaDev
d088550574 Separators 2024-10-07 02:05:39 +03:00
RisaDev
57edb49ff2 Moving stuff around in the UI 2024-10-07 01:51:47 +03:00
RisaDev
df6512dbca Apply to current character button 2024-10-07 01:36:18 +03:00
RisaDev
2d40fff844 More work on profile character assignment rewrite.
Added ability to apply profile to any currently logged in character
Functional UI for player character, retainers and mannequins
Almost completely switched to using ActorIdentifier instead of character name
Migration code for ActorIdentifier instead of character names
IPC is not functional for now (see todos)
2024-10-07 01:11:20 +03:00
RisaDev
a7da74bb80 New actor assignment ui experiments 2024-10-05 22:17:47 +03:00
RisaDev
822995530e Rename "Default profile", hide character controls when profile is set as default 2024-06-17 17:39:22 +03:00
RisaDev
fba31851c0 Use icon instead of text, changed tooltip text 2024-06-16 17:28:45 +03:00
RisaDev
ef6c7014e4 Added button to jump to template editing from profile tab, made TemplateManager IDisposable 2024-06-16 02:58:17 +03:00
RisaDev
bfbfb65925 Do not allow setting current profile as default when it is enabled 2024-04-11 00:35:08 +03:00
RisaDev
abb92e741e More IPC work
Additional checks to make sure profile update event is not getting sent when editor and default profile is involved
Selected default profile can no longer be changed if profile set as default is enabled
Fixed "Limit to my creatures" not ignoring objects with IdentifierType != Owned
IPC test tab no longer initializes IPC if debug mode is disabled
Fixed incorrect warning priority in plugin state control
Some slight text changes
2024-03-26 00:14:29 +03:00
RisaDev
6777f9db6e Continuing work on the IPC
ArmatureChanged.Type.Rebound -> Updated
IsPendingProfileRebind is now being set instead of calling RebuildBoneTemplateBinding and that function is called as a part of rebind process (not always though, pending rewrite)
Profiles can no longer be toggled in the UI while editor is active
ProfileChanged is no longer used in IPC, instead we are fully relying on armature events
Added warnings to legacy IPC messages to not use it
2024-03-24 23:45:28 +03:00
RisaDev
cc122c6b7b Do not lock UI in GPose 2024-02-04 23:11:38 +03:00
RisaDev
a486dd2c96 Code commit 2024-01-09 22:52:17 +03:00