Commit Graph
5041 Commits
Author SHA1 Message Date
James 367efac542 Enable ProgressBarComponents and the opponentinfo plugin to show both value and percentage in label (#144) 2019-04-28 15:48:57 -04:00
JamesandPeterMcteague 1bbb2c843b Agility shortcut showlevel (#142)
* Added agility level to agility shortcuts

With this commit, the agility plugin now shows the agility level required to pass shortcuts on hover/right-click/tooltip, with red/green coloring dependent on the players agility level.

* Adjusted code based on feedback

-Useless comments removed

-Now adds colortags using java.awt.color and colorutil

-Adjusted code layout to match style guidelines by moving curly brackets onto newlines and changing one-line if/else's to use brackets

-Removed getLevel function as it's already autogenerated (Whoops!)

-Changed start of plugin to a guard clause and added some other guard clauses for common menu-items

* Update runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityPlugin.java

Removed a newline

Co-Authored-By: PeterMcteague <07mcteaguepet@googlemail.com>

* Updated agility level on tooltip based on feedback

-Swapped * import for specific import (Whoops!)

-Swapped guarad for one that guards against any type that isnt the shortcut type (First option)

* Various changes to agility level plugin based on feedback

-Adjusted phrasing of config to something that was suggested that is far less awkward

-Fixed incorrect position variable (Incremented every one after it, as the position of it next to the other agility shortcut one seems appropriate)

-Removed unnecesary target == null check as suggested

-Modified main function logic to reduce nesting, complexity and number of for loops

* Change to agility level plugin based on feedback

Removed the "level-" already added check because it'd never happen.
2019-04-28 15:47:48 -04:00
zeruth 5fd467c1ea Update ConfigPanel.java
Fix Flexo config not showing up. This is due to the library seperation and a small oversight.
2019-04-27 16:52:30 -04:00
Lucwousin e25edc60cf Remove jmod check for using page-up/down in chat (#140)
* Add script 2611

* Remove jmod check for using page-up + page-down in chat
2019-04-27 16:41:47 +01:00
Ganom 6f25dd0842 Removing leftover resources 2019-04-26 23:02:54 -04:00
Ganom 484efbcbc3 Removing lyzrd scouter in favor of updated one 2019-04-26 23:02:12 -04:00
Ganom 15ac022e59 Updating raids plugin with lyzrds dc scouter, and adding pts/hr. 2019-04-26 23:01:31 -04:00
zeruth 7dd4662977 Better Splash
A bit more informative as to the load time, I think it's pretty accurate in stepping.
2019-04-26 21:54:11 -04:00
James 3473d17084 Added player info plugin (#138)
* Added player info plugin

* Better
2019-04-26 19:40:19 -04:00
gazivodag f24b668364 added xarpus to aoe warnings (#136) 2019-04-26 15:51:22 +01:00
Lucwousin 1c654aa995 Loads of poison improvements, and a touch of imbued heart (#135)
* Fix poison plugin (check rl #7967 for more info)

* Timers: make antipoison/venom more accurate (rl #7956)

* Timers: Make imbued heart timer work in combat
2019-04-26 15:50:09 +01:00
gazivodag 24d7f431db Merge pull request #134 from gazivodag/fixDraw2010Bytecode
draw2010Menu was calling renamed protected methods so i fixed it
2019-04-26 09:00:58 -04:00
Giovanni Ruddy Gazivoda 4fbbeecd32 draw2010Menu was calling renamed protected methods so i fixed it and now works 2019-04-26 08:53:22 -04:00
Lucwousin 6ec7427a15 XPdrop: Don't show damage indicators on fishing spots (#133) 2019-04-26 12:32:43 +01:00
Lucwousin ebb09f44ae Fix fountain range to be just the 1x1 square (wiki was wrong) (#132) 2019-04-26 10:52:51 +01:00
Lucwousin 0a63a79a8c Alch hydra: Improve poison overlay, add defence overlay, bugfixes (#129)
* Alch hydra: Improve poison overlay, add defence overlay, bugfixes

* Hydra: use WorldArea instead of npc poly tile or whatever it was
2019-04-26 09:20:09 +01:00
James Munson 7974c64420 Merge branch 'master' of https://github.com/runelite/runelite into updatey
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/ammo/AmmoPlugin.java
2019-04-25 22:29:47 -07:00
James f6374fb2fb Updated from master, added leantoclick plugin etc (#124)
* interface styles: invalidate healthbar cache on shutdown

The padding needs to be reset for the normal healthbar

* ammo: fix the infobox not getting removed

* Fix Mutated Zygomite fungicide weaknes threshold

Based on Wiki its 0-7

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>

* chat history: fix pm cycling deque max size

* chat history: clear friend deque when clearing pm history

* Added leantoclick plugin

* Worldmap hider replaced by learn to click

* Fix for playerindicators
2019-04-26 00:36:17 -04:00
zeruth 9f1b0b43fa Refactor ClientTransform
Fix naming in getProjectiles
2019-04-26 00:33:56 -04:00
Ganom 1c12ae92a6 Adding Collisionmap transformer -Lordzuku 2019-04-25 23:02:27 -04:00
Ganom e79ca211f9 Re-adding getprojectile transformer -Lordzuku 2019-04-25 22:40:10 -04:00
Ganom 0a6924ce88 Adding resources for Lyzrds scouter 2019-04-25 21:07:19 -04:00
Ganom 788d15c0ef Updating ToB Plugin 2019-04-25 21:06:59 -04:00
Ganom 83f230aec7 Adding LordZuku's Cox Plugin 2019-04-25 21:06:31 -04:00
Ganom 896a9a3c0a Adding Lyzrds Raid Scouter 2019-04-25 21:05:45 -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
James 4bdd02720d Merge pull request #121 from Raieverr/master
Plugin Organization
2019-04-25 16:20:45 -07:00
James 8608c458b0 Merge pull request #119 from Kyleeld/master
spellbook resizer
2019-04-25 16:14:29 -07:00
James 013e25d081 Added Prayer Alerter / Updated copyright (#120)
* Added Prayer Alerter

* Prayer Alerter Update

* Updated copyright
2019-04-26 00:09:19 +01:00
Kyleeld b297e3e487 Update spellbookiconresizePlugin.java 2019-04-26 00:08:37 +01:00
Kyleeld 937c139ec2 Update spellbookiconresizeConfig.java 2019-04-26 00:08:08 +01:00
Kyleeld 834cf952b4 Update spellbookiconresizePlugin.java 2019-04-26 00:07:48 +01:00
Jonathan c027295fc2 Type from Utility to PVP 2019-04-25 17:07:29 -06:00
Jonathan 647240d16a Change from PKLite to Runelite instructions 2019-04-25 17:05:31 -06:00
Kyleeld 04df6cd1e9 Add files via upload 2019-04-25 23:36:59 +01:00
zeruth 2547b16482 Seperate Flexo to library
This isn't hiding flexo as it's just now hosted on the maven repo. This is to ensure backwards compatability when api in flexo changes. all old versions will be stored indefinitely.

Config plugin is included in library as well.
2019-04-25 23:36:15 +01:00
James 4cc4d8a5cf Merge pull request #118 from Kyleeld/master
location to cc plugin
2019-04-25 15:32:46 -07:00
zeruth e9cb7da89d Seperate Flexo to library
This isn't hiding flexo as it's just now hosted on the maven repo. This is to ensure backwards compatability when api in flexo changes. all old versions will be stored indefinitely.

Config plugin is included in library as well.
2019-04-25 17:57:45 -04:00
Kyleeld f55e1aa7a7 Update WildernessLocationsPlugin.java 2019-04-25 22:19:29 +01:00
Kyleeld 01ab3e1c22 Update WildernessLocationsPlugin.java 2019-04-25 21:56:37 +01:00
Kyleeld 7671e61cf3 Removes the hotkey & attack option hiding
Removes the hotkey and makes attack option hiding much more certain
2019-04-25 21:50:59 +01:00
Kyleeld 071ccdbe24 Add help text to profilepanel.java
Add help text to account profiles to explain how to use them with encryption keys
2019-04-25 21:49:45 +01:00
Kyleeld 72407dd5a3 Update WildernessLocationsPlugin.java 2019-04-25 21:36:30 +01:00
Kyleeld 7c2e71cc55 location to cc plugin 2019-04-25 21:26:21 +01: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
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
gazivodag a1b710e578 Update OlmCrippleTimerPlugin.java 2019-04-25 09:42:02 -04:00
Farhan Ahmad f402027fce Added olm cripple timer overlay 2019-04-25 14:38:19 +01:00