Commit Graph
280 Commits
Author SHA1 Message Date
RisaDev 486a5ddbe6 Rewrite ApplyToCurrentlyActiveCharacter so it behaves like DefaultProfile 2024-10-18 21:48:19 +03:00
RisaDev 3e290cbabc Rename CompareIgnoringOwnership and FindActorsByIdentifier 2024-10-18 21:34:35 +03:00
RisaDev 80e87a821d Fix incorrect usage of identifier in AddTemporaryProfile 2024-10-17 00:01:44 +03:00
RisaDev 497ab29de4 Cleanup 2024-10-16 23:50:52 +03:00
RisaDev d6975591fe Use actor identifiers in template editor 2024-10-16 23:19:05 +03:00
RisaDev 3781000d75 Cleanup TemplatePanel 2024-10-16 23:08:35 +03:00
RisaDev b95686b566 Additional checks in ActorAssignmentUi 2024-10-16 23:08:09 +03:00
RisaDev c1c0fead8d Improve IPC OnArmatureChanged check 2024-10-16 23:07:50 +03:00
RisaDev 2ca4f6a431 Merge remote-tracking branch 'origin/main' into new_actor_assignment_ui 2024-10-16 21:46:26 +03:00
RisaDev a5d41d63ae Add a few things just in case dalamud is doing something stupid 2024-10-13 02:08:13 +03:00
RisaDev 34cd6c0b27 Merge remote-tracking branch 'origin/main' into new_actor_assignment_ui 2024-10-12 22:41:52 +03:00
Actions User 37eafd7723 [CI] Updating repo.json for testing_2.0.6.6 2024-10-12 19:06:19 +00:00
RisaDev f45c0cab76 Update submodules 2024-10-12 22:04:14 +03:00
RisaDev 09a093e5f9 Always rebuild armatures on skeleton updates instead of trying to augment them 2024-10-12 22:02:52 +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 fc175f075b Fix 2024-10-07 01:11:40 +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
Actions User 9cb105bf36 [CI] Updating repo.json for 2.0.6.5 2024-09-30 21:25:19 +00:00
RisaDev 3c7326667b Welp, I thought AgentLobby does not exist when player is logged in 2024-10-01 00:23:21 +03:00
Actions User d700285b79 [CI] Updating repo.json for 2.0.6.4 2024-09-30 20:49:30 +00:00
RisaDev c0ecc73b2a Bump api version because of course I would forget that 2024-09-30 23:47:35 +03:00
Actions User a84df4eccf [CI] Updating repo.json for 2.0.6.3 2024-09-30 20:44:43 +00:00
RisaDev fbbbf5550c Update actions 2024-09-30 23:42:24 +03:00
RisaDev 1ac191133d 2.0.6.3 2024-09-30 23:39:47 +03:00
RisaDev b2d110980e Improve lobby handling so it doesn't spam errors anymore 2024-09-30 23:32:48 +03:00
RisaDev a0c21635ad Less spam in debug log 2024-09-30 23:01:37 +03:00
RisaDev eea1d90986 Fix incorrect handling of GPose actors 2024-09-30 22:45:41 +03:00
RisaDev 021f4c8724 Update CutsceneService and ObjectManager from upstream 2024-09-30 22:44:47 +03:00
RisaDev 80d0ed4f07 Expose GameState.GetCutsceneParentIndex and GameState.SetCutsceneParentIndex via IPC 2024-09-30 22:44:19 +03:00
RisaDev 0a6b5e51ca Update submodules 2024-09-30 22:42:02 +03:00
Actions User 5df38cbfb7 [CI] Updating repo.json for 2.0.6.2 2024-08-11 18:17:23 +00:00
RisaDev 42ce579651 I want to know this so I can tell people that they are not getting any help if they are running ivcs plugin 2024-08-11 21:15:23 +03:00
Actions User c0a877fd9c [CI] Updating repo.json for 2.0.6.1 2024-08-03 19:30:10 +00:00
RisaDev f96b21001f Fix lobby 2024-08-03 22:28:10 +03:00
Actions User 68087ec61c [CI] Updating repo.json for 2.0.6.0 2024-07-29 19:33:23 +00:00
RisaDev f6ae42489b 2.0.6.0 2024-07-29 22:31:13 +03:00
RisaDev 0d6f36e115 IVCS -> IVCS Compatible 2024-07-29 22:20:52 +03:00
RisaDev 8fcfe9e94d Use object table index instead of passing ICharacter/Character address. Seems like the dev who decided to shit talk behind my back about this forgot it was them who implemented it that way. 2024-07-29 22:12:49 +03:00
RisaDev f2ea64c398 Update submodules 2024-07-25 01:08:37 +03:00
RisaDev f5def97f9e Restore IPC 2024-07-25 00:55:35 +03:00
RisaDev fcd7ffdd2f Fix negative values not working with Root position, GameData update 2024-07-17 23:14:52 +03:00
Actions User 55dd2e818c [CI] Updating repo.json for 2.0.5.1 2024-07-14 20:40:27 +00:00
RisaDev b9f515aba7 Rename face bone 2024-07-14 23:36:21 +03:00
RisaDevandGitHub d6f8921a87 Merge pull request #23 from kaze-xiv/main
Add names for face bones introduced in Dawntrail
2024-07-14 23:34:06 +03:00
Kaze 2c833f2fb6 Add support for face bones introduced in Dawntrail 2024-07-14 21:34:11 +02:00
Actions User 384b707412 [CI] Updating repo.json for 2.0.5.0 2024-07-11 11:26:22 +00:00