Commit Graph

1661 Commits

Author SHA1 Message Date
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
Adam
61e9a12b30 runelite-client: always render tooltips on top
Add dedicated overlay position for tooltips to make them on top of all other overlays
2018-01-03 16:08:56 -05:00
Devin French
729b4be816 Combine BOTTOM_RIGHT and ABOVE_CHATBOX_RIGHT overlays for fixed mode 2018-01-02 21:30:05 -05:00
Alexander
73134b73d3 ExaminePlugin: Make sure widget children array index is valid 2018-01-02 21:29:38 -05:00
Alexander
d4623674c7 Fall back to default font for glyphs not in the custom font 2018-01-02 21:28:19 -05:00
Adam
e61035cea3 runelite-client: move infoboxes back to top left
They are over top of split chat at botom left
2018-01-02 21:24:34 -05:00
Adam
e20a248bed Merge pull request #313 from UniquePassive/grounditems-toggle
Fix ground items not being toggleable
2018-01-02 21:07:12 -05:00
UniquePassive
b93927f4e6 Fix ground items not being toggleable 2018-01-03 01:05:52 +01:00
Adam
13d656221c Merge pull request #310 from UniquePassive/issue-295
Fix previous result not being cleared in hiscore plugin
2018-01-02 18:03:32 -05:00
UniquePassive
2bdaf09b6b Fix previous result not being cleared in hiscore plugin 2018-01-02 19:37:25 +01:00
Adam
e1d6d8f2f0 Merge pull request #302 from Noremac201/fixStyle
Changed attack style plugin to render over right side of chatbox
2018-01-02 08:50:18 -05:00
Adam
9519cf6902 Merge pull request #307 from UniquePassive/lookup-popup
Expand the hiscore panel when looking up players
2018-01-02 08:39:30 -05:00
Adam
6069348957 Merge pull request #305 from UniquePassive/overlay-improvements
Fix BackgroundComponent's background overflow
2018-01-02 08:39:01 -05:00
noremac201
5db8e71318 Change attack style plugin to use overlay position ABOVE_CHATBOX_RIGHT 2018-01-02 08:38:33 -05:00
noremac201
bf23c47916 Add new overlay position for above right side of chatbox 2018-01-02 08:37:53 -05:00
UniquePassive
945cdb1116 Fix BackgroundComponent's background overflow 2018-01-02 08:29:03 -05:00
UniquePassive
e4487362a5 Expand the hiscore panel when looking up players 2018-01-02 08:28:09 -05:00
Adam
a407af8672 cache: also disable map dumper test 2018-01-02 08:16:00 -05:00
Adam
ee3f4add78 cache: disable map image dumper test 2018-01-01 21:15:42 -05:00
Adam
ce1de258e9 Merge pull request #303 from Noremac201/addMissingSKills
Added and reordered missing skilling skills from boosts overlay.
2017-12-31 20:14:17 -05:00
Adam
ffb6debb22 Merge pull request #304 from AvonGenesis/crafting-spinning-animation-id
Add craft spinning animation ID and idle notification
2017-12-31 20:11:31 -05:00
Julian Tith
6d3110f0a1 Add craft spinning animation ID and idle notification 2017-12-31 12:10:14 -08:00
noremac201
537a76fcc6 Added missing skilling skills from boosts overlay. Reordered from left to right and up to down. 2017-12-30 18:56:18 -06:00
Adam
9cafb62b3f Merge pull request #300 from deathbeam/account-config-load
Show account and config plugins when outdated
2017-12-29 18:10:48 -05:00
Adam
4ac2696130 runelite-proxy: subtree split into separate repository 2017-12-29 18:06:10 -05:00
Tomas Slusny
389a2be7ae Show account and config plugins when outdated
Add property to load when outdated to both account and config plugins to
make them visible even when native client is loaded.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-12-30 00:02:45 +01:00