Commit Graph
14383 Commits
Author SHA1 Message Date
tennisboyrens19-bot b4474e24cb update nightlegion 2026-08-31 03:27:49 +00:00
Jake Vollkommer f12b80dba4 update friend-aliases 2026-08-31 01:44:14 +00:00
samszotkowski fa64a2b4a5 create mlm-activity-timer 2026-08-31 01:28:50 +00:00
manc1n1 89fd080805 update sleepwalker-stakeout 2026-08-31 01:18:25 +00:00
ajkatz 5525791069 update loadout-lab 2026-08-31 01:08:05 +00:00
andrew-friedman-phd e181a026eb update wilderness-agility-course-tracker 2026-08-31 00:17:29 +00:00
Jin-Jiyunsun b44fb87908 create tab-keybind-display 2026-08-31 00:11:57 +00:00
PKoka5 0ba88b36dc update bank-architect 2026-08-31 00:06:38 +00:00
Mayzr 21dc0789b7 update groupscape 2026-08-31 00:01:08 +00:00
Cb 6b90d853dc update parentsguild 2026-08-30 23:40:23 +00:00
Sten-Jan Sarv b9ff41ddfa update reval-clan 2026-08-30 23:29:47 +00:00
Skill Cape f197eb3724 update zealgains 2026-08-30 23:24:21 +00:00
jewatson1994 66bfbb6be2 update clanhq 2026-08-30 23:08:01 +00:00
Christiaan van Eijnsbergen 66cdd41f24 update bankstand 2026-08-30 22:51:42 +00:00
iProdigy 1d3ada4488 update dink to v1.15.0 (#15751) 2026-08-31 00:28:45 +02:00
TicTac7x e818bdc0b1 update tictac7x-deposit-worn-items 2026-08-30 22:20:58 +00:00
tcurrent a5fcf98502 create posture-check 2026-08-30 21:44:44 +00:00
manc1n1 6b9fb9fa56 update sleepwalker-stakeout 2026-08-30 21:39:29 +00:00
tennisboyrens19-bot 18d6287c9b update nightlegion 2026-08-30 21:14:03 +00:00
Paulo Henrique Aguiar 564b023f9f update gps 2026-08-30 21:03:38 +00:00
Hayley2709 9bebd21366 update ravens-watch-plugin 2026-08-30 20:32:53 +00:00
Isaias Roman da8b0f4e4b create death-message 2026-08-30 20:22:38 +00:00
nares18 701a8180e9 create loot-flexer 2026-08-30 20:07:13 +00:00
sweetbabynicco 2cbc515412 update elemental-weakness-checker 2026-08-30 19:56:55 +00:00
db1996 2139d6684b update homeassistant 2026-08-30 19:31:29 +00:00
Jam 05e1548212 update skiller-guard 2026-08-30 19:10:46 +00:00
vivid f7d30f4b76 create teleport-blocker 2026-08-30 17:54:29 +00:00
NickTechRepo 99c134fe14 update daily-ca-picker 2026-08-30 17:19:04 +00:00
Alex Lewis b6f65885b3 update attacktimer 2026-08-30 16:12:57 +00:00
0x_Degendev | GIM 99Chores d55eb84ac7 create better-loot-notifier 2026-08-30 15:12:10 +00:00
jewatson1994 4269be2754 update clanhq 2026-08-30 14:36:09 +00:00
marcushill13 a34d4d67a4 update botw 2026-08-30 13:55:07 +00:00
lwr27 b123697ba9 create session-movement-tracker 2026-08-30 11:53:30 +00:00
xyg123 bcad6175e4 update injury-animations 2026-08-30 10:01:11 +00:00
shimonos ad3c96e937 update wecorpcc 2026-08-30 09:55:58 +00:00
Matt 9ec070522b update scapepath 2026-08-30 08:35:11 +00:00
Necrotress 6c073ad1d7 create toa-invocation-renamer 2026-08-30 07:59:50 +00:00
adnapPanda 19e32809eb update thieving-stall-counter 2026-08-30 07:49:17 +00:00
JB ba5e3da6c1 update 07flip 2026-08-30 06:38:28 +00:00
jewatson1994 cb2b9da38d update clanhq 2026-08-30 06:17:50 +00:00
Matt 133d2c1f45 create scapepath 2026-08-30 05:37:20 +00:00
shimonos 53efbfed06 update wecorpcc 2026-08-30 05:06:07 +00:00
calemooremusic 38684e3186 update afc-tools 2026-08-30 04:35:16 +00:00
Aiirik f72e847c64 update playerexamine 2026-08-30 04:24:58 +00:00
Sten-Jan Sarv eb791470ce update reval-clan 2026-08-30 03:44:23 +00:00
JThomasDevs 8ba100a303 update lazy-farming 2026-08-30 03:03:40 +00:00
calemooremusic efa4f172e1 update afc-tools 2026-08-30 02:33:04 +00:00
ScreteMonge bb7748af11 update creators-kit (#15696)
* 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

* Update Creator's Kit to v2.1.29

- SetLocation, when called by Programmer, should no longer despawn the Character

* Update Creator's Kit to v2.2.0

v2.2.0 - MultiSelect Batch 2

General
- Multiple methods now accommodate there being multiple selected characters, including hotkeys for setting location, rotating, and spawning, as well as Switch, Duplicate, and Delete buttons
- HotkeyManager now properly handles there being multiple possible selected characters for several hotkeys (including addProgramStep, removeProgramStep, clearProgramSteps)
- TimeSheetPanel no longer keeps a single selected character, but instead refers to all selected characters from SelectionManager. Every method that previously referred to selectedCharacter now applies to every selected character in SelectedManager
- Reworked a bunch of the code pertaining to adding KeyFrameActions to reduce some of the code bloat and better delineate the roles of relevant methods
- You can now shift+select ObjectPanels to select all Objects in a row

Timesheet/programming
- AttributePanel now only applies modifications to the selected keyframes, rather than the last keyframe of the selected character. Switching card behaviour has been changed to accommodate this
- KeyFrameSelectionManager now records a Primary keyframe that represents the latest keyframe selected

Misc
- Removed randomize from AttributePanel
- Removed Rotation class
- Removed SubMenuCreator and transferred its only vital function to CreatorsPanel

* Update Creator's Kit to v2.1.1

v2.2.1 - RenderMode integration
- CustomModelComp now recognizes different RenderModes which are used whenever storing a model or switching models
- Compatibility checks applied for older saved Setups and CustomModels to ensure RenderMode is properly applied or updated as required
- New RenderMode applies to all ckobjects, whether Characters, previewobject, or transmog
- ModelAnvil now has a new combobox for changing rendermode
- Bugfix: Should no longer run into concurrentmodifierexceptions when bulk editing Characters

* Update Creator's Kit to v2.2.2

v2.2.2 - Caching Overhaul
- A large portion of the plugin's caching has been moved from an external database to parsing the cache directly on startup. This will hopefully require less upkeep on external cache dumps and allow the plugin to operate on prerelease/beta game versions. Some data types will still require external sources especially for names of GameVals
- New cache parsing tools are minimal versions of RL's own tools, copying many of its files (Inputstream, Loaders) with extra safeguards in case opcodes change in the future
- Old "Data" classes have been cut and updated to Definition files to match RL's cache
- JFilterableTable now handles "null" named objects to only show them when specifically requested

Bugfixes:
- In the CacheSearcher, switching ItemTypes between ground/male/female will now properly update selectedType
- In the CacheSearcher, selecting an animation when there's no model showing will no longer result in NPE

* Update creators-kit

v2.2.2 - use built in var instead of lombok

* Update Creator's Kit to v2.3.0

v2.3.0 - Camera Keyframing update

Main features:
- You can now keyframe different Camera movements. The camera either hops between tiles the user indicates (including pitch, yaw, scale) or tracks a given Object. 
- CameraManager manages the adding/removing of keyframes as well as how the camera moves with programming. 
- Camera keyframes are represented by the new subtype CameraKeyFrame/CameraAttributes. 
- CameraScript handles the data determining the motion characteristics of the freecam. 
- CameraSheet is the timesheet that allows representation and manipulation of the keyframes directly. 
- CameraUtilities helps with reading/writing different cameraScript types
- new overlay added to CreatorsOverlay to denote camera position
- To accommodate different KeyFrame types outside the standard Character keyframes, KeyFrameTarget is a generalized holder for either Character or Camera keyframes (and later Sound keyframes). All previous HashMaps of <Character, KeyFrames[]> has been changed to <KeyFrameTarget, KeyFrames[]>
- Multiple files have been moved, particularly KeyFrame subtypes now have their own folder. This has had a rather large knock-on effect of impacting many other files in minor ways

Misc:
- Characters now have a unique UUID for saving/loading purposes
- Added a new hotkey for adding camera keyframes

Bugfixes:
- Opening a previously saved setup file by hotkey will now properly clear the previous setup instead of opening on top
- shutdown was not properly resetting loadstate/loadcallbacks and clearing data arrays
2026-08-29 21:31:44 -04:00
DevOldSchool 48613147df update inspect 2026-08-30 01:27:07 +00:00
GSVS UK ACM 319e25f863 update trouble-brewing-highlighter 2026-08-30 00:40:34 +00:00