Commit Graph

7375 Commits

Author SHA1 Message Date
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
nwerblun
a3e5f52894 update linux-custom-cursor (#8198)
* 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
2025-06-28 04:54:45 -04:00
Typpi
338b041759 update ge-filters to v1.15 (#8193)
* Switches GE search prefix removal to widget event
Improves buy prefix removal by handling the widget load event
instead of script pre-fire, enhancing reliability and compatibility
with the Grand Exchange search UI. Adjusts logic to update the
input field directly when the relevant widget loads.

Also enables automatic null analysis in Java project settings.

* Update ge-filters

* Update ge-filters

* Update ge-filters
2025-06-28 04:51:05 -04:00
Syhlex
46c604e148 update chugging-barrel to v1.3.0 (#8190)
* Add chugging-barrel v1.0.0

* Add additional tags

* Update chugging-barrel to v1.0.1

* Update chugging-barrel to v1.0.2

* Update chugging-barrel to v1.1.0

* Update chugging-barrel to v1.2.0

* Update chugging-barrel to v1.3.0
2025-06-28 04:43:04 -04:00
Rhea
138bab5a0c Revert "update temple-osrs (#8163)"
This reverts commit d6efe89667.
2025-06-28 04:38:19 -04:00
44Mikael
d6efe89667 update temple-osrs (#8163)
* Update temple-osrs

Command !col & auto sync for counts

* Update temple-osrs

Updated commit

* Update temple-osrs
2025-06-28 04:35:03 -04:00
dekvall
71aa0a005b Update large-logout (#8304) 2025-06-28 08:49:46 +02:00
Jake
e837bc5bfd Update visual-sounds (#8298) 2025-06-27 19:34:02 -05:00
dekvall
5831733288 Update large-logout (#8302) 2025-06-28 02:24:11 +02:00
Richardant
486b31d6df add minimaphider (#8263) 2025-06-27 22:25:24 +02:00
BA-Services
d276228cde update basqh (#8243)
network-on-client-thread fixes
2025-06-27 21:48:34 +02:00
andmcadams
2ae47a95ca update osrs-wiki-crowdsourcing (#8299)
Bump crowdsourcing to revert sailing alpha and just add a more lax check on id for sightings to help with the beta
2025-06-27 16:18:38 +02:00
dekvall
ede26294eb Update large-logout (#8295) 2025-06-26 18:32:46 +02:00
EwwItsMike
dd246868d5 update lucky-clan-bingo (#8294) 2025-06-26 13:38:46 +02:00
PortAGuy
31e2e6a2d3 update thrall-helper (#8292) 2025-06-25 22:17:05 -04:00
Mantic
cc1b20fb98 Update arceuus-timers to v2.0.1 (#8288) 2025-06-25 18:16:06 -05:00
Patrick Watts
163a9db478 update tick-manipulation-helper to v1.0.3 (#8289) 2025-06-25 19:04:14 +02:00
DapperMickie
dbc35c4877 update odablock (#8285)
Fixes issue with playing the sounds
2025-06-25 16:36:16 +02:00