Levi Schuck
db4830e83a
Sort Fishing spots by distance from camera
...
The default sort of fishing spots ends up drawing further things on top
of closer things, as it has no relation to the camera.
To solve this, convert the camera point to a `LocalPoint` and then
sort by comparing local points from the NPC to the camera's point.
However, the sort is inverted by `-1 *` so that further things are drawn
first, and closer things are drawn last--this way closer things are
always on top.
Fixes #1737
2018-04-21 15:08:35 -05: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
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
Infinitay
c59cdeda1a
kingdom plugin: only show favour when in kingdom
...
The varbit is not reliable when the kingdom region is not loaded.
Remove config option for showing with low favour.
2018-04-20 09:28:43 -04:00
Rune Nielsen
d01c94b40b
Clue plugin: fix easy and medium cryptic and emote clues ( #1726 )
...
Fix coordinates, object IDs and spelling in cryptic and emote easy and medium clues
2018-04-20 12:16:22 +02:00
HypoxiaOSRS
50df05c794
Add rune and addy dragon slayer icons ( #1725 )
...
Closes #1713
2018-04-20 09:28:32 +02:00
Adam
492a4efa25
Merge pull request #1700 from deathbeam/reg-overload
...
Add back support for regular overload (NMZ)
2018-04-19 23:52:00 -04:00
Adam
496f074339
Merge pull request #1674 from HypoxiaOSRS/HypoxiaOSRS-KINGDOM-SCREENSHOT
...
Screenshot Kingdom Rewards
2018-04-19 23:46:58 -04:00
HypoxiaOSRS
755f6ede92
screenshot plugin: add Kingdom screenshot
2018-04-19 23:35:19 -04:00
Adam
a4ad6aea8d
Merge pull request #1636 from valmir95/master
...
Add "Actions left" for Xp globes
2018-04-19 22:59:31 -04:00
Valmir Memeti
91adf17c31
Add "Actions left" for Xp globes
2018-04-19 22:43:46 -04:00
Adam
4e271f6ce9
Merge pull request #1671 from WooxSolo/cannonball-count-fix
...
Fix cannon cannonball count
2018-04-19 22:28:53 -04:00
Tomas Slusny
7bc646c1fd
Add back support for regular overload (NMZ)
...
Support for this overload was removed for unknown reason, so add it
back.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-19 18:07:00 +02:00
Runelite auto updater
b756a7f2e8
[maven-release-plugin] prepare for next development iteration
2018-04-19 14:14:49 +00:00
Runelite auto updater
9c2662d787
[maven-release-plugin] prepare release runelite-parent-1.3.5
2018-04-19 14:14:43 +00:00
Tunnelsnake52
0baff9cb99
Fix Dance a jig under Shantay's Awning coords ( #1654 )
2018-04-19 11:20:34 +02:00
Tomas Slusny
58b82291b9
Merge pull request #1677 from AdenKenny/clocktower-clue-fix
...
Add challenge answer to Clocktower clue
2018-04-19 10:21:05 +02:00
Tomas Slusny
1a688e62d4
Merge pull request #1665 from deathbeam/fix-mlm-layer
...
Fix layer of MotherlodeOverlay
2018-04-19 10:16:25 +02:00
Adam
91587133ea
Merge pull request #1679 from ShaunDreclin/slayer-plugin-fix
...
Fix UnsupportedOperationException error in Slayer plugin
2018-04-18 23:13:27 -04:00
Adam
3c76aa88b1
Merge pull request #1577 from nrodrigues0213/hunting-salamander-fix
...
Hunter Plugin: Fix salamander net display (Fixed)
2018-04-18 23:10:59 -04:00
ShaunDreclin
14c09470cb
Fix UnsupportedOperationException error in Slayer plugin
2018-04-18 23:02:14 -04:00
nuno
713852e809
hunter plugin: fix salamander net display
2018-04-18 23:00:30 -04:00
Adam
b8eac1296c
Add Angle and Direction
...
Extend GameObject.getOrientation() to account for object flags, and
return an Angle
2018-04-18 22:57:59 -04:00
Adam
11ace62224
worldpoint: add dx/dy/dz methods
2018-04-18 22:57:59 -04:00
AdenKenny
0a3648918d
Add challenge answer to Clocktower clue
2018-04-19 13:30:00 +12:00
Adam
a39c727b41
Merge pull request #1631 from deathbeam/arrow-clues-prioritize
...
Centralize setting of hint arrows for clues
2018-04-18 20:28:19 -04:00
WooxSolo
227eed522c
Fix cannon cannonball count
2018-04-19 00:13:01 +02:00
Morgan Lewis
4950d7e8f1
Add object and location to a Ardougne armour shop clue ( #1666 )
2018-04-18 23:45:23 +02:00
Tomas Slusny
d5dacf9966
Centralize setting of hint arrows for clues
...
- Add new LocationClueScroll interface that will mark location-based
clues
- Move setting of the hint arrows to ClueScrollPlugin
- Properly prioritize hint arrows (always try location first, but then
override with NPC/object locations)
Closes #1609
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-18 23:06:45 +02:00
Jeremy Plsek
f92f1ae6f7
clientui: don't update size if already maximized
2018-04-18 16:51:56 -04:00
Tomas Slusny
d81b442708
Fix layer of MotherlodeOverlay
...
To correctly layour motherlode overlay, change it's layer from
ABOVE_WIDGETS to BELOW_WIDGETS (what should be the correct layer for it
anyway).
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-18 20:13:04 +02:00
Adam
33ece1071b
Merge pull request #1493 from deathbeam/item-container-events
...
Hide clue scroll interface when no clue is present
2018-04-18 08:58:38 -04:00
Adam
12199c3cce
Merge pull request #1561 from ypperlig/mlmgemoverlay
...
Motherlode Mine - Gem overlay
2018-04-18 08:35:24 -04:00
Lars Ørnlo
9396891f3d
Added option that allows a player to see the number of gems found during the current mining session.
2018-04-18 08:22:35 -04:00
Adam
6beba9e195
Merge pull request #1565 from zeruth/master
...
Prevent artifacts in stretched fixed mode
2018-04-18 08:09:54 -04:00
Adam
9252c02ac4
ge search panel: show "No results found" if search is empty, clear on empty lookup
2018-04-18 08:04:12 -04:00
Tyler Bochard
c65548dcdc
Prevent artifacts in stretched fixed mode
2018-04-17 21:52:25 -04:00
Adam
e03defcdbb
Merge pull request #1576 from MagicfTail/Clues
...
Add map clue by vents in lvl 50 wildy and reorder map clues
2018-04-17 08:54:24 -04:00
Adam
c5695c1c30
screenshot plugin: remove unused import
2018-04-17 08:41:53 -04:00
rune3132
23ae9262e0
clue plugin: fix/add various clues
2018-04-17 08:41:23 -04:00
rune3132
3f58bdf1ad
clue plugin: order map clues after type and id
2018-04-17 08:40:24 -04:00
Adam
9ed994e977
Merge pull request #1558 from Kamielvf/menuopen-hook-change
...
Change menuOpened from FieldHook to Hook
2018-04-17 08:26:21 -04:00