Broooklyn
e885cef942
agility: Fix prif portal highlighting
...
Previously they would be highlighted with graphics.setColor(configColor) when config.highlightPortals was set to false.
2020-08-03 11:42:30 +02:00
Adam
9fef3ad47d
inventory-grid: show grid when viewing bank
...
Co-authored-by: while-loop <cvballa3g0@gmail.com >
2020-08-02 13:22:23 -04:00
Tyler Bochard
2dab73417f
Merge pull request #2764 from open-osrs/remaining-widget-shifts
...
rl-api: fix the rest of the incorrect equip-your-char widgets
2020-08-01 19:24:13 -04:00
Tyler Bochard
c460b046dc
Merge pull request #2745 from Lucwousin/deob-annot
...
Deob/asm: Improve cfg deob, reproducible jars, smart annotations
2020-08-01 19:23:04 -04:00
TheRealNull
95ee9e70cf
rl-api: fix the rest of the incorrect equip-your-char widgets
2020-08-01 18:03:28 -04:00
Tyler Bochard
5a017ccc89
Merge pull request #2763 from open-osrs/its-not-really-an-option
...
rl-config: adjust warning dialogs
2020-08-01 17:46:22 -04:00
TheRealNull
c662ddde41
rl-config: adjust warning dialogs to be acknowledged rather than wait for input
2020-08-01 17:36:40 -04:00
Tyler Bochard
0cf26cc5fb
Merge pull request #2762 from open-osrs/api-equipment-stats
...
rl-api: fix stat bonus widgets
2020-08-01 17:07:52 -04:00
TheRealNull
9431fb9b76
rl-api: fix stat bonus widgets
2020-08-01 17:01:50 -04:00
Kyle
2002feee27
Merge pull request #2761 from open-osrs/GRADLE-DEPS-UPDATE-6083ed9
...
project: Update gradle dependencies
2020-08-01 03:04:21 +01:00
OpenOSRS
0d84967b88
project: Update gradle dependencies
2020-08-01 00:03:56 +00:00
Kyle
6083ed9179
Merge pull request #2758 from tomcylke/keycodes
...
api: add missing keycodes
2020-07-31 09:54:27 +01:00
Thomas Cylke
b75ac53ce5
api: add missing keycodes
2020-07-31 04:16:07 -04:00
ThatGamerBlue
88dd087d47
Merge pull request #2757 from ThatGamerBlue/lol_i_am_a_shit_programmer
...
mixins: i have a room temperature iq
2020-07-31 01:23:42 +01:00
ThatGamerBlue
5e1f29c50c
...
2020-07-31 01:18:36 +01:00
Lucwousin
792a8f12d4
Merge pull request #2756 from open-osrs/GRADLE-DEPS-UPDATE-6fdf5d5
...
project: Update gradle dependencies
2020-07-30 21:11:31 +02:00
Broooklyn
df21c1f6f9
discord: Add castle wars underground region ID ( #12075 )
2020-07-30 06:45:51 +00:00
XrioBtw
5a400059f6
PrayerType: Fix BURST_OF_STRENGTH description typo ( #12138 )
2020-07-30 06:44:36 +00:00
Jordan
ce9ff67154
Merge pull request #12072 from Broooklyn/gwd-obstacles
2020-07-29 23:12:22 -07:00
OneProGoober
407ec54d70
emoji: Add XD and pleading emojis ( #12203 )
2020-07-30 06:08:33 +00:00
Broooklyn
d8b4337393
cannon: Add Meiyerditch Laboratory Bloodveld cannon spot ( #12078 )
2020-07-30 06:03:59 +00:00
Jordan
b3f98757be
Merge pull request #12213 from MarbleTurtle/EmoteClues
...
EmoteClue: Update location of clues from Digsite to Exam Centre
2020-07-29 22:56:57 -07:00
LA
40f032bede
screenshot: Capture Barbarian Assault high gamble screenshots ( #12071 )
2020-07-30 05:39:22 +00:00
Arman Rafian
04648664ad
agility: Improve laps per hour calculation accuracy ( #12246 )
...
The agility plugin previously calculated the average laps/hr rate based
on the speed of the last 10 completed laps. Since this number was too
low, it regularly resulted in an inaccurate estimate. Increasing this
cache of previous lap speed to 30 yields a good trade-off between
accuracy over a long period of time and responsiveness to laps with
outlier completion times.
2020-07-30 03:54:02 +00:00
OpenOSRS
7844a8761e
project: Update gradle dependencies
2020-07-30 00:03:57 +00:00
Adam
a41074f135
clientui: use contains instead of intersects for screen bounds checking
...
It is possible to have the client bounds intersect the screen bounds but still have the client unusable due to being unable to resposition it.
2020-07-28 13:42:44 -04:00
Kyle
6fdf5d5c76
configPanel: fix enum box not displaying correctly
...
configPanel: fix enum box not displaying correctly
2020-07-26 23:48:56 +01:00
kjartantr
24c621177a
SlayerUnlock: Update varbits enum ( #12214 )
2020-07-26 03:58:14 +00:00
MarbleTurtle
daf64a15a3
SkillChallengeClue: Update dragonhide clue text ( #12217 )
...
After a game update, this clue along with others changed instances of
"d'hide" to "dragonhide" for consistency.
2020-07-26 03:40:24 +00:00
Blackberry0Pie
aaed7816b2
fairyring: Add Falo the bard tag to Sinclair Mansion fairy ring ( #12030 )
2020-07-26 03:37:47 +00:00
Adam
d8b83ce52b
clientui: reset frame position in safe mode
2020-07-24 15:25:42 -04:00
trimbe
c545052aad
bank tags: update detection of active tab for separator removal
...
This used to require additional logic to handle Withdraw-X but after e4b43d9 , the tab interface should always be active if a tag tab is open so we can rely solely on that.
2020-07-24 15:24:47 -04:00
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