Commit Graph
14799 Commits
Author SHA1 Message Date
José Matela Neto 3d7dcd661c update aura-tracker 2026-09-09 03:34:10 +00:00
internetter 7a00232db7 update chat-fade 2026-09-09 02:52:49 +00:00
Lake d2c91383eb update gauntlet-chest-popup 2026-09-09 02:32:16 +00:00
Paul2357 b7d624a837 update coffer 2026-09-09 02:21:50 +00:00
Cb 9b69424362 update parentsguild 2026-09-09 01:51:09 +00:00
Jam 22c74fefe4 update zeah-rc-helper 2026-09-09 01:25:31 +00:00
Endrit-alt 1893a88e2f update tile-layers 2026-09-09 01:15:06 +00:00
Raaz Khoshnood 77b7eee004 update compass-camera-control 2026-09-09 00:17:47 +00:00
Jam c23c5452a8 update skiller-guard 2026-09-09 00:02:24 +00:00
internetter c6076b9f18 update chat-fade 2026-09-08 23:31:47 +00:00
Thomas Kelly 6a576cfe16 update afk-crab-helper 2026-09-08 23:26:28 +00:00
VerZik 235b9da0ad update dry-streak-tracker 2026-09-08 23:05:51 +00:00
Rob Richardson 1959669292 create looting-bag-organizer 2026-09-08 23:00:24 +00:00
Rob Richardson e66016c970 update alch-blocker 2026-09-08 22:04:30 +00:00
yuh25 778d4abf0e update ping-grapher 2026-09-08 21:54:07 +00:00
PsGill 53b9a4ef95 create puppy-tracker 2026-09-08 21:43:48 +00:00
birdandworm 0752e70bfb update the-birdhouse 2026-09-08 21:23:12 +00:00
bopsec da68b7b512 update tzhaar-hp-tracker 2026-09-08 20:37:00 +00:00
Jam 2b1d9be2d1 update zeah-rc-helper 2026-09-08 20:31:39 +00:00
WoodyCode 63ee839304 update clan-management 2026-09-08 20:06:06 +00:00
Thomas Kelly 36752bbc7c update lightbearer-helper 2026-09-08 19:55:17 +00:00
Maxmilián e2400ee48b create portal-nexus-teleport-hider 2026-09-08 18:03:50 +00:00
Pluckss 20e65d3025 update drop-rate-properties 2026-09-08 17:18:02 +00:00
Jamie Grech 9a2f36b2a4 update bank-stack-values 2026-09-08 17:02:35 +00:00
Jamie Grech 2e010075bf create bank-stack-values 2026-09-08 15:22:42 +00:00
Daniel-Tudose 443f7b8514 update trueclueareas 2026-09-08 14:56:26 +00:00
grant9008 73be9a33e5 update pocketge-flip-tracker 2026-09-08 14:51:13 +00:00
ScreteMonge 3646646960 update creators-kit (#16248)
* 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

* Update Creator's Kit to v2.3.1

v2.3.1 - CacheSearcher Bugfix/Tweaks
- Spotanim null name entries should no longer cause NPEs
- Searching for null values can be enabled by a new JCheckBox

* Update creators-kit

v2.3.2 - Model Scaling Bugfix
- CustomModelComp now carries parameters for global scaling to properly align with how many NPC scaling works, and not break modern animation rigs
- Cleaned up old code handling setting Model Anvil global parameters
2026-09-08 10:23:00 -04:00
Mayzr 9d83110958 update groupscape 2026-09-08 13:19:27 +00:00
Wouter Rutgers 19eeeb68bb update gim-hub 2026-09-08 12:53:25 +00:00
lwr27 01d42b6746 update session-movement-tracker 2026-09-08 12:42:25 +00:00
Proddy 5e27ba1297 update zmi-overlays 2026-09-08 12:26:37 +00:00
Daniel-Tudose e69e24d4e4 update trueclueareas 2026-09-08 11:10:37 +00:00
lwr27 57890d9023 update session-movement-tracker 2026-09-08 10:19:49 +00:00
NOTARI a1c16df106 update osrs-fliphub 2026-09-08 10:13:47 +00:00
VerZik 7e757bd1b6 update dry-streak-tracker 2026-09-08 09:12:14 +00:00
random-cactus 43bcccda37 update folders-for-bank-tags 2026-09-08 09:01:45 +00:00
Dan E 1df90e3dab create xarpus-exhumed-counter 2026-09-08 08:51:19 +00:00
Thomas Kelly 7bbb322aab create lightbearer-helper 2026-09-08 08:20:15 +00:00
Jam 0f6ad07447 update blast-mine-improved 2026-09-08 07:54:31 +00:00
random-cactus 26392f4178 create folders-for-bank-tags 2026-09-08 06:11:09 +00:00
dyl 0103b2d75f update kill-clog 2026-09-08 06:05:35 +00:00
Shep ab35ce96a6 create limit-keeper 2026-09-08 05:54:56 +00:00
willzero123 950e97f091 update true-tile-player-indicators 2026-09-08 05:49:39 +00:00
Pluckss 582692580b update drop-rate-properties 2026-09-08 04:53:53 +00:00
rickernet b01c943e07 update slayerplus 2026-09-08 04:48:25 +00:00
GROBBS-hash 706f13816d update ironscape-optimal 2026-09-08 04:22:41 +00:00
Endrit-alt 2866396423 create tile-layers 2026-09-08 03:26:10 +00:00
TheStonedTurtle 23edc2c395 update party-panel 2026-09-08 02:55:33 +00:00
jewatson1994 ea6292b90b update clanhq 2026-09-08 02:44:40 +00:00