Commit Graph

13044 Commits

Author SHA1 Message Date
ST0NEWALL
4b22fecb20 Merge pull request #2409 from open-osrs/proxy-arg
client: fix null proxy launcher arg
2020-03-05 13:52:26 -05:00
stone-wall
4784cf1b3b Fix null proxy launcher arg 2020-03-05 08:57:04 -05:00
Ganom
f3a215b54e Merge pull request #2408 from open-osrs/upstream
project: upstream
2020-03-05 07:47:22 -05:00
Ganom
b0f1e85c2e project: upstream fixes. 2020-03-05 07:37:01 -05:00
Ganom
b2d7c7cfd0 Merge branch 'master' of https://github.com/runelite/runelite into upstream
 Conflicts:
	runelite-api/src/main/java/net/runelite/api/Point.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/hotcold/HotColdLocation.java
	runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargePlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeType.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemWithSlot.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java
	runelite-client/src/test/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPluginTest.java
	runelite-client/src/test/java/net/runelite/client/plugins/woodcutting/WoodcuttingPluginTest.java
2020-03-05 07:31:50 -05:00
Adam
7c3ff105fb api: update for tinted block and damage hitsplats 2020-03-05 07:17:07 -05:00
RuneLite Cache-Code Autoupdater
b60d5428cf Update Scripts to 2020-03-05-rev182 2020-03-05 11:33:14 +00:00
RuneLite Cache-Code Autoupdater
0fe5642a42 Update Widget IDs to 2020-03-05-rev182 2020-03-05 11:33:14 +00:00
RuneLite Cache-Code Autoupdater
1b46f9b47a Update NPC IDs to 2020-03-05-rev182 2020-03-05 11:33:10 +00:00
RuneLite Cache-Code Autoupdater
704f09d9ed Update Object IDs to 2020-03-05-rev182 2020-03-05 11:33:09 +00:00
RuneLite Cache-Code Autoupdater
e1af1e06b1 Update Item variations to 2020-03-05-rev182 2020-03-05 11:33:08 +00:00
RuneLite Cache-Code Autoupdater
d856a2d5e6 Update Item IDs to 2020-03-05-rev182 2020-03-05 11:33:08 +00:00
RuneLite Cache-Code Autoupdater
9c90c0931c ItemVariations: Add opened variants 2020-03-04 19:09:25 -07:00
Adam
ce46fd0873 Merge pull request #10953 from Nightfirecat/add-item-stat-overlay-test
item stats overlay: Fix unarmed attack speed, add tooltip tests
2020-03-04 20:50:16 -05:00
github-actions[bot]
9984fbc62f Merge pull request #2407 from open-osrs/NPC-UPDATE-6c2acacd1
Client: Update NPC stats
2020-03-05 00:23:41 +00:00
github-actions[bot]
46dad1bfff Merge pull request #2406 from open-osrs/GRADLE-WRAPPER-UPDATE-6c2acacd1
project: Update gradle wrapper
2020-03-05 00:20:17 +00:00
OpenOSRS
c75c0d6241 Client: Update NPC stats 2020-03-05 00:16:37 +00:00
OpenOSRS
33fbc0124c project: Update gradle wrapper 2020-03-05 00:12:03 +00:00
Jordan Atwood
bb0e693aea itemstats: Add tooltip string method tests
This commit adds tests to ensure proper formatting of the tooltip string
so as to prevent bugs like the one fixed by 7ca4a929.
2020-03-04 16:05:13 -08:00
Jordan Atwood
0451944522 itemstats: Fix unarmed attack speed
Since the writing of this plugin, the wiki has changed the format for
weapon attack speeds[1] and now displays weapon attack speeds in length
of game ticks. Hence, since unarmed attacks are at the rate of once
every 4 game ticks, this commit updates our definition of the unarmed
attack accordingly.

[1] https://oldschool.runescape.wiki/w/Unarmed?diff=8467472&oldid=7810087
2020-03-04 16:04:34 -08:00
Adam
c2de595bc3 itemcharges: move matchers after message type check 2020-03-04 11:35:17 -05:00
Adam
f25eef0a81 Merge pull request #10019 from dabolink/item_charges_amulet_of_chem
[Item Charges] Add Amulet of Chemistry and Bounty
2020-03-04 11:32:46 -05:00
github-actions[bot]
6c2acacd1b Merge pull request #2404 from open-osrs/NPC-UPDATE-e6d0e63e9
Client: Update NPC stats
2020-03-04 00:22:42 +00:00
OpenOSRS
6738ce8572 Client: Update NPC stats 2020-03-04 00:15:39 +00:00
Kyle
e6d0e63e99 pluginpanel: update to use text utils (#2402)
* Update Text.java

* Update PluginsPanel.java

* Update PluginsPanel.java
2020-03-03 11:24:33 +00:00
Tomas Slusny
57f56a5eec Merge pull request #10927 from Dava96/item-variation-emoteclues
emote clue: Add missing ornament items
2020-03-03 12:21:55 +01:00
Owain van Brakel
5dc839355e Merge pull request #2394 from ThatGamerBlue/external-raw-oprs
externalmanager: add ability to load a repository from any url
2020-03-03 12:10:19 +01:00
Owain van Brakel
b3f952f566 repositorybox: Format a github url and add a click listener 2020-03-03 12:05:05 +01:00
Owain van Brakel
736e6c87dd Merge pull request #2378 from Owain94/launchermisc
launcher: Configure the launcher option from the client
2020-03-03 11:28:43 +01:00
Owain van Brakel
66c1c7397b client: configure the launcher from within the client 2020-03-03 11:25:25 +01:00
Owain van Brakel
88a853b869 Merge pull request #2400 from Owain94/externalscrash
externals: Don't crash the client if updating a plugin fails
2020-03-03 11:17:57 +01:00
Owain van Brakel
01a8ba383c externals: Only update if this is the only instance 2020-03-03 11:02:57 +01:00
Justin
290229a6b5 api: add bank search script id (#2397)
* ScriptID: Add BankSearch ID

* ScriptID: Add BankSearch ID
2020-03-03 09:33:15 +00:00
Owain van Brakel
4465c035ba externals: Don't crash the client if updating a plugin fails 2020-03-03 10:08:13 +01:00
Jordan
0eaf678cec Merge pull request #10917 from deon9718/hot-cold-fix
HotColdLocation: Center South-east Dark Warriors' Fortress location
2020-03-02 23:19:44 -08:00
JZomerlei
f5a80b6c91 Change to use github link instead of email (#10934) 2020-03-02 23:09:49 -08:00
Tomas Slusny
66b26d9089 Merge pull request #10931 from Nightfirecat/fix-item-stat-overlay-stab-bonus
item stats: Fix tooltip stab bonus comparison
2020-03-03 07:48:50 +01:00
ThatGamerBlue
a0dd0052a9 Merge pull request #2399 from open-osrs/bank-tags-fix-script
banktags: callback got removed in an upstream
2020-03-03 04:54:08 +00:00
ThatGamerBlue
94fd30adb2 banktags: callback got removed in an upstream 2020-03-03 04:44:18 +00:00
Jordan Atwood
7ca4a929fe item stats: Fix tooltip stab bonus comparison
This fixes the bug introduced in commit af00494a which incorrectly
compared the attack speed field and labeled it "Stab" in the item stats
tooltip.

Fixes runelite/runelite#10926
2020-03-02 19:07:36 -08:00
github-actions[bot]
c9d52c8d1b Merge pull request #2398 from open-osrs/NPC-UPDATE-a3c00ffe0
Client: Update NPC stats
2020-03-03 00:25:46 +00:00
OpenOSRS
78dacebf04 Client: Update NPC stats 2020-03-03 00:16:32 +00:00
Adam
080f3133c5 tooltips overlay: fix multiple above-cursor tooltips
Previously this would only render one tooltip above the cursor with the
rest below. This also rewrites the existing logic to be cleaner
2020-03-02 18:34:07 -05:00
Adam
ab42442269 point: lombokize 2020-03-02 18:27:26 -05:00
ThatGamerBlue
364d870005 disallow pipe character in repository id 2020-03-02 23:23:08 +00:00
ThatGamerBlue
f3480c3596 remove preceding slash 2020-03-02 23:20:23 +00:00
David
3a683c4034 emote clue: Add missing ornament items 2020-03-02 19:44:30 +00:00
Kyle
a3c00ffe02 Merge pull request #2392 from open-osrs/gh-actions-dont-autoclose
actions: don't autoclose stale issues/prs
2020-03-02 13:38:59 +00:00
Kyle
26c5ea98a8 Merge pull request #2395 from xKylee/upstream2
upstream: merge
2020-03-02 13:23:30 +00:00
Skyler Olds
892985f6e7 Add AM/PM description to Timestamp Plugin Config (#10920) 2020-03-02 00:23:41 +01:00