Commit Graph

3967 Commits

Author SHA1 Message Date
Adam
2ea6b24512 Merge pull request #3474 from Adam-/clickbox
Optimize clickbox calculation
2018-05-29 21:29:20 -04:00
Adam
dd7c7e1a4d perspective: optimize clickbox generation 2018-05-29 21:12:48 -04:00
Adam
d6b5e31c9d runelite-api: use lombok constructors for Vertex/Triangle 2018-05-29 21:12:48 -04:00
Adam
4b18dce38c perspective: use viewport offset for offsetting rectangle in get2DGeometry 2018-05-29 21:12:43 -04:00
Adam
13ecc3efc9 Merge pull request #3233 from shmeeps/3168
Add notifications to Grand Exchange plugin
2018-05-29 21:08:25 -04:00
Ethan
d10a9b02c5 Add notifications to Grand Exchange plugin
Refs #3168
2018-05-29 20:36:04 -04:00
Adam
efab859685 Revert "perspective: use viewport offset in get2DGeometry"
This reverts commit 45597133f7.
2018-05-29 20:10:27 -04:00
Adam
d2b18d2af1 Merge pull request #3245 from shmeeps/3214
Add teleport scroll locations to map
2018-05-29 17:12:45 -04:00
Adam
ba9c4c6ece Merge pull request #3309 from shmeeps/1379
Update menu swapper for birdhouses
2018-05-29 14:54:10 -04:00
Ethan
d6813922f1 Add teleport scroll locations to map 2018-05-29 13:38:22 -05:00
Adam
b3456a50e2 Merge pull request #3404 from sainttx/local-player-death
Add local player death event
2018-05-29 11:08:08 -04:00
Hydrox6
921ed4a7e3 Fix items with no Grand Exchange Price using Store Price for the right click menu instead of High Alchemy value 2018-05-29 10:52:00 -04:00
Adam
8019a6e861 Merge pull request #3453 from MESLewis/remove-world-map-test-plugin
Remove WorldMapOverlayTest Plugin
2018-05-29 10:42:05 -04:00
Adam
e9661aed3d Merge pull request #3452 from deathbeam/lombok-java-10
Update Lombok to 1.16.22
2018-05-29 10:39:40 -04:00
Adam
58303c454d Merge pull request #3438 from shmeeps/1602
Update menu swapper to support multiple fairy ring defaults
2018-05-29 10:33:43 -04:00
Morgan Lewis
3618879038 Remove WorldMapOverlayTest Plugin
The plugin was originall created when developing world map overlays.
It is no longer needed as an example of how to use the world map
overlay.
2018-05-29 09:47:00 -04:00
Tomas Slusny
2e4f720c14 Merge pull request #3401 from MagicfTail/Boss-Timer-id
BossTimerPlugin: Find bosses based on id instead of name
2018-05-29 15:46:46 +02:00
Tomas Slusny
5bb0fdd852 Update Lombok to 1.16.22
This will make Lombok work with JDK10.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-05-29 15:39:24 +02:00
Magic fTail
58c5d7d15b More accurate respawn timers
Cerb, Thermy, Mole, Kraken, and Deranged Archeologists timers were based
off actorDeath, making them too long
2018-05-29 15:35:53 +02:00
Magic fTail
14c37f142d BossTimerPlugin: Find bosses based on id instead of name
Use id instead of name of boss when, when finding bosses. Makes support
for multi phase bosses possible if added.
2018-05-29 15:33:31 +02:00
Simon Landry
3db89124c3 Add Boiler to Dorgesh-Kaan obstacles IDs (#3437) 2018-05-29 10:06:16 +02:00
TzZek
f4650752d9 Add making wines to idle notifications (#3441)
Closes #3430
2018-05-29 10:05:23 +02:00
Ethan
319119b636 Update menu swapper to support multiple fairy ring defaults 2018-05-28 21:31:16 -05:00
Ethan
5b1088fb2e Add option to swap "interact" with "empty" on birdhouses 2018-05-28 21:24:15 -05:00
Adam
aadf5fa1cc Merge pull request #3428 from jplsek/enqueue
Enqueue most post/put/delete requests
2018-05-28 17:17:00 -04:00
Adam
1b1912cc08 Merge pull request #3421 from Adam-/chatcolor
runelite-client: add chat recolor plugin
2018-05-28 17:14:03 -04:00
Adam
e8d1433da1 runelite-client: remove chat color config from plugins 2018-05-28 16:42:06 -04:00
Adam
cbb23cf301 runelite-client: add chat color config 2018-05-28 16:42:06 -04:00
Adam
2480b55d9a config panel: allow color configs with no value 2018-05-28 16:17:49 -04:00
Adam
7378d53cdd config manager: fix resetting configuration items with no default value
Also don't reset config to the already existing value
2018-05-28 16:17:48 -04:00
Adam
1a373f62aa runelite-api: optimize ChatMessageType.of() 2018-05-28 14:59:50 -04:00
Lars
bec6e0afa0 Use screenmarker name not ID for displaying it (#3423) 2018-05-28 20:13:37 +02:00
Jeremy Plsek
025ed157f3 enqueue most post/put/delete requests
Instead of using the global SingleThreadedExecutor for some requests,
use enqueue method of okhttp.
This should hopefully help with some plugins, and more specifically the
ui from freezing while the online api is down.
2018-05-28 18:32:48 +01:00
Adam
bcac812635 Merge pull request #3420 from Adam-/untradeable
Add prices for untradable items
2018-05-28 11:51:27 -04:00
Adam
5f4268211c runelite-client: update bank calculation and barrows calculation to use item mapping 2018-05-28 11:40:46 -04:00
Maiddog
788271a1ae Fix typo in Pyramid Plunder emote clue (#3419) 2018-05-28 17:40:43 +02:00
Adam
12ac1b2c6c item manager: cache unable to look up on unsuccessful bulk lookup too 2018-05-28 11:34:21 -04:00
Adam
0cd0acba92 item manager: use item mapping 2018-05-28 11:34:18 -04:00
Adam
f87f7cb88a runelite-client: add ItemMapping to map untradeable items to tradeable versions 2018-05-28 11:33:38 -04:00
Adam
a6e652fa0b antidrag: reset drag when focus is lost 2018-05-28 08:50:57 -04:00
Lars
794ead0007 XpInfoBox - Remove min/max experience check (#3397)
Because of level goals, the min/max experience check can be overflown pretty easily and so is no longer necessary.
2018-05-28 10:40:19 +02:00
Matthew Steglinski
09f1775243 Add local player death event 2018-05-27 23:02:14 -04:00
Adam
a45ff3cecb Merge pull request #3314 from ypperlig/blastfurnaceclickbox
Blast Furnace - Draw clickbox on bar dispenser
2018-05-27 20:31:14 -04:00
ypperlig
a2b8ed8f7c blast furance plugin: add bar dispenser to clickbox overlay
Also added support to color the dispenser / conveyor depending on the
bar dispenser state.

These are the current expected values:

0 = No bars being processed
1 = Ores are being processed on the conveyor belt, bar dispenser cannot
be checked
2 = Bars are cooling down
3 = Bars can be collected
2018-05-27 20:07:25 -04:00
Adam
cc3cfdb25a Merge pull request #3325 from psikoi/screen-marker-names
Add naming to screenmarkers
2018-05-27 19:50:40 -04:00
Adam
a39967520a screen marker overlay: stop if preferred size is null
If the overlay renderer has no size saved in the config this can happen
2018-05-27 19:02:01 -04:00
Ruben Amendoeira
1526141123 Add naming to screenmarkers
This new feature adds names to screen markers, and allows a user to
rename an existing marker, with save and cancel options.
2018-05-27 18:46:54 -04:00
Adam
1f252a6893 Merge pull request #3317 from Kruithne/skill-calculator
Skill Calculator: Orange indicator for actions that will become available before target.
2018-05-27 18:42:23 -04:00
Adam
88474c102e skill calculator: turn indicators orange for actions that will become available before target 2018-05-27 17:37:38 -04:00
Adam
4f129da698 skill calculator: lombok some of UIActionSlot 2018-05-27 17:37:38 -04:00