Adam
44fba015f7
Merge pull request #345 from deathbeam/tile-indicators
...
Add tile indicators plugin
2018-01-13 22:16:08 -05:00
Tomas Slusny
f565c4b7dd
Add tile indicators plugin
...
Add tile indicators plugin, that will currently highlight the tile
player is walking to. It is disabled by default, and have configurable
highlighting color.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-13 03:25:37 +01:00
Adam
facff8fe2f
Merge pull request #365 from deathbeam/fix-archetype
...
Fix runelite-plugin-archetype
2018-01-12 21:15:10 -05:00
Adam
d3f1f595ea
Merge pull request #366 from UniquePassive/optimized-isFriend
...
Optimize isFriend, isIgnored and add isClanMember to client API
2018-01-12 21:13:36 -05:00
UniquePassive
68d448b7de
Implement optimized isFriend, isIgnore and isClanMember
2018-01-12 20:49:21 -05:00
Tomas Slusny
3479ea3f30
Fix runelite-plugin-archetype
...
- Use "install" instead of "verify" so archetype test can pick up the
latest RuneLite version
- Remove "clean" from goals.txt
Fixes #364
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-12 20:29:06 +01:00
Adam
f82130ba21
readme: update logo url
...
[ci skip]
2018-01-11 21:24:21 -05:00
Adam
36b2c75747
runelite-plugin-archetype: update for events which moved to api
2018-01-11 21:03:21 -05:00
Adam
bf028d8d0c
Merge pull request #358 from deathbeam/tooltip-overlap
...
Let overlapping tooltips stack vertically
2018-01-11 20:35:51 -05:00
Adam
a665120b3e
Merge pull request #359 from deathbeam/search-bar
...
Add search bar to ConfigPanel
2018-01-11 20:29:52 -05:00
Adam
104e04b3fa
Merge pull request #355 from Abextm/update-itemids
...
Update ItemIDs
2018-01-11 20:27:10 -05:00
Adam
27907c9e23
Merge pull request #343 from deathbeam/tar-idle
...
Add support for making tar idle notification
2018-01-11 20:26:48 -05:00
Adam
31c73e4d61
Move field hooks to mixins
2018-01-11 18:59:58 -05:00
Adam
16d08f62b8
Move RS-related events to runelite-api
2018-01-11 18:59:56 -05:00
Adam
948f31769f
runelite-client: fix plugin manager test
...
loadCorePlugins doesn't throw anymore when a plugin fails to load, just logs
2018-01-11 18:59:27 -05:00
Runelite auto updater
d6f7075870
[maven-release-plugin] prepare for next development iteration
2018-01-11 22:58:46 +00:00
Runelite auto updater
06a93ec072
[maven-release-plugin] prepare release runelite-parent-1.2.11
2018-01-11 22:58:43 +00:00
Tomas Slusny
9ea5ce17e6
Add search bar to ConfigPanel
...
Add search bar to ConfigPanel that will search plugin configuration
names and filter them based on input.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-11 18:33:34 +01:00
Tomas Slusny
f26cf7ac00
Let overlapping tooltips stack vertically
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-11 16:58:56 +01:00
Max Weber
e562e64083
Update ItemIDs
2018-01-11 06:43:50 -07:00
Adam
1066aa23a5
Merge pull request #344 from deathbeam/better-clan-rank-cache
...
Improve clan rank caching
2018-01-10 17:56:22 -05:00
Adam
c774784c4e
http-service: change item price cache to 30 minutes
2018-01-10 17:23:41 -05:00
Adam
9021b9a600
http-service: add cache control to item price
2018-01-10 15:47:54 -05:00
Adam
0fda835422
http-service: disable default cache control provided by spring-security
2018-01-10 15:45:41 -05:00
Adam
e53b33d4e8
http-service: remove junit/mockito dependencies since spring pulls them in
2018-01-10 15:44:35 -05:00
Adam
ad8b2e82d1
http-service: fix item price cache to use fetched time instead of price time
...
Reduce cache duration to 30 minutes
2018-01-10 11:44:56 -05:00
Adam
a87a969c70
dev tools: draw over everything
2018-01-09 20:10:49 -05:00
Abex
6a57783541
client: Add option to disable custom window chrome/style
2018-01-09 19:25:25 -05:00
Tomas Slusny
4871aee9ae
Improve clan rank caching
...
- Use Guava cache instead of scheduled caching to cache clan member
ranks to reduce frequency of caching and simplify logic
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 18:53:26 +01:00
Adam
81ebc99e99
Merge pull request #337 from Noremac201/attStyle
...
Hidden attack styles are now hidden upon login, and fixed bug with styles.
2018-01-09 09:23:26 -05:00
noremac201
4010729c9f
Fixed type 20 attack weapon styles
2018-01-09 08:47:13 -05:00
noremac201
64a95b89a1
Fixed attackStyle not being correct without configChangeEvent
2018-01-09 08:47:12 -05:00
Adam
5b7e2e355d
Merge pull request #342 from Abextm/warn-on-disable
...
client: add ConfigItem.warnOnDisable and warnOnEnable
2018-01-09 08:44:45 -05:00
Max Weber
f86b478f74
runelite-client: add ConfigItem.warnOnDisable and warnOnEnable to configure when confirmationWarning is shown
2018-01-09 08:14:23 -05:00
Adam
3f5bf99c70
runelite-client: fix --no-rs
2018-01-09 08:13:05 -05:00
Adam
1c256cd9c2
Merge pull request #341 from deathbeam/superantifire-timer
...
Add support for super antifire potion and antidote++ potion
2018-01-09 07:49:34 -05:00
Tomas Slusny
26b61be869
Add support for making tar idle notification
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 10:26:22 +01:00
Adam
1984f9eec2
Merge pull request #338 from Noremac201/reportButton
...
Added Report Button Utilities
2018-01-08 20:45:14 -05:00
noremac201
a273470130
Added Report Button Utilities Plugin
2018-01-08 20:15:37 -05:00
noremac201
a144788c72
Added ReportButton Widget to api
2018-01-08 20:15:32 -05:00
Adam
38587385d3
Merge pull request #340 from utsukami/idle-notify-debugging
...
Incorrect idle notifications
2018-01-08 19:28:16 -05:00
Tomas Slusny
e75d798689
Add Antidote++ timer to TimerPlugin
...
Add missing Antidote++ timer to TimerPlugin
Closes #334
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 01:00:26 +01:00
Tomas Slusny
c431a18a37
Add support for super antifire potion
...
Add support for newly introduced super antifire potion to TimersPlugin.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-09 00:59:47 +01:00
utsukami
d1aa41688a
Fixes idle notifications occurring when they shouldn't (interacting with bankers/players). See #282
2018-01-08 13:28:19 -05:00
Adam
26aec4fe1c
xp tracker: remove unused import
2018-01-08 10:04:26 -05:00
Adam
3d3b87a901
xp tracker: reset on world hop and on logging in
...
The logged in game state is set during play when a region update is received
2018-01-08 09:30:10 -05:00
Adam
7ed13a97e3
Update logo
2018-01-07 20:04:00 -05:00
SomeoneWithAnInternetConnection
de0ff99ead
Slayer plugin - fix "count on items" feature
2018-01-07 19:26:40 -05:00
Adam
05dc2eb39e
Consistently capitalize RuneLite
2018-01-07 17:25:48 -05:00
Adam
a29f55362c
cache test: get tmpdir from a system property
2018-01-06 22:26:09 -05:00