* Update nyloer
downscale sidebar icon; remove sidebar button on shutdown
* move dim options to sidepanel
- Moved dim options to sidepanel
- Changed dim configuration to support multidim
* add plugin
* use correct url
* do it again because i cant read
* fix readme
* add better readme with credidation and pictures
* update hash again with more refined version
* rename
* Remove the-gauntlet-enhanced plugin
* the-gauntlet-takeover
* correct name
* add party-trails
* Update party-tails
This update makes sure classnames are consistent and non-overlapping with the runelite-core classes,
I've also added some small additional unit-tests for the util classes.
Lastly, I've replaced info-logs with debug-logs to not spam the console.
* Update Party Trails once more
The new update includes:
- Saving and reloading the trail builder user input
- Disable the clue builder when not logged in
- Adding an overlay to highlight targets for building a trail
- Resolving an issue with the skill area being offset wrongly
* Update party-trails
---------
Co-authored-by: m.hollink <m.hollink@dictu.nl>
* 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