Commit Graph
13385 Commits
Author SHA1 Message Date
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
github-actions[bot] b725f432f4 Merge pull request #2493 from open-osrs/NPC-UPDATE-f83fc1b96
Client: Update NPC stats
2020-04-09 00:17:45 +00:00
OpenOSRS 776d654409 Client: Update NPC stats 2020-04-09 00:09:09 +00:00
Owain van Brakel f83fc1b960 Merge pull request #2489 from Owain94/modernizer
project: Add modernizer
2020-04-08 18:41:30 +02:00
Owain van Brakel e16c92f322 Merge pull request #2490 from open-osrs/Owain94-patch-1
externalpluginmanager: Show plugins during updating
2020-04-08 18:37:40 +02:00
Owain van Brakel 2fa5cd6ac0 Merge remote-tracking branch 'Owain/modernizer' 2020-04-08 18:34:23 +02:00
Owain van Brakel 8cd5e60388 Merge pull request #2491 from Owain94/dependencies
project: Dependencies
2020-04-08 18:31:03 +02:00
Owain van Brakel 7b9ef78c40 gradle: Run update dependencies 2020-04-08 17:15:46 +02:00
Owain van Brakel 3c1e04d147 project: Let CI handle dependencies 2020-04-08 17:11:17 +02:00
Owain van Brakel 0aa6d3dab0 externalpluginmanager: Show plugins during updating 2020-04-08 15:39:26 +02:00
Owain van Brakel 05513a6bed project: Add modernizer 2020-04-08 15:16:38 +02:00
Kyle 7b9c3161b4 Merge pull request #2488 from kyle-escobar/upstream-4-7-2020
upstream: merge
2020-04-08 02:53:59 +01:00
kyle-escobar bb3133f6d8 Fix checkstyle 2020-04-07 21:36:27 -04: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
github-actions[bot] b09ea94f2d Merge pull request #2487 from open-osrs/NPC-UPDATE-190f8ce4a
Client: Update NPC stats
2020-04-08 00:17:53 +00:00
OpenOSRS 0c349134a0 Client: Update NPC stats 2020-04-08 00:08:45 +00:00
AdamandHugh 15b5dd0290 worldhopper: skip over almost full worlds
Co-authored-by: Hugh <nivcraft@gmail.com>
2020-04-07 16:30:21 -04:00
Adamandjcwhisman 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
Adam 670e62b6b9 item service: remove old item searching and item lookup methods
We haven't used this code in awhile. Additionally modify the price
crawler to re-fetch known items in the event the name or examine
changes.
2020-04-07 16:09:30 -04:00
Max Weber 81914b7c95 kourendlibrary: don't throw npe when starting on the login screen
books was null until you login, making the plugin throw every time the
client starts
2020-04-07 13:27:21 -06:00
github-actions[bot] 190f8ce4ae Merge pull request #2485 from open-osrs/NPC-UPDATE-3c6e2b057
Client: Update NPC stats
2020-04-07 00:17:41 +00:00
OpenOSRS cb83108252 Client: Update NPC stats 2020-04-07 00:08:10 +00:00
Adam 6abc433141 hooks: use monotonic clock for main loop tasks 2020-04-06 12:32:52 -04:00
Abex 777feaad88 Merge pull request #11209 from seandewar/music-slider-bug
music: revalidate slider handle on creation
2020-04-06 09:50:48 -06:00
Sean Dewar 417b42b0bf music: revalidate slider handle on creation 2020-04-06 16:00:22 +01:00
Abex 54283b9a80 Merge pull request #11063 from seandewar/zoom-music-slider-tooltips
music, camera: volume & zoom slider tooltips
2020-04-06 04:36:52 -06:00
Unknown f2d7515ff3 Update Plugin Hub risk label
As discussed in issue #10997 - using dekvall's label suggestion
2020-04-05 20:37:11 -06:00
github-actions[bot] 3c6e2b057b Merge pull request #2483 from open-osrs/NPC-UPDATE-f32419f5d
Client: Update NPC stats
2020-04-06 00:17:56 +00:00
OpenOSRS bf8c9752c9 Client: Update NPC stats 2020-04-06 00:08:52 +00: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
Sean Dewar 4a1dbf4e2d music: slider volume percentage tooltips 2020-04-05 03:42:41 +01:00
Abex d263e6115b Merge pull request #11035 from rfick/kourend-library-features 2020-04-04 18:31:51 -06:00
github-actions[bot] f32419f5d7 Merge pull request #2482 from open-osrs/NPC-UPDATE-61647170d
Client: Update NPC stats
2020-04-05 00:17:50 +00:00
OpenOSRS 068a9d27f2 Client: Update NPC stats 2020-04-05 00:09:30 +00:00
ThatGamerBlue 61647170d3 Merge pull request #2478 from ThatGamerBlue/menuoptions-oprs
deobber: improve dump mappings
2020-04-04 09:47:00 +01:00
github-actions[bot] b740a6f9cd Merge pull request #2479 from open-osrs/NPC-UPDATE-d09a09b72
Client: Update NPC stats
2020-04-04 00:16:40 +00:00
OpenOSRS 5afba5f012 Client: Update NPC stats 2020-04-04 00:09:52 +00:00
ThatGamerBlue e3de91ae8b deobber: improve dump mappings 2020-04-03 20:41:44 +01:00
Adam c703a35f15 party plugin: play sound effects on client thread 2020-04-03 12:48:34 -04:00
Jordan 4589c38414 Merge pull request #11182 from jostl/fix-master-hotcold-rimmington
HotColdLocation: Center Rimmington mine dig location
2020-04-03 08:39:24 -07:00
jostn 29901e5b13 HotColdLocation: Center Rimmington mine dig location 2020-04-03 15:10:03 +02:00
Kyle d09a09b72e Merge pull request #2477 from xKylee/upstream43
project: upstream
2020-04-03 13:22:30 +01:00
xKylee f74b67e07d upstream 2020-04-03 11:43:39 +01:00
Abex d50596b946 Merge pull request #11176 from 000000653/patch-1
NPC Agression Timer: fix typo in notification
2020-04-02 20:52:58 -06:00
Crow 0f66573fb2 NPC Agression Timer: fix typo in notification 2020-04-02 21:32:26 -05:00
github-actions[bot] c7fd89f17f Merge pull request #2476 from open-osrs/NPC-UPDATE-edf023619
Client: Update NPC stats
2020-04-03 00:17:09 +00:00
OpenOSRS adc16b5ee8 Client: Update NPC stats 2020-04-03 00:08:55 +00:00
Daniel 3bc66a0608 questlist: Ensure filter has non-null state on startup
Prior to this commit, the filter state was only set initially when
logging in, causing NPEs and errant plugin behavior if toggled on when
already logged in.
2020-04-02 22:29:33 +00:00
Magic fTail babeed3293 chatmessagemanager: use default timestamp if none is provided 2020-04-02 18:21:18 -04:00