Commit Graph
1137 Commits
Author SHA1 Message Date
Max Weber 35e6e341bb Add Wiki plugin
This has the side affect of making the click mask around the run orb correct in fixed mode
2019-02-12 17:48:55 -05:00
Tomas Slusny 1dfc4b535a Merge pull request #7619 from Nightfirecat/player-indicator-name-positions
Player indicator name positions
2019-02-11 10:52:48 +00:00
Matthew Abel 3a5ac9f725 Hide auto retaliate from combat options (#7713)
Closes #7686
2019-02-11 09:14:23 +00:00
Tomas Slusny 80ed9a8af6 Merge pull request #5976 from Hydrox6/poison-infobox
Add Poison and Venom damage tooltip and infobox
2019-02-09 22:16:20 +00:00
AdamandHydrox6 1994de7270 client: add poison plugin to track poison damage
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-02-09 22:52:46 +01:00
Nokkasiili b4de9b6cc4 Fix isVisable and isMinimapVisable spelling (Visable -> Visible) (#7766) 2019-02-08 22:22:57 +00:00
Adam 1ef57e3dd5 Merge pull request #7719 from Adam-/chatevents
Merge SetMessage and ChatMessage event into one
2019-02-07 20:55:30 -05:00
Adam b0f29aab0a client: update SetMessage usages to ChatMessage 2019-02-07 19:42:25 -05:00
Adam d4682746c7 api: remove SetMessage event 2019-02-07 19:42:25 -05:00
Adam d7e605f051 api: add MessageNode and timestamp to ChatMessage event 2019-02-07 19:42:24 -05:00
Runelite auto updater f2e9ad048a [maven-release-plugin] prepare for next development iteration 2019-02-07 12:46:40 +00:00
Runelite auto updater a1dae72ed0 [maven-release-plugin] prepare release runelite-parent-1.5.11 2019-02-07 12:46:34 +00:00
RuneLite Cache-Code Autoupdater 25b5a84762 Update NPC IDs to 2019-02-07-rev177 2019-02-07 11:33:38 +00:00
RuneLite Cache-Code Autoupdater 90b0145450 Update Object IDs to 2019-02-07-rev177 2019-02-07 11:33:37 +00:00
RuneLite Cache-Code Autoupdater c74ba07cf6 Update Item IDs to 2019-02-07-rev177 2019-02-07 11:33:36 +00:00
Twinkiel0ver b140797102 Add Amethyst crafting to Idle Notifier plugin (#7712)
Closes #7709
2019-02-05 11:51:53 +00:00
Jordan Atwood d1c11b675b Remove deprecated TileObjectQuery class 2019-02-01 21:44:13 -05:00
Jordan Atwood 9e67dcd39e Remove deprecated ActorQuery class 2019-02-01 21:44:13 -05:00
Jordan Atwood 3d3ec76af8 Remove deprecated InventoryItemQuery class 2019-02-01 21:43:48 -05:00
Jordan Atwood d4f51c4600 Remove deprecated GroundObjectQuery class 2019-02-01 21:43:47 -05:00
Jordan Atwood 732be4e90f Remove deprecated GameObjectQuery class 2019-02-01 21:43:47 -05:00
Jordan Atwood cec74c6652 Remove deprecated DecorativeObjectQuery class 2019-02-01 21:43:46 -05:00
Jordan Atwood b408a22d57 Remove deprecated PlayerQuery class 2019-02-01 21:43:46 -05:00
Jordan Atwood 35b7de7dd8 Remove deprecated WallObjectQuery class 2019-02-01 21:43:45 -05:00
Jordan Atwood 764cac7a09 Remove deprecated WorldPoint.toPoint() method 2019-02-01 21:43:44 -05:00
Adam 1bb29d4cd0 api: remove projectile getInteracting
This is unused currently and is being abused by some hacked clients.
2019-02-01 20:52:24 -05:00
Runelite auto updater 3d85d378fb [maven-release-plugin] prepare for next development iteration 2019-01-31 12:21:54 +00:00
Runelite auto updater 84bfc2c45a [maven-release-plugin] prepare release runelite-parent-1.5.10 2019-01-31 12:21:46 +00:00
Jordan Atwood 201788847a actor: Mark getCanvasTextLocation as Nullable 2019-01-29 16:29:19 -08:00
Jordan Atwood dd84156dfc perspective: Allow empty text for getCanvasTextLocation
This is particularly useful for aligning text to a certain point such
that it would not be centered on that point, such as left or right
alignment.
2019-01-29 16:28:40 -08:00
Zakru fe9409b9f3 Add option to screenshot duel wins and losses (#7576)
Fixes #7573
2019-01-29 09:28:29 +00:00
Max Weber 001ac540e7 mixins: Don't clobber left click forced menuops 2019-01-28 05:06:53 -07:00
Runelite auto updater eacc548a74 [maven-release-plugin] prepare for next development iteration 2019-01-24 12:32:35 +00:00
Runelite auto updater 6cb7eee390 [maven-release-plugin] prepare release runelite-parent-1.5.9 2019-01-24 12:32:29 +00:00
Adam ca8e414a1b widgetid: update world list widget id 2019-01-24 07:11:55 -05:00
Adam 8e650e0658 widgetid: update prayer widget ids 2019-01-24 06:57:35 -05:00
Max Weber 11ab3dc2a2 runelite-api, runescape-api: Rename Area to mapElement 2019-01-23 18:40:16 -07:00
Adam f0a7d653e8 Merge pull request #7502 from deathbeam/skip-out-of-scene
Null-check local location in trap overlay
2019-01-22 19:14:24 -05:00
Tomas Slusny 538da43d68 Mark localToCanvas methods nullable
These can return null if object is not visible.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-22 19:20:10 +01:00
trimbe 49141bffee chat commands: rebuild chatbox input after using clear shortcuts 2019-01-21 09:46:13 -05:00
Adam 59caa6bcac Add support for Configuration overlay menus 2019-01-19 19:57:12 -05:00
AdamandTheStonedTurtle aabb1dae7b Add overlay menu support
Co-authored-by: TheStonedTurtle <TheStonedTurtle@users.noreply.github.com>
2019-01-19 19:32:20 -05:00
Adam ccae0c2c48 api: mark getCollisionMaps as nullable 2019-01-19 15:23:47 -05:00
AdamandErmal e92df4752b idle notifier: add tablet making animation
Co-authored-by: Ermal <eshkullaku@gmail.com>
2019-01-17 19:19:58 -05:00
Runelite auto updater 0d2c32c093 [maven-release-plugin] prepare for next development iteration 2019-01-17 11:55:43 +00:00
Runelite auto updater 6df69cb415 [maven-release-plugin] prepare release runelite-parent-1.5.8 2019-01-17 11:55:36 +00:00
ermalsh acf990f32a idle notifier: add Piscarilius crane repair 2019-01-16 18:16:23 -05:00
Max Weber 72ca27edca farming: Support Kebos Lowlands update 2019-01-16 15:33:19 -07:00
RuneLite Cache-Code Autoupdater 5bdcc44493 Update Item IDs to 2019-01-11-rev177 2019-01-15 22:29:20 -07:00
Adam 3f985389ec Revert "Merge pull request #7089 from TheStonedTurtle/OverlayRightClickMenu"
This reverts commit 6573e70a60, reversing
changes made to b3782c5136.
2019-01-14 09:08:11 -05:00