AttackOfTheMoons
9469f25570
examine: Add support for examining Seed Vault items ( #9431 )
2019-07-28 12:50:37 +02:00
ST0NEWALL
81e99a2d9b
loottracker: fix tob not being recorded
...
* Hopefully fixes tob loot not showing. haven't been able to test it because me no good pvm
Signed-off-by: PKLite <stonewall@pklite.xyz >
* take out old import
Signed-off-by: PKLite <stonewall@pklite.xyz >
* implement Blue's change
* Update LootTrackerPlugin.java
* add missing import
Signed-off-by: PKLite <stonewall@pklite.xyz >
2019-07-28 10:31:51 +01:00
Ganom
0023196ca1
aoewarnings: Update, refactor, and clean up. ( #1164 )
...
* aoewarnings: Update, refactor, and clean up.
* Various Code Style Fixes
2019-07-28 09:36:56 +01:00
Ganom
22e15fc3d2
resources: Wiki scrape latest ItemStats/NpcStats ( #1165 )
2019-07-28 09:02:53 +01:00
SebastiaanVanspauwen
bbf6552495
chat commands: add Prifddinas agility course kc and pb
2019-07-27 23:16:59 -04:00
Adam
633b7de527
Merge pull request #9472 from Alexsuperfly/sote-world-map-updates
...
Prifddinas world map icon updates
2019-07-27 23:15:36 -04:00
Alexsuperfly
12f52e72fa
bosstimers: add Zalcano
2019-07-27 22:30:35 -04:00
Adam
3b33f3f7fa
Merge pull request #9465 from abextm/prif-farm
...
timetracking: Support Prifddinas patches
2019-07-27 22:16:31 -04:00
Adam
6b8bf9c401
Merge pull request #9466 from abextm/prif-agility
...
agility: Support Prifddinas course
2019-07-27 22:10:38 -04:00
Adam
5b17512d6a
Merge pull request #9470 from Alexsuperfly/elven-crystal-chest
...
loot tracker: add Elven Crystal Chest
2019-07-27 22:04:03 -04:00
Adam
8e33b7431c
Merge pull request #9481 from abextm/prif-skybox
...
Skybox: Add Prifddinas and Iorwerth dungeon
2019-07-27 21:55:51 -04:00
TheStonedTurtle
761ffd9fff
loot tracker: add gauntlet support
2019-07-27 21:51:57 -04:00
PKLite
ccf46ada33
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-27 21:37:23 -04:00
Ganom
81ad12686b
Merge pull request #1162 from runelite-extended/fix-scouter
...
discordclient: Remove builder.default on embed array.
2019-07-27 20:43:51 -04:00
Ganom
c4402febf7
Remove builder.default on embed array.
2019-07-27 20:27:19 -04:00
PKLite
e299e01007
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-27 20:24:02 -04:00
ST0NEWALL
4df5bdcd0a
wildernesslocations: Add support for PvP world locations, add location names to world map ( #1126 )
...
* Locations will now work in Pvp worlds. Started mapping some of the main ones, still need to map some more
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Add the locations provided by the beast Kyle!!
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Add more locations
Signed-off-by: PKLite <stonewall@pklite.xyz >
* remove stupid extra comma
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Refactor WildernessLocation to WorldLocation and move it to the game package
also removed duplicate entry
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Adds an overlay that draws wilderness location names on the World Map
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Removes area outline because the areas need to be fixed
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Fixes outlines
Signed-off-by: PKLite <stonewall@pklite.xyz >
* merge conflicts
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Sort world locs a-z, and fix whitespace
2019-07-27 20:08:55 -04:00
PKLite
7f71cc87a0
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-27 19:37:46 -04:00
Owain van Brakel
75ef43cc0e
client: Add back item tests ( #1160 )
...
* Fix upstream merge
* mixins: Fix checkstyle
* client: Add back item tests
* discord: builder default
2019-07-27 23:45:27 +01:00
Ganom
6ab7640266
Add Missing hally animation ( #1159 )
2019-07-27 23:06:11 +01:00
Lucwousin
22f6146ea7
project: Fix upstream merge ( #1157 )
...
* Fix upstream merge
* Update RSItemContainerMixin.java
2019-07-27 23:05:55 +01:00
Ganom
9ed6f586dd
Update and refactor PlayerScouter ( #1158 )
2019-07-27 17:58:30 -04:00
Tyler Bochard
95174f1520
Merge pull request #1156 from Ganom/gauntlet-update
...
gauntlet: add player attack counter.
2019-07-27 17:48:16 -04:00
Owain van Brakel
eaf747ab66
eventbus: Add event interface
2019-07-27 22:30:04 +02:00
Tomas Slusny
51abc3614a
raids plugin: send raids layout message to party
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-07-27 16:02:45 -04:00
Tomas Slusny
00a4c627c5
party: add party chat messages
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-07-27 16:02:45 -04:00
Owain van Brakel
f7f539e245
eventbus: Subbing twice shouldn't be possible
2019-07-27 21:40:32 +02:00
ThatGamerBlue
2ba1c7f80b
gradle: add properties and modify injected-client ( #1145 )
...
* add implementation for getItemCount
* Ignore build directory in project root
* save injector results as class files
* package injected-client for shading into client
* auto-updating properties
* fix run task
* shade injected-client into jar
2019-07-27 15:02:57 -04:00
Ganom
4f228da3f3
Update Gauntlet to include player attack counter.
2019-07-27 14:48:30 -04:00
dekvall
03674945d5
Increase timeout for smelting overlay to handle cannonballs ( #9448 )
2019-07-27 18:28:58 +02:00
15987632
796297cbac
hot cold clues: center zeah lovakite furnace dig location
2019-07-27 11:23:34 -04:00
15987632
d548ef4104
hot cold clues: center level 38 wilderness dig location
2019-07-27 10:57:24 -04:00
PKLite
10f2cfdf5b
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-27 02:21:17 -04:00
ST0NEWALL
207c65c325
gradle: Remove deprecated methods & fix tests ( #1149 )
...
gradle: Remove deprecated methods & fix tests
2019-07-27 02:18:13 -04:00
Owain van Brakel
3fd16bbea1
gradle: update mockito
...
Mockito-all is discontinued
2019-07-27 08:04:55 +02:00
Owain van Brakel
ff50dc5272
gradle: Skip specific tests
2019-07-27 08:04:27 +02:00
Owain van Brakel
0a4daac223
gradle: processTestResources
2019-07-27 08:04:19 +02:00
Owain van Brakel
8d1489254f
gradle: Remove deprecated methods
2019-07-27 07:20:48 +02:00
Max Weber
e5154893a4
Skybox: Add Prifddinas and Iorwerth dungeon
2019-07-26 21:01:15 -06:00
Chris Johnson
d8ddfa9110
Fix labels for agility threshold configs ( #1146 )
2019-07-26 22:45:09 -04:00
Adam
965682df6f
loot tracker: fix HERBIBOAR_EVENT name typo
2019-07-26 21:13:48 -04:00
psikoi
2b7c48e0c8
loot tracker: ignore player loot in LMS
2019-07-26 21:13:48 -04:00
Alexsuperfly
69340f1aa8
world map: add gauntlet minigame icon
2019-07-26 21:04:32 -04:00
Alexsuperfly
65d7778835
world map: add Iorwerths dungeon agility shortcut icons
2019-07-26 20:59:43 -04:00
PKLite
d65cd77d4a
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-26 19:02:38 -04:00
Alexsuperfly
dfb93019af
world map: add elven overpass shortcuts on Prifddinas map
2019-07-26 18:21:25 -04:00
Alexsuperfly
852969ef08
world map: add Prifddinas farming patch icons
2019-07-26 18:21:25 -04:00
Alexsuperfly
b8935e2493
world map: elf camp -> Iorwerth camp teleport scroll
2019-07-26 18:21:25 -04:00
Alexsuperfly
5cec969715
world map: add teleport crytal icon
2019-07-26 18:21:25 -04:00
Alexsuperfly
ae722647dc
world map: add Prifddinas tranportation icons
2019-07-26 18:21:25 -04:00