Commit Graph

11538 Commits

Author SHA1 Message Date
Levente Kurusa
04e79ffc70 create furry-nyloer 2026-07-03 18:49:32 +00:00
anonyser
c1547d95ed update pvp-profit-tracker 2026-07-03 18:34:20 +00:00
Roberto I.
4b019ad062 create exact-stacks 2026-07-03 18:08:52 +00:00
randytkrx
424feedd10 update maggot-king 2026-07-03 16:32:42 +00:00
SFranciscoSouza
241b4b8e37 update log-adviser 2026-07-03 16:27:25 +00:00
SlayOSRS
dc6286aeda update bank-value-history 2026-07-03 16:11:55 +00:00
nw51
d11f73b734 update slayer-streak (#13207)
Add config toggle, hide slayer masters near milestone (through NPC contact), slayer cape icon
2026-07-03 12:08:34 -04:00
calleb23
394ec898c5 create npc-tracker 2026-07-03 13:51:00 +00:00
Cold
3c9d61fb1d create beep-deep 2026-07-03 13:35:39 +00:00
Gerard
95fea08da8 update osparty 2026-07-03 13:30:22 +00:00
Michael A
9d39419560 update runealytics (#13138)
* Change commit reference in runealytics plugin

Updated the commit reference for the RuneAlytics plugin.

* Update commit hash for RuneAlytics plugin

* Change commit hash in RuneAlytics plugin

Updated the commit hash for the RuneAlytics plugin.

* Change commit hash in RuneAlytics plugin

* Chore: change log.(warn, info, error) to log.debug
* Fix: use of thread sleep is not allowed; use a scheduled executor etc. instead
* Fix: use of thread interrupt is not allowed
2026-07-03 09:29:47 -04:00
osrsbis
c191d78e4b update osrs-best-in-slot (#13172)
Co-authored-by: Claude <claude@probemas.com>
2026-07-03 09:24:29 -04:00
idyet
63c974a1ac update pvp-arena (#13200)
* feat(pvp-arena): add saved loadouts

* fix: inject Gson

* fix: distinct spellbook mismatch from loadout vs opponent
2026-07-03 09:23:39 -04:00
Ron Young
c455889e64 Update resource-packs to v2.0.3 (#13174) 2026-07-03 07:27:09 -05:00
randytkrx
2855851509 update maggot-king 2026-07-03 12:14:05 +00:00
Tommy Knight
59be6a6e2d create map-decorator 2026-07-03 10:58:20 +00:00
STRIKERnz
5b3cbde4fa update tp-animation-replacer 2026-07-03 07:50:55 +00:00
anonyser
f7cd241810 create pvp-profit-tracker 2026-07-03 04:39:29 +00:00
cnnnr
f6a4a897e4 update chat-widgets 2026-07-03 04:03:51 +00:00
PaJauKat
aebe37bee1 update timers-ca 2026-07-03 03:43:36 +00:00
ArtsicleOfficial
f2849b9723 update camera-smoothing 2026-07-03 03:38:22 +00:00
nw51
dd2c150ee6 create slayer-streak 2026-07-03 02:37:53 +00:00
Mathieu
90d366cc7a update pvp-performance-tracker 2026-07-03 02:27:43 +00:00
JarateKing
8ebc37a22e update player-interpolation 2026-07-03 02:22:31 +00:00
randytkrx
2748200e90 update maggot-king 2026-07-03 00:56:57 +00:00
ScreteMonge
9fe99ecb16 update creators-kit (#13185)
* 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
2026-07-02 19:58:13 -04:00
Felanbird
5bfa366ef9 update dink to v1.14.2 (#13151) 2026-07-03 01:48:23 +02:00
bopsec
26968ed430 update inf-colo-additions 2026-07-02 23:31:24 +00:00
Eric
19aec136ad update combat-logger 2026-07-02 23:26:15 +00:00
JoadsV
b26a80ad3d update stymphike-hunter 2026-07-02 23:05:53 +00:00
hyppis1
02b4a7c14e update ruby-counter 2026-07-02 22:50:36 +00:00
Juan Chavez
8cf2f0e27b update chat-overlay 2026-07-02 21:30:07 +00:00
Walter Rezende
e17976c883 update traducao-osrs-br 2026-07-02 21:19:43 +00:00
ZacharyHJacobson
a411e97f18 update responsive-tooltips 2026-07-02 21:13:44 +00:00
Pluckss
81ace78f9e update slayer-codex 2026-07-02 20:57:49 +00:00
Pluckss
1fe3594906 update drop-rate-properties 2026-07-02 20:47:01 +00:00
Mackenzie
a9720c36f8 create idle-familiar 2026-07-02 20:36:24 +00:00
randytkrx
eeff7e769c create maggot-king 2026-07-02 20:26:11 +00:00
Tanner Mjelde
487614acc4 update bank-highlight-search 2026-07-02 20:21:00 +00:00
Roberto I.
68b6f6cdb0 create music-cape-helper 2026-07-02 20:14:10 +00:00
JoadsV
48b5b2a6b4 update stymphike-hunter (#13158)
* Add Stymphike hunter plugin repository details

* Update stymphike-hunter

* Update commit reference in stymphike-hunter

---------

Co-authored-by: Satish20 <3654331+Satish20@users.noreply.github.com>
2026-07-02 16:12:45 -04:00
pk-enjoyer
c28b57617f update real-loot-key-value 2026-07-02 19:43:49 +00:00
Loze-Put
b1740ee04f update projectile-override 2026-07-02 18:22:28 +00:00
JarateKing
c154f38c25 create player-interpolation 2026-07-02 12:33:40 +00:00
Tanner Mjelde
11f78c14fc update all-skills-calculator 2026-07-02 10:27:31 +00:00
Sacca
14bbe0ea3b update pet-spell-blocker 2026-07-02 07:26:14 +00:00
Adam Keenan
8690fd5ffd Update Watchdog to v3.19.2 (#13157) 2026-07-02 05:53:28 +00:00
Azderi
1e94dcc418 update osrs-tcg 2026-07-02 04:24:32 +00:00
Lake
f018cba723 update contextual-cursor 2026-07-02 03:43:15 +00:00
Oufqt
cf84eb978b update loot-table-viewer 2026-07-02 03:12:17 +00:00