Commit Graph

7378 Commits

Author SHA1 Message Date
osrs-music-map
da260fb8b2 chat filter: add options to filter friends and clan members
Also no longer ever filter messages from the local player

Co-authored-by: Adam <Adam@sigterm.info>
2019-05-26 11:22:07 -04:00
Adam
0211149ce2 clanchat plugin: add clan tab chat option
This allows typing messages with the clanchat tab focused without having
to prepend them with '/'.
2019-05-26 10:56:41 -04:00
Adam
4f82be9691 xtea service: fix bulk query returning duplicates
Some rows have backfilled times that are duplicates, causing the join to
join multiple rows. Assume ids only increment and fetch the row with the
highest id instead, and join on id.
2019-05-25 18:02:56 -04:00
Adam
bc649d3d7b Merge pull request #8919 from abextm/farming-null
timetracking: Don't crash when seeing a garbage varbit value
2019-05-25 14:27:44 -04:00
Austin Bryant
acaef50b91 cooking plugin: fix wine fermentation timer to begin at appropriate time
Co-authored-by: Adam <Adam@sigterm.info>
2019-05-24 22:13:39 -04:00
achencoms
edf3abb75b client: add music list plugin and search filter
Co-authored-by: Adam <Adam@sigterm.info>
2019-05-24 21:36:44 -04:00
Adam
2791d22f62 quest list plugin: fix removing widets on shutdown 2019-05-24 20:57:40 -04:00
Max Weber
ea1b8fec97 timetracking: Don't crash when seeing a garbage varbit value 2019-05-24 17:42:41 -06:00
seandewar
b616ef9eab opponentinfo: add option to show both hp value and percent 2019-05-24 17:59:10 -04:00
Adam
0211cfbadf Merge pull request #8827 from abextm/wall-orient-2
correct misunderstandings related to wall orientation
2019-05-24 16:14:40 -04:00
Jared N
f1176d5a8a menu swapper: add Hardwood Grove menu swap option 2019-05-24 11:46:13 -04:00
Adam
4f3cc91c26 Merge pull request #8857 from Hydrox6/clue-beginner-map
clues: add support for beginner maps
2019-05-24 11:10:47 -04:00
Cistoran
62d56a097f worldmap: update Xeric's Glade teleport location 2019-05-24 10:13:38 -04:00
xDemoN
581a052497 Fix amulet of fury spelling error in ItemMapping.java (#8885) 2019-05-24 12:54:23 +02:00
Hexagon
a459656906 clue plugin: add stash unit built status to emote clue overlay 2019-05-23 22:06:58 -04:00
Adam
5d4f93ae7d Merge pull request #8895 from Nightfirecat/throw-exception-on-duplicate-config-keyname
PluginManagerTest: Ensure config keyNames are not duplicated
2019-05-23 19:05:00 -04:00
Adam
dfd772a78d Merge pull request #8903 from abextm/farming-180
timetracking: Update farming patches for the Hosidius rework
2019-05-23 18:57:24 -04:00
Max Weber
825b0167d6 timetracking: Update farming patches for the Hosidius rework 2019-05-23 11:30:30 -06:00
Runelite auto updater
46f5a51477 [maven-release-plugin] prepare for next development iteration 2019-05-23 11:52:51 +00:00
Runelite auto updater
8be5d2c595 [maven-release-plugin] prepare release runelite-parent-1.5.24 2019-05-23 11:52:45 +00:00
Max Weber
10a7384c76 Merge branch 'cache-code-2019-05-23-rev180' 2019-05-23 05:33:31 -06:00
Max Weber
21206ce622 client: Update broken object ids 2019-05-23 05:30:39 -06:00
Max Weber
a5f498e965 runelite-client: Print client patch build id 2019-05-23 07:06:42 -04:00
Max Weber
7b595ea1dd runelite-api: Move getModelHeight to Renderable 2019-05-23 07:06:42 -04:00
Max Weber
05da1c2b49 runescape-api: Remove Protect annotation 2019-05-23 07:06:42 -04:00
Max Weber
4d0022014c runelite-client: Remove unnecessary dependency on rs-api 2019-05-23 07:06:42 -04:00
Runelite auto updater
4e6c1ba893 Update 180 2019-05-23 10:35:12 +00:00
RuneLite Cache-Code Autoupdater
7c285228f0 Update NPC IDs to 2019-05-23-rev180 2019-05-23 10:33:24 +00:00
RuneLite Cache-Code Autoupdater
a74f3073ad Update Object IDs to 2019-05-23-rev180 2019-05-23 10:33:23 +00:00
Jordan Atwood
e5e2abebbd PluginManagerTest: Ensure config keyNames are not duplicated
This adds a new test to ensure plugin configurations do not duplicate
the keyName annotation argument to prevent runtime errors.
2019-05-22 23:39:57 -07:00
Adam
fac3d0cb4c xptracker: fix onscreendisplaymodebottom config key 2019-05-22 22:02:54 -04:00
Adam
3ef8076ba8 Merge pull request #8890 from piksu/8887-skillcalc-bugfix
skill-calc: Fix incorrect Bones to Peaches xp value
2019-05-22 18:39:56 -04:00
Jouni Pikkarainen
1a375cb3f5 Fixed incorrect bones to peaches xp value 2019-05-22 20:57:28 +03:00
Hydrox6
7aa0270845 clues: add support for beginner maps 2019-05-22 14:46:02 +01:00
aleios
b89d535fcb itemcharges: Add explorer's ring alchemy charge overlay. (#8867) 2019-05-21 20:30:41 +02:00
Tomas Slusny
e4d9845928 Merge pull request #8860 from deathbeam/more-more-config-xp
Add configurable bottom line contents for XP tracker
2019-05-21 20:28:15 +02:00
emerald000
8026785f16 Refactor combat level calculations to use closed-form formulas. (#8874)
* Refactor combat level calculations to use closed-form formulas.

Also move most calculations to the Experience utility class.
Fixes #7411.

* Add new test for magic levels that barely reach the next combat level.

* Add another test that breaks on master.
2019-05-20 10:31:16 -04:00
Tomas Slusny
8890d5b634 Merge pull request #8868 from deathbeam/add-mod-priv-chat
Add MODPRIVATECHAT to chat command manager
2019-05-19 12:19:28 +02:00
Tomas Slusny
24b81dde6c Merge pull request #8862 from xDemoN/cannon-decay
Remove Ammo Counter Overlay when Cannon Degrades
2019-05-18 14:36:28 +02:00
Tomas Slusny
6444b1cb64 Add configurable bottom line contents for XP tracker
Add option to switch between xp/hour and actions/hour for bottom line of
XP tracker.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-05-18 14:25:08 +02:00
Tomas Slusny
61724ed0ad Add MODPRIVATECHAT to chat command manager
This allows ChatCommandManager to handle also priv messages from pmods.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-05-18 14:23:03 +02:00
Adam
602e7d8ab9 Merge pull request #8111 from deathbeam/extract-api-vars-to-props
Support specifying API endpoins via java props
2019-05-17 22:49:58 -04:00
xDemoN
f21a86af41 cannon: remove counter on decay 2019-05-17 14:40:58 -04:00
Tomas Slusny
e4cd2bb0b9 Support specifying API endpoins via java props
- Add support fo specifying runelite.session.url java prop to be used
instead of RuneLite session base
- Add support fo specifying runelite.http-service.url java prop to be used
instead of RuneLite api base url
- Add support fo specifying runelite.ws.url java prop to be used
instead of RuneLite websocket url
- Add support for specifying runelite.static.url java prop to be used
instead of RuneLite s.r.n url

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-05-17 00:42:30 +02:00
Tomas Slusny
6071592e57 Change RuneLiteAPI#apiRoot to #sessionBase
- Rename apiRoot method to sessionBase method
- Move /session context path to sessionBase method

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-05-17 00:40:52 +02:00
Tomas Slusny
b6a5675375 Merge pull request #8847 from Timer180/myB
Add item mapping for Tormented Bracelet (or)
2019-05-16 20:01:42 +02:00
Timer180
07680c5aa1 Add item mapping for Tormented Bracelent (or) 2019-05-16 10:17:22 -07:00
Adam
51f2d0ed43 emoji plugin: add modprivatechat too 2019-05-16 09:06:30 -04:00
Runelite auto updater
5075547a8c [maven-release-plugin] prepare for next development iteration 2019-05-16 11:46:35 +00:00
Runelite auto updater
2e0050c644 [maven-release-plugin] prepare release runelite-parent-1.5.23 2019-05-16 11:46:29 +00:00