Owain van Brakel
85dcd94b7b
PrayAgainstPlayer: Add config option for Highlight ( #2100 )
...
PrayAgainstPlayer: Add config option for Highlight
2019-12-06 00:18:17 +01:00
Owain van Brakel
6e06989297
WhaleWatchers: fix phoenix necklace breaking ( #2099 )
...
WhaleWatchers: fix phoenix necklace breaking
2019-12-06 00:18:04 +01:00
Owain van Brakel
3dff365aeb
WorldHopper: Remove BH World ( #2096 )
...
WorldHopper: Remove BH World
2019-12-06 00:17:50 +01:00
Owain van Brakel
dacf826a42
CustomClientResizing: New Plugin ( #2091 )
...
CustomClientResizing: New Plugin
2019-12-06 00:17:28 +01:00
Kyle
5df724ac72
Merge branch 'master' into rebasetob
2019-12-05 22:46:40 +00:00
xKylee
796b2dc422
MES: various updates
...
Removed left click destination due to jagex adding this.
removed charter option as it was unused and covered under swap travel.
amended swapabyssteleport to actually be used.
2019-12-05 22:31:07 +00:00
Kyle
0e9c5aeafd
Update KeyRemappingConfig.java
2019-12-05 22:26:42 +00:00
Kyle
ebda210342
PrayAgainstPlayer: Add config option for Highlight
...
PrayAgainstPlayer: Add config option for Highlight
2019-12-05 22:25:52 +00:00
Kyle
b2a69feca3
PrayAgainstPlayer: Add config option for Highlight
...
PrayAgainstPlayer: Add config option for Highlight
2019-12-05 22:25:06 +00:00
Kyle
0b2b62aa76
WhaleWatchers: fix phoenix necklace breaking
2019-12-05 21:18:34 +00:00
Max Weber
5bf59590d0
poh: Update jewelery box ids
2019-12-05 05:42:28 -07:00
Owain van Brakel
b334aa159f
Merge remote-tracking branch 'runelite/master'
2019-12-05 13:09:03 +01:00
Owain van Brakel
ca86fd4942
client: connecting...
2019-12-05 12:37:16 +01:00
Hydrox6
c0b193fd2e
kourendlibrary: remove LibraryCustomer
2019-12-04 11:45:28 -05:00
Hydrox6
7734b1199e
kourendlibrary: optimize NPC marking code
2019-12-04 11:45:28 -05:00
Hydrox6
0527abce81
kourendlibrary: add option to hide Varlamore Envoy
...
Co-authored-by: Shawn Shadrix <shshadri@ncsu.edu >
2019-12-04 15:51:16 +00:00
Shawn Shadrix
67f7927b3e
kourendlibrary: highlight the customer's desired book in the overlay
2019-12-04 15:51:15 +00:00
Hydrox6
76fdb50fa6
kourendlibrary: remove unneeded hidden flag from overlay
...
From testing, this flag didn't seem to do anything useful.
It might have also led to certain users thinking that the plugin was broken if they had enabled the plugin after the client was started.
2019-12-04 15:51:11 +00:00
Hydrox6
09da86884a
kourendlibrary: add tutorial overlay
2019-12-04 15:51:08 +00:00
Adam
8eb1818846
object indicators: fix checkObjectPoints to check plane
2019-12-04 10:36:50 -05:00
Kyle
8beae6d673
checkstyle fix
...
checkstyle fix
2019-12-04 14:58:38 +00:00
Kyleeld
08d8a0c1dd
WorldHopper: Remove BH World
...
closes suggestion 501 in discord
2019-12-04 13:42:21 +00:00
Tomas Slusny
f4ede95e86
Merge pull request #10321 from ShaunDreclin/arceuus-help-swap
...
Menu Entry Swapper: Add 'help' swap to Arceuus library customers
2019-12-04 14:27:25 +01:00
Adam
883fd21cfd
object indicators: fix unmarking objects matched by name
2019-12-03 08:46:29 -05:00
Adam
d6198ff311
camera plugin: add option to rotate camera with right click
...
The camera rotation only takes effect when there are no menu entries.
This also adds an option to make the middle button then open the menu.
Co-authored-by: Wynadorn <Wynadorn@users.noreply.github.com >
2019-12-03 08:45:33 -05:00
Adam
22b8c77fca
client: rename zoom plugin to camera plugin
2019-12-03 08:45:33 -05:00
logarithm
8e96c25085
skybox: cleanup
2019-12-02 17:19:24 +02:00
logarithm
357e2424f4
GPU: small xbr doc update
2019-12-02 16:14:10 +02:00
logarithm
ebd4d12468
GPU: Document some parts of the XBR algorithm, and make it do alpha
2019-12-02 16:14:07 +02:00
logarithm
b20759b1d2
skybox: cut target replacement feature, to be implemented later
2019-12-02 16:08:14 +02:00
KC Sparks
d2ef3b16dc
menu entry swapper: add captain khaled talk-to/task swap
2019-12-01 20:26:40 -05:00
Siraz
47e8108181
entityhider: Pets entity hider & isFollower ( #2094 )
2019-12-01 18:52:32 -05:00
Thomas
327e3b1770
league chat icons: fix plugin name
2019-12-01 17:55:12 -05:00
Thomas
9a2872eacf
chat message manager: deprioritize chat message hook
...
This applies color after all plugins are done processing the event, which fixes the league chaticons plugin stripping color tags when trying to strip the ironman symbol
2019-12-01 17:51:36 -05:00
JZomerlei
192fe54b7a
chatcommands: Make chat clearing keybinds configurable ( #10308 )
...
Closes #6929
2019-12-01 21:35:17 +01:00
Ganom
129ccd2de9
playermanager: add. ( #1952 )
...
* playermanager: add.
playerscouter: update to use new player manager.
playerscouter: add minify option.
* playermanager: use concurrent maps over standard hash maps.
* playermanager: add attackStyleChanged event.
* playermanager: add all attacking method.
* prayagainst: completely rework it to use playerManager.
playermanager: add friend/clan methods.
* playermanager: utilize new event rather than gametick.
* playermanager: remove gam tick update.
* playermanager: remove gametick method reference.
* hideunder: use playermanager.
* equipmentinspector: use playermanager.
* events: add new docs.
* playermanager: add combat stats sub-class.
* playermanager: add timeout to updateStats
* playermanager: gamepack update.
* playermanager: remove debugging.
* playerscouter: remove unused import
2019-12-01 01:09:27 -05:00
xKylee
4f8fa15ebf
custom client resizing
...
custom client resizing
ability to set custom client profiles
2019-11-30 16:29:09 +00:00
Owain van Brakel
00ce4ee51c
Update ObjectIndicatorsPlugin.java
2019-11-30 03:19:26 +01:00
logarithm
6017609882
GPU: Fix Catmull-Rom weight calculation resulting in much sharper image, add XBR pixel art upscaling (MIT license implementation taken from libretro), add Mitchell bicubic option as a softer alternative to C-R
2019-11-29 17:55:18 +02:00
James
1723286505
Merge branch 'master' of https://github.com/open-osrs/runelite into fix-test-branch
2019-11-29 00:56:16 -05:00
James
fb1fc0c82b
Add ticksOnNpcZukShield config option to Inferno plugin
2019-11-29 00:56:00 -05:00
James
5d7a20adeb
Add ticksOnNpcZukShield config option to Inferno plugin
2019-11-29 00:39:07 -05:00
Owain van Brakel
23c74ea2e4
Merge remote-tracking branch 'upstream/master'
2019-11-28 22:18:03 +01:00
Owain van Brakel
e214805aa9
virtuallevels: Fix oopsie
2019-11-28 22:17:25 +01:00
Owain van Brakel
67df566342
Merge pull request #2086 from Owain94/selective-upstream-merge
...
project: Selective upstream merge
2019-11-28 21:41:45 +01:00
Owain van Brakel
594d141d9b
Merge remote-tracking branch 'runelite/master'
2019-11-28 21:31:34 +01:00
Thomas Cylke
cebe6b5541
fix world map and xp drops
2019-11-28 14:59:27 -05:00
logarithm
9022b4f65e
GPU: move filtered sampler to fragui.glsl, delete fragui_bicubic.glsl, add documentation
2019-11-28 20:31:50 +02:00
Ganom
38e9e64987
flexo: min-delay not final ( #2085 )
2019-11-28 12:47:57 -05:00
logarithm
233fd5653e
copyright
2019-11-28 18:24:15 +02:00