Commit Graph

6952 Commits

Author SHA1 Message Date
Abex
c09c84ccde Merge pull request #8139 from Hydrox6/wiki-spec-orb-fix
wiki: Update the Fixed Minimap Clickbox to account for the spec orb
2019-03-07 16:38:51 -07:00
Hydrox6
0197bc9eec wiki: Update the Fixed Minimap Clickbox to account for the spec orb 2019-03-07 23:12:59 +00:00
Runelite auto updater
ffe9f46021 [maven-release-plugin] prepare for next development iteration 2019-03-07 14:05:24 +00:00
Runelite auto updater
353797561e [maven-release-plugin] prepare release runelite-parent-1.5.15 2019-03-07 14:05:18 +00:00
Max Weber
d47e748bd6 runelite-api: Fix varcstrs for rev 178 2019-03-07 08:51:09 -05:00
RuneLite Cache-Code Autoupdater
2117396861 Update Scripts to 2019-03-07-rev178 2019-03-07 08:38:56 -05:00
RuneLite Cache-Code Autoupdater
580fcf4a3e Update Widget IDs to 2019-03-07-rev178 2019-03-07 08:38:56 -05:00
RuneLite Cache-Code Autoupdater
776b120ae6 Update NPC IDs to 2019-03-07-rev178 2019-03-07 08:38:56 -05:00
RuneLite Cache-Code Autoupdater
dae118c7eb Update Object IDs to 2019-03-07-rev178 2019-03-07 08:38:55 -05:00
RuneLite Cache-Code Autoupdater
654ec1adf4 Update Item IDs to 2019-03-07-rev178 2019-03-07 08:38:55 -05:00
Adam
40ea7fa607 cache: assign temporary names for new varc string opcodes 2019-03-07 08:38:55 -05:00
Adam
c5ebc9547c api: update 178 2019-03-07 08:38:55 -05:00
Runelite auto updater
d51c36a983 Update 178 2019-03-07 11:37:51 +00: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
36b6e7083f Merge pull request #8117 from devLotto/api-fix-twitter-feed
http-service: fix twitter feed links not working with newer theme
2019-03-06 18:01:25 -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
Lotto
046bdcc3e3 http-service: fix twitter feed links not working with newer theme
When using Twitter's new theme, https://twitter.com/statuses/[tweet_id] style links don't redirect to the tweet in question.

Urls before this change:
https://twitter.com/statuses/1102962117509087234

After this change:
https://twitter.com/OldSchoolRS/status/1102962117509087234
2019-03-05 18:59:04 +01:00
Tomas Slusny
274e5954d4 Merge pull request #8115 from WoneTooPhree/MediumClueEmoteLocation
Move Tai Bwo Wannai Emote location closer to STASH
2019-03-05 17:52:08 +00: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
Adam
913fa30c84 Merge pull request #8080 from chivesrs/fix-checkstyle-errors
Fix CheckStyle issues and enable CheckStyle in test code.
2019-03-04 15:17:12 -05:00
chivesrs
2427f61f37 Enable checkstyle on test sources 2019-03-04 14:56:46 -05:00
Adam
2cf177688f Merge pull request #7904 from deathbeam/cleanup-spring-profiles
Properly use Spring profiles in http-service tests and main implementation
2019-03-04 14:01:34 -05:00
Tomas Slusny
f91412b33e Migrate Spring unit tests to spring profiles
Instead of replacing configuration with test configuration on classpath,
create test profile and use that.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-04 19:25:54 +01:00
Tomas Slusny
52a862c43b Migrate SpringBootWebApplicationTest to spring profiles
- Instead of replacing configuration with dev configuration on classpath,
create dev profile and use that
- Move common properties to application.yaml

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-04 19:25:23 +01:00
Tomas Slusny
9838ae7e0f Fix SpringBootWebApplication auto-configuration annotation
The exclude is supposed to be on SpringBootApplication annotation,
otherwise IntelliJ Spring plugin errors, and also SpringBootApplication
already contains EnableAutoConfiguration.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-04 16:13:39 +00: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
Adam
24bda9265a Merge pull request #6943 from TheStonedTurtle/PM-CC-Icons
Add CC icons to Public Chat & Private Messages
2019-03-03 20:58:29 -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
fff48acaac Merge pull request #8081 from chivesrs/use-junit-assert
Replace Java asserts in test code with JUnit asserts.
2019-03-03 20:17:14 -05:00
trimbe
e9597e85d8 mixins: use a ClanMember for ClanMemberJoined/Left 2019-03-03 20:17:03 -05:00
Chives
2d66f86ca0 Replace assert keyword with JUnit assert functions 2019-03-03 17:09:36 -08: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
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
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
Adam
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