Commit Graph

7447 Commits

Author SHA1 Message Date
geheur
3ff4ba0629 update weapon-animation-replacer to v3.7.8 (#8382) 2025-07-05 10:30:37 +02:00
Rhea
da54a4f8d8 update tombs-of-amascut to v2.14.1 (#8383) 2025-07-05 02:44:25 -04:00
Un4gott3n
2474f47ab1 update bh-pages (#8380)
* Create BH Pages

* Rename BH Pages to BH-Pages

* Rename BH-Pages to bh-pages

converted to lowercase and removed space character

* Update bh-pages

changed to latest commit

* Update bh-pages

another change due to builder error

* Update bh-pages

removed a debug message from main repo

* Update bh-pages

* removed save button in favour of FocusChanged autosave
* added a note to inform users how autosave works if no playernote is present
* fixed save space data corruption that comes from playernames. Notes should display correctly now.
* merged any duplicate notes using "---" as a splitter.
* added name autocomlpete to search function

* Update bh-pages

Small correction to names that are gained from BH chat messages, I wasn't sanitizing them before and this was breaking functionality.
2025-07-04 21:35:55 -04:00
Rhea
d4004b5374 update tombs-of-amascut to v2.13.2 (#8381) 2025-07-04 21:29:42 -04:00
geheur
9175d8129c update weapon-animation-replacer (#8377) 2025-07-04 19:22:04 -04:00
Michael
f472b3dc97 update vanced-barrows (#8378)
Updated animation, location, and image.
2025-07-04 18:39:30 -04:00
ChunkyAtlas
d893bf6015 update chance-man to v2.3.1 (#8376)
- add `requiresUnlock` flag and lookup map to SkillItem
- register untradeable items with unlock disabled
- bypass unlock checks for those items when evaluating inventory/equipment
2025-07-04 18:37:53 -04:00
muffyn
bceb80c825 add generic-autosplitter (#8375)
* Create generic-autosplitter

Syncs LiveSplit with your time logged in and enables creation of automatic splits via Watchdog alerts.

* Update generic-autosplitter

fix configgroup
2025-07-04 18:35:30 -04:00
Divine Dream
9d2ea5d23c add overall-tob-timer (#8253)
* Create overall-tob-timer

displays a realtime timer when the player enters Maiden's room to track current overall raid time.

* Update overall-tob-timer

changed log.info to log.debug & removed overlay on shutDown().
2025-07-04 18:32:16 -04:00
Divine Dream
17c7d45ec2 add visual-timer (#8252)
* Create visual-timer

creates an on-screen timer.

* Update visual-timer

I removed the overlay on shutDown(). Tested and this does work.
2025-07-04 18:29:53 -04:00
Rhea
85bb54a0e9 update tombs-of-amascut to v2.13.1 (#8379) 2025-07-04 18:00:38 -04:00
James
4caf031ce6 update scythe-crush-warning to v1.5.1 (#8373) 2025-07-04 15:44:43 -04:00
EwwItsMike
5f5de522ab update imadrum-money (#8374) 2025-07-04 15:44:06 -04:00
Adam Keenan
f8a3767472 update watchdog to v3.11.0 (#8372)
feat: put notifications into categories

feat: add plugin message notification

fix: location now should use server coord with instance support
2025-07-04 02:37:09 -04:00
Un4gott3n
62e074cc51 update bh-pages (#8371)
* Create BH Pages

* Rename BH Pages to BH-Pages

* Rename BH-Pages to bh-pages

converted to lowercase and removed space character

* Update bh-pages

changed to latest commit

* Update bh-pages

another change due to builder error

* Update bh-pages

removed a debug message from main repo

* Update bh-pages

* removed save button in favour of FocusChanged autosave
* added a note to inform users how autosave works if no playernote is present
* fixed save space data corruption that comes from playernames. Notes should display correctly now.
* merged any duplicate notes using "---" as a splitter.
* added name autocomlpete to search function
2025-07-04 00:45:50 -04:00
Jordanza21
4933cc6f16 Update hide-chat (#8369) 2025-07-03 18:23:54 -05:00
Jacob McNeilly
ff117464c5 update poh-portal-labels (#8370) 2025-07-03 18:47:49 -04:00
Jacob McNeilly
0fb30e46c7 feat(poh-portal-labels): update to v1.0.0 (#8351) 2025-07-03 16:30:02 -04:00
ScreteMonge
7f7ff9b3d2 update creators-kit to v2.0.9 (#8366)
* Update Creator's Kit to v2.0.7

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

* Update Creator's Kit to v2.0.8

v2.0.8
- Reorganized several classes into appropriate folders
- General code cleanup for several classes, removing unused parameters and methods
- Hotkeys for setting Start and End orientation have been moved to the config for modifiability
- Removed ObjectPanel class and replaced its function with JPanels, as they are functionally identical
- createComplexModel() will now send chat messages regarding model stats only when called through the Model Anvil
- Removed orbSpeedListener Hotkey as it's generally been superseded by orbPresetListener

- Bugfix: ToolBoxFrame is now properly disposed on plugin shutdown
- Bugfix: moving folders should now appropriately update the associated nodes of its children
- Bugfix: reseting HitsplatAttributes will now set sprites to default back to Block instead of None
- Bugfix: fixed NPEs occurring when using the CacheSearcherTab to attempt to add Keyframes

* Update Creator's Kit to v2.0.9

v2.0.9
Feature: now able to toggle between GameTicks and Seconds for TimeSheet display. Programs still technically run on 0.06 tick intervals
Bugfix: Prevented programmer from playing while gamestate isn't logged in

* Update creators-kit

Updated build version
2025-07-03 16:27:19 -04:00
Rhea
aaacd7af2a update tombs-of-amascut to v2.13.0 (#8367) 2025-07-03 16:25:31 -04:00
Michael
e65eff6386 add vanced-barrows (#8363)
* Create Vanced Barrows

Hides the barrows brothers and displays an image of JD Vance instead.

* Update Vanced Barrows

Changed the image, updated the hash.

* Rename Vanced Barrows to plugins/vanced-barrows

Changed location and filename.

* Update vanced-barrows

Added toggles to show/hide both the brothers and JD.

* Update vanced-barrows

Some light cleanup. Same function.

* Update vanced-barrows

Changed runelite-plugin.properties

* Update vanced-barrows

Adjusted image sizes.

* Update vanced-barrows

Sorry for all of the commits! Very new to this, learning how it all works and what these checks failing are.

* Update vanced-barrows

moved to log.debug
2025-07-03 13:40:06 -04:00
Dazuzi
0380237f1d update entity-render-distance (#8365)
* Create entity-render-distance

* Update entity-render-distance
2025-07-03 13:30:52 -04:00
cbrewitt
a9cd2102db update flipping-copilot to v1.7.2 (#8343)
* update flipping-copilot to v1.7.2

* remove deprecated api usage and other minor fixes

---------

Co-authored-by: cillian <cillian@coflip.net>
2025-07-03 13:27:10 -04:00
Rhea
e82c1d837b disable port-tasks 2025-07-03 13:24:22 -04:00
ChunkyAtlas
32f6747d00 update chance-man to v2.3.0 (#8364)
- Add ItemSpriteCache.java for caching and scaling item sprites
- Add DropsTooltipOverlay for showing item name tooltips on drop icons
- update README
2025-07-02 23:47:06 -04:00
Natesky9
69dec839b8 update vitality (#8362)
bug fix and rebase
2025-07-02 23:43:48 -04:00
riktenx
553ce38055 update loot-filters (#8361) 2025-07-02 23:05:38 -04:00
washer83
7f1f32fed4 add mage-animation-replacer (#8360)
Add mage-animation-replacer -- a plugin designed to swap the trident/barrage animations back to their old animations, which have a visual animation stall.
2025-07-02 20:13:06 -04:00
ChunkyAtlas
5d11692ccf update chance-man to v2.2.2 (#8359)
- fix: nullify music widget children to prevent NPEs on Profile Switch
- fix false positives by skipping non-item entries in getItemId and ground-item handling
- add "fire" to SkillOp
- add Unfired pottery to SkillItem
2025-07-02 19:54:36 -04:00
Henry Darnell
dc58846c5d update emoji-palette (#8358) 2025-07-02 19:19:14 -04:00
Adam Sharp
080cc2a7a8 Update Dude, Where's My Stuff? (#8357) 2025-07-02 22:55:15 +00:00
Adam Sharp
c75b28e373 update dude-wheres-my-stuff to v2.8.0 (#8356) 2025-07-02 18:13:17 -04:00
EwwItsMike
d107c7e47e update lucky-clan-bingo (#8355) 2025-07-02 18:10:53 -04:00
44Mikael
027de0d851 update temple-osrs (#8352)
use serverNpcLoot event and formatting changes to various files
2025-07-02 17:57:29 -04:00
georgebunn97
e4ffe086db update dry-rate-tracker (#8348)
* updating dry rate tracker plugin

* updating data save logic

* fixing single gson usage

* removing bin files
2025-07-02 17:54:02 -04:00
microtavor5
80eaa215c2 update pet-info (#8354)
Fix bug preventing the loading of the pet data from github, meaning that new installs could not use the plugin at all, and existing installs only used cached versions of the info
2025-07-02 15:47:26 -04:00
Need Femboy
c92eeb83b7 update sote-wall-remover (#8353) 2025-07-02 15:46:22 -04:00
EwwItsMike
d9ac399238 update imadrum-money (#8350)
* Update imadrum-money

* No longer using javax.sound
2025-07-02 15:42:53 -04:00
Natesky9
ff0e717122 update vitality (#8349)
* Update vitality

* Update vitality

removed debug text

* Update vitality

Updated vitality

* Update vitality

small update to april fools feature

* Update vitality
2025-07-02 15:40:53 -04:00
Benjamin Z
e6efdfac43 update varlamore-house-thieving to v1.5.4 (#8345)
# Release v1.5.4

Now takes into account glory when calculating valuable value
2025-07-01 23:18:43 -04:00
Reinhardt Rijna
7153125ac0 update runeprofile to v2.0.6 (#8344) 2025-07-01 21:14:52 -04:00
ScreteMonge
567911bb4e update creators-kit to v2.0.8 (#8342)
* Update Creator's Kit to v2.0.7

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

* Update Creator's Kit to v2.0.8

v2.0.8
- Reorganized several classes into appropriate folders
- General code cleanup for several classes, removing unused parameters and methods
- Hotkeys for setting Start and End orientation have been moved to the config for modifiability
- Removed ObjectPanel class and replaced its function with JPanels, as they are functionally identical
- createComplexModel() will now send chat messages regarding model stats only when called through the Model Anvil
- Removed orbSpeedListener Hotkey as it's generally been superseded by orbPresetListener

- Bugfix: ToolBoxFrame is now properly disposed on plugin shutdown
- Bugfix: moving folders should now appropriately update the associated nodes of its children
- Bugfix: reseting HitsplatAttributes will now set sprites to default back to Block instead of None
- Bugfix: fixed NPEs occurring when using the CacheSearcherTab to attempt to add Keyframes
2025-07-01 15:52:53 -04:00
Lake
22366f854d update gauntlet-chest-popup to v1.2.1 (#8340) 2025-07-01 15:25:38 -04:00
ChunkyAtlas
c61db722dd update chance-man to v2.2.1 (#8339)
fix: guard widget child arrays in MusicWidgetController to prevent NPE on revertOverride

add Monster Inspect Spell

fix spell/autocast blocking

fix: restore MusicWidget override on plugin shutdown
2025-07-01 15:23:30 -04:00
Dazuzi
7f812248c3 update entity-render-distance (#8333) 2025-07-01 15:12:07 -04:00
Dylan Gearhart
3313f8f380 update deathdotter (#8341) 2025-07-01 09:21:13 -07:00
juniper
ab653fe78a update clickertraining (#8338) 2025-06-30 20:52:34 -04:00
Dylan Gearhart
6127830dc4 update deathdotter (#8337) 2025-06-30 18:23:34 -04:00
Dylan Gearhart
5a1d3de1a2 update deathdotter (#8335) 2025-06-30 17:10:52 -04:00
Ben James
e20d1bb08d update crosshair-cursor (#8319)
* Update crosshair-cursor

* Update crosshair-cursor

* Update crosshair-cursor
2025-06-30 16:55:13 -04:00