Commit Graph

708 Commits

Author SHA1 Message Date
Tomas Slusny
f7d441fc1d Merge pull request #10255 from dekvall/attack-style-change-test
attack styles: add test for swap between bludgeon and bow
2019-11-15 10:32:30 +01:00
Owain van Brakel
07fa478e67 Merge remote-tracking branch 'runelite/master' 2019-11-15 10:09:35 +01:00
f0rmatme
c5e8512c7f Merge branch 'master' of https://github.com/open-osrs/runelite into spawn
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsPlugin.java
#	runelite-client/src/test/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsPluginTest.java
2019-11-14 16:20:49 -08:00
Owain van Brakel
1d9a3e2f2e client: revert raid changes for now 2019-11-14 16:12:16 +01:00
dekvall
51e951e4dc attack styles: add test for swap between bludgeon and bow
When swapping between bludgeon and bow, onWidgetHiddenChanged is called before
the weapon varbit is set. Since that varbit determines which widgets should be
hidden we would like to make sure the widget is set to hidden even after a
varbit change.
2019-11-14 09:54:00 +01:00
15987632
e3edc16f86 raids plugin: fix rotation solver 2019-11-11 08:22:41 -05:00
Owain van Brakel
7ec5373457 Merge remote-tracking branch 'upstream/master' into gradle6 2019-11-10 18:16:18 +01:00
JZomerlei
560a738845 woodcutting plugin: add arctic pine logs 2019-11-10 11:11:07 -05:00
Owain van Brakel
18021f6bed gradle: Refactor and update to gradle 6 2019-11-10 01:42:11 +01:00
Owain van Brakel
883a499b5e Merge remote-tracking branch 'runelite/master' 2019-11-09 07:51:02 +01:00
Adam
6d34e2b2f3 Merge pull request #10155 from Adam-/layout
Add layout chat command
2019-11-08 11:32:18 -05:00
Adam
7e57e15f47 Move ConfigChanged event to client events 2019-11-08 10:08:07 -05:00
Owain van Brakel
46c7f53112 client: Fix tests 2019-11-08 05:36:30 +01:00
Owain van Brakel
e880d094ad Merge remote-tracking branch 'runelite/master' 2019-11-06 00:05:55 +01:00
Adam
eea61cdc8e client: update for new skill change event 2019-11-04 13:15:06 -05:00
Owain van Brakel
e031512fb0 Merge remote-tracking branch 'runelite/master' into 0311-merge 2019-11-03 20:34:04 +01:00
Adam
ec0858548f container calculation: fix overflow computing ge price 2019-11-01 10:14:44 -04:00
Adam
19b27d11fc raids plugin: refactor RaidRoom 2019-10-28 20:04:54 -04:00
Adam
6a3264e68b client: remove Cerberus plugin
Removed at Jagex's request
2019-10-24 14:12:36 -04:00
Owain van Brakel
2c469f2213 Merge branch 'master' into 2310-merge 2019-10-24 13:30:09 +02:00
Ganom
83f31b87b7 itemskeptondeath: add true risk handling. (#1807)
* itemskeptondeath: add true risk handling.

* itemmanager: ensure itemManager is grabbing true break value.

* itemskeptondeath: update test.

* itemskeptondeath: fix test this time.

* itemskeptondeath: i hate tests.

* itemskeptondeath: kms.

* itemreclaimcost: refactor.
2019-10-23 21:24:39 -04:00
Alex
fcbd26bbc9 menu entry swapper: add shift click teleport spell swap
Co-authored-by: Adam <Adam@sigterm.info>
2019-10-23 13:19:55 -04:00
Owain van Brakel
90b7775965 Merge remote-tracking branch 'runelite/master' 2019-10-23 18:33:58 +02:00
Owain van Brakel
945391073b Merge remote-tracking branch 'runelite/master' 2019-10-23 18:21:03 +02:00
Adam
37e025ed79 client: update mockito
Remove various unused stubbing detected by the newer Mockito version

Update references to deprecated Matchers and MockitoJUnitRunner classes
2019-10-23 10:52:14 -04:00
f0rmatme
9b34443e77 Merge branch 'spawn-notification' of https://github.com/MrMagaw/runelite into spawn
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcSceneOverlay.java
2019-10-21 00:49:44 -07:00
SebastiaanVanspauwen
45c8da0adb timers plugin: update full teleblock text 2019-10-18 20:57:59 -04:00
Owain van Brakel
cece8aa527 banktags: Fix tests 2019-10-17 19:39:12 +02:00
Owain van Brakel
7005ab65c9 Merge remote-tracking branch 'runelite/master' into 1710-merge 2019-10-17 19:12:46 +02:00
Adam
7bbb705b3e Merge pull request #10027 from abextm/quantity-formatter
Fix documentation/naming/safety of StackFormatter
2019-10-16 12:39:34 -04:00
Lucwousin
68d67435bf async client/config load, class preload, splash screen invokelater 2019-10-16 00:00:45 +02:00
Lucwousin
7e62c2b845 minify jsons 2019-10-15 18:03:49 +02:00
Owain van Brakel
47d56f9d0a Merge remote-tracking branch 'runelite/master' into 1310-merge 2019-10-13 16:02:41 +02:00
Adam
81f5125496 async buffered image: move to util 2019-10-12 11:24:05 -04:00
Lucwousin
85f266c181 api/client: various (MenuEntry api stuff, agility/translate plugin stuff to use that) (#1748)
* Standardize MenuEntry methods, make MenuEntry events extend MenuEntry

* Make agility plugin only change entries it needs to

* Clean up chat translator by a lot, also implement cloneable instead of just adding a ranodm copy method smh

* actions: allow slash in PR title

* devtools: Fix checkstyle

* examineplugin: Fix tests
2019-10-11 11:05:45 +01:00
Max Weber
d627171bbe runelite-client: Rename StackFormatter to QuantityFormatter
StackFormatter.formatNumber was incredibly misleading, it makes more
sense to remove Stack from the classes name than move it.
2019-10-10 04:29:30 -06:00
Max Weber
32f624e1d5 StackFormatter: remove quantityToRSStackSize
This is nearly unused, and serves no great purpose as
quantityToStackSize can display the same information in a more readable
format
2019-10-10 03:49:44 -06:00
TheStonedTurtle
0a3fc29ac5 ItemsKeptOnDeath - Add locked item support (Trouver's Parchment) 2019-10-10 00:29:18 -07:00
f0rmatme
00f6cbf39e OPENOSRS branding 2019-09-29 17:29:53 -07:00
Owain van Brakel
7a31d40d09 Merge remote-tracking branch 'runelite/master' into 1709-merge 2019-09-17 20:55:55 +02:00
Ron Young
bcbcf638e5 bank plugin: add item value searching
Co-authored-by: Adam <Adam@sigterm.info>
2019-09-16 14:25:43 -04:00
Adam
27b5d7308f menu entry swapper: fix menu searching optimization 2019-09-13 09:29:50 -04:00
PKLite
e129f6227b hiscore plugin: add config caching
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-09-09 15:30:47 -04:00
Owain van Brakel
01e619df3a Merge remote-tracking branch 'runelite/master' into 0909-merge
Conflicts:
	runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/ClueScrollPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/runecraft/AbyssOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/runecraft/RunecraftPlugin.java
	runelite-client/src/test/java/net/runelite/client/plugins/chatnotifications/ChatNotifcationsPluginTest.java
2019-09-09 10:43:00 +02:00
Adam
c94dd00a05 clue plugin: support Prifddinas clues
This adds hotcold solver support in Prifddinas, and allows coordinate
clues to be located in the city.

Modify coordinate clues to support "real" and "overworld" locations so
that regardless of which region you are in, the overlays work for
either.

Closes #9459
2019-09-07 13:21:48 -04:00
Adam
58c5017ae9 chat notifications: fix matching messages with color 2019-09-05 15:43:13 -04:00
Lucwousin
9d228380da Cleanup/fixes 2019-09-05 12:54:47 +02:00
Kyleeld
a2e334bd9d Merge branch 'pr/16' into upstream 2019-09-05 09:42:20 +01:00
Adam
03c8166ff4 chat message manager: fix recoloring messages with embedded </col> tags 2019-09-04 23:20:08 -04:00
Andrew Chow
ed17bdaed3 idle notifer: add movement idle notification
Co-authored-by: Adam <Adam@sigterm.info>
2019-09-04 14:47:46 -04:00