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)
This commit is contained in:
RisaDev
2024-10-07 01:11:20 +03:00
parent a7da74bb80
commit 2d40fff844
12 changed files with 292 additions and 165 deletions

View File

@@ -15,7 +15,7 @@ public sealed class ProfileChanged() : EventWrapper<ProfileChanged.Type, Profile
Deleted,
Renamed,
Toggled,
ChangedCharacterName,
ChangedCharacter,
AddedTemplate,
RemovedTemplate,
MovedTemplate,
@@ -23,6 +23,7 @@ public sealed class ProfileChanged() : EventWrapper<ProfileChanged.Type, Profile
ReloadedAll,
WriteProtection,
LimitLookupToOwnedChanged,
ApplyToCurrentlyActiveCharacterChanged,
ChangedDefaultProfile,
TemporaryProfileAdded,
TemporaryProfileDeleted,