Adam
080bc013a8
tagtabs: fix clearing bank search when opening tags
2020-07-24 15:24:47 -04:00
Adam
340530daf6
tagtabs: show tab separators in tag tabs
...
This changes tag tabs to actually put the bank in search mode, still
without providing any search input, so that the bank tab builder will
draw tab separators (both the separator line and tab text label)
2020-07-24 15:24:47 -04:00
Adam
76b57c124e
tagtabs: close tab when clicking on main bank tab
2020-07-24 15:24:47 -04:00
Jordan Atwood
6bac3e81b8
OverlayRenderer: Fix overlay resizing logic
...
Prior to this commit, reducing the size of an overlay not attached to an
anchor point using the north or west edges and corners such that its
dimensions would be below the minimum overlay size would push that
overlay in that direction as it was dragged. This commit updates the
overlay resize logic to prevent "pushing" overlays when trying to reduce
the width or height below the overlay's minimum size.
2020-07-24 20:50:31 +02:00
Jordan
8a82b4dfc5
Merge pull request #12146 from Broooklyn/map-clue-descriptions
2020-07-24 10:08:53 -07:00
Broooklyn
e5f6c7e2f2
clues: update BeginnerMapClue to use MapClue description constants
2020-07-24 12:38:58 -04:00
Broooklyn
b149220133
clues: add descriptions for MapClues
2020-07-24 12:38:58 -04:00
Broooklyn
5f75fce6cd
clues: fix apostrophe positioning for Seers' Village
2020-07-24 12:38:58 -04:00
Jussi Kauppinen
6034d4646d
cooking: Add support for drying sinew ( #12184 )
2020-07-24 08:05:02 +00:00
Cyborger1
25c7c8c73a
farming: Improve names of Poison ivy and Dwarf weed patches ( #12134 )
2020-07-24 07:49:35 +00:00
MarbleTurtle
2bc386668b
EmoteClue: Change location from Digsite to Exam Centre
2020-07-23 15:38:47 -07:00
Adam
e4b43d98f2
tagtabs: split tag search from bank search
...
This fixes a lot of edge cases which required us to re-search for things
after input was re-used when a tag tab was open, and removes the
requirement of having the bank search text be in sync with the
currently selected tab.
This also no longer parses the tag tab out of the title during times
when the input is being re-used (like Withdraw-x) which was broken
earlier from the bank plugin changing the title to include the value of
searches.
A new tag tab title is being set now on all tag tab views so the old tag
tab tab title event can be removed.
2020-07-23 18:19:04 -04:00
Kyle
30b7cd4468
Merge pull request #2754 from ThatGamerBlue/23072020
...
project: upstream
2020-07-23 18:59:32 +01:00
ThatGamerBlue
ce45b90011
api implementation
2020-07-23 15:56:17 +01:00
ThatGamerBlue
7b261b0cc7
Merge remote-tracking branch 'runelite/master' into 23072020
...
# Conflicts:
# cache-client/pom.xml
# cache-updater/pom.xml
# cache/pom.xml
# http-api/pom.xml
# http-service/pom.xml
# pom.xml
# runelite-api/pom.xml
# runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java
# runelite-client/pom.xml
# runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java
# runelite-client/src/main/java/net/runelite/client/plugins/bank/BankPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsConfig.java
# runelite-client/src/main/java/net/runelite/client/plugins/banktags/BankTagsPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/TabInterface.java
# runelite-client/src/main/java/net/runelite/client/plugins/cannon/CannonSpots.java
# runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/BeginnerMapClue.java
# runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
# runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/FaloTheBardClue.java
# runelite-client/src/main/java/net/runelite/client/plugins/dpscounter/DpsCounterPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/experiencedrop/XpDropPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatOverlay.java
# runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java
# runelite-client/src/test/java/net/runelite/client/plugins/itemstats/ItemStatOverlayTest.java
# runelite-script-assembler-plugin/pom.xml
2020-07-23 15:07:56 +01:00
Runelite auto updater
b5abb09152
Bump for 1.6.24-SNAPSHOT
2020-07-23 11:20:33 +00:00
Runelite auto updater
0bd97e19a3
Release 1.6.23
2020-07-23 11:20:24 +00:00
RuneLite Cache-Code Autoupdater
b5244801a4
Update Widget IDs to 2020-07-23-rev190
2020-07-23 10:31:40 +00:00
RuneLite Cache-Code Autoupdater
be7932322b
Update NPC IDs to 2020-07-23-rev190
2020-07-23 10:31:36 +00:00
RuneLite Cache-Code Autoupdater
f3b0518121
Update Object IDs to 2020-07-23-rev190
2020-07-23 10:31:36 +00:00
RuneLite Cache-Code Autoupdater
7ff5516ea4
Update Item IDs to 2020-07-23-rev190
2020-07-23 10:31:35 +00:00
Adam
cbd2c4fd82
banktags: fix resetting active tab when editing tags
...
The input type for this changed awhile ago in a chatbox panel manager refactor
2020-07-23 00:13:20 -04:00
Broooklyn
e4c525dc1f
clues: Fix Champions' guild beginner clue description ( #12140 )
2020-07-23 03:20:28 +00:00
MarbleTurtle
3556b007fc
FaloTheBardClue: Add Avernic to defender step ( #12172 )
2020-07-23 02:30:38 +00:00
Broooklyn
3312fa92be
slayer: Add missing task locations ( #12099 )
...
This adds the Myths' Guild Dungeon and Meiyerditch Laboratories as
possible Konar task locations.
2020-07-23 02:25:28 +00:00
Arman Rafian
c7c6d8b118
cannon: Add common wilderness cannon spots ( #12132 )
...
This commit adds wilderness cannon spots for bears, black demons,
black knights, elder chaos druids, fire giants, greater demons,
hill giants, scorpions, and zombies.
2020-07-23 02:03:01 +00:00
Sean Dewar
e62866d391
WidgetOverlay: Make hallowed sepulchre timer moveable ( #12200 )
2020-07-23 00:41:06 +00:00
ThatGamerBlue
66ceba6af1
Merge pull request #2751 from ThatGamerBlue/rsc-refactor
...
api: more imports and tile stuff
2020-07-23 01:00:42 +01:00
Adam
ead0b28193
bank plugin: show bank value during searches
...
This also shows the value of tag tabs, since they internally are just
bank searches.
Co-authored-by: JZomerlei <jzomerlei@gmail.com >
2020-07-22 18:02:19 -04:00
Adam
5d0adf38da
api: add size() to itemcontainer
2020-07-22 16:51:17 -04:00
Adam
92344938d3
dps counter: update boss list
...
Co-authored-by: MarbleTurtle <MarbleTurtle@users.noreply.github.com >
2020-07-22 15:35:08 -04:00
Alowan
97a356a596
SpriteID: Fix UNKNOWN_STANCE_ICON_2 ID ( #12202 )
2020-07-22 03:37:59 +00:00
ThatGamerBlue
cc28d4d2f2
api: more imports and tile stuff
2020-07-22 03:23:52 +01:00
Jordan
35a539be4d
Merge pull request #6819 from trimbe/remove-tag-tab-separator
2020-07-21 16:31:34 -07:00
trimbe
d8df5920ba
banktags: Add tag tab drag blocking
2020-07-21 16:11:30 -07:00
Cyborger1
4362adb876
itemstats: check for two handed interactions ( #12168 )
2020-07-21 02:13:11 -06:00
trimbe
e8d4ff38cb
banktags: Remove tab separators from tag tabs
2020-07-20 23:43:45 -07:00
Snowflak3
05c4a5c1d5
notifier: make flash color configurable
...
Co-authored-by: Snowflak3 <mitchellgn@yahoo.com >
2020-07-20 19:00:01 -04:00
Kyle
dee591a415
WeaponMap: add missing weapons
...
WeaponMap: add missing weapons
2020-07-20 21:56:34 +01:00
ThatGamerBlue
15180d895c
Merge pull request #2749 from ThatGamerBlue/rsc-refactor
...
rs-client: refactoring and imports
2020-07-19 18:00:19 +01:00
ThatGamerBlue
2c8ca731e6
rs-client: refactoring and imports
2020-07-19 17:46:33 +01:00
Lucwousin
57b7476299
Collapse @Copy, @Replace mixin methods
2020-07-19 03:31:16 +02:00
Lucwousin
fa2944d50a
Use new injector ver
2020-07-19 03:31:16 +02:00
Lucwousin
86f6886d8c
Finishing touches to annotations
2020-07-19 03:29:45 +02:00
Lucwousin
663bbc80db
Annotations: signature -> descriptor; use linkedhashmap
2020-07-19 03:29:45 +02:00
Lucwousin
42affee0f0
Use more descriptive names in Block (+lombok)
2020-07-19 03:29:45 +02:00
Lucwousin
29105c9501
asm: Use a more sensible approach for annotations
2020-07-19 03:29:45 +02:00
Lucwousin
eb1d6bbd74
Make jars saved by JarUtil reproducible
2020-07-19 03:29:45 +02:00
Lucwousin
b75695475d
Deob control flow housekeeping
2020-07-19 03:29:44 +02:00
Jordan
f79f1c2390
Merge pull request #12156 from Nightfirecat/uncharged-glory-clue-requirement
...
EmoteClue: Specify uncharged glory amulet when needed
2020-07-18 15:57:48 -07:00