kyle-escobar
3e2da6c375
Merge branch 'master' of https://github.com/runelite/runelite into upstream-4-9-2020
...
Conflicts:
runelite-client/src/main/java/net/runelite/client/RuneLite.java
runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java
runelite-client/src/main/java/net/runelite/client/plugins/combatlevel/CombatLevelConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/combatlevel/CombatLevelPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java
runelite-client/src/main/java/net/runelite/client/ui/overlay/WidgetOverlay.java
runelite-client/src/test/java/net/runelite/client/plugins/itemstats/ItemStatOverlayTest.java
2020-04-09 20:57:21 -04:00
Max Weber
a8d4bff423
camera: add option to invert camera mouse controls
2020-04-09 15:01:15 -06:00
chadsisson
5c857fb35b
varbits: add Ernest chicken lever ( #2492 )
...
* Files Changed: Varbits.java
added Earnest the Chicken lever varbits.
* Update Varbits.java
Co-authored-by: Null <gskillpro@gmail.com >
Co-authored-by: Kyle <48519776+xKylee@users.noreply.github.com >
2020-04-09 01:48:22 +01:00
Owain van Brakel
3c1e04d147
project: Let CI handle dependencies
2020-04-08 17:11:17 +02:00
RuneLite Cache-Code Autoupdater
8570cb0622
Update NPC IDs to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
13b692f304
Update Script arguments to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
df07c61da4
Update Object IDs to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
574ea03471
Update Item IDs to 2020-04-08-rev182
2020-04-08 10:32:23 +00:00
kyle-escobar
bb9a55b39f
Update: Upstream runelite/runelite
2020-04-07 21:33:29 -04:00
kyle-escobar
8a00bd3ece
Merge branch 'master' of https://github.com/runelite/runelite into upstream-4-7-2020
...
Conflicts:
http-api/src/main/java/net/runelite/http/api/item/ItemClient.java
http-service/src/main/java/net/runelite/http/service/item/ItemController.java
http-service/src/main/java/net/runelite/http/service/item/ItemEntry.java
http-service/src/main/java/net/runelite/http/service/item/ItemService.java
http-service/src/main/java/net/runelite/http/service/item/RSItem.java
http-service/src/main/java/net/runelite/http/service/item/RSItemResponse.java
runelite-api/src/main/java/net/runelite/api/ScriptID.java
runelite-api/src/main/java/net/runelite/api/Varbits.java
runelite-api/src/main/java/net/runelite/api/widgets/WidgetInfo.java
runelite-client/src/main/java/net/runelite/client/callback/Hooks.java
runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java
runelite-client/src/main/java/net/runelite/client/plugins/config/PluginHubPanel.java
runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/BookPanel.java
runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryPanel.java
runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/music/MusicPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/party/PartyPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperPlugin.java
2020-04-07 21:16:50 -04:00
Adam
6e06b1c929
antidrag: add option to disable in pvp
...
This lifts the shift requirement by instead just disabling the feature
in pvp
Co-authored-by: jcwhisman <jcwhisman@gmail.com >
2020-04-07 16:26:42 -04:00
Sean Dewar
07d414d41d
camera: zoom slider tooltip & zoom constants
...
This commit also adds constants for:
VarClientInt.CAMERA_ZOOM_FIXED_VIEWPORT = 73
VarClientInt.CAMERA_ZOOM_RESIZABLE_VIEWPORT = 74
WidgetID.Options.CAMERA_ZOOM_SLIDER_HANDLE = 15
WidgetInfo.OPTIONS_CAMERA_ZOOM_SLIDER_HANDLE
2020-04-05 03:42:48 +01:00
xKylee
f74b67e07d
upstream
2020-04-03 11:43:39 +01:00
Lotto
b85675f624
api: remove Follow and Trade menu actions
...
They are just the third and fourth player options but deprioritized by having 2000 added to them.
2020-04-02 13:34:01 -04:00
Lewis
85c5cf9a19
music plugin: add option to mute prayer sounds
2020-04-02 13:26:21 -04:00
Dennis
b81caff06f
ge plugin: add fuzzy search option
2020-04-02 12:27:48 -04:00
Thomas Cylke
b028237cc7
varplayer: add auto retaliate ( #2193 )
...
* Adds the VarPlayer corresponding to your currently set auto retaliate option.
* Update VarPlayer.java
* Fixed important typo
Oops
2020-04-02 02:17:55 +01:00
dekvall
2d01dc21bd
prayer: display prayer time remaining in prayer orb
2020-03-31 20:52:07 -04:00
Jordan
ca11d1926a
Merge pull request #10908 from BrandtHill/fishing-tooltip_issue-10900
...
Check player animation to update fishing status
2020-03-31 12:58:36 -07:00
Hydrox6
c69a6fbe2f
api: add gilded pickaxe animations
2020-03-30 16:35:26 +01:00
Hydrox6
32f6d2da25
api: add gilded axe animation
2020-03-30 09:40:06 +01:00
xKylee
b49c9d8b69
Merge branch 'pr/2' into upstream
2020-03-27 15:00:13 +00:00
Runelite auto updater
09c5a1d951
Bump for 1.6.11-SNAPSHOT
2020-03-26 12:24:21 +00:00
Runelite auto updater
97d5dadbba
Release 1.6.10
2020-03-26 12:24:10 +00:00
RuneLite Cache-Code Autoupdater
ceee89a3fd
Update NPC IDs to 2020-03-26-rev182
2020-03-26 11:32:50 +00:00
RuneLite Cache-Code Autoupdater
2dcccd1895
Update Item IDs to 2020-03-26-rev182
2020-03-26 11:32:49 +00:00
xKylee
118beeb92e
Merge branch 'pr/1' into upstream-gpack
2020-03-25 22:19:33 +00:00
dekvall
71e4b5d9ad
herbiboar: use guaranteed tracks when highlighting path
...
There's a set of guaranteed tracks that can be used when calculating the path
when tracking herbiboars. The tracks are listed on the osrs wiki.
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com >
2020-03-24 18:02:45 -04:00
Adam
91ae43dd2d
api: make IterableHashTable generic
2020-03-24 14:04:13 -04:00
Kyle
ab93ecba36
Revert "upstream: merge"
2020-03-23 17:32:54 +00:00
Kyle
da8b03a927
Merge pull request #2448 from Fred4106/feature-identifyIdValues
...
WidgetID: Add Arceus reanimate spells + several others
2020-03-23 15:13:57 +00:00
Kyle
6a7da81f0f
Update Client.java
2020-03-23 13:05:48 +00:00
Fred4106
4bffec4f93
Found a bunch of ID's over the last few weeks and figured I should merge them upstream.
2020-03-22 10:11:22 -05:00
Jordan Atwood
95556aadc7
widget: Expose widget model getters and setters
...
This commit also adds these widget properties to the widget inspector
dev tool.
2020-03-18 23:55:09 -07:00
Owain van Brakel
37701fd310
Merge remote-tracking branch 'runelite/master'
2020-03-18 13:23:44 +01:00
dekvall
32b98965fe
drift net fishing: add plugin
...
This will add a plugin which shows the status of your nets and
highlights any fish you haven't tagged.
2020-03-17 17:26:12 -04:00
ThatGamerBlue
7b4e8c2848
friendicons: add note icon in friends/ignore list
...
Co-authored-by: Adam <Adam@sigterm.info >
2020-03-16 18:47:49 -04:00
Adam
7672efda3f
experience: remove unnecessary Math.floor() calls
2020-03-16 15:26:01 -04:00
Brandt Hill
eb09879205
fishing: Check player animation to update fishing status
...
This commit adds an animation check to the other fishing status checks
already present in the fishing overlay (interacting and fishing spot NPC
name check) to ensure that the status correctly changes to "NOT fishing"
when the player's fishing animation is interrupted by certain actions
such as being presented with a level-up dialog. This commit causes one
other behavioral change as a side effect, which is that the player's
fishing status will be "NOT fishing" while running toward a distant
fishing spot until they reach it and start their fishing animation.
Fixes runelite/runelite#10900
2020-03-13 19:21:18 -07:00
stone-wall
ba4da6ade4
simplify
2020-03-12 16:34:20 -04:00
stone-wall
4f414b0946
tested wow it works
2020-03-12 13:11:26 -04:00
stone-wall
86bf65612c
OnPrayerIcon changed and OnPlayerSkull changed events.
...
This needs 2 be tested
2020-03-12 07:01:54 -04:00
Owain van Brakel
38e57e6eeb
client: Misc
2020-03-11 08:30:49 +01:00
Owain van Brakel
e5dd288ffd
Merge remote-tracking branch 'runelite/master'
2020-03-09 22:40:04 +01:00
Hydrox6
26a84c34dd
api: fix venom hitsplat sprite id
2020-03-06 16:13:11 -05:00
Adam
abaf45092b
interface styles: only adjust widget positions when tli is resized
2020-03-06 15:51:30 -05:00
Ron Young
65121f2704
runelite-api: expose item model information
2020-03-06 15:50:53 -05:00
melkypie
172b30dc42
scripts: use ScriptPostFired event for scripts that callback at the end of the script
...
Uses the ScriptPostFired event that was added with the script inspector dev tool, removing the scripts that can be done with it.
2020-03-06 14:59:26 -05:00
dekvall
4e66b8397a
widgetid: fix lms ingame info
2020-03-06 14:36:51 -05:00
Max Weber
514325920c
runelite-client: Make gauntlet timer layoutable
2020-03-06 00:26:35 -07:00