Commit Graph
1999 Commits
Author SHA1 Message Date
Ganom dd971b7f65 client: make actions follow menu entry params. 2020-04-07 07:08:55 -04: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
dekvallandJordan Atwood 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
ThatGamerBlueandAdam 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
ThatGamerBlue 23a1f517cd rlapi: MessageNode extends CacheableNode (but Node is close enough) 2020-03-05 15:28:05 -05:00
Runelite auto updater 962d0cde4d Bump for 1.6.10-SNAPSHOT 2020-03-05 12:43:06 +00:00
Runelite auto updater d69cc6160f Release 1.6.9 2020-03-05 12:42:58 +00:00
Ganom b2d7c7cfd0 Merge branch 'master' of https://github.com/runelite/runelite into upstream
 Conflicts:
	runelite-api/src/main/java/net/runelite/api/Point.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/idlenotifier/IdleNotifierPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargePlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemChargeType.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemcharges/ItemWithSlot.java
	runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java
	runelite-client/src/test/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPluginTest.java
	runelite-client/src/test/java/net/runelite/client/plugins/woodcutting/WoodcuttingPluginTest.java
2020-03-05 07:31:50 -05:00
Adam 7c3ff105fb api: update for tinted block and damage hitsplats 2020-03-05 07:17:07 -05:00
RuneLite Cache-Code Autoupdater 0fe5642a42 Update Widget IDs to 2020-03-05-rev182 2020-03-05 11:33:14 +00:00
RuneLite Cache-Code Autoupdater 1b46f9b47a Update NPC IDs to 2020-03-05-rev182 2020-03-05 11:33:10 +00:00
RuneLite Cache-Code Autoupdater 704f09d9ed Update Object IDs to 2020-03-05-rev182 2020-03-05 11:33:09 +00:00
RuneLite Cache-Code Autoupdater d856a2d5e6 Update Item IDs to 2020-03-05-rev182 2020-03-05 11:33:08 +00:00
Kyle e6d0e63e99 pluginpanel: update to use text utils (#2402)
* Update Text.java

* Update PluginsPanel.java

* Update PluginsPanel.java
2020-03-03 11:24:33 +00:00
Justin 290229a6b5 api: add bank search script id (#2397)
* ScriptID: Add BankSearch ID

* ScriptID: Add BankSearch ID
2020-03-03 09:33:15 +00:00