Commit Graph

1075 Commits

Author SHA1 Message Date
Adam
25888de077 Merge pull request #859 from SomeoneWithAnInternetConnection/ba-nerf
Remove left click calling from BA plugin
2018-03-07 07:37:03 -05:00
Adam
6f40e4b099 Merge pull request #865 from deathbeam/inverse-window-resize
Inverse window resize condition
2018-03-06 20:12:57 -05:00
Adam
f7a5dd8171 Merge pull request #867 from devLotto/issue-866
runelite-client: fix Use tooltip arrow not being displayed
2018-03-06 20:11:01 -05:00
Adam
7e430dcb04 Merge pull request #847 from Kamielvf/exp-drop-icons-toggle
Allow disabling of the skill icons on XP drops
2018-03-06 19:42:58 -05:00
Adam
e6feeeee98 Merge pull request #815 from Abextm/alloc-opt-2
specorb: Cache draws to reduce allocations
2018-03-06 19:30:43 -05:00
Max Weber
da096a6407 specorb: Cache draws to reduce allocations 2018-03-06 17:07:34 -07:00
Adam
286d623717 Merge pull request #816 from Matsyir/master
Team Capes: Added minimum cape count
2018-03-06 18:52:44 -05:00
Unknown
5ee4c85c61 Team Capes: Added minimum cape count
Added minimum cape count to team cape plugin to reduce clutter/spam. Default is 1, so current behaviour is unchanged. First commit!
2018-03-06 18:26:48 -05:00
Adam
4c0b04d7a5 Merge pull request #810 from Desetude/feature/grounddefaultcolor
Allow customization of the default color for ground items
2018-03-06 17:16:35 -05:00
Adam
b2cbc59edb Merge pull request #788 from arlyon/ground-item-formatting
Consistent number formatting for stacks
2018-03-06 15:53:01 -05:00
Tomas Slusny
ae78728658 Merge pull request #868 from josharoo/remove-duplicate-timer
Remove duplicate anti-venom+ config check
2018-03-06 21:47:26 +01:00
Tomas Slusny
79b660aad1 Inverse window resize condition
- Change isResizable to lockWindowSize
- Update the description and keyName
- Inverse the condition

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-06 21:45:18 +01:00
arlyon
326da42c1e Update plugins to use either NumberFormat or the StackFormatter 2018-03-06 15:24:23 -05:00
arlyon
a098965d4c extract out number formatting utility
Add three types of formatter/converter:

 - runescape style (which matches the one in game)
 - "pretty" style with locale formatting and 3 sig figs
 - string to number for converting the other direction
2018-03-06 15:24:22 -05:00
joshpfox
d4704786ac Remove duplicate anti-venom+ config check
Remove the first duplicate config check for Anti-venom+ in TimersPlugin (other one begins line 175, left this one so that all antivenom are grouped)
2018-03-06 19:53:34 +00:00
Lotto
a36e95580d runelite-client: fix Use tooltip arrow not being displayed 2018-03-06 20:33:25 +01:00
Adam
a55683a5f5 Merge pull request #761 from Blizik/master
Add option to disable resizing of window
2018-03-06 12:52:38 -05:00
Adam
2ea59e5880 runelite-client: add configuration option for resizable 2018-03-06 12:24:35 -05:00
Adam
bc5d21675a Merge pull request #856 from Kamielvf/clan-icons-gamestate-fix
Fix clanchat messages not showing rank icons during region loading
2018-03-06 11:54:30 -05:00
SomeoneWithAnInternetConnection
205618634a Remove left click calling from BA plugin
Being able to spam left click without paying attention to what actually
needs to be called is overpowered. Until we come up with something
better (like binding the different calls to Ctrl, Alt, Ctrl+Alt) we
shouldn't offer this particular feature
2018-03-06 11:54:15 -05:00
Kamiel
382b54a4c5 Fix clanchat messages not showing rank icons at certain moments
Fixes #583
2018-03-06 15:38:58 +01:00
Tomas Slusny
df1e51dbc6 Add default world plugin
Add default world plugin where user will be able to set his default
world. In case invalid world is set, the client default/selected one
will be used instead.

Fixes #475
Closes #749

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-06 15:22:01 +01:00
Tomas Slusny
1d01816c3f Merge pull request #852 from Kamielvf/cannon-doublehit-fix
Fix cannon plugin showing incorrect double hit spots after region change
2018-03-06 11:05:16 +01:00
Kamiel
d88a0ffade Fix cannon plugin showing incorrect double hit spots after region change
Fixes #820
2018-03-06 10:52:39 +01:00
Kamiel
226c9596fc Allow disabling of the skill icons on XP drops 2018-03-06 10:09:19 +01:00
Tomas Slusny
0fb3d88309 Merge pull request #841 from ChaoticConundrum/waterskin-count
Add waterskin charges to jewellerycount plugin
2018-03-06 09:15:38 +01:00
Adam
1c7d056b85 ge panel: use static number formatter 2018-03-05 21:36:35 -05:00
Adam
8edf31f56a Merge pull request #839 from ChaoticConundrum/notes-plugin-fix1
Fix notes plugin loading notes from account
2018-03-05 21:08:00 -05:00
Adam
e70ed7b1ad Merge pull request #829 from deathbeam/fix-username-synce
Restore original username on syncer shutdown
2018-03-05 20:57:58 -05:00
Adam
48966a9ab5 Change mouse wheel listener back to an interface as the instance map input listener uses it
Update instance map for new mouse wheel listener api
2018-03-05 19:47:02 -05:00
Lotto
1acaeb4826 Add stretched fixed mode plugin 2018-03-06 00:37:59 +01:00
Lotto
e0e0b85093 Add mouse listeners that stretch event x/y
Don't use Provider for getting client instance
2018-03-06 00:37:59 +01:00
Lotto
6da6307d50 Add support for specifying the position to insert mouse listeners in 2018-03-06 00:37:59 +01:00
Lotto
d0aa72f61b Add support for proxying mouseWheelMoved events 2018-03-06 00:37:59 +01:00
Lotto
4e198b6e0e Add logic for game image stretching in Hooks#draw
Cache stretched dimensions and image

Fix rendering hint not being set until you resize window
2018-03-06 00:37:59 +01:00
Lotto
725762460a Move the 765x503 constants to a Constants API class 2018-03-06 00:37:59 +01:00
Charlie Waters
0c63778f6d Fix notes plugin loading notes from account
Change notes plugin update event
2018-03-05 17:32:26 -05:00
Charlie Waters
fb2ab1dc67 Add waterskin charges to jewellerycount plugin. Fixes #825. 2018-03-05 17:19:16 -05:00
Tomas Slusny
1c46fc7c09 Merge pull request #835 from Desetude/fix/xpdrop
Renamed 'Experience drop' -> 'XP Drop'
2018-03-05 18:33:06 +01:00
Desetude
79d115e62d Renamed 'Experience drop' -> 'XP Drop' 2018-03-05 17:19:26 +00:00
Tomas Slusny
84d710d0f8 Disable team capes plugin by default
For most of people this plugin is not relevant so it should be disabled
by default as it adds unnecessary clutter in populated areas.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-05 15:43:39 +01:00
Tomas Slusny
c4ebddf12d Restore original username on syncer shutdown
Fixes #804

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-05 15:08:15 +01:00
Tomas Slusny
b9220785a5 Continue running in case Discord lib load failed
In case loading of Discord library failed, continue running application
and just disable Discord support.

Fixes #826

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-05 14:53:34 +01:00
Seth
42bf828f43 idle notifier: add barbtail/dragon harpoon animation 2018-03-04 15:48:13 -06:00
Adam
451f13a424 Merge pull request #789 from deathbeam/link-navigator
Link navigator
2018-03-04 16:32:00 -05:00
Adam
dd93c9e5b0 Merge pull request #805 from Kamielvf/instance-map-user-input
Instance map: Add support for user input
2018-03-04 16:23:24 -05:00
Adam
453d7187ac Merge pull request #811 from Kamielvf/clear-private-history
Clear saved private chat history upon clear request
2018-03-04 13:10:37 -05:00
Desetude
caf90c439a Allow customization of the default color for ground items 2018-03-04 18:10:31 +00:00
Kamiel
09cba08318 Clear saved private chat history upon clear request 2018-03-04 18:42:16 +01:00
Adam
45b605abec Merge pull request #778 from deathbeam/improve-fuzzy
Improve scoring of Jaro-Winkler
2018-03-04 12:39:25 -05:00