Skip to content
Merged

2.0.24 #1564

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0cfc1cd
feat: Allow interacting with Rs2ItemModel through sub-menu without th…
Krulvis Oct 5, 2025
0fbfd8a
feat(Rs2Equipment): Allow interaction with through sub-menu actions
Krulvis Oct 6, 2025
e2cb049
feat(Rs2Walker): Allow use of sub-menu interaction and further code c…
Krulvis Oct 6, 2025
3fe45d7
Merge branch 'refs/heads/development' into feature/invokesubmenu
Krulvis Oct 7, 2025
69e8ed2
- Rs2Equipment - Added bounds for equipment slot widget for un equipping
Oct 10, 2025
51508f4
worldarea: fix plane passed to extraCondition
Adam- Oct 11, 2025
ef001ea
npc highlight: fix untagging npcs in instances
Adam- Oct 11, 2025
54bb840
client: add worldview support to overlays
Adam- Oct 11, 2025
d020719
chores(Rs2Equipment): added null check for widget and default back to…
Oct 11, 2025
88f2457
item identification: add surge potion
j-pettit Oct 11, 2025
6931bbe
worldmap: Add Darkmeyer wall rocks, Fossil island zipline, Mausoleum …
coopermor Sep 17, 2025
5a86015
Merge pull request #1561 from Sorries/development
chsami Oct 11, 2025
f1c3881
Merge branch 'development' into feature/invokesubmenu
chsami Oct 11, 2025
6496172
Merge pull request #1555 from Krulvis/feature/invokesubmenu
chsami Oct 11, 2025
60c68c7
xpupdater: remove runetracker
Adam- Oct 11, 2025
30919eb
xpupdater: exclude tournament worlds
Adam- Oct 11, 2025
8b44fca
feat: add search functionality to MicrobotConfigPanel
chsami Oct 11, 2025
6885415
feat: bump 2.0.22
chsami Oct 11, 2025
5d6deaf
Release 1.11.21
Oct 12, 2025
451ead4
Bump for 1.11.22-SNAPSHOT
Oct 12, 2025
0cb4392
api: add WorldEntity.isHiddenForOverlap()
Adam- Oct 12, 2025
3e808e8
api: make toLocalInstance not return points outside of the scene
Adam- Oct 12, 2025
d36c56a
object indicators: hide overlays on hidden worldentities
Adam- Oct 12, 2025
8d32c4f
object indicators: remove points on wv unload
Adam- Oct 12, 2025
38a3ae7
object indicators: fix (un)marking objects which occur multiple times
Adam- Oct 12, 2025
1afab68
interface styles: set wv id on condensed menus
Adam- Oct 14, 2025
49d5272
refactor(Rs2ItemModel): simplify getIndexOfSubAction return values
chsami Oct 14, 2025
92c1506
Merge branch 'runelite/master' into development
chsami Oct 14, 2025
2aaeed6
feat(actor): add method to retrieve camera focus
chsami Oct 14, 2025
2f391fb
refactor(perspective): update clickbox method to use top-level world …
chsami Oct 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.11.20-SNAPSHOT</version>
<version>1.11.21-SNAPSHOT</version>
</parent>

<artifactId>cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.11.20-SNAPSHOT</version>
<version>1.11.21-SNAPSHOT</version>
<packaging>pom</packaging>

<name>RuneLite</name>
Expand Down
2 changes: 1 addition & 1 deletion runelite-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.11.20-SNAPSHOT</version>
<version>1.11.21-SNAPSHOT</version>
</parent>

<artifactId>runelite-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runelite-api/src/main/java/net/runelite/api/Actor.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Represents a RuneScape actor/entity.
*/
public interface Actor extends Renderable
public interface Actor extends Renderable, CameraFocusableEntity
{
/**
* Get the {@link WorldView} this actor belongs to
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
* Copyright (c) 2025, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package net.runelite.api;

import net.runelite.api.coords.LocalPoint;

public interface CameraFocusableEntity
{
WorldView getWorldView();

LocalPoint getCameraFocus();
}
15 changes: 15 additions & 0 deletions runelite-api/src/main/java/net/runelite/api/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -2415,4 +2415,19 @@ default Tile getSelectedSceneTile()
* @return the newly created SceneTilePaint
*/
SceneTilePaint createSceneTilePaint(int swColor, int seColor, int neColor, int nwColor, int texture, int minimapRgb, boolean flatShade);

/**
* Get the entity that the camera is focused on
*
* @return
*/
CameraFocusableEntity getCameraFocusEntity();

/**
* Find the worldview a given worldpoint belongs in
* @param point
* @return
*/
@Nonnull
WorldView findWorldViewFromWorldPoint(WorldPoint point);
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
*/
public interface GraphicsObject extends Renderable
{
/**
* Get the {@link WorldEntity} this spotanim is on.
* @return
*/
WorldView getWorldView();
Comment on lines +35 to +39
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Correct the javadoc to reference WorldView instead of WorldEntity.

The javadoc incorrectly references {@link WorldEntity} when the method returns WorldView. Additionally, the @return tag is empty and should describe what is returned.

Apply this diff:

 	/**
-	 * Get the {@link WorldEntity} this spotanim is on.
-	 * @return
+	 * Get the {@link WorldView} this spotanim is on.
+	 * @return the world view
 	 */
 	WorldView getWorldView();
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
/**
* Get the {@link WorldEntity} this spotanim is on.
* @return
*/
WorldView getWorldView();
/**
* Get the {@link WorldView} this spotanim is on.
* @return the world view
*/
WorldView getWorldView();
🤖 Prompt for AI Agents
In runelite-api/src/main/java/net/runelite/api/GraphicsObject.java around lines
35 to 39, the Javadoc incorrectly references {@link WorldEntity} and has an
empty @return; update the Javadoc to reference {@link WorldView} and provide a
concise description for the @return (e.g., "the WorldView this spotanim is on"),
keeping formatting consistent with surrounding comments.


/**
* The graphics object ID.
*
Expand Down
Loading