Commit Graph

2617 Commits

Author SHA1 Message Date
Dennis de V
ef02e6e316 runelite-mixins: add null check for widget group in getGroup() 2018-03-16 17:16:22 -04:00
Dennis de V
15ef09cd5e runelite-api: add widget open event 2018-03-16 17:16:18 -04:00
Dennis de V
56f8ebe4da runelite-api: add event for dragging widget 2018-03-16 17:16:14 -04:00
Dennis de V
5c83be7c2f runelite-api: expose dragging widget fields 2018-03-16 17:16:01 -04:00
Adam
12e761d04c Merge pull request #985 from tylerthardy/herbiboarFixes
Herbiboar fixes
2018-03-16 13:42:33 -04:00
Tyler Hardy
cf745cd974 Fix improper varbit for trail 31372 2018-03-15 21:29:41 -05:00
Tyler Hardy
21786dc1bf Move region check to loading 2018-03-15 21:29:25 -05:00
Adam
66f6db40b7 Merge pull request #967 from ChaoticConundrum/itemstats-add-pr
Add some items to Item Stats plugin
2018-03-15 21:59:27 -04:00
Adam
a1fe89f24f Merge pull request #983 from deathbeam/proper-clicking-on-select
Click the navigation button on selecting in
2018-03-15 21:28:17 -04:00
Adam
43a0af6cb3 Merge pull request #893 from DevDennis/remove-reset-menu-entries
Remove reset menu entries
2018-03-15 21:27:51 -04:00
Adam
f99c4bcaf9 Merge pull request #886 from deathbeam/overlay-offsets
Set correct offsets to overlays, smaller panels
2018-03-15 21:16:19 -04:00
Adam
c30327106b Merge pull request #982 from deathbeam/fix-clientui-init
Fix ClientUI settings loading
2018-03-15 21:12:14 -04:00
Adam
5cfccd2e3c Merge pull request #981 from Abextm/kl-fix
Fix Kourend Library plugin
2018-03-15 21:00:26 -04:00
DESKTOP-G1DDN84\Denni
2e21f1e56a restore menu entries after open/close widget 2018-03-15 20:27:30 -04:00
Tomas Slusny
c81d344e92 Click the navigation button on selecting in
Call click action when selection NavigationButton.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-16 01:01:54 +01:00
Tomas Slusny
0ab3ee5378 Fix ClientUI settings loading
- Register services to EventBus before the ConfigManager#load is called
- Send events on loading from file
- Do not invokeLater in invokeLater

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 23:47:33 +01:00
Adam
59971ed521 Merge pull request #975 from deathbeam/fix-naming-conventions
Fix agility plugin and herbiboar plugin codestyle
2018-03-15 18:37:49 -04:00
Max Weber
b503ce752c kourendlibrary: Use correct coordinate conversion 2018-03-15 16:21:56 -06:00
Max Weber
159b6e99b6 kourendlibrary: Fix NPE while loading 2018-03-15 16:21:31 -06:00
Tomas Slusny
1bd796bee5 Remove unused variables in Herbiboar plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 17:22:13 -04:00
Tomas Slusny
5a7792d1ac Correctly name Herbiboar classes
- Rename Herbiboars to HerbiboarPlugin
- Rename HerbiboarsOverlay to HerbiboarOverlay
- Rename "Herbiboars" to "Herbiboar" plugin name

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 17:22:12 -04:00
Tomas Slusny
a8daa0156e Fix Herbiboar plugin naming conventions
Methods should never start with uppercase letter.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 17:22:11 -04:00
Tomas Slusny
ea1d610f1d Fix AgilityPlugin naming conventions
Methods should never start with uppercase letter.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 17:22:11 -04:00
Toocanzs
4893e11740 Add God Wars Altar Timer 2018-03-15 17:20:30 -04:00
Adam
6f1853575d runelite-mixins: add null checks in region mixin 2018-03-15 16:07:36 -04:00
Adam
680996ebe7 Merge pull request #838 from josharoo/slayer-infobox-expiry
Add timer to hide Slayer infobox
2018-03-15 12:40:08 -04:00
joshpfox
fe86d0b930 configurable slayer infobox expiry timer
Add an option in plugin config to set a time for the infobox to expire
Infobox appears on getting task, checking task, killing slayer monster, initial log in
2018-03-15 12:27:31 -04:00
Adam
eb9430d968 Merge pull request #978 from deathbeam/fix-herbiboar-npe
Fix herbiboar plugin NPE on startup
2018-03-15 12:20:33 -04:00
Adam
c479485c19 Merge pull request #884 from xaviergmail/superior-foes
Add slayer superior foe notification
2018-03-15 12:19:44 -04:00
Tomas Slusny
709ecd5987 Fix herbiboar plugin NPE on startup
Add null check for client.getMapRegions because during plugin startup
when game is loading, they are null.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-15 16:46:22 +01:00
Xavier Bergeron
87acc04696 Add slayer superior foe notification 2018-03-15 11:30:40 -04:00
Adam
e85aca3c70 Merge pull request #688 from tylerthardy/herbiboarPlugin
Herbiboar plugin
2018-03-15 11:21:07 -04:00
Adam
fc05994f79 Merge pull request #880 from deathbeam/cleanup-clientui
Cleanup ClientUI
2018-03-15 11:16:51 -04:00
Tyler Hardy
6bfe2ef122 Add herbiboar plugin 2018-03-15 11:11:23 -04:00
Tyler Hardy
38726e53a6 Add herbiboar varbits 2018-03-15 10:56:05 -04:00
Runelite auto updater
53e19ea206 [maven-release-plugin] prepare for next development iteration 2018-03-15 12:21:30 +00:00
Runelite auto updater
1dcdb90463 [maven-release-plugin] prepare release runelite-parent-1.3.0 2018-03-15 12:21:26 +00:00
XrioBtw
f4ed46edf6 Fix menu entry swap for shark harpoon fishing (#965)
* Change "Net" to "Big Net"

Shark harpoon option is supposed to be swapped with "Big Net", not "Net"
2018-03-15 10:02:44 +01:00
Charlie Waters
a9cfee0811 Add items to item stats plugin:
spinach roll, lava eel, sandwich lady items, jangerberries
2018-03-14 20:14:29 -04:00
Adam
3959b39e9e Merge pull request #964 from SomeoneWithAnInternetConnection/menuEntryAdded-for-itemdefs
Use a fieldhook for MenuEntryAdded events
2018-03-14 18:15:51 -04:00
SomeoneWithAnInternetConnection
f1751e21c3 Use a fieldhook for MenuEntryAdded events
The previously-hooked addMenuEntry method in runescape-client is one
that occasionally gets inlined which can cause weird breakages like
MenuEntryAdded not getting fired for menu entries defined in
ItemDefinitions. Hooking the menuOptionCount field should be more
reliable.

Fixes #936
2018-03-14 17:31:37 -04:00
Tomas Slusny
ad95be84cf Merge pull request #960 from Toocanzs/spec-orb-improvement
Fix spec orb regen timing
2018-03-14 22:25:10 +01:00
Adam
0d5a7ea6d8 cache: change netty dependency to netty-buffer 2018-03-14 16:48:38 -04:00
Adam
2e0dda8291 Merge pull request #961 from deathbeam/fix-indicators-array-allocation
Fix NPEs on startup from PlayerIndicators
2018-03-14 15:25:10 -04:00
Tomas Slusny
65619e998b Fix NPE from RSPlayer#getName
Add null check for getRsName, because when logging to game, sometimes it
is null, and throws NPE.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-14 18:09:58 +01:00
Tomas Slusny
380d4faba7 Fix NPEs on startup from PlayerIndicators
- Change the PlayerIndicators model to use injection
- Create new set from overlays when getOverlays is called

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-14 18:09:55 +01:00
Toocanzs
3c3cfc1192 Fix spec orb regen timing 2018-03-14 11:57:45 -04:00
Adam
57fd8b4283 Merge pull request #958 from deathbeam/fix-minimap-names
Fix drawing of player names on minimap
2018-03-14 08:19:04 -04:00
Tomas Slusny
2f3dbb2678 Fix drawing of player names on minimap
Move drawing player names on minimap to separate overlay, so the minimap
names can be rendered over minimap in resizeable mode.

Fixes #940

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-14 10:09:31 +01:00
Adam
4c9a3bcea9 runelite-client: add github release plugin configuration 2018-03-13 21:03:09 -04:00