Commit Graph
43 Commits
Author SHA1 Message Date
James 33885b86f1 Update BA Plugins, Update from RL master (#226)
* xp tracker: display >1m exp with thousandths precision

* fishing plugin: fix trawler timer with one tick left

* Remove gray pixel from Dragon Scimitar cursor (#8725)

* client: add smelting plugin

Co-authored-by: Adam <Adam@sigterm.info>

* constants: add GAME_TICK_LENGTH and use where needed

Also update many usages of 20ms to CLIENT_TICK_LENGTH

* regenmeter: add option to notify before next hp regen

* barrows plugin: add prayer drain timer

* chat: ensure queued messages are always cleared after adding

Mark queued message type as non null because addChatMessage will throw
if it is. This was causing the client to get stuck trying to add the
same broken message each loop.

* party plugin: add partyinfo debug command

* party service: check joins are for the current party

The server can resume party membership on handshake to parties other
than the current client party (eg. if the client is restarted or for any
other reason the current party changes). This desyncs otherwise if the
joins aren't checked to be in the current party.

* Updated barbassault/ba tools

* Update
2019-05-12 10:16:04 +01:00
James d5a7f30fed Merge pull request #201
Remove plugins
2019-05-07 02:53:48 -07:00
James 120c173a0f Merge pull request #176 from runelite-extended/zulrah
Bringing Zulrah back up to date.
2019-05-03 20:35:57 -07:00
James bed6c919b0 Added xp tracker to overlay (#147)
* Added a split component to be able to put layout elements above eachother or next to eachother easily

* Modified xp tracker plugin to allow infoboxes to be added to canvas

* Formatted experience numbers using StackFormatter

* Cleaned up swing code as a suggestion in discord to use string states

* Forgot to initialize the menu item with the ADD_STATE

* Added final back to popupMenu

* Extracted duplicate enum Orientation from PanelComponent and SplitComponent into a seperate class named ComponentOrientation. Also changed the plugins that used the previous PanelComponent.Orientation to use ComponentOrientation

* Syntax and code convention fixes from deathbeams review

* Fixed a bug where logging into an other account did not reset the tracker overlay

* Removed useless methods and fixed some code convention issues

* fix

* fix

* fix2

* fix3
2019-04-29 16:23:52 -04:00
James 8c11b259b4 Merge pull request #149 from gazivodag/master
added flexo to client pom so external plugins using flexo will not crash
2019-04-28 21:37:07 -07:00
James 0ca0f728e1 Npc indicators highlight name (#141)
* Add config option to highlight NPC names in menu

* Simplify color string logic
2019-04-28 15:49:20 -04:00
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
James d9a475f309 Fix travis (#143)
* Use xenial in Travis

trusty is going EOL at end of this month and this also fixes openjdk11
builds.

Ref: https://travis-ci.community/t/oracle-jdk11-build-error/1865/6

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

* Try to use matrix and manually install oracle jdk 8

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-28 15:43:03 -04:00
James 352cd076dd Merge pull request #139 from runelite-extended/scout
Merging lyzrd dc scouter with updated raids plugin
2019-04-26 20:11:12 -07:00
James 3473d17084 Added player info plugin (#138)
* Added player info plugin

* Better
2019-04-26 19:40:19 -04:00
James d5359261f0 Merge pull request #131 from runelite-extended/updatey
Update
2019-04-25 22:35:07 -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
James 01a1e7af73 Read me update (#130) 2019-04-26 00:34:25 -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
James 4cc4d8a5cf Merge pull request #118 from Kyleeld/master
location to cc plugin
2019-04-25 15:32:46 -07:00
James 33722d2e12 Revert "Slayer estimate task completion" 2019-04-24 17:57:45 -07:00
James 0f1c504653 Revert "Update" 2019-04-24 17:17:06 -07:00
James 36b73d9422 Merge pull request #103 from runelite-extended/update
Update
2019-04-24 17:15:05 -07:00
James e1ea01334f Merge pull request #88 from gazivodag/master
move alchemical hydra from root folder to correct dir
2019-04-24 01:48:13 -07:00
James f8363b9c23 Addeds arrow api, quest helper plugin, changed raids etc (#81)
* add a skull timer

* fix the feature and check edge cases

* Add config option and a check for deadman worlds

* add support for NPE

* Add reskulling on players and the BH shop skull option

* Add skull notifier plugin

* move to idle notification plugin

* remove old plugin

* fix plugin and change default config option to false

* fix to try and fix travis

* should fix travis

* indentation fix and adds a method for the logic

* fix config

* fix config #2

* Stop a NPE from happening on log in

* actually fix NPE

* fix notifications on first tick

* Remove raids timer infobox and add tooltip to points widget

* Add get widget overlay

* client: add custom arrow API

Currently supports:
Minimap
Arbitrary World Point
NPCs (by ID, and multiple per arrow)
Objects (by ID, and multiple per arrow)

TODO: Add world map point support

* Add quest helper

* Add Npc Talk Step to quest helper

* Add Cooks Assistant quest helper

* Add Imp Catcher to quest helper

* Add Dig Step to quest helper

* Add X Marks The Spot to quest helper

* Adds back skull timer
2019-04-24 01:36:42 +01:00
James 61d9d1fa48 Revert "1 way PVP Safespots" 2019-04-23 02:51:28 -07:00
James 0c35d18711 Updated player indicators (#70) 2019-04-23 08:58:13 +01:00
James b97f3296a5 Revert "Change main window title to RuneLitePlus" (#69)
This would make it easier to ascertain a hijacked client, and I don't want that to be a problem. Thats why the icon hasn't changed and also why discord RPC isnt used.
2019-04-23 01:36:43 -04:00
James 36b8540a85 Merge pull request #66 from runelite-extended/supermxn-patch-1
Update EasyscapePlugin.java
2019-04-22 19:47:21 -07:00
James fe16c0f55e Merge pull request #64 from sdburns1998/InventorySetup
Inventory setup plugin
2019-04-22 19:08:19 -07:00
James eb9a2082b7 Rebrand to runeliteplus (#58)
* Rebrand to runeliteplus
2019-04-23 00:00:03 +01:00
James 8c0daacebf Merge pull request #55 from gazivodag/master
Fix equipment inspector plugin
2019-04-22 14:17:42 -07:00
James 67d2f1390f npc aggro timer: Add option to hide hint overlay (#46) 2019-04-22 15:02:56 -04:00
James 9a4461f7e9 Group boost notifications (#47)
* Add option to group multiple boost notifications into one

* Show names of skills in the grouped notification

* Update style of for loop per feedback
2019-04-22 15:02:04 -04:00
James 41c12a858d Changes 2 (#43)
* Initial commit for maxhit plugin

* WIP: Magic max hit calculator

* Add chance to obtain a Unique from Chambers of Xeric

Based on the formula from the wiki. Does not handle >80% chance properly (it should go into a second item)

* MaxHit Refactor a lot for magic max hit

* Wip: refactoring

* Pest Control Update

* Pest Control: Add Intermediate portals

* Revert "Remove raids points overlay"

This reverts commit fbd3ea6202.

* Wip: refactoring

* Fixed WidgetInfo merge issue

* Fixed trident

* Implement range

* Refactored according to intellij analyzer

* Run checkstyle from xml and fix code style issues

* Fix copyright

* Replace item names with item id's

* Code cleanup with reformat code

* Fixed checkstyle

* Use game slotitem

* Use game slotitem

* Fixed prayer bonus

* Looked up value for saradomin strike

* Fixed prayer bonus

* Fixed surge spell id's

* Fixed magix max hit tests

* Fixed rounding after obisidian

* Fix dharok custom formula

* Add melee max hit

* Refactored spellbonus items for magic

* Added voidknight

* Use boosted skill levels and add copyright

* Add accurate attack style for ranging

* Add range Tests

* Cleanup code

* Cleanup code

* Rename calculate methods to be more distinguishable

* Add parenthesis to dharok maxhit formula for clarification

* Fix widgetinfo merge

* Remove print in MaxHitPlugin

* Make sure an Item is not null when checking if the player is wearing it.

* Add daily notification for collection of ogre arrows from Rantz.

Add varbit for rantz arrow collection

Fix continuation indent settings


Group ifs to single check.

* Refactor all relevant daily checks to have grouped if check.


Further refactor grouped ifs

* Adds type

* Raids point overlay
2019-04-22 04:49:35 -04:00
James f6873a3bdf Add Skull Timer (#32) 2019-04-21 19:35:17 +01:00
James 710745a56f Added hide take, text outline to ground items etc (#35)
* added smelting plugin

* Added hide take, text outline to ground items
2019-04-21 19:34:53 +01:00
James 2a7625f240 Adds splash screen (#29)
* clock manager: wrap panel to run on swing thread

* Add splash screen to Runelite

Although RuneLite is still fast at loading, it's more user friendly
for at least something to pop up before the client.
There is also an option (-no-splash) to disable the splash screen.
This uses psikoi's design.

* splash screen/client ui: don't set up theme twice

Setting up the look and feel of RuneLite shouldn't happen twice, so
check to see if it has already been set up before setting up the look
and feel.
2019-04-21 07:41:48 +01:00
James 57b6ea81d7 Merge pull request #26 from runelite-extended/MenuEntriesFinito
ClientTransform
2019-04-20 21:19:26 -07:00
James ce3c8ac392 Merge pull request #25 from Ganom/master
Fixes and type corrections
2019-04-20 20:00:30 -07:00
James 4900e4bd0c Merge pull request #21 from ThatGamerBlue/config-secrecy
Don't send the config to RuneLite's devs
2019-04-20 16:25:58 -07:00
James efd9df9cf7 Merge pull request #18 from Kyleeld/master
additonal changes + plugins
2019-04-20 15:42:18 -07:00
James c0bc66fb9c Changes (#15)
* Add config option to hide inventory viewer when player inventory is open

* Fix style error

* Adds world history to world hopper plugin.\n- Adds support for converting strings to Maps\n- Ability to clear history

* Fixed code style issues

* Fixed code style issues in another file

* Adds ability to not show tabs if you don't want

* Tabs are not shown by default

* Fix indentation in InventoryViewerConfig

* mixes checkstyle

* mixes checkstyle

* Adds ability to see your xp drops as damage, overlayed above your opponent

* Adds building to jar capabilities and fixes 0s

* added output

* Add grouping option to Inventory Viewer

* Add option to show free slots

Works on both the Grouped and Full modes

* skybox: calculate brightness increase in HSB format

* mixins: renderWidgetLayer: skip hidden widgets

* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)

Closes #8437

* Add Ammo plugin

Shows the contents of the Ammo slot as an Infobox

* Add support for weapon slot items, such as darts

* Add stack formatting

* Improve Ammo's Documentation

* widgetitem: associate Widget with WidgetItem

* widgetitem overlay: allow configuring which interfaces to overlay

Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.

* Displays teammate health bars for BA Healer overlay

Parses teammate hp and outputs to System.out

Removed useless class

Displays offset inverted health bars

Set accurate values for location and size of health bars

Checkstyle

Checkstyle

* Nothing

* Removes max draw distance of ground markers

* Added vanguard hp tracker

* Vanguard Disabled by default

* Add player indicator config to show offline friends

* Better player indicator plugin, removed pk vison. added InteractChanged api

* Add a toggle to only show player indicators in the wilderness.

* Dont limit level by default in playerindicators

* Added type to plugins
2019-04-20 15:06:29 -04:00
James 4f4c8c0be9 Custom BA Plugin (#13)
* Nothing

* Added custom barbarianassault plugin
2019-04-20 01:37:07 -04:00
James 216f7d94d1 Plugins update (#7)
* Added plugins

* Added missing API

* Error fix
2019-04-18 23:26:41 -04:00