Adam
af1e5668b8
aoeprojectileinfo: store projectiles in a map
2018-01-14 09:41:11 -05:00
Frederik Engels
e51b08e07e
runelite-client: add new aoes to aoewarningplugin
2018-01-14 09:41:10 -05:00
Frederik Engels
cacb69cea3
runelite-client: add projectiles to devtools
2018-01-14 09:41:09 -05:00
Adam
66401296b8
player indicators: update isFriend -> isFriended
2018-01-14 08:47:54 -05:00
Adam
9ce178e2f9
Merge branch 'clan-friend-names' of github.com:deathbeam/runelite into fix-isx-mixins
2018-01-14 08:40:29 -05:00
Tomas Slusny
8699ce9414
Add plugin for displaying player names
...
Plugin will be able to display own name (disabled by default), friend
player names and clan member names. Each of the options is configurable.
Fixes #324
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-14 05:01:15 +01:00
Adam
9e54bdbcb5
Merge pull request #369 from UniquePassive/specorb-adjust
...
Adjust spec orb
2018-01-13 22:31:00 -05:00
UniquePassive
e4a4be0069
Remove extra pixels on the right side of minimap_orb_background
2018-01-13 04:48:45 +01:00
UniquePassive
552beb0af5
SpecOrbOverlay: Use fields for position constants + adjust specorb pos
2018-01-13 04:42:29 +01:00
Tomas Slusny
f565c4b7dd
Add tile indicators plugin
...
Add tile indicators plugin, that will currently highlight the tile
player is walking to. It is disabled by default, and have configurable
highlighting color.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-13 03:25:37 +01:00
Adam
bf028d8d0c
Merge pull request #358 from deathbeam/tooltip-overlap
...
Let overlapping tooltips stack vertically
2018-01-11 20:35:51 -05:00
Adam
a665120b3e
Merge pull request #359 from deathbeam/search-bar
...
Add search bar to ConfigPanel
2018-01-11 20:29:52 -05:00
Adam
27907c9e23
Merge pull request #343 from deathbeam/tar-idle
...
Add support for making tar idle notification
2018-01-11 20:26:48 -05:00
Adam
31c73e4d61
Move field hooks to mixins
2018-01-11 18:59:58 -05:00
Adam
16d08f62b8
Move RS-related events to runelite-api
2018-01-11 18:59:56 -05:00
Adam
948f31769f
runelite-client: fix plugin manager test
...
loadCorePlugins doesn't throw anymore when a plugin fails to load, just logs
2018-01-11 18:59:27 -05:00
Runelite auto updater
d6f7075870
[maven-release-plugin] prepare for next development iteration
2018-01-11 22:58:46 +00:00
Runelite auto updater
06a93ec072
[maven-release-plugin] prepare release runelite-parent-1.2.11
2018-01-11 22:58:43 +00:00
Tomas Slusny
9ea5ce17e6
Add search bar to ConfigPanel
...
Add search bar to ConfigPanel that will search plugin configuration
names and filter them based on input.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-11 18:33:34 +01:00
Tomas Slusny
f26cf7ac00
Let overlapping tooltips stack vertically
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-11 16:58:56 +01:00
Adam
1066aa23a5
Merge pull request #344 from deathbeam/better-clan-rank-cache
...
Improve clan rank caching
2018-01-10 17:56:22 -05:00
Adam
a87a969c70
dev tools: draw over everything
2018-01-09 20:10:49 -05:00
Abex
6a57783541
client: Add option to disable custom window chrome/style
2018-01-09 19:25:25 -05:00
Tomas Slusny
4871aee9ae
Improve clan rank caching
...
- Use Guava cache instead of scheduled caching to cache clan member
ranks to reduce frequency of caching and simplify logic
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 18:53:26 +01:00
Adam
81ebc99e99
Merge pull request #337 from Noremac201/attStyle
...
Hidden attack styles are now hidden upon login, and fixed bug with styles.
2018-01-09 09:23:26 -05:00
noremac201
4010729c9f
Fixed type 20 attack weapon styles
2018-01-09 08:47:13 -05:00
noremac201
64a95b89a1
Fixed attackStyle not being correct without configChangeEvent
2018-01-09 08:47:12 -05:00
Max Weber
f86b478f74
runelite-client: add ConfigItem.warnOnDisable and warnOnEnable to configure when confirmationWarning is shown
2018-01-09 08:14:23 -05:00
Adam
3f5bf99c70
runelite-client: fix --no-rs
2018-01-09 08:13:05 -05:00
Adam
1c256cd9c2
Merge pull request #341 from deathbeam/superantifire-timer
...
Add support for super antifire potion and antidote++ potion
2018-01-09 07:49:34 -05:00
Tomas Slusny
26b61be869
Add support for making tar idle notification
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 10:26:22 +01:00
Adam
1984f9eec2
Merge pull request #338 from Noremac201/reportButton
...
Added Report Button Utilities
2018-01-08 20:45:14 -05:00
noremac201
a273470130
Added Report Button Utilities Plugin
2018-01-08 20:15:37 -05:00
Tomas Slusny
e75d798689
Add Antidote++ timer to TimerPlugin
...
Add missing Antidote++ timer to TimerPlugin
Closes #334
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 01:00:26 +01:00
Tomas Slusny
c431a18a37
Add support for super antifire potion
...
Add support for newly introduced super antifire potion to TimersPlugin.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 00:59:47 +01:00
utsukami
d1aa41688a
Fixes idle notifications occurring when they shouldn't (interacting with bankers/players). See #282
2018-01-08 13:28:19 -05:00
Adam
26aec4fe1c
xp tracker: remove unused import
2018-01-08 10:04:26 -05:00
Adam
3d3b87a901
xp tracker: reset on world hop and on logging in
...
The logged in game state is set during play when a region update is received
2018-01-08 09:30:10 -05:00
Adam
7ed13a97e3
Update logo
2018-01-07 20:04:00 -05:00
SomeoneWithAnInternetConnection
de0ff99ead
Slayer plugin - fix "count on items" feature
2018-01-07 19:26:40 -05:00
Adam
05dc2eb39e
Consistently capitalize RuneLite
2018-01-07 17:25:48 -05:00
Onvo
7370d3569b
Add colors for impling types
...
Resolves #250
2018-01-06 19:56:27 -05:00
SomeoneWithAnInternetConnection
7073ae83d0
Prevent cursor icon from getting stuck as the wrong shape
...
Once its gotten close to the edge of the window, my cursor will usually
get stuck as one of the resize arrows rather than change back to a
normal cursor. It looks like Substance gets confused about what the
last cursor was, and starts "restoring" one of the resize cursors,
instead of the pointer, when the cursor moves back away from the edge of
the window. Setting the cursor for the frame's LayeredPane fixes the
problem.
2018-01-05 13:31:58 -05:00
SomeoneWithAnInternetConnection
03bfb535f3
Reduce clearRect calls to improve framerate
...
This change improves the framerate in resizable mode by 10-15 fps by
reducing the amount of screen clearing done while drawing overlays.
2018-01-04 21:52:10 -05:00
Adam
04772b8f02
Merge pull request #315 from Noremac201/fixXpGlobes
...
Changed XpGlobes to use new Overlay components
2018-01-04 21:19:55 -05:00
Adam
0992db6fe5
Merge pull request #317 from deathbeam/slayer-warnings
...
Change warning for not found task to debug
2018-01-04 19:34:07 -05:00
UniquePassive
de66481965
Fix the UI freezing when refreshing widgets in the Dev Tools
2018-01-04 20:37:32 +01:00
Tomas Slusny
549103d9cb
Change warning for not found task to debug
...
As this is not really issue, as in this case the icon just falls back to
the default gem icon, this should not really be a warning message and
spam console logs.
Fixes #292
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-04 08:35:19 +01:00
noremac201
0d0c1a2059
Fixed setStroke not being reset in Graphics object
2018-01-03 15:47:56 -06:00
noremac201
13de888d6c
Updated XpGlobes to use new Components
2018-01-03 15:47:44 -06:00