Commit Graph

14586 Commits

Author SHA1 Message Date
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
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