Commit Graph

2565 Commits

Author SHA1 Message Date
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
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
Adam
34d0f56dda Merge pull request #954 from Adam-/spriteimg
http-service: add sprite service
2018-03-13 14:33:51 -04:00
Adam
c234605254 Merge pull request #952 from Adam-/item-zoom
runelite-api: add scale to createItemSprite
2018-03-13 14:28:40 -04:00
Adam
e82e404c6e http-service: add sprite service 2018-03-13 14:21:18 -04:00
Adam
5411da531b runelite-api: add scale to createItemSprite 2018-03-13 14:13:14 -04:00
Adam
410ae392b5 Merge pull request #945 from deathbeam/fix-menu-entry-name
Title-case and remove "plugin" from ME swapper
2018-03-12 21:25:48 -04:00
Adam
b042e66926 Merge pull request #948 from sethtroll/fixminnowfishing
Fishing plugin: Fix minnow fishing
2018-03-12 21:15:19 -04:00
Adam
10311e4965 cache: fix item definition default zoom2d 2018-03-12 20:44:43 -04:00
Seth
fb3225ec34 fishing plugin: remove broken minnow npcs and swap to graphic check
previous "bad" minnow spot (npc ID 7734) was removed/changed to something different and now the fishing spot will just change graphic animation when the spot is bad.
2018-03-12 18:31:39 -05:00
Seth
3df3910b1b NpcID: update ids to cache 165 2018-03-12 18:31:10 -05:00
Tomas Slusny
258ff54848 Title-case and remove "plugin" from ME swapper
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-12 18:08:35 +01:00
Dennis de V
9aac22477b Fix ground items nullpointer exception 2018-03-12 08:50:42 -04:00
Adam
1121be0628 Merge pull request #933 from nvisser/xptracker-roundactions
Round actions remaining up
2018-03-12 08:30:15 -04:00
Adam
1856a5f1a1 sessions: decrease session ping frequency 2018-03-12 08:12:10 -04:00
Adam
0c924341c0 Merge pull request #844 from McSwindler/npc-fix-branch
Fix for null NPCs
2018-03-11 20:30:36 -04:00
Adam
6f5a8b75ea dev tools overlay: transform npcs if applicable 2018-03-11 19:20:03 -04:00
Adam
d71f8bd3b3 runelite-api: expose npc composition 2018-03-11 19:19:06 -04:00
Adam
d3e8e5e51a Merge pull request #931 from Joshua-F/feat/removeTags
Add a util method for removing tags
2018-03-11 12:16:19 -04:00
Adam
46ef2c8814 Merge pull request #927 from Blizik/hideminimap
Option to hide minimap
2018-03-11 11:54:28 -04:00
Joshua Filby
85ac977324 runelite-client: Update plugins to use Text.removeTags 2018-03-11 11:53:55 -04:00
Joshua Filby
e7f6793722 runelite-client: Add Text#removeTags method 2018-03-11 11:53:48 -04:00
Adam
e42781e293 Merge pull request #926 from DevDennis/loot-helper
ground items plugin: add option to highlight menu
2018-03-11 11:48:04 -04:00
Blizik
9848b58986 Add ability to toggle minimap display 2018-03-11 11:42:50 -04:00
Dennis
8f7db67984 ground items plugin: add option to highlight menu 2018-03-11 11:37:43 -04:00
Adam
398441616a Merge pull request #627 from XrioBtw/patch-12
Add Menu Entry Swapper plugin
2018-03-11 11:09:16 -04:00
XrioBtw
0ab5db6c2e Add menu entry swapper plugin 2018-03-11 10:58:38 -04:00
nvisser
2e318dfe58 Round actions remaining up 2018-03-11 15:40:43 +01:00
Infinitay
297cc7c6f9 Add confirmation dialog to runelite logout button 2018-03-10 21:53:07 -05:00
Adam
14299f543d Reset player menu types whenever the options are changed 2018-03-10 21:17:59 -05:00
Adam
24abe9b5d1 Merge pull request #915 from deathbeam/default-world-support-both-formats
Allow specifying default world in [0-9]{2} format
2018-03-10 10:26:46 -05:00
Adam
b910d81dcc Merge pull request #917 from Toocanzs/opponent-info
Continue to update opponent info while on screen
2018-03-10 10:21:42 -05:00
Adam
652dd91211 opponent info overlay: use last opponent if no opponent is targeted 2018-03-10 09:57:34 -05:00
Adam
e8d232de72 runelite-api: expose cachedNpcs 2018-03-10 09:55:07 -05:00
Adam
7320a4f61a runelite-api: add ability to get npc index 2018-03-10 09:54:47 -05:00
Adam
01c6064d24 Merge pull request #922 from Abextm/fix-hunter
hunter plugin: Don't iterate over all tiles
2018-03-10 09:34:31 -05:00
Adam
46553da6da Merge pull request #923 from Abextm/regen-orbs
Add regen meter plugin
2018-03-10 09:25:43 -05:00
Max Weber
c7deb854db Add regen meter plugin 2018-03-10 02:22:20 -07:00
Max Weber
2a579a3ebf hunter plugin: Don't iterate over all tiles 2018-03-09 21:11:19 -07:00