Commit Graph
1280 Commits
Author SHA1 Message Date
Adam 2800a226a1 client: fix spec bar not updating with hide auto retaliate on
Move the widget listener from the auto retaliate text to the spec bar,
so when auto retaliate is hidden the listeners still function.
2019-05-27 10:37:34 -04:00
Adam 0211cfbadf Merge pull request #8827 from abextm/wall-orient-2
correct misunderstandings related to wall orientation
2019-05-24 16:14:40 -04:00
Adam 4f3cc91c26 Merge pull request #8857 from Hydrox6/clue-beginner-map
clues: add support for beginner maps
2019-05-24 11:10:47 -04:00
Hexagon a459656906 clue plugin: add stash unit built status to emote clue overlay 2019-05-23 22:06:58 -04:00
Runelite auto updater 46f5a51477 [maven-release-plugin] prepare for next development iteration 2019-05-23 11:52:51 +00:00
Runelite auto updater 8be5d2c595 [maven-release-plugin] prepare release runelite-parent-1.5.24 2019-05-23 11:52:45 +00:00
Max Weber 10a7384c76 Merge branch 'cache-code-2019-05-23-rev180' 2019-05-23 05:33:31 -06:00
Max Weber a5f498e965 runelite-client: Print client patch build id 2019-05-23 07:06:42 -04:00
Max Weber 7b595ea1dd runelite-api: Move getModelHeight to Renderable 2019-05-23 07:06:42 -04:00
RuneLite Cache-Code Autoupdater 7c285228f0 Update NPC IDs to 2019-05-23-rev180 2019-05-23 10:33:24 +00:00
RuneLite Cache-Code Autoupdater a74f3073ad Update Object IDs to 2019-05-23-rev180 2019-05-23 10:33:23 +00:00
Hydrox6 7aa0270845 clues: add support for beginner maps 2019-05-22 14:46:02 +01:00
aleios b89d535fcb itemcharges: Add explorer's ring alchemy charge overlay. (#8867) 2019-05-21 20:30:41 +02:00
emerald000 8026785f16 Refactor combat level calculations to use closed-form formulas. (#8874)
* Refactor combat level calculations to use closed-form formulas.

Also move most calculations to the Experience utility class.
Fixes #7411.

* Add new test for magic levels that barely reach the next combat level.

* Add another test that breaks on master.
2019-05-20 10:31:16 -04:00
Runelite auto updater 5075547a8c [maven-release-plugin] prepare for next development iteration 2019-05-16 11:46:35 +00:00
Runelite auto updater 2e0050c644 [maven-release-plugin] prepare release runelite-parent-1.5.23 2019-05-16 11:46:29 +00:00
Max Weber a45ad0c4a6 runelite-api: Correct WallObject documentation 2019-05-16 04:01:25 -06:00
seandewar 9623ed4b30 constants: add GAME_TICK_LENGTH and use where needed
Also update many usages of 20ms to CLIENT_TICK_LENGTH
2019-05-11 17:44:42 +01:00
xDemoN c76b86b88d idlenotifier: add plank-make
from the lunar spellbook
2019-05-07 18:23:15 -04:00
xdesr b996175b70 widget item overlay: add seed vault inventory 2019-05-07 11:53:10 -04:00
Runelite auto updater 412d97716e [maven-release-plugin] prepare for next development iteration 2019-05-02 11:37:15 +00:00
Runelite auto updater 8608484acc [maven-release-plugin] prepare release runelite-parent-1.5.22 2019-05-02 11:37:08 +00:00
RuneLite Cache-Code Autoupdater 4783e12737 Update Widget IDs to 2019-05-02-rev179 2019-05-02 10:33:09 +00:00
RuneLite Cache-Code Autoupdater 515d0ab04b Update Object IDs to 2019-05-02-rev179 2019-05-02 10:33:03 +00:00
Adam 8e42cdae0b Merge pull request #8627 from Hydrox6/clue-scrolling
clue plugin: add widget scrolling feature
2019-04-30 15:23:46 -04:00
Hydrox6 d44b749e2d client: add item identification plugin 2019-04-30 08:04:21 -04:00
xDemoN 6e1d64cc46 idlenotifier: add support pottery crafting (#8674)
adds potter's wheel & pottery oven
2019-04-29 20:56:39 +02:00
langhillie 51b2456026 daily task plugin: add Thirus's dynamite 2019-04-29 14:40:07 -04:00
Runelite auto updater 6f6832df7e [maven-release-plugin] prepare for next development iteration 2019-04-25 11:41:28 +00:00
Runelite auto updater c0d1a94bca [maven-release-plugin] prepare release runelite-parent-1.5.21 2019-04-25 11:41:22 +00:00
RuneLite Cache-Code Autoupdater f54ef3def9 Update NPC IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater de3931aaee Update Object IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater 065f17ae6c Update Item IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
Hydrox6 d193eaae95 clue plugin: add widget scroll feature 2019-04-24 02:11:19 +01:00
ElliottandAdam 50518ebe72 fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-23 17:49:33 -04:00
Jordan Atwood 011791d823 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-23 13:08:46 -07:00
Jordan Atwood 5bebd34bbf WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-23 13:03:41 -07:00
Adam 7d06fd36e6 interface styles: increase padding of overridden healthbar 2019-04-22 20:49:54 -04:00
Ron Young 917921dd47 interface styles: add 2010 menu 2019-04-22 11:24:28 -04:00
Ron Young a70ba37cd0 api: add before menu render event 2019-04-22 11:24:27 -04:00
Adam 8bfc0f2b21 widgetitem: associate Widget with WidgetItem 2019-04-19 14:40:27 -04:00
SebastiaanVanspauwen c06f8c891e barrows plugin: add puzzle solver 2019-04-18 18:20:09 -04:00
Adam 8bf22ef401 Merge pull request #8462 from Adam-/master+widgetitemoverlay
Add WidgetItemOverlay
2019-04-18 17:48:07 -04:00
Runelite auto updater cf425ff105 [maven-release-plugin] prepare for next development iteration 2019-04-18 11:36:15 +00:00
Runelite auto updater 6ef9203bfb [maven-release-plugin] prepare release runelite-parent-1.5.20 2019-04-18 11:36:10 +00:00
Adam 99b513a8c5 api: remove Query api 2019-04-16 20:57:53 -04:00
Adam 9b9aee3e2b Add WidgetItemOverlay
This simplifies the logic required for plugins to draw an overlay over an item.
2019-04-16 20:57:52 -04:00
AdamandHydrox6 05fdc2877d clue plugin: add music clues
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-04-13 11:44:53 -04:00
Abex ad8328e1c1 Merge pull request #8498 from Abextm/cache-code-2019-04-11-rev179
Cache code 2019 04 11 rev179
2019-04-12 07:07:28 -06:00
Runelite auto updater cced26ac24 [maven-release-plugin] prepare for next development iteration 2019-04-11 11:18:43 +00:00