Commit Graph

3344 Commits

Author SHA1 Message Date
Tomas Slusny
5737a44190 Merge pull request #2073 from SoyChai/agility-plugin-to-agility
Rename agilityplugin package to agility
2018-04-28 11:16:13 +02:00
SoyChai
21bdf2ca0c agilityplugin: Rename plugin package to agility 2018-04-28 11:36:43 +10:00
Adam
1decbb6495 Merge pull request #2044 from mheine/screenshot-shortcut
Add a shortcut key to take screenshots
2018-04-27 20:50:51 -04:00
Marcus Heine
3de1dc2569 Enable screenshotting with INSERT 2018-04-27 20:14:13 -04:00
Adam
b43ebd82ea ws service: optimize session storage
This also removes tracking sessions with no id
2018-04-27 19:45:17 -04:00
Tomas Slusny
00ba685a0e Remove unused imports in ClientUI (#2061)
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-27 22:56:45 +02:00
WooxSolo
a1dac25280 Add ability to lock client to screen 2018-04-27 15:35:16 -04:00
WooxSolo
31e952316b Remember screen position after closing and reopening 2018-04-27 15:35:15 -04:00
WooxSolo
aa718b1a99 Add rectangle support to config 2018-04-27 15:06:16 -04:00
Tomas Slusny
20fcaf8d81 Add support for hiding the sidebar 2018-04-27 13:53:07 -04:00
Adam
6c699cc54f item service: move overflow of pending lookups log message to debug 2018-04-27 11:15:45 -04:00
Adam
9de803fb7a item controller: remove all synchronous fetching 2018-04-27 11:02:35 -04:00
Adam
986147d167 Merge pull request #2013 from Hydrox6/venge-other-indicator
Add Vengeance Other Timer, and add order to Timer settings
2018-04-27 10:42:30 -04:00
Hydrox6
c4dac16705 Reorder Timer configuration options 2018-04-27 09:19:51 -04:00
Hydrox6
8b76726114 Add Vengeance Other indicator 2018-04-27 09:19:43 -04:00
Adam
e3de89e670 Merge pull request #2014 from Abextm/object-varname
cache: Name ObjectDefiniton's varpID and configID correctly
2018-04-27 08:23:00 -04:00
Adam
9bbe4c72ff Merge pull request #2021 from BFGD/agility-shortcut-toggle
Add Agility shortcut highlight toggle
2018-04-27 07:53:21 -04:00
Reasel
f035881b2a Add ability to disable HP and Prayer notifications (#2007)
- Change default HP and Prayer threshold to 0
- When threshold is 0, don't send notification
- Add description how to disable/enable pray/hp notifications
2018-04-27 12:37:34 +02:00
Grant
c073b97365 Add Agility shortcut highlight toggle 2018-04-27 15:09:17 +12:00
Adam
f4d158846e Merge pull request #1904 from Abextm/farm-varbit
Farming Tracker Plugin
2018-04-26 21:38:17 -04:00
Max Weber
7eabc16806 Add FarmingTracker plugin
With help from NotFoxtrot
2018-04-26 21:33:56 -04:00
Adam
958a8405bb Merge pull request #2012 from oplosthee/playerindicator-toggle
Add toggle for drawing overhead player names to PlayerIndicators plugin
2018-04-26 21:02:06 -04:00
Adam
3fc88bd5db Merge pull request #2005 from Nightfirecat/fix-pyramid-emote-clue
Add missing Pyramid emote clue item
2018-04-26 20:55:44 -04:00
Adam
d57b335a32 Merge pull request #1206 from sethtroll/addoverallindicator
boosts plugin: Add stat change indicator
2018-04-26 20:42:25 -04:00
Adam
baff11bfba Merge pull request #1975 from deathbeam/agi-remove-text
Do not draw text on top of Mark Of Grace
2018-04-26 20:19:44 -04:00
Max Weber
7645d6a04f Allow PluginPanels to opt-out of the scrollbar
For panels with tabs it is best to have the scrollbar inside of the tab pane, not around it.
2018-04-26 19:46:27 -04:00
Max Weber
16aca14f7f Add WorldPoint::getRegionID 2018-04-26 19:46:26 -04:00
Max Weber
f0b1f0e8b0 Add UsernameChanged event 2018-04-26 19:46:25 -04:00
Max Weber
eef0839c2d Add various animation IDs
From NotFoxtrot
2018-04-26 19:46:24 -04:00
Adam
1deb6591ab Merge pull request #1404 from Abextm/async-item-sprites
Asynchronous item sprites
2018-04-26 19:45:51 -04:00
Max Weber
30e70bb9d1 cache: Name ObjectDefiniton's varpID and configID correctly 2018-04-26 17:26:15 -06:00
oplosthee
d9000b5f4a Add toggle for drawing overhead player names to PlayerIndicators plugin 2018-04-27 01:04:52 +02:00
Jordan Atwood
f682057d53 Add missing Pyramid emote clue item
Fixes runelite/runelite#2004
2018-04-26 14:27:16 -07:00
Max Weber
8cd5675d36 Use ItemManager in GrandExchangePlugin 2018-04-26 14:53:44 -06:00
Max Weber
30413c0257 Use ItemManager in KourendLibraryPlugin 2018-04-26 14:53:30 -06:00
Max Weber
b3fa9a5e49 Allow ItemManager to be ran off the client thread
This allows the ItemManager to return a blank BufferedImage if it's not called on the client thread. This also makes it not render the image until the cache has been downloaded
2018-04-26 14:53:00 -06:00
Max Weber
d680c91c19 Allow ClientThread to re-run invokeLater-ed methods 2018-04-26 13:59:44 -06:00
Max Weber
5054caffa1 Initialize ItemManager to a complete state
This reverts e3637fbb27868c42b9acb7c9f2a8f4308179e143 , changing it so RuneLite gets it's ItemManager late, as opposed to the ItemManager being constructed in a invalid state.
2018-04-26 13:59:44 -06:00
Adam
607c465101 update check: set read timeout on socket, move off of request thread
Update check was hung on read(), which holds a lock causing all other requests for update status to wait
2018-04-26 13:04:13 -04:00
Tomas Slusny
6f12f50578 Do not draw text on top of Mark Of Grace
This is GroundItemsPlugin's job.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-26 14:56:33 +02:00
Tomas Slusny
70f8c6f925 Agility plugin small code cleanup
- Do not use 1 line ifs
- Mark fields final properly
- Remove confusing comments

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-26 14:55:54 +02:00
Runelite auto updater
4f984d8760 [maven-release-plugin] prepare for next development iteration 2018-04-26 11:13:15 +00:00
Runelite auto updater
f85ff1691a [maven-release-plugin] prepare release runelite-parent-1.3.6 2018-04-26 11:13:10 +00:00
Runelite auto updater
63ff4eec0a Update 169 2018-04-26 10:58:36 +00:00
Tomas Slusny
760e5321fb Merge pull request #1937 from Juzzed/highscore-IM-HCIM-UIM-fix
Fix Ironman, HCIM and UIM highscores when looked up through chat
2018-04-26 10:44:05 +02:00
Mantautas Jurksa
e163a77619 Use Text.removeTags in MenuManager
To fix the issue with looking up ironman names, use Text.removeTags to
remove the <img> tag from name too.

Fixes #1925
2018-04-26 10:32:00 +02:00
Gabriel
e29a21bf7b Fix guard dog description, add Roavar and Hazelmere clue location (#1958)
- Fixes description for the guard dog/ardougne pub step
- Highlights Roavar and adds his location
- Adds location to Hazelmere step
2018-04-26 10:20:44 +02:00
Tomas Slusny
287d466c1a Merge pull request #1949 from Abextm/tithe-npe
TitheFarmPlugin: Fix null pointer when crops near camera
2018-04-26 09:04:42 +02:00
Tomas Slusny
dcf2d0ac1c Merge pull request #1943 from Kamielvf/entity-hider-fix
Fix issue where hiding local player would not hide you when in clan
2018-04-26 09:03:32 +02:00
Max Weber
605646a84c tithefarmplugin: Fix null pointer when crops near camera 2018-04-25 19:11:19 -06:00