a0b5e490cd959977cb6acb5f53d7692dca3f5552
Bring the ability to add tabs to your bank for quick access to search tags. Features: * Adding a tab * Selecting and deselecting a tab * Changing a tab's icon * Reordering tabs * Scrolling of tabs (With mouse wheel, ingame buttons, and dragging an item/tab over ingame buttons) * Saving scroll position * Dragging an item to a tab to tag the item * Tagging placeholders * Removing only a tab * Removing a tab and deleting all tags from said tab * Faster bank search when using tag tabs Closes #1205 Closes #4426 Supersedes / Closes #4862 Supersedes / Closes #3750 Can close #4082. Signed-off-by: Tomas Slusny <slusnucky@gmail.com> Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
runelite

RuneLite is a free, open source OldSchool RuneScape client.
If you have any questions, please join our IRC channel on irc.rizon.net #runelite or alternatively our Discord server.
Project Layout
- cache - Libraries used for reading/writing cache files, as well as the data in it
- http-api - API for api.runelite.net
- http-service - Service for api.runelite.net
- model-viewer - RS Model, NPC/Object, and terrain viewer
- runelite-api - RuneLite API, interfaces for accessing the client
- runelite-mixins - Mixins which are injected into the injected client's classes
- runescape-api - Mappings correspond to these interfaces, runelite-api is a subset of this
- runelite-client - Game client with plugins
Usage
Open the project in your IDE as a Maven project, build the root module and then run the RuneLite class in runelite-client.
For more information visit the RuneLite Wiki.
License
RuneLite is licensed under the BSD 2-clause license. See the license header in the respective file to be sure.
Contribute and Develop
We've set up a separate document for our contribution guidelines.
Description
Languages
Java
98.9%
GLSL
0.7%
C
0.3%
