Tomas Slusny
1eb68559e4
Merge pull request #9057 from WilliamCollishaw/fix-getProperties-typo
...
Fix typo in 'getProperties' function name
2019-06-08 22:52:51 +02:00
Tomas Slusny
aae7c0f72d
Merge pull request #9056 from WilliamCollishaw/fix-sessionCheck-typo
...
Fix typo in 'sessionCheck' function name
2019-06-08 22:52:11 +02:00
Tomas Slusny
a4bf0ba5a7
Merge pull request #9059 from WilliamCollishaw/fix-dunpJson-typo
...
Fix typo in 'dumpJson' function name
2019-06-08 22:51:34 +02:00
William Collishaw
1733147195
Fix typo in 'getProperties' function name
2019-06-07 22:26:50 -06:00
William Collishaw
462818aad7
Fix typo in 'sessionCheck' function name
2019-06-07 22:26:20 -06:00
William Collishaw
e88e2cdf85
Fix typo in 'dumpJson' function name
2019-06-07 22:24:15 -06:00
gregg1494
3252d1dd91
mining plugin: add sandstone and granite
2019-06-07 23:36:03 -04:00
Jacky
29930d7911
Add additional info to waterbirth coordinate clue
2019-06-07 23:33:36 -04:00
Aundron
a5c1a4e6f2
clue plugin: update Hosidius allotment clue location for rework
2019-06-07 23:30:47 -04:00
Jacky Liang
e13ae0495a
clue plugin: add Weiss coordinate clue description
2019-06-07 23:23:30 -04:00
Adam
bcc9943b7c
scripts: correctly pop unused input string when blocking chat input
2019-06-07 23:15:04 -04:00
Adam
b5acb61771
key remapping: fix clearing input when plugin is turned on
2019-06-07 23:15:01 -04:00
Adam
5f972f5bcc
key remapping: remove some unused widget and keylistener checks
2019-06-07 19:42:09 -04:00
Adam
bb25aee4cc
key remapping: don't remap fkeys when options dialog is open
2019-06-07 19:42:08 -04:00
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
Adam
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
Adam
8e2fe91ec8
keyremapping plugin: add F-key remapping
...
Co-authored-by: Robert Alexander <rla@navadrag.com >
2019-06-01 22:30:38 -04:00
Adam
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
Adam
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
Adam
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
Adam
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