Commit Graph

3246 Commits

Author SHA1 Message Date
Tomas Slusny
3dc5fdbf61 Remove unnecessary code from GroundMarkerPlugin
- Instead of writing rotation and inverse rotation methods twice, simply
pass inversed rotation to rotate method
- Do not create canvasTilePoly 2 times

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-23 16:49:24 +02:00
Tomas Slusny
b8b17c2796 Merge pull request #1778 from jplsek/pass-modifiers-stretched
stretched mode: pass extended modifiers on click
2018-04-23 11:09:20 +02:00
Tomas Slusny
c3624c10cf Merge pull request #1799 from MagicfTail/Fishing-big-net
IdleNotifierPlugin: Add big net fishing
2018-04-23 11:06:18 +02:00
Adam
29fb065f3c Merge pull request #1707 from deathbeam/clue-fixes
Do not use object world locations for clues
2018-04-22 21:31:54 -04:00
Adam
6c6fb3b87e tile mixin: don't fire itemlayer change events when loading regions 2018-04-22 21:00:06 -04:00
Adam
9f55423a3e Merge pull request #1812 from Adam-/ground-markers
Ground markers
2018-04-22 20:37:38 -04:00
Lotto
4420283577 Merge pull request #1815 from Nightfirecat/fix-canifis-emote-clue
Fix Canifis emote clue
2018-04-23 00:33:08 +02:00
Jordan Atwood
c2d46bc426 Fix Canifis emote clue
Closes runelite/runelite#1811
2018-04-22 15:20:33 -07:00
Adam
021b1b8c14 Add ground marker plugin 2018-04-22 17:48:18 -04:00
Adam
77c7532177 devtools: show instance location information 2018-04-22 17:43:36 -04:00
Lotto
d7572a7817 Merge pull request #1779 from HypoxiaOSRS/CLUE-FIX
Fix gnome agility arena emote clue
2018-04-22 23:40:13 +02:00
HypoxiaOSRS
d0dd6404c6 Fix gnome agility arena emote clue 2018-04-22 23:38:01 +02:00
Lotto
34408f82ec Merge pull request #1809 from WooxSolo/clue-fixes-1
Fix 2 emote clues: "Cry on the shore of Catherby beach...." and "Jump for joy in Yanille bank...."
2018-04-22 23:15:53 +02:00
WooxSolo
ef7aad4c9a Fix 2 emote clues 2018-04-22 22:57:08 +02:00
Rune Nielsen
b8a7d8c0fd IdleNotifierPlugin: Add big net fishing 2018-04-22 17:46:41 +02:00
Adam
f11cb369b6 overlay renderer: fix npe when client is null 2018-04-22 10:45:02 -04:00
Adam
e0b7ac9d79 Update cache-server test to use cache 165 too 2018-04-22 10:44:20 -04:00
Tomas Slusny
bca089f90b Merge pull request #1786 from deathbeam/fix-shading
Fix runelite-client shading
2018-04-22 08:34:44 +02:00
Tomas Slusny
adb2f4eff3 Fix runelite-client shading
After changes to artifacts names, fix shading of runelite-client to make
it keep everything that is required.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-22 08:19:42 +02:00
Tomas Slusny
647096d214 Merge pull request #1532 from sethtroll/addbarrowsoverlay
barrows overlay: Replace existing slain brother overlay with our own
2018-04-22 07:17:51 +02:00
Seth
11f8d38767 barrows overlay: Replace existing slain brother overlay with our own
The in game overlay is positioned top-left in resizable mode, which covers up everything positioned there. This will create an overlay similiar to the in-game one that can be moved/positioned anywhere
2018-04-21 22:36:50 -05:00
Seth
b01639dda0 barrows overlay: Reorder enum to match in game overlay/use full name
reorder the enum to match the in-game overlay order and also add full name
2018-04-21 22:36:30 -05:00
JerwuQu
cabaf2d33c Allow customization of barrows brother location colors 2018-04-21 23:27:26 -04:00
Samlof
e1988a3222 Add more travel menu swap options and claim slime swap
Al Kharid gate and the gate near Ectofungus. Follow the gnome at gnome
maze. Claim slime from Morytania diaries.
2018-04-21 23:19:22 -04:00
Adam
a2551538d3 Merge pull request #1714 from Infinitay/fairy-ring-interface
Add Fairy Ring Helper Plugin
2018-04-21 23:07:38 -04:00
Adam
321da1e459 Merge pull request #1705 from deathbeam/mlm-warnings
Stronger visual indicators for MLM sack
2018-04-21 23:07:12 -04:00
Adam
ceb608a395 Merge pull request #1746 from devLotto/improve-emote-clues
cluescrolls: group emote item variants + display when to unequip items
2018-04-21 23:06:16 -04:00
Infinitay
d032c526d1 Add fairy ring plugin
Displays location of fairy ring destination on the fairy ring ui.
2018-04-21 22:47:05 -04:00
Tomas Slusny
58331a6c3b Make ObjectClueScroll extend LocationClueScroll
To force requirement of having location for every object ID, make object
clue scrolls always extend location clue scrolls.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-22 04:35:38 +02:00
Tomas Slusny
d45066d38a Do not use object world locations
- Instead of using object world locations and using query to find
objects, if object clue also has location, just find all objects on tile
on that clue's location and check if ID is matching
- Fix varrock west bank cryptic clue (what was used also during testing)

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-22 04:33:47 +02:00
Tomas Slusny
4a138d2b58 Stronger visual indicators for MLM sack
- When there is 0 deposits left/sack is completely full color the entire
panel red for strong visual indicator to stop mining immediately
- When there is 1 deposit left, color the line with deposit red to
indicate that you are close to sack being full and after this inventory
you should bank

Closes #1702

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-21 22:25:28 -04:00
Adam
f4752de39b Merge pull request #1685 from Kamielvf/playerindicator-icon-tweak
Move player indicator clan icon further from playername
2018-04-21 22:22:04 -04:00
Adam
998ad2e348 Merge pull request #1675 from Kamielvf/regen-meter-visual-tweak
Change regen meter arc position and size to match with orb background
2018-04-21 22:20:01 -04:00
Adam
c72008d39e Change pushingpixels groupId to be under net/runelite 2018-04-21 20:28:13 -04:00
Jeremy Plsek
9067d15af9 stretched mode: pass extended modifiers on click
The MouseEvent constructor says in its documentation to pass the extended modifiers. This contains alt, ctrl, meta, etc. Doing this also requires passing down the button pressed in the constructor.

Fixes #1618
2018-04-21 19:04:12 -04:00
Adam
3f4cfd209f Rename runescape api artifact to runescape-api 2018-04-21 18:21:57 -04:00
Adam
058264958c Rename runelite api artifact to runelite-api 2018-04-21 18:21:57 -04:00
Adam
e97ebc2546 Remove unnecessary groupdIds that are equivalent to the parents 2018-04-21 18:21:56 -04:00
Lotto
d85d986c64 cluescroll-plugin: group item variants + display when to unequip items 2018-04-21 15:22:49 +02:00
Adam
bd476416e6 Merge pull request #1661 from Gamer1120/mlm-check-floor
Only render mining spots on same floor in MLM. Fixes #1642
2018-04-20 23:15:49 -04:00
Adam
9cc5c0924a perspective: use LOCAL_COORD_BITS in getTileHeight and document that parameters are local coords 2018-04-20 22:10:37 -04:00
Kamiel
1dfde89e64 Draw player indicator clan icon further away from player name 2018-04-20 17:47:22 +02:00
Gamer1120
6c70d864b0 Only render mining spots on same floor in MLM. Fixes #1642 2018-04-20 10:35:19 -04:00
Reasel
19895c83a6 Add dropdown for font style for in-game overlays 2018-04-20 10:18:58 -04:00
Adam
0375702622 Merge pull request #1611 from jplsek/issue-1574
clientui: don't update size if already maximized
2018-04-20 10:04:21 -04:00
Adam
31b8ef6adf Merge pull request #1364 from jplsek/ge-alt-tooltip2
Add tooltips when pressing ALT for searching the GE
2018-04-20 09:59:51 -04:00
Adam
aea92e9a49 ge plugin: use query runner for bank query 2018-04-20 09:46:23 -04:00
Jeremy Plsek
579d35b294 geplugin: replace default action when pressing alt
Since clicking while holding alt searches the GE, update the default
action so the player can discover that the functionality exists.
2018-04-20 09:46:23 -04:00
Jeremy Plsek
1859a4fada geplugin: create input listener class 2018-04-20 09:38:49 -04:00
Adam
10946412ec Merge pull request #1267 from Infinitay/update-kingdom-plugin
Kingdom of Misc - Only show when on Miscellania and check if quest completed
2018-04-20 09:38:26 -04:00