Commit Graph
2309 Commits
Author SHA1 Message Date
Seth ebbb73d080 opponent info: remove color tags from opponentOpponent name 2018-03-01 17:26:41 -06:00
Runelite auto updater af46fc4756 [maven-release-plugin] prepare for next development iteration 2018-03-01 14:43:43 +00:00
Runelite auto updater 5ae9a9fbff [maven-release-plugin] prepare release runelite-parent-1.2.18 2018-03-01 14:43:38 +00:00
Runelite auto updater 4a2d242c72 Update 165 2018-03-01 14:37:36 +00:00
Tomas Slusny 492196ca32 Remove inSequence import b/c problems with mapping (#753)
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-01 15:31:38 +01:00
Lotto 2b65979a21 runelite-client: remove diary progress plugin
The functionality was added to the game
2018-03-01 15:03:33 +01:00
Adam 8207535475 Merge pull request #739 from SemtexError/cannon-unload
Cannon emptying, double hit spots and UI panel.
2018-02-28 19:45:38 -05:00
semtexerror 9874b3af43 cannon plugin: draw npc double hit spots 2018-02-28 19:09:56 -05:00
semtexerror d747af78b7 cannon plugin: add overlay for cannonballs left 2018-02-28 19:09:52 -05:00
semtexerror d2b496ffd4 cannon plugin: cleanup 2018-02-28 19:09:48 -05:00
semtexerror 41cde74023 cannon plugin: support unloading cannon 2018-02-28 19:09:37 -05:00
Adam f1b541473f Merge pull request #717 from deathbeam/hunter-remove-anim-checks
Remove animation checks and catchrate from hunter
2018-02-28 18:02:01 -05:00
Adam 1b98570b60 Merge pull request #732 from arlyon/osx-fullscreen
Add platform-specific code to enable native fullscreen mode on OSX
2018-02-28 17:54:45 -05:00
arlyon 7f0e1b2ba2 runelite-client: enable fullscreen on osx 2018-02-28 17:43:43 -05:00
arlyon 7601f984c4 runelite-client: split ostype into its own utility 2018-02-28 17:43:36 -05:00
Tomas Slusny 76fbab60fc Remove catch rate overlay
Remove catch rate overlay because the catch attemps do not always need
to be correct, because sometimes it might count other player's trap.
Also, it works only for imps, boxes and bird snares otherwise it always
shows 100%.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-28 10:27:13 +01:00
Tomas Slusny 70916be164 Remove animation checks
Remove animation checks from hunter plugin because animations are
unreliable and do not work during 3ticking. Reasoning is it is better to
have shown extra traps sometimes than not registering own traps
sometimes

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-28 10:26:13 +01:00
Adam 79e53bb3eb Merge pull request #693 from Adam-/input
Add support for hooking input
2018-02-27 20:51:17 -05:00
Adam a154d56267 Merge pull request #707 from devLotto/issue-704
opponentinfo: display the name of the target of your target
2018-02-27 20:38:30 -05:00
Adam fced63acbe Merge pull request #703 from devLotto/inventorywidget-query-addition
Add guide prices and equipment window support to InventoryWidgetItemQuery
2018-02-27 20:28:58 -05:00
Adam e35c8928d7 Merge pull request #716 from deathbeam/fix-minimap-error
Fix NPE in minimap plugin
2018-02-27 20:08:01 -05:00
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
Adam a999863a80 Add support for intercepting mouse and keyboard input
Also allow translating mouse input for stretched fixed mode.

This is required for moving overlays, and interacting with the instance map.
2018-02-27 19:31:45 -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
Tomas Slusny 85003ff5c0 Fix NPE in minimap plugin
Prevent failing on NPE when trying to access originalDotSprites or when
trying to access map dots.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-27 14:23:25 +01:00
Lotto 45a1c737fa Add equipment window support to InventoryWidgetItemQuery 2018-02-27 14:13:03 +01:00
Lotto cf92765cf3 Add guide prices support to InventoryWidgetItemQuery 2018-02-27 14:13:03 +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
Lotto 20eeadd702 opponentinfo: display the name of the target of your target 2018-02-26 23:54:42 +01:00
Lotto 42c6de3403 Add varbit for multicombat area 2018-02-26 23:54:29 +01: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