Commit Graph
17 Commits
Author SHA1 Message Date
James adce67416b Bank Plugin: Add option to enlarge bank pin numbers (#1425)
* Bank Plugin: Add option to enlarge bank pin numbers

* Update
2019-08-24 01:57:06 -07:00
James ae08917e77 chatboxperformance: Toggle chatbox gradient (#1396)
* Toggle chatbox gradient

* Toggle chatbox gradient
2019-08-19 12:47:39 -07:00
James 8d2b4a7310 runelite-client: revert font change (#1070)
* runelite-client: revert font change

* Checkstyle Fix 

Checkstyle Fix

* overlayrenderer: Save fonts
2019-07-31 13:39:24 -04:00
James a367c46be5 mining: Add configuration to allow for progress pie customization (#1072)
* mining: Add config to allow for progress pie customization
2019-07-22 08:50:07 +01:00
James 1c1ac5a919 Added ge link (#1071) 2019-07-22 08:41:48 +01:00
James 3675061f21 grandexchange: Shows the quantity you can buy on the GE WIP (#1042)
* Add measures to ensure positions of strings when togg:ling configItem

change method of gathering price per item

change math.round to math.floor, errors when certain numbers are rounded fix

* implement geBuilt script event, clear values when item isn't visible

* Update

* Update pos number

* Update
2019-07-19 11:13:45 +02:00
James d08d80c468 ChatCommands: Add Clipboard Support (#1040)
* Add Chat Input Clipboard Support

Add CTRL+V and CTRL+C support to the in-game chatbox.

Fixes an issue with errors being thrown when shortcuts were used when not currently logged in.

Extracts clipboard logic (a couple places already had a sort of "copy" functionality) to a simple clipboard util.

* Checkstyle fix
2019-07-19 09:28:05 +01:00
James e7b15d9cfd fix for http-service (#952) 2019-07-10 00:00:42 -07:00
James f396a358c4 Fix for lag (#781) 2019-06-28 01:29:01 +01:00
JamesandHydrox6 ee95632d5a Added coal bag overlay (#777)
* Added coal bag overlay

* Added original author of .onChatMessage() listener and .update() to license header. Author originally from pull #6242.

* Fixed line endings to be LF

* Fixed license header to be consistent with runelite license header.

* Added check for RUNELITE menu action type so that method will not trigger while specifying Shift Click options

Co-Authored-By: Hydrox6 <ikada@protonmail.ch>

* Added import for MenuAction class

* Combined guard clauses and removed superfluous method calls in MiningCoalBagOverlay constructor.

* Changed overlay text colour for coal bag to be white

* Removed whitespace and fixed naming of max inventory space constant.

* Updated name of full coal bag constant and update methods to be more descriptive

* Re-added necessary render method call that was not meant to be removed. Also now call the coal bag amount through the config interface instead of the plugin class.

* Added amountOfCoalInBag getter/setter overloads to MiningConfig in order to save the quantity of coal in the bag between sessions.

* Improved encapsulation and readability. Added guard to check wthat the message type is a game message (as opposed to a public chat message)

* Removed 'position' attribute from showCoalBagOverlay option inn Mining plugin.

* Removed unused import

* Fix's for errors
2019-06-27 14:21:32 -07:00
James 20456e85ac Updated menu swapper (#722)
* Supersedes/Closes runelite#7353
Supersedes/Closes runelite#7415
Supersedes/Closes runelite#7493
Supersedes/Closes runelite#7401
Supersedes/Closes runelite#7151
Supersedes/Closes runelite#5383
streamline teleport item swaps

Move Mage of Zamorak teleport to Travel swap
It is a travel swap so there's no reason for it to have it's own option.

unify bank and exchange options
There's no reason for these to be separate options.

Swap Coal Bag Empty - Makes Empty the left click option when in a bank

* Update

Signed-off-by: James Munson <jmunson@openpoll.io>

* Added Trader Crew

Signed-off-by: James Munson <jmunson@openpoll.io>

* Added swap for quick enter[ToB]
Added swap Talk-to with Enchant for Eluned

Signed-off-by: James Munson <jmunson@openpoll.io>
2019-06-27 22:05:52 +01:00
James cef947a885 Update README.md (#755) 2019-06-26 00:02:11 +01:00
James a2094e07c2 Update README.md (#743) 2019-06-25 09:30:54 +01:00
James 24ba855fbe Show HA profit while casting HA (#727)
* Show HA profit while casting HA

Signed-off-by: James Munson <jmunson@openpoll.io>

* Update ItemPricesOverlay.java
2019-06-24 12:54:45 +01:00
James 3a44470e31 Added ground item ticks (#726)
* Added ground item ticks

Signed-off-by: James Munson <jmunson@openpoll.io>

* update config

Signed-off-by: James Munson <jmunson@openpoll.io>
2019-06-24 11:50:03 +01:00
James 711e6c1a82 Bug fixes for inventory setup (#673)
* Fix for inventory setup

*  Fix bug where toggling plugin would fail to load setups from config

*  Fix bug where toggling plugin would fail to load setups from config

* Revert
2019-06-21 02:08:30 +01:00
James 9df05ef772 Fix's for overlays (#644) 2019-06-18 11:47:02 +01:00