Commit Graph

1686 Commits

Author SHA1 Message Date
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
c774784c4e http-service: change item price cache to 30 minutes 2018-01-10 17:23:41 -05:00
Adam
9021b9a600 http-service: add cache control to item price 2018-01-10 15:47:54 -05:00
Adam
0fda835422 http-service: disable default cache control provided by spring-security 2018-01-10 15:45:41 -05:00
Adam
e53b33d4e8 http-service: remove junit/mockito dependencies since spring pulls them in 2018-01-10 15:44:35 -05:00
Adam
ad8b2e82d1 http-service: fix item price cache to use fetched time instead of price time
Reduce cache duration to 30 minutes
2018-01-10 11:44:56 -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
Adam
5b7e2e355d Merge pull request #342 from Abextm/warn-on-disable
client: add ConfigItem.warnOnDisable and warnOnEnable
2018-01-09 08:44:45 -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
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
noremac201
a144788c72 Added ReportButton Widget to api 2018-01-08 20:15:32 -05:00
Adam
38587385d3 Merge pull request #340 from utsukami/idle-notify-debugging
Incorrect idle notifications
2018-01-08 19:28:16 -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
Adam
a29f55362c cache test: get tmpdir from a system property 2018-01-06 22:26:09 -05:00
Adam
acf7a0c7a8 Merge pull request #329 from UniquePassive/worlds-list
Extend world list lookup functionality
2018-01-06 20:16:17 -05:00
Adam
2cc76cebd9 Merge pull request #290 from RobinWeymans/imp-plugin
Add colors for impling types
2018-01-06 20:12:56 -05:00
Onvo
7370d3569b Add colors for impling types
Resolves #250
2018-01-06 19:56:27 -05:00
UniquePassive
5cf24a8f83 Add world types 2018-01-06 19:54:25 -05:00
UniquePassive
31c86ac816 Add a world list lookup client 2018-01-06 19:54:24 -05:00
Adam
8dcb932d38 Merge pull request #323 from SomeoneWithAnInternetConnection/cursor-fix
Prevent cursor icon from getting stuck as the wrong shape
2018-01-06 14:56:14 -05:00
Adam
a65670478a Merge pull request #327 from UniquePassive/no-RS-classname-prefix
Remove "RS" prefixes from runescape-client classes
2018-01-06 14:54:53 -05:00
UniquePassive
23acf6d80a runescape-client: Rename RSCanvas to GameCanvas 2018-01-06 20:32:43 +01: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
Adam
2fd39e5220 Merge pull request #321 from SomeoneWithAnInternetConnection/clearrect-fps-improvement
Reduce clearRect calls to improve framerate
2018-01-05 08:20:59 -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
Adam
4db42e77ab Merge pull request #320 from UniquePassive/devtools-lag
Fix the UI freezing when refreshing widgets in the Dev Tools
2018-01-04 19:26:50 -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
noremac201
4a2ba1c6fe Modified PanelComponent to hold a ProgressBarComponent 2018-01-03 15:47:36 -06:00
noremac201
f9eae3e7c1 Added ProgressBar Component 2018-01-03 15:47:10 -06:00