Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
23e56a2
Add arkan blade to SpecialAttackWeaponEnum
crispycritter99 Jan 19, 2026
e98f399
gradle: set testLogging exceptionFormat to FULL
Adam- Jan 24, 2026
9fb63e8
util: monitor exceptions from scheduleAtFixedRate and Delay
Adam- Jan 21, 2026
29e1c0e
world hopper: add bytes loss % overlay
Adam- Jan 21, 2026
7d5e952
skill calc: add sailing-related actions (#19644)
evilgenious448 Jan 27, 2026
a21156e
slayer: add frost dragons task
hildickethan Jan 8, 2026
1982b0c
coordinate clue: show dynamic Baxtorian Falls rope hint
CraigStrathclyde Jan 12, 2026
20bd6cb
idle notifier: add moth mixing anim
LarsTwiNky Jan 27, 2026
32a65f1
api: add group ironman icon ids (#19650)
Fiffers Jan 27, 2026
8449e33
Update Widget IDs to 2026-1-28
Jan 28, 2026
cdac542
Update Item variations to 2026-1-28
Jan 28, 2026
e9bbbf5
Update Script arguments to 2026-1-28
Jan 28, 2026
ea5c0c7
Update Legacy ID classes to 2026-1-28
Jan 28, 2026
8b4cdd0
Update Scripts to 2026-1-28
Jan 28, 2026
4eee8b6
Update GameVals to 2026-1-28
Jan 28, 2026
ec87095
api: update 2026-1-28
abextm Jan 23, 2026
e7d5ce7
banktags: update 2026-1-28
abextm Jan 23, 2026
d175041
Release 1.12.14
Jan 28, 2026
97fd78f
Bump for 1.12.15-SNAPSHOT
Jan 28, 2026
efdb1ce
banktags: fix tag tab tab scrollbar
abextm Jan 28, 2026
bc4ea90
Basic Rs2Bank fix.
Jan 28, 2026
293ff11
Merge pull request #1666 from Sunny-P/(fix)banking
chsami Jan 28, 2026
f903fb6
Merge branch 'runelite/master' into development
chsami Jan 28, 2026
d6ca315
Merge pull request #1655 from crispycritter99/patch-14
chsami Jan 28, 2026
5d3875a
fix(bank): update withdraw behavior to use correct quantity text
chsami Jan 28, 2026
e659fff
Merge remote-tracking branch 'origin/development' into development
chsami Jan 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions common.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ gradle.afterProject {
isReproducibleFileOrder = true
}

tasks.withType<Test> {
testLogging {
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
}

extensions.findByType<org.gradle.plugins.ide.idea.model.IdeaModel>()?.run {
module {
isDownloadSources = true
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ org.gradle.parallel=true
org.gradle.caching=false

project.build.group=net.runelite
project.build.version=1.12.13
project.build.version=1.12.14

glslang.path=
microbot.version=2.1.15
microbot.version=2.1.16
microbot.commit.sha=nogit
microbot.repo.url=http://138.201.81.246:8081/repository/microbot-snapshot/
microbot.repo.username=
Expand Down
35 changes: 17 additions & 18 deletions runelite-api/src/main/interfaces/interfaces.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,23 @@ tutorial_button=4
item_count_top=5
item_count_bar=6
item_count_bottom=7
group_storage_button=8
content_container=10
tab_container=11
item_container=13
scrollbar=14
search_button_background=42
deposit_inventory=44
deposit_equipment=46
potion_store=48
incinerator=49
incinerator_confirm=50
potionstore_content=52
equipment_parent=80
equipment_set_bonus=121
settings_button=125
equipment_button=126
popup=128
equipment_stat_bonus=134
content_container=9
tab_container=10
item_container=12
scrollbar=13
search_button_background=41
deposit_inventory=43
deposit_equipment=45
potion_store=119
incinerator=48
incinerator_confirm=49
potionstore_content=51
equipment_parent=54
equipment_set_bonus=95
settings_button=99
equipment_button=100
popup=102
equipment_stat_bonus=108

[bank_inventory]
id=15
Expand Down
5 changes: 4 additions & 1 deletion runelite-api/src/main/java/net/runelite/api/IconID.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ public enum IconID
NO_ENTRY(11),
CHAIN_LINK(12),
BOUNTY_HUNTER_EMBLEM(20),
LEAGUE(22);
LEAGUE(22),
GROUP_IRONMAN(41),
HARDCORE_GROUP_IRONMAN(42),
UNRANKED_GROUP_IRONMAN(43);

private final int index;

Expand Down
2 changes: 2 additions & 0 deletions runelite-api/src/main/java/net/runelite/api/ItemID.java
Original file line number Diff line number Diff line change
Expand Up @@ -16132,5 +16132,7 @@ public final class ItemID
public static final int HOODED_SLAYER_HELMET_I = 33068;
public static final int HOODED_SLAYER_HELMET_I_33070 = 33070;
public static final int HOODED_SLAYER_HELMET_I_33072 = 33072;
public static final int FACILITY_BOTTLE_EMPTY = 33074;
public static final int FACILITY_BOTTLE_FULL = 33077;
/* This file is automatically generated. Do not edit. */
}
2 changes: 2 additions & 0 deletions runelite-api/src/main/java/net/runelite/api/NullItemID.java
Original file line number Diff line number Diff line change
Expand Up @@ -16632,5 +16632,7 @@ public final class NullItemID
public static final int NULL_33069 = 33069;
public static final int NULL_33071 = 33071;
public static final int NULL_33073 = 33073;
public static final int NULL_33075 = 33075;
public static final int NULL_33076 = 33076;
/* This file is automatically generated. Do not edit. */
}
4 changes: 2 additions & 2 deletions runelite-api/src/main/java/net/runelite/api/NullObjectID.java
Original file line number Diff line number Diff line change
Expand Up @@ -31329,8 +31329,8 @@ public final class NullObjectID
public static final int NULL_60617 = 60617;
public static final int NULL_60618 = 60618;
public static final int NULL_60643 = 60643;
public static final int NULL_60644 = 60644;
public static final int NULL_60645 = 60645;
public static final int NULL_60646 = 60646;
public static final int NULL_60661 = 60661;
public static final int NULL_60662 = 60662;
/* This file is automatically generated. Do not edit. */
}
13 changes: 8 additions & 5 deletions runelite-api/src/main/java/net/runelite/api/ScriptID.java
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public final class ScriptID
* <li> int (WidgetID) * 16, various widgets making up the bank interface </li>
* </ul>
*/
@ScriptArguments(integer = 17)
@ScriptArguments(integer = 20)
public static final int BANKMAIN_SEARCH_REFRESH = 283;

@ScriptArguments(integer = 6)
Expand Down Expand Up @@ -308,7 +308,7 @@ public final class ScriptID
@ScriptArguments(integer = 4, string = 1)
public static final int XPDROPS_SETDROPSIZE = 996;

@ScriptArguments(integer = 34)
@ScriptArguments(integer = 35)
public static final int BANKMAIN_INIT = 274;

/**
Expand All @@ -317,10 +317,10 @@ public final class ScriptID
* <li>int (WidgetID) * 17, various widgets making up the bank interface</li>
* </ul>
*/
@ScriptArguments(integer = 17)
@ScriptArguments(integer = 20)
public static final int BANKMAIN_BUILD = 277;

@ScriptArguments(integer = 19)
@ScriptArguments(integer = 22)
public static final int BANKMAIN_FINISHBUILDING = 505;

@ScriptArguments()
Expand All @@ -337,7 +337,7 @@ public final class ScriptID
* These can be retrieved from the onInvTransmitListener of BANK_ITEM_CONTAINER. Note that this array also
* contains the script ID for the bank layout script in the first index
*/
@ScriptArguments(integer = 18)
@ScriptArguments(integer = 21)
public static final int BANKMAIN_SEARCH_TOGGLE = 281;

@ScriptArguments(integer = 6)
Expand Down Expand Up @@ -500,4 +500,7 @@ public final class ScriptID

@ScriptArguments(integer = 6, string = 9)
public static final int INTERFACE_INV_DRAW_SLOT_BIG = 154;

@ScriptArguments(integer = 4)
public static final int BANKMAIN_POPUP_TAB_DRAW = 9221;
}
Original file line number Diff line number Diff line change
Expand Up @@ -13693,6 +13693,11 @@ public static final class SailingBoatFacility
*/
public static final int COL_FACILITY_CUSTOMISATION_ORDER = 25;

/**
* integer
*/
public static final int COL_FACILITY_BOTTLE_ID = 26;

public static final class Row
{
public static final int SAILING_BOAT_FACILITY_BRONZE_CANNON = 8427;
Expand Down
Loading