Commit Graph

10993 Commits

Author SHA1 Message Date
Patrick Watts
87dbbee297 update supplies-tracker (#12686) 2026-06-17 12:23:23 -07:00
Andrew Song
675b7e5ddb update potion-storage-customizer 2026-06-17 16:28:31 +00:00
shanktank
51d8fb3606 update better-resizable-chat 2026-06-17 15:06:48 +00:00
Adam
1de785b5c5 disable click-to-minimize 2026-06-17 08:19:04 -04:00
rsvaultpudgy-create
496ea00140 update double-max 2026-06-17 08:55:27 +00:00
shanktank
9846c02666 update better-resizable-chat 2026-06-17 08:35:14 +00:00
rsvaultpudgy-create
0f20380f12 create double-max 2026-06-17 07:34:43 +00:00
ZacharyHJacobson
a4a662d855 update enchanted-symbol-protector 2026-06-17 07:29:31 +00:00
shanktank
0fef4bdf15 update better-resizable-chat 2026-06-17 06:24:03 +00:00
STRIKERnz
275eb0f75a update seca-tears 2026-06-17 05:28:39 +00:00
Luis Guillermo Pedroza-Soto
d50f89e901 create revenant-ether-loot-tracker 2026-06-17 04:43:14 +00:00
shanktank
9ab0d3f685 update better-resizable-chat 2026-06-17 04:28:02 +00:00
H-Mill
4b7a09d2b8 update squeaky-toy 2026-06-17 03:42:39 +00:00
youncc
115c76e4ee update mahogany-homes-highlighter 2026-06-17 01:26:58 +00:00
shanktank
f3db6141c4 create better-resizable-chat 2026-06-17 01:11:48 +00:00
Ron Young
1a9af4564d Update zulrah-helper to v3.0.0 (#12661) 2026-06-16 20:02:24 -05:00
Miles Black
a4bbeea633 update flip-smart 2026-06-17 00:56:32 +00:00
youncc
5035de9edc create mahogany-homes-highlighter 2026-06-17 00:05:52 +00:00
Cameron Jewell
3ae4a5a383 update mokha-tracker 2026-06-16 21:04:41 +00:00
0x_Degendev | GIM 99Chores
dfecc0bbf8 update immersive-dialogue 2026-06-16 19:59:09 +00:00
Cooper Morris
0fcb07dabf update port-tasks 2026-06-16 17:23:12 +00:00
Pluckss
48e6f2f864 update drop-rate-properties 2026-06-16 17:18:01 +00:00
Underdog
f4ca858c51 update ba-healer-order 2026-06-16 14:52:22 +00:00
Miles Black
caeba813ca update flip-smart 2026-06-16 10:26:12 +00:00
StaySleeping
ab96ee417f create finished-bounty-notify 2026-06-16 10:00:45 +00:00
Underdog
b1a24fe7af update ba-healer-order 2026-06-16 04:53:56 +00:00
Diogo Dias
55d9c24c6c create lootlette 2026-06-16 02:42:39 +00:00
aidanmastro
89b3154b9e update log-basket 2026-06-16 02:37:27 +00:00
H-Mill
9b6d3d400b update squeaky-toy 2026-06-16 02:32:17 +00:00
pk-enjoyer
63e81fefbe Transfer real-loot-key-value (#12483) 2026-06-15 21:21:55 -05:00
ScreteMonge
520be9d8e8 update creators-kit 2026-06-15 20:50:23 -04:00
bradleyboothman
6dba3487ac update overhead-overload 2026-06-15 23:01:21 +00:00
bradleyboothman
c7b3bd545d create overhead-overload 2026-06-15 21:30:44 +00:00
matssg
c75a820a4f update visual-npc-dialogue 2026-06-15 21:15:31 +00:00
Miles Black
4369bb0861 update flip-smart 2026-06-15 20:15:09 +00:00
Jon Hughes
18a5c75693 update glamourer 2026-06-15 19:14:35 +00:00
ScreteMonge
fe68d8dd14 update creators-kit
* 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 Creator's Kit to v2.1.18

v2.1.18 - Removing 3D Animated Preview
- Removed 3D animated render within SummarySheet as it was not very performant and was causing issues on certain devices

* Update creators-kit to v2.1.19

v2.1.19 - Lighting Code Cleanup
- CustomModelComp no longer keeps ids
- Lighting code has been cleaned up. CustomModelComp no longer saves it. Lighting of models will now be determined solely by CustomLighting instead of LightingStyle, with translation between the two as required
- Bugfix: it should no longer be possible to set orientation above 2048 manually

* Update Creator's Kit to v2.1.19

v2.1.19 - set build property

* Update Creators Kit to v2.1.20

v2.1.20 - Red skin recolour bugfix

* Update Creator's Kit to v2.1.21

- Build changed to standard
- Plugin version now accessed by ExternalPluginManager
2026-06-15 14:31:26 -04:00
Adam
b5ba9c9d47 disable demonic-leagues-task-checklist 2026-06-15 11:09:11 -04:00
aidanmastro
42bac75d5c update log-basket 2026-06-15 13:28:07 +00:00
James Murtagh
f19e0db538 update bank-assistant 2026-06-15 11:12:32 +00:00
Bellefeu
e9b70dce2d update aggro-tag 2026-06-15 06:26:22 +00:00
Daniel-Tudose
e4f4e0c92f update trueclueareas 2026-06-15 05:51:03 +00:00
MargoB2402
36dcd85762 update helm-assist 2026-06-15 01:14:35 +00:00
birdandworm
6ae0e93429 update the-birdhouse 2026-06-15 01:09:24 +00:00
H-Mill
c0d17fd80c update squeaky-toy 2026-06-14 23:48:56 +00:00
birdandworm
21575b203b update the-birdhouse 2026-06-14 21:58:06 +00:00
James Murtagh
76b8b38976 create bank-assistant 2026-06-14 21:32:51 +00:00
Dazuzi
b1d65a1b5d update chart-plotter 2026-06-14 19:42:13 +00:00
birdandworm
f1214bf59e update the-birdhouse 2026-06-14 19:27:02 +00:00
grzekru
be690a3f0c update play-time-limit 2026-06-14 17:01:25 +00:00