Abex
b302dee697
Merge pull request #8147 from Abextm/real-cs2-names
...
use RuneStar cs2 opcode names
2019-03-10 23:34:02 -06: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
Adam
b9a0a73213
Merge pull request #8128 from Nightfirecat/multi-color-ground-markers
...
Add support for different-colored ground markers
2019-03-09 23:31:28 -05: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
RuneLite Cache-Code Autoupdater
fc48e2a936
Rewrite scripts with new opcodes
2019-03-09 00:01:48 -07:00
Max Weber
75fbb07b41
cache: use RuneStar cs2 opcode names
...
With exception of the opcodes with jvm analogues, which follow jvm style
2019-03-09 00:01:48 -07: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
374aec5814
Merge pull request #8112 from deathbeam/remove-unneeded-get
...
Remove unnecessary .get() on OkHttp request
2019-03-08 14:53:23 +01: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
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
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
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
Tomas Slusny
ab4c2e51b8
Remove unnecessary .get() on OkHttp request
...
GET is default method for OkHttp request builder, no need to explicitely
define it.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-05 08:58:21 +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