Adam
f94af03a48
fishing plugin: add position to config
2018-07-27 23:05:23 -04:00
Adam
d9ca9f5060
fishing plugin: add minnows overlay
...
This shows a progress pie on how much time is left before the minnow
moves
Co-authored-by: Jacky <liangj97@gmail.com >
2018-07-27 23:05:22 -04:00
Kristian Welsh
5fe8033dc1
overlay util: adjust renderMinimapLocation for newer worldToMinimap
2018-07-27 18:30:30 -04:00
Adam
042c99d3d0
perspective: change worldToMinimap location calculation back
...
This is how the client calculates positions for npcs/players. Originally I had thought it fixed an issue with minimap overlays being off, but it was due to the constants we were using in worldToMinimap being off in order to account for renderMinimapLocation being wrong
2018-07-27 18:26:38 -04:00
Adam
6c7ea1f834
runelite-mixins: correct worldToCanvas arguments
...
The 'plane' is no longer actually a z offset
2018-07-27 18:26:38 -04:00
Adam
045146b122
perspective: fix checkstyle
2018-07-27 18:26:38 -04:00
Adam
cca977f784
perspective: fix getCanvasTileAreaPoly when getting tile next to a bridge
...
Pick the plane of the given tile and use it for all height calculations
2018-07-27 16:59:23 -04:00
Adam
0b8857d4de
perspective: split tile height logic out of local to world
2018-07-27 16:59:22 -04:00
Adam
bed529d9cd
Revert "perspective: fix regression caused by 2599db2"
...
This reverts commit d6906e735b .
2018-07-27 13:27:56 -04:00
Adam
b6954e0703
perspective: use less magic constants in getTileHeight
2018-07-27 11:31:17 -04:00
Adam
41996c181e
Revert "perspective: fix worldToCanvas to convert from local to scene coords correctly"
...
This reverts commit 4ecf45f19e .
2018-07-27 09:15:15 -04:00
Tomas Slusny
dfcbece66b
Add simple info log with startup time
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-07-27 12:10:08 +02:00
Tomas Slusny
d7b78936de
Merge pull request #4519 from devinfrench/kourendlibrary
...
kourend library plugin: Use correct enum naming convention
2018-07-27 10:13:44 +02:00
Tomas Slusny
96036d17d0
Merge PluginToolbar and TitleToolbar together
...
Because of new isTab property there is no need to separate the toolbars
anymore as it can be decided which one to add where based on it.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-07-27 10:00:08 +02:00
Tomas Slusny
7864522210
Add isTab property to title buttons
...
In order to differentiate between title and sidebar buttons in sidebar
add isTab property that will place them after separator.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-07-27 08:35:22 +02:00
Jacob McElroy
64f00270ea
Fix dig location of the West Barbarian Village H/C clue ( #4524 )
2018-07-27 08:21:53 +02:00
Tomas Slusny
af1e16fa34
Merge pull request #4523 from Nightfirecat/fix-abyssal-demon-task-requirement
...
achievement diary plugin: Fix Abyssal demon req
2018-07-27 08:05:06 +02:00
Jordan Atwood
b90261f524
achievement diary plugin: Fix Abyssal demon req
...
Fixes runelite/runelite#4522
2018-07-26 20:09:48 -07:00
Jordan Atwood
1d0702e19d
slayer plugin: Use ColorUtil functions
2018-07-26 19:51:32 -07:00
Jordan Atwood
3f67ed04c8
rune pouch plugin: Use ColorUtil functions
2018-07-26 19:51:32 -07:00
Jordan Atwood
0ef1adeaaa
puzzle solver plugin: Use ColorUtil functions
2018-07-26 19:51:31 -07:00
Jordan Atwood
a9d29a70f4
player indicators plugin: Use ColorUtil functions
2018-07-26 19:51:30 -07:00
Jordan Atwood
83d3237780
menu entry swapper plugin: Use ColorUtil functions
2018-07-26 19:51:28 -07:00
Jordan Atwood
4d0480ef24
item stats plugin: Use ColorUtil functions
2018-07-26 19:51:27 -07:00
Jordan Atwood
5c2251643c
item prices plugin: Use ColorUtil functions
2018-07-26 19:51:26 -07:00
Jordan Atwood
8280654c88
inventory tags plugin: Use ColorUtil functions
2018-07-26 19:51:25 -07:00
Jordan Atwood
f43a2e0162
ground items plugin: Use ColorUtil functions
2018-07-26 19:51:23 -07:00
Jordan Atwood
be91d3ce26
friend notes plugin: Use ColorUtil functions
2018-07-26 19:51:22 -07:00
Jordan Atwood
c898fda923
boosts plugin: Use ColorUtil functions
2018-07-26 19:51:21 -07:00
Jordan Atwood
339ece742c
achievement diary plugin: Use ColorUtil functions
2018-07-26 19:51:20 -07:00
Jordan Atwood
c64727e6b4
widget menu option: Use ColorUtil functions
2018-07-26 19:34:21 -07:00
Jordan Atwood
477027a032
chat message manager: Use ColorUtil functions
2018-07-26 19:33:29 -07:00
Jordan Atwood
8472ae61e5
notifier: Use ColorUtil functions
2018-07-26 19:29:25 -07:00
Jordan Atwood
29777c0b1f
Add color utility class
...
In addition to creating `colorTag`, `prependColorTag`, and
`wrapWithColorTag` functions, this commit moves
`SwingUtil::toHexColor` and `SwingUtil::colorLerp` to this new class.
2018-07-26 19:21:29 -07:00
Adam
4ecf45f19e
perspective: fix worldToCanvas to convert from local to scene coords correctly
2018-07-26 21:54:28 -04:00
Devin
025cd6917d
kourend library plugin: Use correct enum naming convention
2018-07-26 18:45:15 -07:00
Jordan Atwood
39e56151b7
timers plugin: Use constants for checked strings
2018-07-26 18:27:12 -07:00
Jordan Atwood
aede77f7e5
item charge plugin: Use constant for checked string
2018-07-26 18:27:02 -07:00
Adam
28520dcfe7
Merge pull request #4492 from Abextm/run-script-recursion
...
mixins: Prevent runScript from being called recursively
2018-07-26 18:56:31 -04:00
Adam
f4344dd082
Merge pull request #4505 from deathbeam/fix-color-load
...
Fix loading of chat colors on startup
2018-07-26 17:36:39 -04:00
Tomas Slusny
746d948a84
Use consistent API and order for title and sides
...
Use same API for ordering title and sidebar and order them in the swing
components and not in events as that is unreliable.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-07-26 15:48:00 +02:00
Tomas Slusny
01d5e11975
Fix loading of chat colors on startup
...
ConfigChanged is no longer propagated on startup, so colors need to be
loaded explictly for first time.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-07-26 13:31:34 +02:00
Runelite auto updater
6c0250df33
[maven-release-plugin] prepare for next development iteration
2018-07-26 10:57:59 +00:00
Runelite auto updater
9cbc1ad3a0
[maven-release-plugin] prepare release runelite-parent-1.4.9
2018-07-26 10:57:52 +00:00
Adam
71076c6cdc
Merge pull request #4048 from jplsek/ge-alt-search-ge
...
Allow alt search while grand exchange inventory is active
2018-07-25 18:09:11 -04:00
Jeremy Plsek
4fce3b5c84
ge plugin: rewrite alt-click searching
...
This simplfies the code and improves performance by only needing to loop
over the menu entries instead of the inventory and checking all types of
inventories.
- Fix exceptions being thrown when losing focus on the client when
searching. There is still an exception when spam clicking, but that was
always there to begin with.
- Fix searching while using the GE window and while using a shop window.
2018-07-25 17:53:13 -04:00
Adam
f2a6391cdf
Merge pull request #4482 from deathbeam/fix-ground-items
...
Propagate height to ground items
2018-07-25 14:37:11 -04:00
Tomas Slusny
c262ca267a
Merge pull request #4494 from Nightfirecat/fix-menaphite-master-emote-clue
...
clues: Fix menaphite emote requirements
2018-07-25 11:14:29 +02:00
Tomas Slusny
3d46b17028
Merge pull request #4468 from LeviSchuck/xp-126
...
Fix level 126 next goal to be max XP (200,000,000) instead of -1 xp
2018-07-25 11:05:24 +02:00
Levi
08db5091af
Check for skill being trained while ticking change ( #4469 )
...
Check for skill being actually trained while ticking XP change in XP tracker plugin.
2018-07-25 11:02:58 +02:00