Commit Graph

7238 Commits

Author SHA1 Message Date
Tomas Slusny
cb96ae03cc Merge pull request #8666 from Twiglet1022/battlefront-teleport-worldmap
worldmap: add Battlefront teleport
2019-04-29 20:57:36 +02:00
xDemoN
6e1d64cc46 idlenotifier: add support pottery crafting (#8674)
adds potter's wheel & pottery oven
2019-04-29 20:56:39 +02:00
Twiglet1022
9e512b932d worldmap: add Battlefront teleport 2019-04-29 20:44:29 +02:00
langhillie
51b2456026 daily task plugin: add Thirus's dynamite 2019-04-29 14:40:07 -04:00
Adam
8d16c82377 client: add custom cursor plugin
Co-authored-by: Kruithne <kruithne@gmail.com>
Co-authored-by: Trevor <trevorguidry6@gmail.com>
2019-04-29 14:25:07 -04:00
Adam
173dead8d3 travis: switch to openjdk8
travis broke the install of oraclejdk8, but our release builds are built
with openjdk8 anyway.
2019-04-29 13:30:20 -04:00
Adam
932143b26d travis: update dist to xenial 2019-04-29 13:07:50 -04:00
TheStonedTurtle
efbf6ea9a4 chat history: clear friend deque when clearing pm history 2019-04-25 20:48:24 -04:00
TheStonedTurtle
678d868c03 chat history: fix pm cycling deque max size 2019-04-25 20:48:24 -04:00
Tomas Slusny
a38643f8e4 Merge pull request #8641 from deathbeam/fix-zygomite-hp
Fix Mutated Zygomite fungicide weaknes threshold
2019-04-25 21:40:24 +02:00
Tomas Slusny
23acff2118 Fix Mutated Zygomite fungicide weaknes threshold
Based on Wiki its 0-7

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-25 21:17:23 +02:00
Tomas Slusny
6792ba05ce Merge pull request #8639 from Hydrox6/ammo3
ammo: fix the infobox not getting removed
2019-04-25 19:53:00 +02:00
Hydrox6
669b47d898 ammo: fix the infobox not getting removed 2019-04-25 18:13:48 +01:00
Adam
927e02ff05 interface styles: invalidate healthbar cache on shutdown
The padding needs to be reset for the normal healthbar
2019-04-25 10:09:00 -04:00
Runelite auto updater
6f6832df7e [maven-release-plugin] prepare for next development iteration 2019-04-25 11:41:28 +00:00
Runelite auto updater
c0d1a94bca [maven-release-plugin] prepare release runelite-parent-1.5.21 2019-04-25 11:41:22 +00:00
Abex
864fe9acee Merge pull request #8636 from abextm/cache-code-2019-04-25-rev179
Cache code 2019 04 25 rev179
2019-04-25 05:19:32 -06:00
RuneLite Cache-Code Autoupdater
aba1f90ece Update Scripts to 2019-04-25-rev179 2019-04-25 05:08:48 -06:00
RuneLite Cache-Code Autoupdater
f54ef3def9 Update NPC IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater
de3931aaee Update Object IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater
1241c7f918 Update Item variations to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater
065f17ae6c Update Item IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
Tomas Slusny
7438416fde Merge pull request #8629 from Hydrox6/clue-easy-kourend-cryptic
clues: Fix Easy Cryptic & Beginner Emote
2019-04-25 10:21:55 +02:00
Tomas Slusny
2ac0139e55 Merge pull request #8632 from deathbeam/fix-clue-thingy-word-miss
Add missing 'knows' to Hans beginner clue
2019-04-24 23:55:11 +02:00
Tomas Slusny
6c86c96a91 Add missing 'knows' to Hans beginner clue
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-24 23:44:26 +02:00
Hydrox6
1c97c852f9 clues: Fix Beginner Emote clue with Iffie Nitter 2019-04-24 16:32:45 +01:00
BrianAllred
1242a508bc npc aggro timer: Add option to hide hint overlay (#8610)
Closes #8589
2019-04-24 14:42:52 +02:00
Hydrox6
97fda89a18 clues: Fix Easy Cryptic in Kourend Centre
Turns out they changed the text for this one
2019-04-24 13:29:10 +01:00
Elliott
50518ebe72 fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-23 17:49:33 -04:00
Adam
02fa354b92 Merge pull request #8625 from Nightfirecat/fix-high-risk-worlds
Fix high risk world type name, remove from PVP world types
2019-04-23 17:18:39 -04:00
Adam
30d834075c Merge pull request #8603 from trimbe/fix-questlist
quest list plugin: use progress script to trigger hiding quests
2019-04-23 16:58:48 -04:00
Jordan Atwood
011791d823 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-23 13:08:46 -07:00
Jordan Atwood
5bebd34bbf WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-23 13:03:41 -07:00
Tomas Slusny
38e122f5fb Merge pull request #8607 from xDemoN/hotcold-wildyclue
Cluescrolls: Add Level 32 Wilderness Hot Cold Clue Location
2019-04-23 10:00:50 +02:00
Tomas Slusny
537aa901c5 Merge pull request #8591 from deathbeam/dont-count-local-player
Do not count local player in nearby clan member counter
2019-04-23 09:58:09 +02:00
Tomas Slusny
8d1523a1e0 Merge pull request #8620 from JacobThompson/patch-1
Update lap counter overlay strings for clarity.
2019-04-23 09:57:53 +02:00
JacobThompson
1d8d210421 Update lap counter overlay strings for clarity.
Removed slang "till'" from the lap counter overlay string and added colons to the end for cleanliness and aesthetic.
2019-04-22 20:42:13 -05:00
Adam
7d06fd36e6 interface styles: increase padding of overridden healthbar 2019-04-22 20:49:54 -04:00
Hydrox6
adb0efe90c ammo: fix weapon check 2019-04-22 20:40:14 -04:00
Ron Young
917921dd47 interface styles: add 2010 menu 2019-04-22 11:24:28 -04:00
Ron Young
a70ba37cd0 api: add before menu render event 2019-04-22 11:24:27 -04:00
xDemoN
0413c06c30 reword lv27 wildy hot cold clue location
to match the description on osrs.wiki
2019-04-21 19:45:57 -04:00
xDemoN
9e8a6baa52 add lv32 wildy hot cold clue location 2019-04-21 19:44:25 -04:00
trimbe
caa4569d45 quest list plugin: use progress script to trigger hiding quests 2019-04-20 22:49:46 -04:00
trimbe
529fe18123 scripts: add quest list progress script 2019-04-20 22:49:19 -04:00
Jamy C
e7cdf50cfb Add missing Neitiznot bridges agility shortcuts 2019-04-20 14:05:29 +02:00
Sergz39
3d98e215a2 Fix Pirate's tresure quest start location (#8564)
Closes #8560
2019-04-20 14:05:08 +02:00
Hydrox6
5bd8aaa148 Add Ammo plugin (#8113)
Shows the current ammo the player has equipped. If the player is using a stackable weapon (chinchompas, darts, etc) those will show, otherwise it'll show the ammo slot (unless the item is a blessing or empty)

If the value is over 1,000,000 the number will have an M. If it's over 10,000 the number will have a K.

Closes #864
2019-04-20 13:48:41 +02:00
Tomas Slusny
3488f72ae2 Do not count local player in nearby clan member counter
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-20 13:45:27 +02:00
Abex
2f7584ee38 Merge pull request #8566 from raiyni/fix-brightness
skybox: calculate brightness increase in HSB format
2019-04-19 16:55:42 -06:00