Commit Graph

2282 Commits

Author SHA1 Message Date
Adam
abec047740 Merge pull request #718 from devLotto/examine-fix
examineplugin: only capture menuactions with the option "Examine"
2018-02-27 20:07:06 -05:00
Adam
a4b20d40d5 Merge pull request #721 from devLotto/issue-471
notifier: add option to disable notification sounds
2018-02-27 20:05:20 -05:00
Adam
53b025007b Merge pull request #723 from devLotto/add-agility-courses
Add missing agility courses
2018-02-27 19:58:15 -05:00
Adam
97112ad0e6 Merge pull request #729 from devLotto/hiscore-hover
hiscoreplugin: show skill details on hover instead of click
2018-02-27 19:57:49 -05:00
Lotto
5c7c882ecb hiscoreplugin: show skill details on hover instead of click 2018-02-27 20:50:39 +01:00
Tomas Slusny
326f498ae9 Merge pull request #565 from XrioBtw/patch-11
Add missing cancel menu action
2018-02-27 17:34:35 +01:00
Tomas Slusny
bec15addbb Merge pull request #724 from devLotto/model-fix
Fix ArrayIndexOutOfBoundsException on getting vertices of certain gameobjects
2018-02-27 17:10:12 +01:00
Lotto
17f19f9473 agilityplugin: add support for Brimhaven 2018-02-27 16:17:39 +01:00
Lotto
2c0ab96e70 agilityplugin: add support for Dorgesh-Kaan 2018-02-27 16:17:32 +01:00
Lotto
141f5ac778 modelmixin: use verticesCount/trianglesCount instead of array lengths 2018-02-27 15:43:14 +01:00
Lotto
13b03a4710 notifier: add option to disable notification sounds 2018-02-27 14:09:44 +01:00
Lotto
59faa482e3 examineplugin: only capture menuactions with the option "Examine" 2018-02-27 13:43:27 +01:00
l2-
cc8e8f7006 Xp orb fixes (#689)
* xp progress arcs now render correctly and are a neat circle at 99.9% progress. Slightly changed position of the xp orbs. also added customization to change the position and strokewidth and more
2018-02-27 12:40:27 +01:00
Adam
ec9dbf47b3 attack indicator plugin: process hidden styles on startup/shutdown and config changes 2018-02-26 18:49:48 -05:00
Adam
e7a09d00dd Merge pull request #706 from devLotto/widget-ishidden-fix
Fix Widget#isHidden returning incorrect state
2018-02-26 17:09:14 -05:00
Kamiel
1505391ef0 Fix panel expanding inconsistency (#464)
* Fix panel expanding inconsistency

Make the panel actually expand outwards of the client instead of inwards. Fixes inconsistency of game size.

* Stop client from shrinking after expanding sidebar inwards
2018-02-26 19:26:17 +01:00
Lotto
b8089a30b2 Add grand exchange support to InventoryWidgetItemQuery 2018-02-26 18:50:42 +01:00
Lotto
856f1d9a96 Fix Widget#isHidden returning incorrect state when parent is null 2018-02-26 18:46:09 +01:00
Adam
01ae857fdb Merge pull request #663 from l2-/boostcolors
Boostcolors
2018-02-26 12:29:41 -05:00
Adam
a584acb2e3 boosts overlay: show boosts in color 2018-02-26 11:49:09 -05:00
Adam
c3325f84d2 text component: allow color tags 2018-02-26 11:48:13 -05:00
Adam
884ca28648 Merge pull request #679 from devLotto/puzzlesolver-improvements
Improve the puzzle solver
2018-02-26 10:15:39 -05:00
Adam
854ac24a30 Merge pull request #683 from NotFoxtrot/pyramid-plunder
Pyramid plunder
2018-02-26 10:09:32 -05:00
NotFoxtrot
112a518609 Add new overlay for Pyramid Plunder 2018-02-26 08:57:00 -05:00
Adam
631d7e5e80 Merge pull request #701 from Abextm/camera-sorry
Fix Perspective when near tall terain
2018-02-26 08:42:15 -05:00
Max Weber
20d3c72bd4 cameraPitchCopy > cameraPitch 2018-02-25 22:53:49 -07:00
Max Weber
47f2061387 cameraPitch > cameraPitchTarget 2018-02-25 22:53:49 -07:00
Adam
188219ca10 Merge pull request #698 from SomeoneWithAnInternetConnection/ge-squashed
GE Offer tracking plugin
2018-02-25 22:07:56 -05:00
SomeoneWithAnInternetConnection
926bc9374f Create Grand Exchange plugin
This plugin tracks the player's current GE offers, displaying them in a
sidebar panel. Based off of PR #193
2018-02-25 21:34:16 -05:00
SomeoneWithAnInternetConnection
971b10c26c runelite-api: Add Grand Exchange offer support
This includes a new event: GrandExchangeOfferChanged which is fired
whenever a grand exchange offer is updated, either manually by the
player, or as a result of the offer being fufilled (partially or
otherwise)
2018-02-25 19:57:52 -05:00
SomeoneWithAnInternetConnection
7705d17c27 Rename progress to state in GrandExchangeOffer
The field formerly known as "progress" encoded what state the offer was
in which is a weird 4-bit thing that includes information about whether
the offer is a buy or sell offer, whether it's finished, and some other,
less well-defined info about (what seems to be) the offer's live-ness.
How close an offer is to being finished (ie its progress) is only really
based on how many items have bought/sold out of the total amount
requested/offered.
2018-02-25 19:55:00 -05:00
SomeoneWithAnInternetConnection
9b50f16339 Expose isStackable on ItemComposition objects 2018-02-25 19:55:00 -05:00
Adam
9e44e00248 Merge pull request #687 from deathbeam/fix-clientui-pack-crash
Fix crash in ClienUI configChanged event
2018-02-25 19:30:39 -05:00
Adam
6c0a36a7af Merge pull request #691 from devinfrench/fightcave
Change TzTok-Jad overlay to be persistent
2018-02-25 19:20:39 -05:00
Adam
931ae50515 Merge pull request #695 from NotFoxtrot/add-sceptre-to-jewellery
Add Pharaoh's sceptre to the jewellery count
2018-02-25 19:02:47 -05:00
Lotto
f210bbc4fb puzzlesolver: remove bounds check from PuzzleSolver#getStep 2018-02-25 20:48:16 +01:00
NotFoxtrot
3156402743 Add Pharaoh's sceptre to the jewellery count 2018-02-25 12:45:10 +01:00
Kamiel
9f30c8ce9d Use normal font weight for input field
Use normal font weight for input field
2018-02-25 11:04:41 +01:00
Tomas Slusny
046304bedd Merge pull request #675 from Kamielvf/raids-plugin-fix
Fix minor issues with Raids plugin
2018-02-25 10:47:27 +01:00
Kamiel
854369f04d Follow java coding conventions 2018-02-25 04:40:07 +01:00
Devin
8019c7eff6 Change TzTok-Jad overlay to be persistent 2018-02-24 15:52:02 -08:00
Adam
af39b4d925 hiscore plugin: add config for player option 2018-02-24 16:29:52 -05:00
Adam
429c821c2d hiscore plugin: remove player option on shutdown 2018-02-24 16:23:39 -05:00
Adam
69a04a5744 menu manager: add method to remove player menu items 2018-02-24 16:23:27 -05:00
Tomas Slusny
2efce3646e Fix crash in ClienUI configChanged event
Fix crash that can happen when ConfigChanged event arrives to ClientUI
and pack method is called in the event thread. Move swing/awt related
calls to swing thread to avoid this issue.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-24 22:11:43 +01:00
Adam
f4bdfeec13 Garbage collect world map once closed 2018-02-24 15:54:56 -05:00
Adam
df6fe0349c runelite-api: expose world map data 2018-02-24 15:54:55 -05:00
Adam
03a9257655 runescape-api: import world map data 2018-02-24 15:54:55 -05:00
Adam
246340c937 Merge pull request #626 from deathbeam/remove-tray-icon
Add default timeout of 10 seconds to notify-send on Linux
2018-02-24 15:38:14 -05:00
Adam
f1b615fbe2 Merge pull request #655 from deathbeam/hunter-maniacal-monkeys
Hunter maniacal monkeys
2018-02-24 13:08:08 -05:00