Commit Graph

2718 Commits

Author SHA1 Message Date
Tomas Slusny
1554fe01e7 Instance map improvements + moving
- Change instance map to resize on "fixed" layer so it can be layouted
- Scroll minimap only when mouse is in the minimap bounds

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-23 15:45:48 +01:00
Adam
3d15de294b Merge pull request #989 from deathbeam/movable-overlays
Add support for movable overlays
2018-03-22 21:22:18 -04:00
Adam
add6db5d7e Add movable overlay support
This overhauls most of the overlay renderer to do so. There are 4 (or 5) "snap corners" that let overlays change their position, or you can set a custom location which is at a set x/y.

Calculate which layer overlays are on up front and build separate lists for each layer. The fixed-point under-widget overlays are moved to above-widget so that they work when moved above the interfaces.
2018-03-22 21:10:35 -04:00
Adam
91c3925867 config manager: add get and set configuration methods for objects 2018-03-22 21:06:13 -04:00
Tomas Slusny
10629bfa4a Add support for getting real canvas dimensions
In stretched mode the canvas dimensions are the stretched dimensions, so
add method that will return normal game dimensions in case stretched
mode is enabled and we are not in resizeable mode.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-22 21:03:45 -04:00
Tomas Slusny
0c5cde0894 Add support for points to ConfigManager
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-22 21:02:21 -04:00
Adam
81553b61c4 config manager: check for invalid keynames in loadFromFile
Copy properties before advertising config changed events to prevent ConcurrentModificationException
2018-03-22 12:54:44 -04:00
Adam
d049ad7bfb Merge pull request #1044 from SoyChai/master
Expand list of skill abbreviations for the !Lvl command
2018-03-22 10:14:25 -04:00
SoyChai
2ca2ac0b30 Expand list of skill abbreviations for the !Lvl command 2018-03-22 09:59:20 -04:00
Adam
5bbea1fdc9 Merge pull request #1036 from Joshua-F/refactor/rename-vars
Rename widgetSettings and settings
2018-03-22 08:49:16 -04:00
Adam
1b219266c4 Merge pull request #1035 from ShaunDreclin/menuentryswapper-silver-sickle
Add Silver sickle(b) to menu entry swapper plugin.
2018-03-22 08:46:04 -04:00
Adam
989aa89413 Merge pull request #1026 from Abextm/holy-wrench
itemstats: Support holy wrench effect
2018-03-22 08:43:57 -04:00
Runelite auto updater
6ad6edd7cc [maven-release-plugin] prepare for next development iteration 2018-03-22 12:06:36 +00:00
Runelite auto updater
0e2e5235df [maven-release-plugin] prepare release runelite-parent-1.3.1 2018-03-22 12:06:32 +00:00
Joshua Filby
aaed0c98ad refactor: rename get/set settings to get/set varp 2018-03-21 17:55:20 -05:00
Adam
ce2fdca64a Merge pull request #1043 from deathbeam/plugin-naming
Consistent plugin naming
2018-03-21 18:49:06 -04:00
Joshua Filby
70ddd2d4a3 fix: hook clientVarps instead of settings 2018-03-21 17:39:37 -05:00
Joshua Filby
8ee3de283c refactor: remove unnecessary Client#getSettings(), use Client#getVarps()
These two methods would return the same values for a majority (if not all) of the time. The backing
arrays for both of these are synchronized when the server sends the packet to set a varp value.
2018-03-21 17:36:31 -05:00
Joshua Filby
8c7beffb46 refactor: rename settings to serverVarps 2018-03-21 17:32:20 -05:00
Joshua Filby
abb1996c4e refactor: rename widgetSettings to clientVarps 2018-03-21 17:29:28 -05:00
Tomas Slusny
ca2034f94c Set description to Agility plugin
Remove "Placeholder" description and replace it with real description.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-21 16:27:36 +01:00
Tomas Slusny
03aebec1a9 Rename NPC Highlightign to NPC indicators
For consistent plugin naming this plugin should be named NPC Indicators
to follow the naming of Tile Indicators and Player Indicators.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-21 16:27:35 +01:00
Tomas Slusny
9dcbe47b5d Title-case chat commands plugin name
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-21 10:35:47 +01:00
ShaunDreclin
7d074855e5 Add Silver sickle(b) to menu entry swapper plugin. 2018-03-21 03:19:06 -04:00
Max Weber
0a4dc4b3fc itemstats: Support holy wrench effect 2018-03-20 21:26:43 -06:00
Cas
d12a6878ad Agility plugin: Agility configuration with Select Color 2018-03-20 20:51:13 -04:00
XrioBtw
125a527e37 Fix net and harpoon swap for all fishing spots 2018-03-20 20:41:25 -04:00
Adam
0041927689 Merge pull request #1021 from ChaoticConundrum/alt-tab-fix
Fix Groud Items plugin Alt+Tab bug
2018-03-20 20:26:03 -04:00
Charlie Waters
2316453ebc Fix Groud Items plugin Alt+Tab bug by hooking FocusChanged event 2018-03-20 20:02:43 -04:00
Charlie Waters
20fbd5f5a0 Add FocusChanged event from runescape client 2018-03-20 20:02:43 -04:00
Adam
da0f86f165 Merge pull request #939 from McSwindler/npc-plugin-branch
NPC Highlight Plugin
2018-03-20 18:41:57 -04:00
Adam
1923671bb1 runelite-client: add npc highlight plugin 2018-03-20 18:19:49 -04:00
Adam
93638de6b8 utils: add wildcard matcher from grounditems 2018-03-20 18:19:49 -04:00
Adam
6fe87ae386 devtools: remove double npc transform call 2018-03-20 18:19:48 -04:00
Adam
257822aea0 Add npc menu options to MenuManager 2018-03-20 18:19:48 -04:00
Adam
da29e3560f runelite-api: add getConvexHull to Actor 2018-03-20 18:19:48 -04:00
Adam
6f61780e68 runelite-api: move getConvexHull to Model 2018-03-20 17:59:52 -04:00
Adam
c7d693b5f9 gitignore: add eclipse files 2018-03-20 17:42:55 -04:00
Tomas Slusny
b55d60a0a4 Merge pull request #1023 from DevDennis/fix-prayer-reorder-reset
Fix prayer order resetting
2018-03-20 14:27:07 +01:00
Adam
f41678956b Merge pull request #916 from Toocanzs/master
Hook to actor health being updated to detect death
2018-03-20 08:48:30 -04:00
Adam
f383624b1b Hook to actor health being updated to detect death 2018-03-20 08:36:33 -04:00
Adam
4798a71a89 Merge pull request #1019 from sethtroll/removearc
prayer flick overlay: remove background arc
2018-03-20 08:24:30 -04:00
Dennis
abd1b80784 fix prayer order resetting after teleporting to a new area
Reorders the prayers after game state change to LOGGED_IN because when a
new area is loaded the state changes after the prayer widget is opened
instead of before when the area is already loaded
2018-03-20 12:56:40 +01:00
Adam
94c00d9c83 Merge pull request #639 from Dreyri/hiddenevent
Fix for the WidgetHiddenChanged event
2018-03-19 21:00:12 -04:00
Dreyri
57c0770ffe Use isLocalHidden in attack indicator plugin 2018-03-19 20:41:27 -04:00
Dreyri
fd0dd85bad Broadcast widget hidden changed recursively for each child too 2018-03-19 20:41:21 -04:00
Seth
0d1d8d3181 prayer flick overlay: remove background arc
Removed the white background on the the prayer orb when overlay was on which made it hard to tell if quick prayers were on
2018-03-19 17:56:10 -05:00
Adam
0a0aa2ec20 Merge pull request #1018 from sethtroll/addburyswap
menu entry swapper: swaps bury to use
2018-03-19 18:39:47 -04:00
Adam
ba366c7a83 Merge pull request #1002 from sethtroll/addhiscorefeatures
hiscore panel: add qol features
2018-03-19 18:37:18 -04:00
Adam
f20fb251ad Merge pull request #1014 from Abextm/jarvis-assert
jarvis: Allow null points
2018-03-19 18:00:11 -04:00