* Update Creator's Kit to v2.1.16
v2.1.16 - TimeSheetPanel UI overhaul
- Mini-overhaul to the TimeSheetPanel UI. The main 4 quadrants of the tab have been reformed into 3 JSplitPanes to allow resizing
- Config elements have been introduced to remember the sizing of each divider in the TimeSheetPanel
- TimeSheets will now draw row labels. AttributeSheet will draw labels for each KeyFrameType, while SummarySheet will duplicate the appropriate Character's name
- TimeSheets now have default 1-click LMB features. AttributeSheet will switch AttributePanel tabs. SummarySheet will still switch Characters. This is prevented while rectangle-selecting
- Bugfix: Rectangle-selecting no longer switches AttributePanel tabs
- Bugfix: Selecting multiple keyframes will no longer trigger Attribute tab switches
* Update Creator's Kit to v2.1.16
v2.1.16 - TimeSheetPanel Bugfixes
- Bugfix: JTextArea in AttributePanel should no longer cause resizing issues in TimeSheetPanel
* Update Creator's Kit to v2.1.17
v2.1.17 - 3D Rendering previews
- RenderPanel has been split into its component classes for proper external expansion. A number of its features have been redistributed to the new RenderUtilities class
- Characters will now render a model preview over their ObjectPanels. ObjectPanel has been made an extension of JPanel to accommodate this
- SummarySheet will render a model preview of the currently selected Character
- setModel method has been moved from CreatorsPlugin to Character for better clarity/organization
- RenderPanel will no longer re-render the currently visible model if it is not showing
- Bugfix: When clicking within the SummarySheet but outside the Y range of a ManagerTree component, the tree selection will no longer pick the last node
* Update vitality
bug fix and rebase
* Update vitality
added features
* Update vitality
bugfix
* Update vitality
bugfix for vertical offset
* Update vitality
fixed offset bug that has been plaguing the plugin since they removed a method and the Actor canvasLocation is invalid since they added footprint methods. Also added config option for heal rise
* Update vitality
modified the heal anchor by changing from a front-offset to a flat perspective shift. This changed config options from a vertical offset to a cardinal setting. Fixes the issue with different zoom levels and strange player heights
* Update vitality
healsplat improvements, added prayer restore, brought code up to date with the new worldview changes happening soon. Tidied up the april fools feature and indicated which plugin and how to disable. New list system can better filter out consumed food vs passive healing/restores
* Update vitality
Updated to fix implementation of Hitsplat, and fix a few other broken methods. Clarified configs and added runnables to avoid log spam due to null player actors
* Update vitality
forgot one debug field
* Update vitality
few bugfixes, negative restores won't count as heals of negative value, banking or dropping food won't show as consumed, and heals/restores won't display in the bank
* Update vitality
fixed hitsplats not showing, increased timer for event, made safeguards to avoid client desync