Commit Graph

11587 Commits

Author SHA1 Message Date
Antony Kimpton
b294e36b47 update account-data-exporter 2026-07-04 19:13:02 +00:00
nw51
d2d8c377f7 update slayer-streak 2026-07-04 18:57:35 +00:00
AhmedFathy2001
95dfac81ef update anvil 2026-07-04 18:27:07 +00:00
Endrit-alt
e97c33a32d update hdr 2026-07-04 17:46:27 +00:00
Spryt
9d756e8097 update bank-templates 2026-07-04 16:35:54 +00:00
NCG-RS
72ff31d8fe update tob-utilities 2026-07-04 16:25:28 +00:00
Necrotress
cab042c363 update modern-mmo-pm 2026-07-04 16:20:14 +00:00
randytkrx
6a9e0b4e15 update maggot-king 2026-07-04 16:15:05 +00:00
Nubles
0d70585d5b update fate-locked-ironman 2026-07-04 16:09:40 +00:00
TheStonedTurtle
0cffc13397 update party-panel 2026-07-04 16:04:32 +00:00
Jon Studders
e8cfeb8f29 create alchemiser 2026-07-04 15:54:13 +00:00
Antony Kimpton
759bbd6ab8 update account-data-exporter 2026-07-04 15:49:01 +00:00
psihosrs
4a09cf6f43 create tormented-demon-effects-hider 2026-07-04 15:43:51 +00:00
faybii
659f837b4a create item-lookup 2026-07-04 15:38:41 +00:00
Levente Kurusa
dc274ef212 update furry-nyloer 2026-07-04 15:13:22 +00:00
randytkrx
2204edc6b3 update maggot-king 2026-07-04 15:08:13 +00:00
Roberto I.
d07e81f3c4 update always-hear-drops 2026-07-04 14:37:47 +00:00
nw51
4cb0670a0b update slayer-streak 2026-07-04 14:07:23 +00:00
JarateKing
23e97034b2 update player-interpolation 2026-07-04 13:57:11 +00:00
Mantic
47ed7fdf3f update arceuus-timers 2026-07-04 13:47:02 +00:00
John Sabag
1f072e7bcc create blood-moon-rises-helper 2026-07-04 12:51:29 +00:00
LUNE
2c1f320e20 update pk-tracker 2026-07-04 12:11:09 +00:00
STRIKERnz
f8dfd8f6e5 update stat-seer 2026-07-04 12:05:57 +00:00
cnnnr
bdbe012d5c update particles 2026-07-04 10:50:26 +00:00
bopsec
594487d69a update inf-colo-additions 2026-07-04 10:44:57 +00:00
Antony Kimpton
a9e361f597 update account-data-exporter 2026-07-04 10:39:48 +00:00
Roberto I.
b516caa988 create always-hear-drops 2026-07-04 10:24:34 +00:00
AhmedFathy2001
f5c36eec06 update anvil 2026-07-04 10:09:20 +00:00
STRIKERnz
2673cc66c2 update stat-seer 2026-07-04 09:38:59 +00:00
STRIKERnz
ffe91e4890 create stat-seer 2026-07-04 08:08:12 +00:00
Wulfic
450ec76997 update slayer-simplified 2026-07-04 07:37:54 +00:00
Hamzeh Adawi
7a844887a3 update frozen-icon-me 2026-07-04 07:12:38 +00:00
cnnnr
7907c5d2ae create particles 2026-07-04 07:07:27 +00:00
nanopink
4d2a7b6d44 update interaction-cue 2026-07-04 07:02:14 +00:00
nanopink
9c2951711e create interaction-cue 2026-07-04 04:51:36 +00:00
Hamzeh Adawi
39a0aa5d35 update frozen-icon-me 2026-07-04 03:46:14 +00:00
WoodyCode
65aec4141b update clan-management 2026-07-04 03:41:03 +00:00
ScreteMonge
1a0eb91c34 update creators-kit (#13235)
* 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
2026-07-03 23:39:34 -04:00
Azderi
cd0b80ffc4 update osrs-tcg 2026-07-04 03:20:45 +00:00
ScreteMonge
a910afdd61 takeover keyframecamera 2026-07-03 22:29:20 -04:00
Khaled Ahmed
5b2977f448 update bank-watcher 2026-07-04 01:44:49 +00:00
Oveduumnakal
ceb068a6d5 update stockpile 2026-07-04 01:29:33 +00:00
C
c4dae38450 update custom-ui-anchors 2026-07-04 01:09:15 +00:00
nw51
c7fdbce563 update slayer-streak 2026-07-04 00:48:56 +00:00
Necrotress
e06a6600b5 update heal-indicators 2026-07-03 23:17:57 +00:00
samkovaly
9a9ff75e01 update blast-mine-tracker 2026-07-03 22:07:05 +00:00
Miles Black
98ab740636 update flip-smart 2026-07-03 21:41:36 +00:00
Graham Bartley
e3c2b72793 update voiced-dialogue 2026-07-03 20:45:55 +00:00
nw51
aa55079400 update slayer-streak 2026-07-03 19:50:19 +00:00
Levente Kurusa
04e79ffc70 create furry-nyloer 2026-07-03 18:49:32 +00:00