Commit Graph
93 Commits
Author SHA1 Message Date
RisaDev 09a093e5f9 Always rebuild armatures on skeleton updates instead of trying to augment them 2024-10-12 22:02:52 +03:00
RisaDev c0ecc73b2a Bump api version because of course I would forget that 2024-09-30 23:47:35 +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 80d0ed4f07 Expose GameState.GetCutsceneParentIndex and GameState.SetCutsceneParentIndex via IPC 2024-09-30 22:44:19 +03: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
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 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
RisaDev b9f515aba7 Rename face bone 2024-07-14 23:36:21 +03:00
Kaze 2c833f2fb6 Add support for face bones introduced in Dawntrail 2024-07-14 21:34:11 +02:00
RisaDev 1187d277ae 2.0.5.0 2024-07-11 14:15:22 +03:00
RisaDev c90dbce7fc Additional support log info 2024-07-11 03:07:57 +03:00
RisaDev b529b985a0 Display proper count 2024-07-11 02:45:54 +03:00
RisaDev 51b870abdc Disabled IPC, updated changelog 2024-07-11 02:38:23 +03:00
RisaDev 17ac0d4950 Updated hooks 2024-07-05 18:21:41 +03:00
RisaDev 11b5106aab Can boot into the UI 2024-07-04 13:10:12 +03:00
RisaDev d8c0c4b4fe Move support button, improve text alignment in support log 2024-06-24 01:53:08 +03:00
RisaDev 27290ef8e5 Add support log, improve bone name display, fix incognify issues 2024-06-24 01:30:23 +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 dcb45c391e 2.0.4.4 2024-06-16 17:37:12 +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 49b220ac2d Fix invalid condition for "limit to my creatures", a bit of additional logging 2024-06-13 23:01:49 +03:00
RisaDev d7b48d612d Why this didn't stage? Whatever... 2024-06-12 01:56:16 +03:00
RisaDev 606becc46b Update libs so new worlds are working 2024-06-12 01:54:30 +03:00
RisaDev 0f9ad48f9f 2.0.4.0 2024-06-05 19:11:33 +03:00
RisaDev a70bef8abe Move bone linking log to debug level 2024-06-05 19:02:37 +03:00
RisaDev 30d9522da8 Removed a bit too much 2024-06-03 18:18:26 +03:00
RisaDev 708522a47c Removed legacy IPC 2024-06-03 18:14:23 +03:00
RisaDev bf74d3774c Add ability to apply profiles on character selection (lobby) screen 2024-04-15 23:46:13 +03:00
RisaDev 1a8c0081c9 Changelog 2024-04-14 21:47:26 +03:00
RisaDev 76729b04f7 Improved handling of empty preview character setting 2024-04-13 22:47:00 +03:00
RisaDev 24087457b6 Libraries update 2024-04-13 04:43:02 +03:00
RisaDev f9e79dc1d2 Deleted FantasiaPlusConfigMover 2024-04-13 04:32:18 +03:00
RisaDev bba6551085 Deleted FantasiaPlusDetectService 2024-04-13 04:29:34 +03:00
RisaDev d4742416b2 Use EzTabBar 2024-04-13 04:25:46 +03:00
RisaDev 07f89334c1 Added ability to automatically set editor preview character to current character on login
Also refactored some things
2024-04-13 01:55:27 +03:00
RisaDev 99990c9208 Actor resolving fixes for UI actors
Profiles should now properly apply to UI actors in Crystalline Conflict and other places
Added ability to control which parts of the UI profiles are applying to
2024-04-11 23:33:41 +03:00
RisaDev 933eb27b5e Special actor fixes
Remove special actor armatures without waiting (fixes incorrect profile when changing examined character without closing the window)
Fix for special actor armatures not reflecting changes in active profiles
Slight refactoring
2024-04-11 01:34:53 +03:00
RisaDev 5a345c9828 Fix for examine actor being gone deleting temporary profile for original actor 2024-04-11 00:49:09 +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 2997fa812f Fix for penumbra redraw: do not search for actor using object table in GetArmaturesForCharacterName 2024-04-08 00:42:11 +03:00
RisaDev a00ae1d0c5 Fixed legacy IPC not handling exceptions thrown by ProfileManager.RemoveTemporaryProfile, changelog text fix 2024-03-30 19:36:37 +03:00
RisaDev 68ed63daed I screwed up and forgot to include some changes in changelog 2024-03-28 23:58:27 +03:00
RisaDev 92be6d3fe7 Changelog for 2.0.2.2 2024-03-28 22:05:27 +03:00