Commit Graph
7432 Commits
Author SHA1 Message Date
Adam 59886b084a mixins: fix duplicate spawn events for large gameobjects 2019-06-06 09:56:03 -04:00
Runelite auto updater 72468f251c [maven-release-plugin] prepare for next development iteration 2019-06-06 11:28:55 +00:00
Runelite auto updater 7f70523f80 [maven-release-plugin] prepare release runelite-parent-1.5.26 2019-06-06 11:28:49 +00:00
Adam 0c2a253718 music list plugin: invalidate tracks and filter state on widget reload
This was keeping references to the old widget tracks, and having the
filter incorrectly applied.
2019-06-06 06:52:55 -04:00
Adam 8806bba274 inventory grid: add delay before activating overlay 2019-06-04 08:52:05 -04:00
Tomas Slusny c7357bcf29 Merge pull request #9005 from Nightfirecat/remove-nbsp-from-hotcoldlocation-file
HotColdLocation: Replace nbsp with normal spaces
2019-06-04 09:04:01 +02:00
AdamandJeremy Plsek 16bd84db3c client: add inventory grid plugin
Co-authored-by: Jeremy Plsek <jeremyplsek@gmail.com>
2019-06-03 20:23:27 -04:00
Adam 57f60a36e4 api: modify Widget.getWidgetItem to return widget items when no item exists
This allows plugins to get the canvas bounds of where items would be if
they existed. Update existing usages to account for the new behavior.
2019-06-03 20:23:27 -04:00
Tomas Slusny 059f8a9ecb Merge pull request #8984 from WilliamCollishaw/remove-redundant-stringbuilder-append-substring
Replace redundant StringBuilder append String.subString with append CharSequence
2019-06-03 21:01:29 +02:00
Adam c5a2eb0575 Merge pull request #8978 from deathbeam/otp-paste-public
Add support for pasting authenticator code on login screen
2019-06-03 11:37:05 -04:00
Jordan Atwood a96260056c HotColdLocation: Replace nbsp with normal spaces
The nbsp characters in this file seemed to be placed randomly, and not
for the intended purpose of preserving spaces across line breaks.
2019-06-02 18:59:28 -07:00
Ron Young 4aea1dbc49 client: readjust widget item overlay positions for modified widget item bounds 2019-06-02 19:59:05 -04:00
Ron Young 373fba0b5a mixins: correct widget item bounds location for if1 2019-06-02 19:59:05 -04:00
Adam f3e910984e achievement diary: fix legends guild jewllery task
The wording of the task changes depending on whether it is complete or
not. So, add both variations.

Closes #8986
2019-06-02 17:14:09 -04:00
Tomas Slusny fabeed62f9 Merge pull request #8983 from WilliamCollishaw/remove-redundant-substring-endIndex
Remove redundant subString endindex .length() calls
2019-06-02 15:00:40 +02:00
Adam f69c32f046 keyremappinig: replace some lambdas with method references 2019-06-01 22:31:03 -04:00
Adam f57abb7a7c keyremapping: fix keys getting stuck from map loading
If a key is depressed when loading, the key press was not getting
remapped, causing the camera to continiously spin. Change to only ignore
key presses on the login screen.
2019-06-01 22:31:02 -04:00
AdamandRobert Alexander 8e2fe91ec8 keyremapping plugin: add F-key remapping
Co-authored-by: Robert Alexander <rla@navadrag.com>
2019-06-01 22:30:38 -04:00
AdamandRobert Alexander 907dc37d40 wasd plugin: rename to keyremapping plugin
Co-authored-by: Robert Alexander <rla@navadrag.com>
2019-06-01 22:30:38 -04:00
Tomas Slusny b3e02ac9b7 Add support for pasting authenticator code on login screen
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-06-02 03:07:42 +02:00
Tomas Slusny e48a7e4a54 Add LOGIN_SCREEN_AUTHENTICATOR game state
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-06-02 03:07:32 +02:00
Tomas Slusny 706fdf5844 Expose loginIndex and otp fields from runescape client
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-06-02 03:07:18 +02:00
Adam 4e357e121b quest plugin: delete all child widgets before adding buttons 2019-06-01 20:12:17 -04:00
Adam c020717346 music plugin: delete all child widgets before adding buttons 2019-06-01 20:12:08 -04:00
Adam a4bfef647e ba: null game time after the game has been finished 2019-06-01 19:44:22 -04:00
Adamandjacoblairm 527c7d5172 ba: fix wave timer announce from exiting a tutorial
Co-authored-by: jacoblairm <jacoblairm@gmail.com>
2019-06-01 19:44:22 -04:00
Adamandjacoblairm 35625f4bba ba: update to no longer use icons to determine role
The recent game update removed icons. Instead use the interface to
determine the player's role.

Co-authored-by: jacoblairm <jacoblairm@gmail.com>
2019-06-01 19:44:22 -04:00
William Collishaw f1c8f380d9 Replace redundant StringBuilder append String.subString with append CharSequence 2019-06-01 13:46:56 -06:00
William Collishaw 531546e3a0 Remove redundant subString endindex .length() calls 2019-06-01 13:19:15 -06:00
xDemoN 82711a6d35 Cluescrolls: Swap STASH Units for Exam Centre Emote Clues (#8963) 2019-06-01 11:07:58 +02:00
AdamandBarragek0 aeaa2850ee client: add mining plugin
Shows progress indicators for respawn times on all rocks that can be mined.

Co-authored-by: Barragek0 <barragek0lol@gmail.com>
2019-05-31 22:21:45 -04:00
Adam 417e48fc7e mixins: fix game object events to not fire for actors, projectiles, and graphic objects
The client adds and removes these temporary objects each frame, and
was firing multiple despawn events each frame.
2019-05-31 22:19:02 -04:00
Tomas Slusny fbe5ffaade Merge pull request #8957 from Hydrox6/agility-al-kharid-zip-line
agility: Fix highlighting of Al Kharid zip line
2019-05-31 17:22:35 +02:00
xDemoN 4b42c0ca85 Fix numulite buy limit in GE plugin (#8962) 2019-05-31 17:21:38 +02:00
Adam 59c1139b51 cooking plugin: add wine ferment timer 2019-05-30 20:14:00 -04:00
Adam 79e67a34bc Revert "cooking plugin: rename session to cooking session"
This reverts commit e40b1a7b10.
2019-05-30 20:00:08 -04:00
Adam cbfcba325d Revert "cooking plugin: add wine ferment timer"
This reverts commit e6113dc82a.
2019-05-30 19:28:23 -04:00
Adam 52ce25e780 Revert "cooking plugin: fix wine fermentation timer to begin at appropriate time"
This reverts commit acaef50b91.
2019-05-30 19:28:07 -04:00
Hydrox6 902d2f952b agility: Fix highlighting of Al Kharid zip line 2019-05-30 18:03:03 +01:00
Runelite auto updater ac19fd56b7 [maven-release-plugin] prepare for next development iteration 2019-05-30 11:09:43 +00:00
Runelite auto updater 0d3e7049cc [maven-release-plugin] prepare release runelite-parent-1.5.25 2019-05-30 11:09:37 +00:00
Adam db874a4d41 Merge pull request #8954 from abextm/cache-code-2019-05-30-rev180
Cache code 2019 05 30 rev180
2019-05-30 06:48:58 -04:00
RuneLite Cache-Code Autoupdater eaedc7a4ed Update Widget IDs to 2019-05-30-rev180 2019-05-30 04:42:16 -06:00
RuneLite Cache-Code Autoupdater 2555c35736 Update Item variations to 2019-05-30-rev180 2019-05-30 10:33:10 +00:00
RuneLite Cache-Code Autoupdater 764f26ec6e Update Item IDs to 2019-05-30-rev180 2019-05-30 10:33:10 +00:00
Jordan Atwood 81050f264a attack styles: Attach spec bar redraw listener to weapon text
This fixes a bug where the special attack bar would not be redrawn if
the combat tab was opened with any weapon equipped which did not have a
special attack bar. The weapon text widget is used because it is always
rendered with the combat tab widgets, and does not already have any kind
of listeners attached.

Fixes runelite/runelite#8946
2019-05-29 21:19:33 -04:00
Hydrox6 5ec52d3591 Fix Hosidius Easy Cryptic clue after rework (#8940)
The Hosidius Rework moved this clue slightly north west, and into the kitchens
2019-05-29 10:43:35 +02:00
Adam 0f79e85433 clue plugin: update Hosidius clue hint from rework 2019-05-28 08:16:29 -04:00
Jacky Liang 7217d3f962 Add camulet teleport icon to worldmap (#8934) 2019-05-28 08:11:39 -04:00
Tomas Slusny 8903b849bc Add support for center label to ProgressBarComponent
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-05-28 08:09:45 -04:00