Commit Graph
13467 Commits
Author SHA1 Message Date
ErnestDongleheim d569a08e13 create shrimp-lock 2026-08-07 19:46:08 +00:00
ajkatz 666e5ffcc4 create trappy-chinchompa 2026-08-07 19:40:56 +00:00
ajkatz e5d153a381 update loadout-lab 2026-08-07 18:39:49 +00:00
Overijssel-RP 1f5abc0121 create adventure-planner 2026-08-07 18:29:20 +00:00
Newrockku 9c5379c33c create clan-tenure-ranks 2026-08-07 17:53:47 +00:00
Nemsung Rai 4cc2683985 update thrall-highlighter 2026-08-07 16:27:32 +00:00
Proddy d1e4a26e42 update golem-crafting 2026-08-07 15:41:51 +00:00
Usman Ahmed b6ca95e951 update ge-uncut 2026-08-07 15:01:08 +00:00
Oveduumnakal a0fe0f8b5e update goat-pit-indicators 2026-08-07 14:10:21 +00:00
Steven Vance a935857cf6 update waypoint-sync 2026-08-07 14:05:05 +00:00
P2GR 0b52229dfb create transparant-prayers 2026-08-07 12:03:28 +00:00
Leonardo Almeida 8dfa5d9040 update am-i-there-yet 2026-08-07 10:21:56 +00:00
JJ 5c3e43f086 update superior-slayer-tracker 2026-08-07 08:15:18 +00:00
JJ c4c706d716 update superior-slayer-tracker 2026-08-07 05:42:58 +00:00
ZacharyHJacobson c4a71eed12 update mortimer-calculator 2026-08-07 05:02:15 +00:00
Lake e43f2bb7c8 update contextual-cursor 2026-08-07 03:56:25 +00:00
DamnLol c7ecc01b1d update petscape 2026-08-07 03:46:08 +00:00
ChunkyAtlas 629a98884a update chance-man 2026-08-07 03:40:54 +00:00
Usman Ahmed 0966620a22 update ge-uncut 2026-08-07 01:18:06 +00:00
Lake 815ab5dd62 update contextual-cursor 2026-08-07 01:07:41 +00:00
Adam 12423eb6a4 ci: fix label name 2026-08-06 21:02:29 -04:00
Adam d21736d615 Revert "ci: use any-of-pr-labels for actions/stale"
This reverts commit deb74b8b55.
2026-08-06 21:02:13 -04:00
Adam deb74b8b55 ci: use any-of-pr-labels for actions/stale 2026-08-06 20:57:22 -04:00
Francis Gillet c404bd183e create seedbox 2026-08-06 15:41:22 +00:00
SnakeSteak 358bcf1016 update collection-log-popup-enhanced 2026-08-06 15:31:06 +00:00
TheLope 2f0507e62b update clue-saver 2026-08-06 14:35:18 +00:00
Zezi 268bf67e07 update emote-wheel 2026-08-06 14:19:56 +00:00
Proddy 8f3041a2a8 update golem-crafting 2026-08-06 13:24:03 +00:00
Felmeme 289305888b update bronzeman-tcg 2026-08-06 12:43:21 +00:00
Michael Cousins 4c72a294f2 create minimap-zoom-controls 2026-08-06 12:38:06 +00:00
Sintry1 49fce6023e update slayer-task-loot 2026-08-06 11:52:26 +00:00
Raphael Mobis Tacla 17815820f3 update taskman (#14777) 2026-08-06 10:41:05 +02:00
Filofteia dd810bdc10 update afk-hider 2026-08-06 06:38:51 +00:00
Filofteia 0d7307ac8a create afk-hider 2026-08-06 05:07:47 +00:00
mfdumile f212374574 create inventory-item-counter 2026-08-06 03:36:36 +00:00
PokeyRS 117fd53279 update slayerdex 2026-08-06 02:44:56 +00:00
Sintry1 a44a4317c1 update slayer-task-loot 2026-08-05 23:36:35 +00:00
Oveduumnakal 99d40699a5 update goat-pit-indicators 2026-08-05 21:39:42 +00:00
Max Weber c74bbe5fcf package: update to v3 2026-08-05 15:31:25 -06:00
ScreteMonge 6dc3df3946 update creators-kit (#14768)
* Update Creator's Kit to v2.1.28

v2.1.27 - Multi-Select Batch 1
Integrates initial multiselect changes from Saxerpillar's branch

SelectionManager
- Addition of new SelectionManager class that manages Character selection instead of CreatorsPlugin. All selection options are now routed through SelectionManager. ManagerTree, CreatorsPlugin, and TimeSheetPanel have been majorly modified so that SelectionManager becomes the primary source of truth for selection

ManagerTree
- Folder class now tracks its ParentPanel, allowing ObjectPanels to still show in the Manager even when something in the SidePanel is selected
- Right clicking Folders now brings up a folder context menu to allow renaming and SelectAll. Right clicking Characters in the managertree also allows renaming, recolouring, and changing the summary preview
- Removed several hotkeys from ManagerTree

KeyFrameSelectionManager
- New class that manages KeyFrame selection instead of the TimeSheetPanel. Selected Keyframes are now tracked as LinkedHashMaps linking characters to currently selected keyframes. This allows modification of selected keyframes without having to track backwards to find which Character they're associated with
- Now, KeyFrames from multiple different characters can be selected. The old selection (clicking, pressing, releasing, select all, rectangle drag) and modification options (such as dragging, copy/pasting) have been modified to accommodate this

TimeSheetPanel
- Major reorganization to accommodate new Character and Keyframe selection systems
- Copy/Paste has been overhauled to account for the new Keyframe selection system. It now features several new options, including pasting as normal, or, when multiple CHaracters are selected, to paste one set of keyframes to each, or to iterate through their respective keyframes and repeat those

AttributeSheet
- Now renders a circle beside keyframes with the appropriate Character colour, as well as the tails for any Keyframe with tails
- Multiselecting Characters now renders and allows manipulation of all of their keyframes in the AttributeSheet

TimeSheet
- Split keyFrameDragged event to a separate method from mouseReleased

ToolBoxFrame
- Hotkeys for inching forward/backward on the timeline have been moved from TimeSheetPanel to ToolBoxFrame

CreatorsPanel
- Character JTextFields are now rendered with colour labels
- Character colour can now be modified by a popup when hitting the ColourButton. ColourButton no longer has its own foreground colour updated
- Multiple Character Swing elements can now propagate their inputs listeners to all other selected Characters
- ObjectPanel borders have been modified. All selected Characters will now render with an orange border, with the Primary rendered white as previous
- ClearManager and ClearSide panels methods have been removed in favour of deleting characters on shutdown directly

CreatorsConfig
- Default for ExportFileFormat is now Obj. Default for Ctrl Select is now enabled. QuickLocation hotkey is now disabled by default

CreatorsOverlay
- All selected Characters will now render with orange text and movement paths, as well as Runescape Bold font. The primary will render white, as previous.

* Update Creator's Kit to v2.1.28

v2.1.28
- Hotkeys in CreatorsPlugin have been moved to new HotkeyManager class
- Removed default keybindings for several hotkeys
- A number of basic transformation and model-adjusting methods have been transferred away from CreatorsPlugin to Character
- CreatorsOverlay now manages its own active state
- SeqData no longer uses animation names
- TimeSheetPanel and ToolBoxFrame now correctly use previous methods for inching the timeline forward/backward
- Renamed several keyframeaction methods for clarity of function and cut down on some redundant code
- Moved LocationOption class

- Bugfix: holding Ctrl would cause all overlays to render with Runescape Bold font
- Bugfix: Deleted Characters should now properly have their associated KeyFrameActions removed from the undostack

* Update Creator's Kit to v2.1.29

- SetLocation, when called by Programmer, should no longer despawn the Character

* Update Creator's Kit to v2.2.0

v2.2.0 - MultiSelect Batch 2

General
- Multiple methods now accommodate there being multiple selected characters, including hotkeys for setting location, rotating, and spawning, as well as Switch, Duplicate, and Delete buttons
- HotkeyManager now properly handles there being multiple possible selected characters for several hotkeys (including addProgramStep, removeProgramStep, clearProgramSteps)
- TimeSheetPanel no longer keeps a single selected character, but instead refers to all selected characters from SelectionManager. Every method that previously referred to selectedCharacter now applies to every selected character in SelectedManager
- Reworked a bunch of the code pertaining to adding KeyFrameActions to reduce some of the code bloat and better delineate the roles of relevant methods
- You can now shift+select ObjectPanels to select all Objects in a row

Timesheet/programming
- AttributePanel now only applies modifications to the selected keyframes, rather than the last keyframe of the selected character. Switching card behaviour has been changed to accommodate this
- KeyFrameSelectionManager now records a Primary keyframe that represents the latest keyframe selected

Misc
- Removed randomize from AttributePanel
- Removed Rotation class
- Removed SubMenuCreator and transferred its only vital function to CreatorsPanel

* Update Creator's Kit to v2.1.1

v2.2.1 - RenderMode integration
- CustomModelComp now recognizes different RenderModes which are used whenever storing a model or switching models
- Compatibility checks applied for older saved Setups and CustomModels to ensure RenderMode is properly applied or updated as required
- New RenderMode applies to all ckobjects, whether Characters, previewobject, or transmog
- ModelAnvil now has a new combobox for changing rendermode
- Bugfix: Should no longer run into concurrentmodifierexceptions when bulk editing Characters
2026-08-05 16:38:16 -04:00
Nearvaas 134eab773c update stash-tracker 2026-08-05 20:23:30 +00:00
Underdog 1d4880a107 update rogue-chests-fc 2026-08-05 20:08:09 +00:00
ajkatz 25f0e2f358 update loadout-lab 2026-08-05 19:32:26 +00:00
Max Weber 4cf71e588c remove whitespace from pointer files 2026-08-05 13:13:50 -06:00
darkxaotik 42631362f5 create birdhouse-run-notifier 2026-08-05 18:51:08 +00:00
Pluckss 7c5f699e0a update drop-rate-properties 2026-08-05 18:45:52 +00:00
Sintry1 ceac31fff1 update slayer-task-loot 2026-08-05 18:05:10 +00:00
niks b64f0f8630 create examine-plus 2026-08-05 16:22:51 +00:00
0x_Degendev | GIM 99Chores f4baf5a15f update immersive-dialogue 2026-08-05 16:02:21 +00:00
LuxOG b6e8740938 update wilderness-warnings 2026-08-05 15:41:56 +00:00