Commit Graph
12425 Commits
Author SHA1 Message Date
Raphael Mobis Tacla 0c5298652d update collection-log-master 2026-07-09 22:06:45 +00:00
Darkwell 0c762880ca update ring-of-recoil-helper 2026-07-09 21:36:16 +00:00
shanktank 9e87f4015d update better-resizable-chat 2026-07-09 20:04:51 +00:00
Ryan Tamulevicz 970792f063 create tempoross-solo-helper 2026-07-09 19:29:15 +00:00
bloogeyz a99abe49a5 update high-alc-highlight 2026-07-09 19:10:51 +00:00
SFranciscoSouza 521c55c8ce update log-adviser 2026-07-09 18:45:10 +00:00
Darkwell 8c057dd743 create ring-of-recoil-helper 2026-07-09 18:34:26 +00:00
birdandworm 613d292bba update the-birdhouse 2026-07-09 17:53:32 +00:00
Jared Ezzet Hasson 2dada0027d update farming-profit 2026-07-09 17:08:08 +00:00
Posiedien76 54a93f37e2 update true-tile-movement-animation 2026-07-09 17:02:45 +00:00
gwigl bb6db06179 update bingo-team-icons 2026-07-09 16:57:33 +00:00
Azderi 3e26531c65 update osrs-tcg 2026-07-09 16:02:02 +00:00
PureIllenium d23f86b8f6 create hide-warned-attack 2026-07-09 15:01:27 +00:00
Hexagon b9f5509e96 update nex-nostalgia (#13510) 2026-07-09 10:47:54 -03:00
nanopink bd56791982 create hitsplat-customizer 2026-07-09 13:20:38 +00:00
Max 63ab283657 update slayer-bank-tab 2026-07-09 13:10:19 +00:00
datlalo 74b9db8cd0 update lobster-pot 2026-07-09 12:50:00 +00:00
420kc 3c00b4e0f2 update kill-clog 2026-07-09 12:34:41 +00:00
randytkrx 58bd5829ba update maggot-king 2026-07-09 12:04:15 +00:00
Owip 667eb64258 update ge-companion 2026-07-09 11:53:56 +00:00
JJ e5dbb807e5 update nex-loot-tracker 2026-07-09 10:18:08 +00:00
Robin c7c901d70b update wom-utils 2026-07-09 10:02:46 +00:00
oshaunbeck f560ecc343 update better-pings 2026-07-09 09:47:30 +00:00
anonyser 9553ec5517 update regear 2026-07-09 08:56:43 +00:00
gwigl a7ecfb6e1b create bingo-team-icons 2026-07-09 08:41:20 +00:00
Nathan 5be9511f10 update hot-stacks 2026-07-09 08:36:08 +00:00
Nathan 6acad1fa84 update bank-stonks 2026-07-09 08:30:56 +00:00
shanktank 8cd82550ae update better-resizable-chat 2026-07-09 06:19:47 +00:00
JJ b39dffacba create nex-loot-tracker 2026-07-09 06:04:23 +00:00
Diogo Dias 8e1abd482b update lootlette 2026-07-09 04:27:54 +00:00
ScreteMonge 7b79cbc8a9 update creators-kit (#13490)
* 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
2026-07-09 00:12:04 -04:00
BPM-OSRS b170ff7a99 update corp-boosting-qol 2026-07-09 03:57:05 +00:00
Noah Metz 1661b7a937 create cursor-trail 2026-07-09 03:51:11 +00:00
Miles Black 0e2896acd1 update flip-smart 2026-07-09 03:34:52 +00:00
Owip 35e3998ee2 create ge-companion 2026-07-09 03:29:32 +00:00
Spryt 83b494d9e5 update bank-templates 2026-07-09 03:19:18 +00:00
Ronaldrc 80480267b6 update bingo-discord-logger 2026-07-09 02:53:09 +00:00
Maurice 4ed9a9e598 create gilded-spade-sync 2026-07-09 01:45:54 +00:00
Paulo Henrique Aguiar d8f0958b8f create gps 2026-07-09 01:40:43 +00:00
Perry 215e953158 update no-misclick-veng 2026-07-09 01:25:05 +00:00
eghernqvist cc9530d756 update choice-man-helper 2026-07-09 01:19:04 +00:00
silly build a92566b503 create star-afk-timer 2026-07-09 01:13:45 +00:00
Frailrain 558a211684 update drop-rate-display 2026-07-09 01:08:36 +00:00
Vincent f3a1c0b14f update visual-metronome 2026-07-09 01:03:23 +00:00
teiu77 f70cea4420 update group-gz 2026-07-09 00:51:52 +00:00
Cameron Jewell 698d183ee8 update mokha-tracker 2026-07-09 00:46:13 +00:00
jonathanavis96 e52eda29c5 update ospulse 2026-07-09 00:40:30 +00:00
Usman Ahmed 644cd84ea1 create ge-uncut 2026-07-09 00:35:14 +00:00
anonyser 2bc3d34fe8 create regear 2026-07-09 00:14:48 +00:00
Nathan b2fa1b9f13 create hot-stacks 2026-07-08 23:16:25 +00:00