Adam
96fbdda03d
runelite: remove otl requester
...
This is being replaced with a different api signature later
2022-04-20 17:50:19 -04:00
Adam
edbc723b20
statusbars: update for if3 inv
2022-04-20 13:57:15 -04:00
Adam
4fc6466e4f
clues: fix tracking cluescroll
2022-04-20 13:57:14 -04:00
Adam
1c0a0f43ef
mes: fix item swaps with op4 and op5
...
Since the client does menu sorting after our tick event but before
rendering, it currently renders the wrong menu action. This prevents the
sorting when doing item swaps.
2022-04-20 13:57:14 -04:00
Adam
3c7582f629
item stats: update for if3 inv
2022-04-20 11:50:32 -04:00
Max Weber
4f1327dda9
antidrag: respect hotkeys
2022-04-20 09:05:47 -06:00
Max Weber
610573d845
wiki: do not allow lookup-ing empty inventory slots
2022-04-20 06:49:44 -06:00
Adam
71886515a9
antidrag: update for if3 inv
2022-04-20 08:48:58 -04:00
Adam
3b18042785
inv grid: fix for if3 inv
2022-04-20 08:48:58 -04:00
Adam
a6f955ac87
client: update for if3 inventory
2022-04-20 03:39:42 -06:00
Adam
eb0bbc6426
external plugin client: use verificationexception for security exceptions
2022-04-19 19:53:59 -04:00
Adam
aca22f13c0
fatal error dialog: work with substance laf
...
Changing the laf from substance to system breaks the client the next
time it paints
2022-04-18 12:43:44 -04:00
Adam
aeb5701d07
client: replace MediaType.parse with MediaType.get
2022-04-16 21:50:42 -04:00
Adam
439ebe22e4
client: replace HttpUrl.parse with HttpUrl.get
2022-04-16 21:50:42 -04:00
Adam
3218fc7568
menu swapper: move bank swaps to client tick
...
The underlying issue preventing this from working during client tick has been addressed
2022-04-16 21:50:42 -04:00
Adam
fcb933eeef
api: pass menu entry to menu clicked event and forward accessors
2022-04-16 21:50:42 -04:00
Adam
c0a338519c
api: refactor some menu action names
...
Replace spell cast with widget use and correct a couple of the other
names
2022-04-16 21:50:42 -04:00
Adam
eb13c0153b
hiscores: add gotr
2022-04-13 10:00:23 -04:00
Adam
6f58a6707b
Revert "menu swapper: add deposit-runes swap for gotr"
...
This reverts commit 7c60630206 .
2022-04-13 09:23:13 -04:00
Adam
fe791a9600
examine: support item examine on if3 components
2022-04-12 23:47:31 -04:00
Adam
8b3f129c1e
devtools: remove inventory tool
2022-04-12 22:23:17 -04:00
Adam
8d7c845e58
mta: disable by default
2022-04-12 22:08:20 -04:00
Adam
db69f55b9c
mta: use widget item overlay
2022-04-12 22:08:20 -04:00
Jordan
f66a096d26
Merge pull request #14145 from pwatts6060/resizeable-status-bars
2022-04-12 03:32:10 +00:00
pwatts6060
068ba565bc
status bars: Add configurable width for modern resizable interface
2022-04-11 20:27:28 -07:00
Adam
6e68a964a7
chat command: use plural "players" to be consistent with cox
2022-04-11 09:37:26 -04:00
Adam
0c0f790bee
api: move autoweed to farming plugin
2022-04-11 09:16:23 -04:00
Adam
244f8e7ad5
chat commands: track team sizes for raids pb
2022-04-10 12:18:03 -04:00
Adam
2bc2e867bd
api: deprecate getVar(int) and use getVarbitValue(int)
...
getVarbitValue was originally for external plugins which could not
modify the varbits enum, but now ints are used everywhere it is no
longer necessary for two separate methods
2022-04-10 12:08:59 -04:00
Adam
d129c49923
api: replace varbits enum with ints
...
This adds a Varbit magic constant annotation which is used now on
varbit parameters and fields.
This is roughly the same type-safety wise, with IDE support, but the ids
can be inlined by the compiler and it avoids having to have a large enum
class with many fields.
2022-04-10 12:08:59 -04:00
Adam
b010e0481e
blast furnace: remove unused BarOres map
2022-04-09 23:45:57 -04:00
Adam
13ee6c3174
FarmingRegion: remove unused varbits field
2022-04-09 23:44:03 -04:00
Adam
c693a5d4dc
Move SlayerUnlock to slayer plugin
2022-04-09 23:43:39 -04:00
Adam
f1e7829771
overlay: add drawAfterLayer that accepts ids for plugins, and javadoc
2022-04-09 11:09:02 -04:00
Jordan
d12bca1a8f
Merge pull request #14839 from Nightfirecat/archmage-sedridor
2022-04-09 04:28:14 +00:00
Max Weber
cbda380b5a
config: do not start other plugins during startup
2022-04-08 18:41:48 -06:00
Adam
dadf3661e1
menu swapper: add custom npc left click swap
2022-04-08 12:40:58 -04:00
Adam
f54b7ffc44
session manager: open session on executor thread
...
This avoids blocking the main thread on startup during the http call
2022-04-08 12:20:25 -04:00
Jordan Atwood
71d1eb9995
plugins: Rename Sedridor to Archmage Sedridor
...
March 23 2022 update changed his name.
2022-04-07 09:19:38 -07:00
Adam
23035294c6
boosts: default to display as infoboxes and only combat stats
2022-04-06 15:04:50 -04:00
JZomDev
a7375b5c78
clues: rename Traiborn to Wizard Traiborn
...
March 23 2022 update changed his name
2022-04-06 13:05:04 -04:00
Adam
d46a661651
chat commands: refactor skill abbreviation to a switch
2022-04-06 11:16:51 -04:00
Adam
bdf556f4bd
chat commands: support boss shortnames for !lvl
2022-04-06 11:16:51 -04:00
Jordan Atwood
fa3de54b2e
clues: Support rune crossbow and god book (or) variants
2022-04-06 09:56:32 -04:00
Elias Lahham
27c6da2d13
inventory viewer: hide when bank is open
...
The inventory tab is always open in the bank, so hide the overlay if Hidden on inventory tab is enabled
2022-04-06 09:30:48 -04:00
Giovanni van der Schelde
ce0ec535d1
chat commands: add shortnames for shayzien agility courses
2022-04-06 09:19:21 -04:00
Adam
d2308c7ede
Revert "menu swapper: Add uncharged cell swap for gotr ( #14795 )"
...
This reverts commit 0609c246a5 .
This is superseded by the new object swap
2022-04-05 12:55:19 -04:00
Adam
948d025695
menu swapper: change object left click configure method
...
This changes from shift-clicking the option to adding dedicated options
for setting the swap. The menu swapper has existing shift-click object
swaps for climb-stairs and the current method interferes with it.
2022-04-05 10:20:28 -04:00
Adam
92aac53f42
menu swapper: add custom object left click swap
2022-04-04 15:35:29 -04:00
Adam
bded770d53
menu swapper: rename SwapConfig to ItemSwapConfig
2022-04-04 15:02:55 -04:00