trimbe
1a10215b1d
item stats: use ClientThread where necessary for resetting
2019-03-13 11:11:30 -04:00
trimbe
b9bf0e3639
item stats: use GameTick to determine when GE is closed
2019-03-13 11:11:26 -04:00
Adam
8db9681809
Merge pull request #6947 from trimbe/item-information
...
Item Stats: Add item information panel when buying items in the GE
2019-03-12 16:13:53 -04:00
trimbe
849e044bb0
item stats: add item information panel when buying items in the ge
...
Co-authored-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-12 14:57:45 -04:00
Adam
60b3ed18c0
xptracker: fix initiailizing overall xp on login
...
The isInitialized() check was not strict enough causing the xp events on
login being calculated twords gained xp
Also fix xp tracker not being initialized on accounts with 0
construction exp due to the result of updateSkill not being INITIALIZED
Closes #8167
2019-03-12 09:02:21 -04:00
Adam
0562e9e49e
chat commands: check message length before use
...
If we don't check the length of the message before we access it with substring(command.length() + 1) we will get a string index out of range error.
Co-authored-by: Paul Wendelboe <pwendelboe.git@gmail.com >
2019-03-12 08:29:16 -04:00
Dennis
5f0b731337
wiki plugin: add deselect on shutdown
2019-03-12 01:37:26 +01:00
Adam
d617d1960f
friend notes: replace nbsp from friend names in config keys
2019-03-11 18:17:16 -04:00
Adam
6371a7dd0b
config manager: throttle config saves to file
...
When the default config is applied it queues a lot of saves to disk that
are unnecessary
2019-03-11 09:04:33 -04:00
Tomas Slusny
167cc53cc1
Merge pull request #8172 from Seven-Ate/master
...
Add missing item mappings for hydra slayer helm
2019-03-11 09:55:44 +01:00
Abex
b302dee697
Merge pull request #8147 from Abextm/real-cs2-names
...
use RuneStar cs2 opcode names
2019-03-10 23:34:02 -06:00
Seven-Ate
9327d9704c
Add missing item mappings for hydra slayer helm
2019-03-10 19:09:03 -04:00
Nate Brown
840bbeb2b0
Change Chaos Fanatic's slayer task icon to match respawn timer icon ( #8162 )
2019-03-10 18:39:33 +01:00
Jordan Atwood
11b578b7c2
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-09 21:42:49 -05:00
Jordan Atwood
191feb94f6
worldpoint: Add getRegionX() and getRegionY()
2019-03-09 20:10:35 -05:00
Jordan Atwood
a18827f929
worldpoint: Add static fromRegion method
2019-03-09 20:10:34 -05:00
Jordan Atwood
15fbbdd786
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-09 20:10:33 -05:00
Jordan Atwood
5420f874db
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-09 20:10:26 -05:00
Max Weber
f1d919765d
runelite-client: Remove ChatboxInputManager
...
It was superseded by ChatboxPanelManager and has been broken for a while now
2019-03-09 00:01:48 -07:00
Tomas Slusny
28b5e65f19
Merge pull request #8134 from trimbe/fix-ardougne-diary
...
diary requirements: add missing period in combat camp task
2019-03-08 10:50:16 +01:00
Adam
c5ebc9547c
api: update 178
2019-03-07 08:38:55 -05:00
trimbe
7432351cba
diary requirements: add missing period in combat camp task
2019-03-07 00:03:49 -05:00
Adam
420744c7a7
session manager: change to null session on close
...
This fixes not assigning null to the websocket session id, which
prevented re logging in later due to login() reusing the closed sockets
id.
Fixes #8089
2019-03-06 19:09:11 -05:00
Adam
8a6a6f93bf
account plugin: move logout off of swing thread
2019-03-06 19:08:20 -05:00
Adam
c74ce60987
clan chat: cleanup onGameStateChanged logic from earlier merge
2019-03-06 18:51:38 -05:00
Adam
3e5f845ebd
Merge pull request #8105 from deathbeam/clan-member-join-leave
...
clanchat: Update clan members set on clan chat join/leave events
2019-03-06 18:50:33 -05:00
Adam
33988a72e1
Revert "Merge pull request #5890 from Nightfirecat/colored-ground-markers"
...
This reverts commit 72b3e4560d , reversing
changes made to 5a5de3d33f .
2019-03-06 14:53:59 -05:00
Adam
66bce610db
Revert "Merge pull request #8070 from Nightfirecat/fix-ground-markers-bug"
...
This reverts commit b6cd739e61 , reversing
changes made to 5bf4b37d17 .
2019-03-06 14:53:45 -05:00
Tomas Slusny
13154625cf
clanchat: Update clan members set on join/leave events
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-06 15:23:11 +01:00
Adam
21bc06a13c
Merge pull request #8088 from Adam-/xptracker-overall
...
xptracker: correct total xp per hour calculation
2019-03-05 20:15:50 -05:00
Adam
39a2272396
Merge pull request #8110 from trimbe/remove-on-leave
...
clanchat: remove activity in buffer in ClanMemberLeft as well
2019-03-05 20:15:13 -05:00
WoneTooPhree
c3c090e76e
Move Tai Bwo Wannai Emote location closer to STASH
2019-03-05 14:20:07 +01:00
trimbe
d9e3549923
clanchat: remove activity in buffer in ClanMemberLeft as well
2019-03-04 21:29:20 -05:00
Adam
259dc2b7d2
Merge pull request #8073 from chivesrs/master
...
Remove Monkey Madness I requirement from Kourend Diary.
2019-03-04 17:05:19 -05:00
Adam
ed4bea9bca
Merge pull request #8051 from ShaunDreclin/daily-task-indicator-fix
...
Daily Task Indicator: Fix plugin not checking tasks when first enabled
2019-03-04 15:51:10 -05:00
Adam
5af01093bf
Merge pull request #8077 from ShaunDreclin/rogues-den-update
...
Update Rogues' Den plugin to use ItemContainerChanged event
2019-03-04 15:25:06 -05:00
SebastiaanVanspauwen
e6d0e5e29c
Clanchat: clear counter on login/connection lost instead of loading ( #8068 )
2019-03-04 10:01:07 +00:00
Adam
03db31de2f
Merge pull request #8095 from trimbe/joinleave-rank-visibility
...
clanchat: respect rank icon config for join/leave messages
2019-03-03 21:00:56 -05:00
Adam
1da6dfef44
Merge pull request #8092 from trimbe/fix-joinleave-ranks
...
clanchat: retrieve rank from ClanMember rather than ClanManager
2019-03-03 21:00:41 -05:00
TheStonedTurtle
acb840cffb
clanchat plugin: add CC rank icons to oublic and private messages
2019-03-03 20:53:56 -05:00
trimbe
9919cf5a76
clanchat: respect rank icon config for join/leave messages
2019-03-03 20:52:37 -05:00
trimbe
bb770a72b0
clanchat: retrieve rank from ClanMember rather than ClanManager
...
Ranks would be cached at the time of join/leave which was incorrect. Using the rank from ClanMember will always be correct and won't require the user to have spoken recently to cache their rank.
2019-03-03 20:17:19 -05:00
Adam
fdbe75a486
clanchat plugin: add join/leave messages
...
Co-authored-by: trimbe <benno.tremback@gmail.com >
2019-03-03 15:05:28 -05:00
Adam
188bb70417
xptracker: use long for tracking overall xp
2019-03-03 14:41:17 -05:00
Adam
319ccb68e4
xptracker: use tracked overall xpstate to calculate total xp
2019-03-03 14:29:14 -05:00
Adam
615a9db968
xptracker: remove unused exception
2019-03-03 14:29:08 -05: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
Shaun Dreclin
616b604adf
rogues den: Update plugin to use ItemContainerChanged event
2019-03-02 22:41:07 -05:00
Chives
ff43e3954a
Remove Monkey Madness I requirement from Kourend Diary.
...
Creating the tablet does not require quest completion.
2019-03-02 15:59:59 -08: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