Commit Graph

7392 Commits

Author SHA1 Message Date
riktenx
d546232d3c update loot-filters (#8323) 2025-06-30 15:08:37 -04:00
adnapPanda
d83a973755 update pyramid-plunder-counter (#8320) 2025-06-30 15:00:58 -04:00
db1996
2151367d8b update homeassistant (#8312)
* Update homeassistant

- Added support for aggression timer updates
- Refactored some functions to check farming patches way less.
- Updated readme to be more clear

* Update homeassistant

* Update homeassistant

- Complete refactor of the plugin. Each functionality has it's own tracker class now. Also added skill boosts
- Added skill boosts

* Update homeassistant

* Update homeassistant

* Update homeassistant

- Added collection log events

* Update homeassistant

- Added support for achievement diaries event
- Added support for combat task event
2025-06-30 14:53:07 -04:00
nwerblun
fb80f99547 update linux-custom-cursor (#8310)
* Update linux-custom-cursor

Integrating memory leak fix. 
Changed deprecated Inventory ID to new version
Added mirroring across x/y with similarly cached images to avoid memory leaks.

* Update linux-custom-cursor

* Update linux-custom-cursor
2025-06-30 14:35:11 -04:00
T8or
91433820d3 update recommended-equipment (#8307)
Fixed issue with `execute` being deprecated.  Replaced with 1enqueue` callback. 

Also updated Readme, License year, and minor version number
2025-06-30 14:28:36 -04:00
ScreteMonge
652f92f1ea update creators-kit to v2.0.7 (#8305)
The long-prepared for Creator's Kit 2.0 update. This update activates a number of previously added but hidden features including the TimeSheet and all keyframing capabilities. It allows for the creation of keyframes for different aspects of RLObjects, like animations, movement, and 2D elements like overheads and text.

ItemData, BodyPart, DataFinder, & ModelGetter:
- now includes wear positions per item and names them appropriately when using the CacheSearcher

Character:
- Now uses Keyframing instead of previous Programs. Program, ProgramComp, and the ProgrammerPanel have been removed
- Now directly handles rgb value instead of ProgramComp. This change is reflected as well in CharacterSave

Pathfinder:
- Methods now return int[][] instead of Coordinate[] for finding paths, and accommodates instances properly, with separate methods for poh/gauntlet
- Transplant method now accounts for all MovementKeyFrames

Programmer
- Now properly acknowledges whether the Character is in the scene or not

AttributePanel:
- Temporarily disabled MovementKeyFrame looping
- Added a number of tooltips for better referencing different features
- Cleaned up some wording and formatting regarding SpawnKeyFrames and ModelKeyFrames
- Tweaked SpotAnimCard and HitsplatCard creation such that you cannot duplicate to the currently open KeyFrameType, instead showing a label instead of a button

CacheSearcherTab
- Now shows animations for an NPC when the NPC option is clicked

SubMenuCreator:
- Now properly handles initialization of Movement or Orientation keyframes through TimeSheetPanel methods of initialization

ManagerTree
- Removed unused methods relating to previous Programs
- Updated JoptionPane.showConfirmDialog to a null parent
- ManagerTreeTransferHandler now properly handles whether the drag/drop location is hovering over an inappropriate target

OrientationKeyFrames
- Now consider 32 to be the default turn rate. All references to turn rate of -1 have been updated to a static value of 32 from OrientationKeyFrame

Hitsplats:
- Now applies different variants, including Normal, Max, and Other for different hitsplats/tints
- A number of other variants have been added, like Bleed, Burn, and Armour

Config
- Cleaned up a number of now-unused functions relating to the old Programming system. Added a config item for choosing the movement algorithm, which used to be handled by that programming system individually per Object

CreatorsOverlay
- Updated to accommodate path lines for the new programming system by looking at MovementKeyFrames instead of previous Programs
- Tweaked rendering of lines to show them as much thicker, and make the selected RLObject stand out further

CreatorsPlugin
- Added a number of hotkeys relating to the new Programming system
- SetLocation, addProgramStep/removeProgramStep/ClearProgramStep methods have been completely overhauled to accommodate the new Programming system
2025-06-30 14:23:12 -04:00
Cooper Morris
53695536ea update prayer-markers to v1.0.1 (#8336) 2025-06-30 14:07:46 -04:00
EwwItsMike
4c0ae43ed6 update lucky-clan-bingo (#8297) 2025-06-30 14:05:15 -04:00
Pepijn Verburg
8cf7dacf54 update twitch-live-loadout to v2.3.0 (#8293)
Changelog:
feat: Added gameClient property to each payload sent to Twitch. This allows the extension to identify the game client and adjust behavior based on the client type.

fix: Resolved two state management issues related to tracking login state and whether streamer products have been fetched. This ensures the login game event triggers properly.

chore: Added debug messages for handling game events to aid troubleshooting.

feat: Increased the preview duration for manual event testing, allowing longer test periods.

fix: Fixed widget flickering when updating or altering properties due to incorrect timing between widget and marketplace product sync. Now using onPostClientTick event for WidgetManager synchronization.

fix: Fixed issue where empty tokens would still trigger Twitch EventSub WebSocket creation.

feat: Added DMM safe deposit box support for secure item handling.

feat: Implemented game event listeners for graphic changes and chat messages.

feat: Introduced support for additional game events (level up, raid completion, boss kill, pet drop) to trigger random events.

chore: Updated version number to reflect latest changes.

fix: Resolved projectile handling issues with random events due to the change in startZ parameter. Also added placeholder for future API changes.

refactor: Updated how the shouldLoop property works following the deprecation of the shouldLoop function.

fix: Fixed deprecated custom projectile API issue in WorldView instance.

fix: Fixed issue where data payload to Twitch exceeded the 5KB limit, particularly with combat achievements. Syncing combat achievements now takes longer.

fix: Resolved issues related to new game values and various deprecations.

fix: Fixed issue where the previous player location wasn't known on login if the player hadn’t moved yet. Now, the system selects the first nearby tile as the ‘fake’ previous location, ensuring immediate product functionality.

feat: Introduced support for resetting the expiry timer of a marketplace product when game events trigger. This ensures events can stack by resetting active product timers.

feat: Added support for new game event triggers to activate marketplace products, including on login, specific menu entries, or game ticks.

fix: Fixed issue preventing preview transactions from being fetched when no products were added to slots.

fix: Resolved minor issue when checking for valid items in menu entries.

chore: Rearranged settings for better logical structure.

feat: Added new cyclic state for group storage handling with options to disable syncing of group storage items and/or price.

feat: Added animation override for all animations, useful for NPC transmogs to prevent weird animation glitches.
2025-06-30 14:02:38 -04:00
Patrick Watts
e2f2458c43 update supplies-tracker (#8290)
* Update supplies-tracker

* Update supplies-tracker

- Add quiver tracking

* Update supplies-tracker

- add quiver ammo tracking
2025-06-30 13:48:34 -04:00
James Shelton
a7ff7168ad update tasks-tracker (#8281) 2025-06-30 13:45:09 -04:00
Cooper Morris
219b2d6b0a add prayer-markers (#8274) 2025-06-30 13:42:55 -04:00
Robin
0f1951c966 update wom-utils to v1.4.7 (#8277) 2025-06-30 13:37:31 -04:00
RonnyTommy548
fe9b527815 add zulrah-loot-locator (#8268)
* Create zulrah-loot-locator

* Bump commit hash due to build error

* Update zulrah-loot-locator

* Update zulrah-loot-locator

* Update zulrah-loot-locator

* Update zulrah-loot-locator
2025-06-30 13:19:11 -04:00
Danial
c86ca05b01 add group-storage-reminder (#8267)
* Create group-storage-reminder

* Remove depreciated access

* Tidy up, update plugin properties

* Always on top

Show overlay on top of bank interface if covered

* Add menu option to add/remove item from reminder

Only visible while group storage interface is open

* Add icons to items in bank/storage

* fixup

* oops

* Update readme, and fixes

* Remove logs
2025-06-30 13:16:57 -04:00
m0bile btw
3c7530869d update c-engineer-completed to v1.2.6 (#8264)
* Update c-engineer-completed to v1.2.6

* Update c-engineer-completed to v1.2.6
2025-06-30 13:14:41 -04:00
cbrewitt
f5b78b829b update flipping-copilot to v1.7.1 (#8262)
* update flipping-copilot to v1.7.1

* switch to branch with linear commit history

---------

Co-authored-by: cillian <cillian@coflip.net>
2025-06-30 13:13:00 -04:00
Adam Sharp
5ea473aa08 update dude-wheres-my-stuff to v2.8.0 (#8225) 2025-06-30 12:51:39 -04:00
Rhea
13eab07b85 update tombs-of-amascut to v2.12.2 (#8332) 2025-06-30 12:30:58 -04:00
Dylan Gearhart
c6546590b7 update deathdotter (#8313)
* pushing commit file

* removed logging statement

* removed unused variable
2025-06-30 09:26:02 -07:00
Zoinkwiz
22cc062054 update clue-details to v2.4.1 (#8329) 2025-06-30 11:55:22 -04:00
Rhea
75ecbaffb6 update tombs-of-amascut to v2.12.1 (#8328) 2025-06-30 05:00:08 -04:00
Rhea
566a960884 update tombs-of-amascut to v2.12.0 (#8324) 2025-06-29 20:44:26 -04:00
Cooper Morris
a9dbb5c913 update ardougne-cooldown-timer (#8321) 2025-06-29 17:49:47 -04:00
Jake
a74d90fb36 Update visual-sounds (#8314) 2025-06-28 18:13:41 -05:00
ChunkyAtlas
a33b27f1a5 update chance-man to v2.2.0 (#8088)
* Update chance-man to 2.2.0

feat: Implement NPC drop table viewer in music tab

This commit introduces a major UI feature that allows players to view NPC drop tables directly in-game by temporarily hijacking the music tab interface.

A "Show Drops" menu option has been added to the right-click menu for NPCs. When selected, the plugin fetches the NPC's drop data and dynamically replaces the content of the music tab with a custom drop viewer UI.

The new UI consists of several components:
- **`DropsTabUI`**: The main class that initializes and manages the lifecycle of this feature.
- **`DropsMenuListener`**: Injects the "Show Drops" option into the NPC context menu.
- **`MusicWidgetController`**: The core of the feature, responsible for:
    - Backing up and hiding the original music widget elements.
    - Drawing a new interface that displays the NPC's name, level, and a progress bar for rolled vs. total drops.
    - Creating a scrollable grid of all possible drop items, with items the player has already "rolled" appearing faded.
- **`SpriteOverrideManager`**: Replaces the default music tab icon with a custom "drops" icon to indicate that the drop viewer is active.
- **`TabListener`**: Detects when the player navigates away from the music tab and restores its original content, ensuring the drop viewer is temporary.
- **`WidgetUtils`**: Provides helper functions for creating menu entries and managing widget children.

* Update chance-man

Fix dependency injection for Gson and OkHttpClient; add DropFetcher shutdown

* Update chance-man

Fix dependency injection for Gson and OkHttpClient; add DropFetcher shutdown

* Update chance-man

- Replace manual name-and-ID search fallback with MediaWiki’s Special:Lookup extension  
  (always queries by npcId first, then falls back to the provided name)  
- Simplify `buildWikiUrl` to emit `/w/Special:Lookup?type=npc&id=<npcId>&name=<fallback>#Drops`  
- Remove `findTitleByNpcId` and obsolete two-stage lookup logic  
- Streamline `fetch()` to log the Special:Lookup URL, fetch HTML, and parse drop tables

* Update chance-man

Add Jsoup as implementation and thirdParty dependency

* Update chance-man

* Update build.gradle

* Update chance-man

update HTTP User-Agent to "RuneLite-ChanceMan/2.2.0"
2025-06-28 18:19:39 -04:00
Lake
f7adbdc649 update gauntlet-chest-popup to v1.2.0 (#8260) 2025-06-28 16:49:52 -04:00
whitchurchj
dba55e3408 add account-value-overlay (#8245)
* Create account-value-overlay

New plugin to get the full gp value of your account

* Update account-value-overlay

Added the GE counter as a feature
2025-06-28 16:26:17 -04:00
Lemonynade
df79c96a9f update crabman-group-bronzeman-plugin (#8241)
* Update crabman-group-bronzeman-plugin

* Update crabman-group-bronzeman-plugin
2025-06-28 16:15:34 -04:00
Cooper Morris
c7d7b34668 add lair-entry-alarm (#8239)
* add lair-entry-alarm

* Update lair-entry-alarm
2025-06-28 16:12:43 -04:00
microtavor5
2ff115f1c2 update pet-info to v6.1.0 (#8234)
Stop using deprecated functionality
Update some pets
2025-06-28 15:42:46 -04:00
Will Ediger
a8d5197d11 add no-run-hotkey (#8219) 2025-06-28 15:41:10 -04:00
Dazuzi
bc8a027ac5 add entity-render-distance (#8218)
* Create entity-render-distance

* Update entity-render-distance
2025-06-28 15:36:15 -04:00
Adam Keenan
e42fd7f3c7 update watchdog to v3.10.1 (#8215)
* Watchdog v3.10.0

- add cardinal option to location alert (#183)
- add fix for dink's regression
- add title option to popup
- update popup to use capture groups
- update location alerts to handle instances

* Watchdog v3.10.1

Update to runelite hosted jaco
2025-06-28 15:30:51 -04:00
ImTedious
9c2fc3f0c1 update log-master (#8212)
Bug fixes and updates
2025-06-28 15:29:07 -04:00
Eric
19bbd9de31 update combat-logger to v1.3.7 (#8211) 2025-06-28 15:15:11 -04:00
georgebunn97
3d577b2ddf add dry-rate-tracker (#8202)
* adding dry-rate-tracker plugin

* updating to latest commit

* fixing system.out

* downgrade logging statements, use lombok
2025-06-28 15:13:36 -04:00
Jonathan Basilious
ab86570055 add rogue-silencer (#8185) 2025-06-28 15:08:27 -04:00
Lake
15684e3379 update clean-chat to v2.0.1 (#8306) 2025-06-28 11:39:55 -07:00
umer-rs
369218d939 update nightmare-timers (#8291) 2025-06-28 11:28:52 -07:00
TicTac7x
833cbbdb02 update tictac7x-charges to v0.6.6 (#8280)
* Update tictac7x-charges to v0.6.6

* Coffin fixes
2025-06-28 11:28:03 -07:00
Richardant
0c34f7a3ad update tick-counter (#8301) 2025-06-28 14:25:31 -04:00
Danial
c133485b0a update kill-count-viewer (#8276)
* Create red-prison-sentence

* Update red-prison-sentence

* Update red-prison-sentence

* Update red-prison-sentence

* Add License

* Fixes

Fix not checking clanmates and friends

* Only check 1 player every 5 seconds

gitignore bin folder

* Rename plugin, add more functionality

* trigger check

* Update kill-count-viewer

* Update LICENSE

* Remove printStackTrace

* Update kill-count-viewer

Add some skills
Fix KBD and KQ zones
Add Yama

* Add icons and update message

Added boss/skill icons and update message

* Add options to disable whole sections
2025-06-28 11:25:13 -07:00
Nick
4f1afd54ca update attacktimer (#8309) 2025-06-28 14:24:11 -04:00
JaccodR
3524e15981 update tob-predicted-hit (#8259) 2025-06-28 11:19:19 -07:00
Mark Klara
7fe82d747d update profit-tracker (#8258)
* Update profit-tracker to latest commit

Updated version includes a bunch of fixes for calculations.

* Updating to latest commit to fix the github action error.
2025-06-28 11:17:26 -07:00
ScreteMonge
2f9b567f69 update creators-kit to v1.5.34 (#8208)
v1.5.34
Continued development in preparation for v2.0

KeyFrames:
- Multiple KeyFrame types have been slightly adjusted
- AnimationKeyFrame now has a freeze feature
- ModelKeyFrame now applies radius as well

AttributePanel
- Now has a cache searcher feature for spotanims
- Includes a button for calculating duration of an OrientationKeyFrame
- Can now grab the Model and Radius of the currently selected Character to apply as a ModelKeyFrame
- Feature to quickly keyframe a HealthKeyFrame based on the entered HitsplatKeyFrame
- Includes a method for properly updating the ObjectLabel, and restricting its maximum size

CacheSearcherTab
- Now includes several new buttons for automatically keyframing animations from the cache. Currently unused

CKObject
- Overhaul in progress includes switching from AnimationControllers to CKAnimationControllers for better control of onFinished and looping functions
- Animations are now properly identified as Active or Pose animations. Getting and setting animations now requires specifying which to modify

CreatorsPanel
- Cleaner method for updating Character names
- Saving and Loading setups now timestamps the operation

TransmogPanel
- Transmog functions have been moved from CreatorsPlugin to TransmogPanel, which now receives its own events
- Transmog CKObject creation in ModelOrganizer has been updated to accommodate the new animation system
- Transmogs have been updated to the new animation system with both Active and Pose animations

DataFinder
- Now includes methods for determining animations for use in the CacheSearcherTab for automatically keyframing AnimationKeyFrames

Overlays
HitsplatOverlay, TextOverlay, HealthOverlay, and OverheadOverlay have all been tweaked to handle null models and Points

ModelGetter
- Now includes a new STORE_ADD_ANIMATE menuOption for quickly adding an AnimationKeyFrame to a model found in the scene. Currently unused

Programmer
- Cleaned up and consolidated setOrientation functions
- Orientation setting is no longer movement speed dependent
- Updated Animation handling to accommodate CKObject use of Active and Pose CKAnimationControllers

TimeSheet
- Now properly handles when the TimeIndicator is clicked or dragged while KeyFrames are currently selected

TimeSheetPanel
- New addKeyFrameAction method for adding KeyFrames to the undo stack
- OrientationKeyFrame and MovementKeyFrame functions have been given a little QoL to automate certain aspects
- undo()/redo() method has been corrected to properly undo/redo the latest changes instead of picking incorrectly from the undo stack
- Playing/Pausing the programmer will now properly set the time to the nearest 0.1 gameTick
- Unused buttons and methods were removed
2025-06-28 05:14:11 -04:00
db1996
740fce4b7f update homeassistant (#8207)
* Update homeassistant

Added functionality to update daily tasks in homeassistant

* Update homeassistant

* Update homeassistant

Fix for battle staff buying detection

* Update homeassistant

- Added current login and world status updates
2025-06-28 05:08:53 -04:00
AmeliaXT
81d9ade31d add disable-cancel (#8204)
* feat: Add disable cancel plugin

* fix: amend plugin value

* feat: Amend gradle settings and add ignore all items/spells config

* fix: amend bug for all spells disabling items

* feat: Modify config value names for clarification

* fix: Amended logic and clarified in config due to wording of variables.

* chore: README

* fix: license amend
2025-06-28 05:04:51 -04:00
Lake
32dd716e73 update clean-chat to v2.0.0 (#8199) 2025-06-28 04:59:51 -04:00