Commit Graph
6901 Commits
Author SHA1 Message Date
trimbe e9597e85d8 mixins: use a ClanMember for ClanMemberJoined/Left 2019-03-03 20:17:03 -05:00
Adam 5104b39758 Merge pull request #8064 from trimbe/clan-join-leave
clan chat: add temporary join/leave messages
2019-03-03 15:17:38 -05:00
Adamandtrimbe fdbe75a486 clanchat plugin: add join/leave messages
Co-authored-by: trimbe <benno.tremback@gmail.com>
2019-03-03 15:05:28 -05:00
Adamandtrimbe e5f9db4fb4 api: add methods to get clan owner and chat name
Co-authored-by: trimbe <benno.tremback@gmail.com>
2019-03-03 15:03:43 -05:00
Adamandtrimbe facf438b50 api: add clan member join and leave events
Co-authored-by: trimbe <benno.tremback@gmail.com>
2019-03-03 15:03:43 -05:00
Adamandtrimbe 24003c69a7 api: add method to remove MessageNodes
Co-authored-by: trimbe <benno.tremback@gmail.com>
2019-03-03 15:03:43 -05:00
Tomas Slusny c44d8a96b7 Merge pull request #8082 from deathbeam/fix-supressions-xml
Update suppressions.xml dtd link to one that exists
2019-03-03 16:58:07 +00:00
Tomas Slusny efa141cf86 Update suppressions.xml dtd link to one that exists
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-03 11:05:27 +01:00
Tomas Slusny ea61c75a07 Merge pull request #8066 from SebastiaanVanspauwen/clanchat-clanchanged
Clanchat: count players already in scene
2019-03-03 09:53:42 +00:00
chivesrs ed764bd3be Update CheckStyle XML dtd link to one that exists (#8079) 2019-03-03 09:36:18 +00:00
Adam 9b0bb2b732 runescape-api: make RSNameableContainer a generic type 2019-03-02 18:37:08 -05:00
Adam cbd36ff379 Merge pull request #8049 from ShaunDreclin/music-track-indicator
Add Music Track Indicator plugin
2019-03-02 16:06:57 -05:00
Shaun Dreclin f6e5ef1f3d client: Add Music Track Indicator plugin 2019-03-02 15:44:01 -05:00
Shaun Dreclin cc210a3035 api: Add unlocked music tracks to VarPlayer 2019-03-02 15:44:00 -05:00
Shaun Dreclin 923c3bcd26 api: Add getKeys() to EnumComposition 2019-03-02 15:44:00 -05:00
Tomas Slusny b6cd739e61 Merge pull request #8070 from Nightfirecat/fix-ground-markers-bug
ground markers: Fix marking non-marked tiles
2019-03-02 20:40:04 +00:00
Shaun Dreclin 6dec25aee4 api: Add EnumID class 2019-03-02 15:39:36 -05:00
Adam 5bf4b37d17 Merge pull request #8046 from Nightfirecat/fix-poh-groundmarkers
worldpoint: Fix plane value in toLocalInstance
2019-03-02 14:22:54 -05:00
Jordan Atwood 7e02694652 ground markers: Fix marking non-marked tiles
This fixes the bug introduced in runelite/runelite#5890 where attempting
to mark a non-marked tile while having the "Remember color per tile"
config disabled would prevent new tiles from being marked. Instead, it
properly ensures that unmarking tiles with that config disabled will not
re-mark it with an updated color, causing a second unmark to be needed.
2019-03-02 09:27:54 -08:00
Sebastiaan Vanspauwen a4977abbf2 Clanchat: added onClanChanged event to count players already in scene 2019-03-02 14:08:43 +01:00
Tomas Slusny 72b3e4560d Merge pull request #5890 from Nightfirecat/colored-ground-markers
Add support for colored ground markers
2019-03-02 11:36:40 +00:00
Tomas Slusny 5a5de3d33f Merge pull request #8018 from deathbeam/raids-infobox
Remove our raids points overlay and instead make vanilla one moveable
2019-03-02 11:31:30 +00:00
Jordan Atwood ad65a9aad9 ground markers: Allow different colored markers
This adds a color indicator per marker, saved to config, allowing
multiple markers to be different colors. In addition, a configuration
option is added to switch between per-tile color display or current
configured color display. (that is, new or existing behavior)

This change will set a color in config for old markers with null colors
when those markers are loaded.

Fixes runelite/runelite#3395
2019-03-02 12:29:28 +01:00
Jordan Atwood 36fdb620fc ground markers: Fix startup and shutdown bug
When logging in to the game with the plugin disabled, enabling it will
not cause points to be filled, as the game state trigger will not be
reached. This commit properly loads points on plugin startup and clears
them on shutdown.
2019-03-02 12:23:15 +01:00
Jordan Atwood 285926924b ground markers plugin: Clean up legacy code
This includes various code quality improvements such as stronger access
control, enforcing newlines at EOF, naming magic numbers and strings,
and utilizing higher efficiency methods and class constructors.
2019-03-02 12:23:15 +01:00
Jordan Atwood 39bbf2f259 worldpoint: Add getRegionX() and getRegionY() 2019-03-02 12:23:15 +01:00
Jordan Atwood 1675a7e0a1 worldpoint: Add static fromRegion method 2019-03-02 12:23:15 +01:00
Adam b6ab78b501 api: add changed varp index to VarbitChanged event 2019-03-01 22:28:56 -05:00
Adam 9d71713710 Move session events from api to client 2019-03-01 21:41:51 -05:00
Tomas Slusny 966c93c14b Merge pull request #7707 from SebastiaanVanspauwen/clanchat-amount
Clanchat: Show amount of members near you
2019-03-01 08:11:57 +00:00
Brennan Williams 3925e1fa50 Add Hydra shortcut pipes to agility plugin (#8052)
Fixes #8041
2019-03-01 08:10:06 +00:00
Tomas Slusny f96d46c9f4 Merge pull request #8024 from deathbeam/fix-config-load
Null-check remote configuration in config manager
2019-03-01 08:09:23 +00:00
Tomas Slusny 7d00368bd1 Merge pull request #8028 from ShaunDreclin/idlenotifier-mortar-and-pestle
Idle Notifier: Add support for grinding with pestle and mortar
2019-03-01 08:09:09 +00:00
Tomas Slusny 29da9ecdc9 Merge pull request #8027 from deathbeam/redir-https
Change logged-in redir to redirect to HTTPS
2019-03-01 07:03:28 +00:00
piebandit b053bd1a9c Add Compost, Bastion and Battlemage potions to Herblore skill calc (#8031) 2019-02-28 23:37:37 +00:00
Jordan Atwood 2922a8b5f8 worldpoint: Fix plane value in toLocalInstance
Fixes runelite/runelite#7985
Fixes runelite/runelite#8045
2019-02-28 15:27:25 -08:00
Runelite auto updater ce2fcd42d4 [maven-release-plugin] prepare for next development iteration 2019-02-28 12:48:07 +00:00
Runelite auto updater bb31c2e556 [maven-release-plugin] prepare release runelite-parent-1.5.14 2019-02-28 12:47:56 +00:00
Abex 3881bb08ac Merge pull request #8032 from Abextm/cache-code-2019-02-28-rev177
Cache code 2019 02 28 rev177
2019-02-28 04:52:00 -07:00
RuneLite Cache-Code Autoupdater 6b8419ca72 Update Scripts to 2019-02-28-rev177 2019-02-28 04:39:13 -07:00
RuneLite Cache-Code Autoupdater 05597fc5c5 Update NPC IDs to 2019-02-28-rev177 2019-02-28 11:33:32 +00:00
RuneLite Cache-Code Autoupdater 42c78f9a5e Update Object IDs to 2019-02-28-rev177 2019-02-28 11:33:32 +00:00
RuneLite Cache-Code Autoupdater 0bf814c3ab Update Item IDs to 2019-02-28-rev177 2019-02-28 11:33:30 +00:00
Shaun Dreclin f0abdbdda2 idle notifier: Add support for grinding with pestle and mortar 2019-02-27 17:28:36 -05:00
Magic fTail 3589c60243 Fix splashes not resetting idle countdown in idle notifier (#8025)
A splash doesn't make a hitsplat, but will still keep you logged in.
Useful for when splashing on yourself
2019-02-27 22:15:19 +00:00
Tomas Slusny d921b708e0 Merge pull request #8017 from Hydrox6/oauth-select-account
Add account prompt to the OAuth URL
2019-02-27 20:10:21 +00:00
Tomas Slusny 4a63f50abc Change logged-in redir to redirect to HTTPS
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-27 20:06:29 +01:00
Tomas Slusny 29f1115d83 Null-check remote configuration in config manager
This field can be null if the config service do not find absolutely
anything in config table for the user.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-27 15:05:18 +01:00
Tomas Slusny 38b7ac1235 Merge pull request #7947 from deathbeam/convert-item-stats-to-ids
Convert item stats mapping to use item ids instead of names
2019-02-27 09:19:13 +00:00
Tomas Slusny 14fe12e7d6 Convert item stats mapping to use item ids instead of names
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-27 10:10:52 +01:00