Commit Graph

6372 Commits

Author SHA1 Message Date
Zoinkwiz
ab35e12dc0 Update quest-helper to v4.7.4 (#7148) 2024-12-13 07:13:04 -06:00
DominickCobb-rs
0b5ee79b49 Update undying-retribution-timer (#7150) 2024-12-13 07:12:41 -06:00
Hooder
982920c28a Update region-locker (#7140) 2024-12-11 09:52:22 -06:00
cbrewitt
2d77ea402f Update flipping-copilot to v1.5.1 (#7139) 2024-12-11 09:47:38 -06:00
Tyler Grass
81f0e73154 Update attack-ranges (#7136) 2024-12-11 08:39:57 -06:00
ScreteMonge
6391ed4353 Update creators-kit to v1.5.11 (#7138) 2024-12-11 08:38:08 -06:00
MoreBuchus
750264bb9b update tzhaar-hp-tracker (#7133) 2024-12-10 16:00:32 -08:00
Adam
469c5b51a4 update gpue 2024-12-10 18:10:04 -05:00
Max Weber
9dda7fc821 disable gpue & region-locker 2024-12-10 05:43:59 -07:00
cbrewitt
46d4460451 update flipping-copilot to v1.5.0 (#7111) 2024-12-09 21:41:09 -05:00
Mm2PL
a7966c6b91 update dink to v1.10.19 (#7130) 2024-12-09 21:17:08 -05:00
Koeppy
ade6d85302 update droptracker (#7126)
* Update droptracker

* Update droptracker

Updated myself as a co-author

* Update droptracker

Updated the Authors Field on the file
2024-12-09 21:15:25 -05:00
TicTac7x
d3bd9cb9f2 update tictac7x-charges to v0.5.11 (#7121) 2024-12-09 21:13:28 -05:00
Blackberry0Pie
5d5bbb8e2c update cox-scouter-external to v1.2.6 (#7118) 2024-12-09 21:00:51 -05:00
Tyler Grass
411828b97f update attack-ranges (#7112) 2024-12-09 20:58:58 -05:00
ScreteMonge
c88748f0a5 update creators-kit to v1.5.10 (#7109)
* Update Creators-Kit to v1.5.4

- FolderTree, CreatorTreeModel, CreatorTreeTransferHandler refactored to ManagerTree, ManagerTreeModel, and ManagerTreeTransferHandler, respectively
- ManagerTree now uses Characters directly as nodes instead of ObjectPanels, and new Folder class for folder nodes
- TimeTree added which links the ManagerTree to the Timesheet
- Switch buttons removed in favour of managing Objects via Tree Drag/Drop
- Help button added to CreatorPanel to link to youtube tutorial
- Setup saving/loading updated to handle new ManagerTree

WIP
- TimeSheetPanel tab added to Toolkit. WIP, temporarily hidden
- Various UI elements worked on to support TimeSheetPanel
- TimeTree correlates of ManagerTree created for TimeSheetPanel

* Update creators-kit

Bugfix: loading Setups wouldn't properly revalidate side panel

* Update creators-kit

Bugfix: adding objects to Manager or duplicating objects in Manager wouldn't properly resetObjectHolder

* Update creators-kit

System.out removed

* Update Creators-Kit to v1.5.6

v1.5.6
- New CacheSearcherTab for quickly searching NPC, Object, and Item data from cache
- ModelFinder refactored to DataFinder. ModelFinder now pre-emptively looks up cache data instead of calling a lookup every time ModelGetter functions are called
- NPCData now includes more animations
- ObjectData now includes animation
- AutoCompletion class added for fancy JComboBox search functions
- Updated multiple "Can't find" messages for cache searching to be more concise

v2.0 WIP
- UI work: AttributePanel, TimeSheetPanel
- AnimAttributes added for keyframing anims
- added rectangle select to TimeSheet
- separated Timesheet into Attribute and SummarySheet

* Update Creators Kit to v1.5.7

v1.5.7
- CacheSearcherTab now accommodates for NPC size to automatically set radius

v2.0 WIP
- Moved multiple keyframe functions from TimeSheetPanel to Character class
- Reorganized TimeSheetPanel
- OriAttributes added for keyframing orientation
- AttributePanel can now add keyframes
- Directions now has names and associated ints for junit orientation
- Several new icons added
- Removed TimeTree and TimeTreeModel as it was buggy and redundant, and its functions were better accomplished by having a universal ManagerTree being passed around. References to the TimeTree in multiple classes have been removed
- ManagerTree is now a JTree instead of JScrollPane; passing it around on tab switch occurs by having separate TreeScrollPanes (extensions of JScrollPane) for each tab, and setting their viewportview to the tree on tab switched
- Keybinding system for adding frames with I added
- SummarySheet now presents a summary of object keyframes
- settings folder added with SpawnToggle, AnimationToggle, OrientationToggle enums
- SpawnKeyFrame added with associated SpawnAttributes for keyframing spawn status
- Attributes for Ori, Spawn, Anim added to modify background colours depending on current tick, with associated changelisteners

* Update Creator's Kit to v1.5.8

v1.5.8
- Added tooltip to CacheSearcher
- Bugfix: CustomModelComps should no longer switch up their kitColours based on the current player kitColours

v2.0 WIP
- Character has new methods for finding the last and first keyframes
- Ori, Spawn, and AnimAttribute classes now have reset methods
- Setting selected Character in the ManagerTree now properly updates the AttributePanel
- AttributeSheet - added methods for drawing keyframe previews, acting when keyframeclicked, and drawing rectangles for keyframe selection
- Updated mouseEvent classes in TimeSheet to allow clicking, rectangle-select, and dragging of keyframes
- TimeSheetPanel no longer bounds the timeline in the negative direction to -10, and now properly updates the extent of the timeline and jslider to where the first and last keyframe are located

* Update creators-kit

removed sysout arguments

* Update Creators-Kit to v1.5.9

v1.5.9
- Readded Switch button to ObjectPanels
- Bugfix: CacheSearcherTab will now properly send Items to the Anvil
- Bugfix: ModelGetter now provides CreateCharacter with empty keyframe arrays of size equal to the number of KeyFrameType categories
- Bugfix: NPE fixed when attempting to get keyframes from a character where none exist

v2.0
- added mousewheel listeners to TimeSheetPanel, ManagerTree, and TimeSheet to allow scrolling Manager with control held or scrolling AttributePanel with shift held
- Added Delete hotkey to TimeSheet to remove selected keyframes
- TimeSheetPanel now can Play onGameTick
- MovementAttributes updated with colors
- Added JComboBox to pick what to show from the SummarySheet

* Update creators-kit to v1.5.10

v1.5.10
- Bugfix: transformed NPCs should now appropriately be store-able with ModelGetter

v2.0
- Added copy and paste functions to TimeSheetPanel
- Added copy function to Keyframe
- Modified getKeyFrameClicked in timesheet to return an array instead of a single KeyFrame to accommodate SummarySheet keyframe manipulation
2024-12-09 20:56:52 -05:00
Kathryn Lande
769d177dd0 add schboop (#7075)
* Create Schboop

* Update plugins/Schboop

Co-authored-by: YvesW <7929021+YvesW@users.noreply.github.com>

* Rename Schboop to schboop

* Update schboop

* Update schboop

* Update schboop

* Update schboop

* Update schboop

---------

Co-authored-by: YvesW <7929021+YvesW@users.noreply.github.com>
2024-12-09 20:53:53 -05:00
Blackberry0Pie
b53ae6ebb1 update equipment-screenshot to v1.1.01 (#7117) 2024-12-09 17:04:45 -08:00
Joshua Coffey
16dec48275 Update hunter-rumours to v1.3.2 (#7120) 2024-12-09 16:50:51 -08:00
Tyler Hardy
f60abfd292 Update tasks-tracker (#7131) 2024-12-09 10:04:30 -06:00
Rhea
1259ff9976 update the-gauntlet to v2.0.2 (#7129) 2024-12-09 08:59:20 -05:00
Cyborger1
fb8229fa15 Update nexus-map to v1.1.2 (#7128) 2024-12-08 22:57:25 -08:00
DominickCobb-rs
2ecaaa0eaf Update undying-retribution-timer (#7114) 2024-12-06 14:55:23 +01:00
Skretzo
acb4da3235 Update shortest-path to v1.16.7 (#7110) 2024-12-05 22:45:04 -08:00
Kent
0db4db3c68 update happy-jewelry (#7108)
better default sound, version number, and icon
2024-12-05 06:20:50 -05:00
TicTac7x
be33765bec update tictac7x-motherlode (#7107) 2024-12-04 19:51:55 -05:00
Cyborger1
16839d6dcc update nexus-map to v1.1.1 (#7105)
* Update nexus-map to 1.1.1

* Update commit hash to include an extra fix
2024-12-04 19:49:52 -05:00
TheLope
ff51bfb5e7 update casket-saver to v1.1.1 (#7104) 2024-12-04 19:46:52 -05:00
mattjrumble
f2c21be636 update crop-circle-tracker to v1.5.0 (#7103)
* Update crop-circle-tracker

* Update crop-circle-tracker

* Update crop-circle-tracker

* Update crop-circle-tracker

* Update crop-circle-tracker to 1.3.0

* Update crop-circle-tracker to 1.4.0

* Update crop-circle-tracker to 1.5.0
2024-12-04 19:39:23 -05:00
rsfost
5a8248e232 add load-time (#7096)
* Add load-time plugin

* fix repo url

* Update load-time plugin
2024-12-04 19:37:49 -05:00
Kent
c34a25f519 add happy-jewelry (#7054)
* Create happy_jewelry

happy jewelry new plugin request

* speling is hard

* Rename happy_jewelry to happy-jewelry

* Update happy-jewelry

* Update happy-jewelry

* Update happy-jewelry

* Update logging
2024-12-04 19:36:16 -05:00
Mads R. Andersen
e5d3e7ab2d update valuable-drop-prices (#7095)
* Create valuable-drop-prices

Simple plugin that replaces the default "coins" value with HA and GE prices to the valuable drop notifications.

* Update valuable-drop-prices

Updated to be using the correct commit

* Update valuable-drop-prices

- Fixed misspelled link in plugin properties
- Fixed bug relating to https://github.com/Anderzenn/valuable-drop-prices/issues/1
- Removed unused code from config
- Updated readme & set gradle settings project name to plugins name.

* Update valuable-drop-prices

Minor quality of life changes

- Added basic colour configuration.
- Added option to apply different colours to different sections of the message.
- Added number formatting
- Fixed bug where if "BOTH" was selected as display type but there was no ha value, it would still print ha - but with no value.
- Added/refined options for debugging/development of plugin.
2024-12-04 19:32:59 -05:00
Felanbird
cd05c3856e update dink to v1.10.18 (#7094) 2024-12-04 19:29:14 -05:00
Lapask
83feec669d update fixed-resizable-hybrid (#7090)
* Update fixed-resizable-hybrid

- Changed gap widget to gap overlay to prevent overlays from rending through. Updated to be static final to prevent reloading resource images every frame.

- Added Wide Chat Mode, which stretches the chat and dialogue across the bottom of the viewport like in fixed mode. When open, it resizes the viewport to recenter the player on what is visible. Configurable in settings.

* Update fixed-resizable-hybrid

Added more customizable config options.
- Customizable aspect ratio resizing. With further options to resize by width vs height.
- Customizable viewport resizing with wide chatbox enabled.

Also cleaned up window resizing code.
2024-12-04 19:26:59 -05:00
Michael Vartan
2cda18728e add bank-locks (#7059)
* Add bank-locks plugin, which allows users to prevent accidentally depositing items into the bank.

* updated config

* minor cleanup

* Some minor refactoring, performance optimizations, & documentation.
2024-12-04 19:19:08 -05:00
rtaylor4444
5a70276620 update ultimate-vm (#7099)
* Create ulitmatevm

* Rename ulitmatevm to ultimate-vm

* Delete ultimate-vm

* Create ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm

* Update ultimate-vm
2024-12-02 12:25:39 -08:00
MouldySamuel
1e02e49370 update dodgy-deals (#7089)
* Created - Dodgy Deals

Dodgy Deals Plugin

* Rename Dodgy Deals to dodgy-deals

* Update dodgy-deals

* Update dodgy-deals

* Updated dodgy-deals
2024-12-02 11:59:43 -08:00
DominickCobb-rs
393f420d44 Update undying-retribution-timer 2024-12-02 18:48:09 +01:00
DominickCobb-rs
f1d3150006 Update undying-retribution-timer (#7098) 2024-12-02 10:30:27 -06:00
Tyler Hardy
8134d39454 update tasks-tracker 2024-11-30 21:38:43 -05:00
TheLope
32e12e6d3f Update casket-saver to 1.0.0 (#7079) 2024-11-30 10:55:25 -05:00
Andreas Antonsen
be934d9ed6 Update guild-spam-filter (#7088) 2024-11-30 10:04:03 -05:00
Damen
2dcf55d7b4 update spawnpredictor to v1.3.1 (#7086) 2024-11-30 10:02:27 -05:00
Seung Hahm
76fc0dfa0b update custom-vital-bars to v1.2.0 (#7078) 2024-11-30 09:59:31 -05:00
Keith
a66cb724f8 Update maple-xp-bar (#7084) 2024-11-30 09:53:27 -05:00
Syhlex
d72cec115e Update chugging-barrel to v1.1.0 (#7074) 2024-11-30 09:45:08 -05:00
Cyborger1
b0dc90d6b2 Update nexus-map to 1.1.0 (#7072) 2024-11-30 09:40:10 -05:00
Tyler Hardy
be36ce40ea Update tasks-tracker (#7018) 2024-11-30 09:36:48 -05:00
Damen
6584519e53 update spawnpredictor to v1.2.0 (#7077)
- Removes: Config Item for Displaying Lobby Information (this was causing confusion as to why people did not know what they were getting or when to enter)
- Removes: UTC Server Time Display as this is no longer relevant with assisted measures
- Adds: Command '::setrotation {#1-15}' to serve as an override if a player is in the caves without a predicted rotation (for various reasons)
- Adds: Assistance Messages if it is not a confirmed rotation OR if they were in the caves when the plugin first started on that account
- Adds: First and Last 5 seconds of a minute is protected and serves as a "cushion" for Jagex server time not always being precise to real-time
- Adds: Fight Caves Entrance label to assist with when a player should wait to enter for less risk to predicting a rotation
2024-11-29 12:46:46 -07:00
iProdigy
166c6d0812 Update Dink to v1.10.17 (#7071)
* Update Dink to v1.10.16

* Update Dink to v1.10.17

---------

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2024-11-29 12:41:29 -07:00