Commit Graph

1143 Commits

Author SHA1 Message Date
sdburns1998
9142a08f3f Model outliner (#735)
* Model outliner

* Partial revert

* Reformat code

* Object indicators overhaul -> Hull/Clickbox/Outline (with different outline styles)

* Implement config tweak for comboboxes
(unhideValue/hideValue/enabledByValue/disabledByValue)

* Reformat modeloutliner
2019-06-27 01:50:01 +01:00
Lucas
f8ad72c4cd Fix api for upstream merge 2019-06-26 22:20:18 +02:00
Lucas
c6855aa648 Merge remote-tracking branch 'orig/master' into b
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsPanel.java
#	runelite-client/src/main/java/net/runelite/client/plugins/devtools/DevToolsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/metronome/MetronomePlugin.java
#	runescape-api/src/main/java/net/runelite/rs/api/RSClient.java
2019-06-26 21:52:59 +02:00
Kyleeld
a6895a6a6f hide prayers update + new worldtypes (#756)
* hide prayers update + new worldtypes

hide prayers now accomodates high risk worlds and will remove protect item as you cant use it.

new worldtypes: Deadman & High Risk

* Update HidePrayersPlugin.java
2019-06-25 22:06:10 -07:00
Lucwousin
39a4cb2266 Rework clanmanmode attack option hiding (#746)
* A whole bunch of refactoring

* Api/mixins/injector additions for hiding attack options

* Rework clanmanmode attack hiding

* Update Client.java
2019-06-26 00:01:21 +01:00
Lucwousin
6630f5b4dd Rework MenuManager to only swap the top entry, once per client tick (#749)
* Rework MenuManager to only swap the top entry, once per client tick
2019-06-25 17:20:21 +01:00
sansfromf0rtnite
d084c0578e Fixes the renderself toggle (#748) 2019-06-25 15:52:09 +01:00
Adam
a3e9b790dd client: fix behavior of walking where there are no tiles
This only happens with a plugin force setting checkClick. This would
cause the client to possibly incorrectly send a walk packet next tick if
viewportWalking was set, since nothing ever clears it.
2019-06-25 08:30:08 -04:00
Lucwousin
2006f52219 Fix shift walk under bug (#740) 2019-06-24 22:31:48 -07:00
trimbe
257bf18742 api: add method to play sound effects while volume is muted 2019-06-24 20:43:35 -04:00
sansfromf0rtnite
093590255c Use injection instead of reflection for instance reloader. 2019-06-24 23:55:30 -07:00
WooxSolo
45766fd65e Add sounds to devtools 2019-06-24 15:55:11 -04:00
pklite
b33852f28a Makes the player count overlay only show up in PvP areas (#691)
* Makes the player counter overlay only show up in wilderness, pvp worlds,
or clan wars

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

* Include deadman mode worlds

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-22 04:24:00 +01:00
Lucas
24228f86fe Fix healthbar stuff, remove double constant 2019-06-21 18:55:58 +02:00
zeruth
1f5ac7a86a Merge branch 'master' of https://github.com/runelite/runelite into runelite-master 2019-06-21 03:32:14 -04:00
Lucas
2a4fbef7ee Add gameobject id's to dev tools via dynamicobjects 2019-06-21 02:03:34 +02:00
RuneLite Cache-Code Autoupdater
2bfd069e22 Update Widget IDs to 2019-06-20-rev180 2019-06-20 10:33:25 +00:00
RuneLite Cache-Code Autoupdater
c3077eb672 Update NPC IDs to 2019-06-20-rev180 2019-06-20 10:33:19 +00:00
RuneLite Cache-Code Autoupdater
1ed702a7b0 Update Object IDs to 2019-06-20-rev180 2019-06-20 10:33:19 +00:00
RuneLite Cache-Code Autoupdater
21a54a1956 Update Item IDs to 2019-06-20-rev180 2019-06-20 10:33:18 +00:00
Ganom
7dec0ac448 Clean up Cox Helper (#668)
* Clean up Cox Helper

* Small Fix-up

* Add Graphics Objects to API
2019-06-20 11:31:33 +01:00
Tomas Slusny
a49cd4b59a Merge pull request #9145 from WilliamCollishaw/grotesque-guardian-typo
Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum
2019-06-20 08:55:16 +02:00
William Collishaw
30c0a22aea Fix 'ABERRANT_SPECTRE' typo in SlayerUnlock and CannonSpot enums 2019-06-18 18:40:43 -06:00
William Collishaw
d956c6b3ac Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum 2019-06-18 18:29:22 -06:00
Hydrox6
d8c19a0ec7 interface styles: update HD Health bar to work with new sprites 2019-06-18 23:38:12 +01:00
Hydrox6
381ffdabf6 api: remove unneeded Health Bar Override code 2019-06-18 23:38:10 +01:00
Hydrox6
940a404ec6 api: implement resetHealthBarCaches and getHealthBarFrontSpriteId
Remove getHealthBarCache
2019-06-18 23:38:05 +01:00
TheStonedTurtle
e5de331df5 runelite-client: add items kept on death plugin
This enhances the default items kept on death interface to show what
you keep, what breaks, and how long you have to return to it once you
die. It also adds toggles to see what is lost in certain situations such
as skulled, low and high wildy.

Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: Max Weber <mii7303@gmail.com>
2019-06-18 16:21:26 -06:00
Max Weber
a8b00c9989 runelite-client: Centralize the high alchemy multiplier 2019-06-18 16:21:26 -06:00
Max Weber
f59c0be7f3 runelite-client: centralize item sprite dimensions 2019-06-18 16:21:26 -06:00
Ganom
982ffa6e20 Fix and improve Sound Manager for Zulrah. (#643)
* Fix and improve Sound Manager for Zulrah.

* Add Zulrahphase animation to api.

* Re-Add Config Check
2019-06-17 22:00:18 -07:00
Tyler Bochard
c540cfbeba Merge pull request #627 from f0rmatme/hide_npcs_basedonname
Added NPC hider based on name
2019-06-17 18:27:36 -04:00
James Munson
5c159307c9 Merge branch 'dps' of https://github.com/Trevor159/runelite into new_updates 2019-06-16 02:31:44 -07:00
James Munson
844089ae2e NPC hider based on name 2019-06-15 16:00:36 -07:00
Tyler Bochard
63e36a601b Merge pull request #607 from runelite-extended/newupdates
Updated Motherload Mine
2019-06-15 02:22:12 -04:00
James Munson
d75ea74abd tob board highlight,moveable tob health orbs and boss hp bar 2019-06-14 22:47:29 -07:00
Connor Clark
dfef693211 world map plugin: show quest completion state
Co-authored-by: Rens-br <RensB@users.noreply.github.com>
2019-06-14 23:14:30 -06:00
James Munson
7d4e489d28 Motherload Mine Updates 2019-06-14 02:34:29 -07:00
Lucas
bdc070ef0c Add poison tracking for other players/npcs 2019-06-14 02:16:49 +02:00
zeruth
37f6ab5a52 Merge branch 'master' of https://github.com/runelite/runelite into runelite-master2 2019-06-13 02:48:26 -04:00
Ganom
0e4775ac29 Remove debugging, adding Anims to API 2019-06-12 19:04:58 -04:00
Tyler Bochard
2968fd2e40 Merge pull request #555 from Infinitay/vorkath-refactor
Vorkath refactor + Fire ball ("tick fire") overlay
2019-06-11 18:27:30 -04:00
Kyleeld
342ac36346 Update AnimationID.java 2019-06-11 17:08:05 +01:00
Kyleeld
7440514e20 Update AnimationID.java 2019-06-11 17:07:04 +01:00
Hydrox6
c979088466 Add ItemIdentification to Seed Box, Looting Bag, and Miscellania collection screen (#8999)
Closes #9028
2019-06-11 14:41:22 +02:00
ThatGamerBlue
ebb7908fec Update Client.java 2019-06-11 12:25:09 +01:00
Infinitay
c15c93f5e5 Refactor Vorkath plugin
- Uses ProjectileMoved and AnimationChanged
 - Changed overlay to display the current phase vorkath is on
  - No longer shows how many attacks till NEXT phase
  - Shows how many attacks till CURRENT phases special attack
 - Added fire bomb to overlay during acid phase (tick-attack)
 - Removed ZombifiedSpawn class as it is unnecessary
 - Added fire bomb attack notification
2019-06-10 22:45:38 -04:00
zeruth
9e504000eb Fix Detached Cam clicking 2019-06-08 21:29:51 -04:00
Twiglet1022
dae5217d44 widget IDs: add widget ID for full inventory at MLM 2019-06-09 00:24:56 +01:00
Twiglet1022
198176aa62 world point: add distanceToHypotenuse method for precise diagonals 2019-06-09 00:24:51 +01:00