Commit Graph

10232 Commits

Author SHA1 Message Date
Kyleeld
8683e26be1 Delete update.bat 2019-07-29 09:57:51 +01:00
Kyleeld
2b3d2cb377 Merge branch 'master' into quest 2019-07-29 09:57:25 +01:00
Kyle Eldridge
ef3733c042 Merge branch 'pr/7' into quest 2019-07-29 09:54:56 +01:00
Tyler Bochard
b0e70aced1 Update README.md 2019-07-29 04:52:02 -04:00
Kyle Eldridge
6866b38804 update quest items 2019-07-29 09:48:18 +01:00
Tyler Bochard
8600782c56 Update README.md 2019-07-29 04:47:41 -04:00
Tyler Bochard
e15436469f Merge pull request #1180 from runelite-extended/mournings-end
runelite-api: mournings end I/II refactor
2019-07-29 04:44:36 -04:00
Zeruth
54309d5482 runelite-api: mournings end I/II refactor 2019-07-29 04:43:14 -04:00
Tyler Bochard
ca9f7d6ce2 Merge pull request #1179 from runelite-extended/private-server
runelite-client: restore private server support
2019-07-29 04:40:58 -04:00
Crystalknoct
5b3cba79f9 npccontainer: Updated some Attackstyles (#1178)
Armadyl ranged, and magic are reversed, dagannoth rex was set to attackstyle magic changed to melee
2019-07-29 09:38:28 +01:00
Tyler Bochard
7189c64b27 Merge pull request #1175 from runelite-extended/upstream-merge
project: Upstream merge
2019-07-29 04:36:12 -04:00
Zeruth
e2ce3eb10f runelite-client: restore private server support, remove deprecated arguments 2019-07-29 04:31:36 -04:00
AttackOfTheMoons
e5d9dd4ceb slayer: Fix NPE when getting unsupported task (#9490) 2019-07-29 09:59:12 +02:00
Owain van Brakel
9bbf160bab Apply suggestions from code review
upstream: Merge suggested changes
2019-07-29 09:13:57 +02:00
Zeruth
e2f3060410 runeliteplus: fix wildcard imports 2019-07-29 02:02:08 -04:00
Zeruth
223ce8c92f small fixes 2019-07-29 01:53:03 -04:00
Zeruth
2e2c25843d Merge remote-tracking branch 'Upstream/master'
# Conflicts:
#	http-api/src/main/java/net/runelite/http/api/ws/messages/party/PartyChatMessage.java
#	runelite-api/src/main/java/net/runelite/api/Quest.java
#	runelite-client/src/main/java/net/runelite/client/RuneLite.java
#	runelite-client/src/main/java/net/runelite/client/game/AgilityShortcut.java
#	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItem.java
#	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsConfig.java
#	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/questlist/QuestListPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/zoom/ZoomPlugin.java
#	runelite-client/src/main/java/net/runelite/client/rs/ClientLoader.java
#	runelite-client/src/main/java/net/runelite/client/ws/PartyService.java
#	runelite-client/src/test/java/net/runelite/client/plugins/chatcommands/ChatCommandsPluginTest.java
2019-07-29 01:44:57 -04:00
Tyler Bochard
415248ae61 Merge pull request #1174 from runelite-extended/update
runeliteplus: update / bootstrap
2019-07-28 21:30:27 -04:00
Zeruth
aa35e67872 runeliteplus: update 2019-07-28 21:27:51 -04:00
Tyler Bochard
968d7e40bc Merge pull request #1172 from runelite-extended/discord-rpc
discord: fix init
2019-07-28 18:06:04 -04:00
Zeruth
fa272134ff discord: fix init 2019-07-28 18:03:10 -04:00
Tyler Bochard
a3ee9551c5 Merge pull request #1155 from Owain94/eventbus-double-sub
eventbus: event interface & prevent double subscribing
2019-07-28 17:44:46 -04:00
Tyler Bochard
effc9217a7 Merge pull request #1166 from Lucwousin/yar-yeet-dab
gradle: injected-client things
2019-07-28 17:43:51 -04:00
Tyler Bochard
75d091ee2c Merge pull request #1171 from runelite-extended/groundmarkers
Fix Ground Marker
2019-07-28 17:42:49 -04:00
Kyleeld
ef4074c6f9 Impling: crystal impling (#1139)
* Impling: add crystal impling

Impling: add crystal impling

* Update Impling.java

* Update ImplingsConfig.java

* Update ImplingsPlugin.java

* Update Impling.java

* Update Impling.java
2019-07-28 22:41:10 +01:00
Zeruth
cfc7456f00 groundmarker: fix 2019-07-28 17:36:36 -04:00
Tyler Bochard
4e0c4ccf77 Merge pull request #1168 from Owain94/file-handlers
gradle: Close URLClassLoader to prevent leaking file locks
2019-07-28 16:37:23 -04:00
Tyler Bochard
ea8306f783 Merge pull request #1169 from runelite-extended/bootstrap
Update Bootstrap
2019-07-28 16:36:45 -04:00
Zeruth
38748f3141 bootstrap: update to work with new deps 2019-07-28 16:31:52 -04:00
Owain van Brakel
f55d36414e gradle: Close URLClassLoader to prevent leaking file locks 2019-07-28 22:16:53 +02:00
ST0NEWALL
3fa53273fe worldlocation: Fix areas (#1163)
* fix areas

Signed-off-by: PKLite <stonewall@pklite.xyz>

* fix areas again

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-07-28 11:37:35 -04:00
Lucwousin
8bdb204019 gradle: injected-client things
Move injector goal to injected-client(ish)
Keep injected-client classes in the correct package
Remove placeholder class/duplicate vanilla jar
2019-07-28 14:00:18 +02:00
William Collishaw
529570d91a raids: Switch from Pattern splitting to Text.fromCSV (#9422) 2019-07-28 12:55:13 +02:00
Adam Witkowski
ac27c859a5 itemstats: Add support for Tai Bwo Wannai food (spiders on stick) (#9485) 2019-07-28 12:52:27 +02:00
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
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
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
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