Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
77750bb
feat(transports): add climbing interactions for woodcutting guild
chsami Nov 14, 2025
e81c4a8
Merge branch 'development' into WorkTree1
chsami Nov 14, 2025
b5ea8dc
feat(tileobjects): implement tile object querying and caching
chsami Nov 14, 2025
77975d4
feat(tileobjects): enhance querying with case-insensitive name and ID…
chsami Nov 14, 2025
04c2a3d
fix(transports): correct rope ladder climb-up entry formatting
chsami Nov 15, 2025
d03fa17
feat(transports): add climbing interactions for woodcutting guild
chsami Nov 14, 2025
401fe46
feat(tileobjects): implement tile object querying and caching
chsami Nov 14, 2025
6e18b7d
feat(tileobjects): enhance querying with case-insensitive name and ID…
chsami Nov 14, 2025
c5c487e
fix(transports): correct rope ladder climb-up entry formatting
chsami Nov 15, 2025
77553d5
Merge remote-tracking branch 'origin/GameObjects' into WorkTree1
chsami Nov 15, 2025
2163f45
remove caching and scheduler
chsami Nov 15, 2025
d62d98b
remove caching and scheduler
chsami Nov 15, 2025
530ebd8
feat(api): add new api for ground item, NPC, and player querying
chsami Nov 15, 2025
f754f4c
chore(pom): update microbot version to 2.0.42
chsami Nov 15, 2025
ac36601
refactor(api): rename ground item classes to tile item for clarity
chsami Nov 15, 2025
1ab2434
refactor(api): simplify ground items retrieval and add line of sight …
chsami Nov 15, 2025
b0d4aae
refactor(api): introduce IEntity interface and update related models
chsami Nov 16, 2025
423d4c3
refactor(api): reorganize player and NPC model imports and structure
chsami Nov 16, 2025
f036e93
refactor(api): mark legacy game object classes as deprecated
chsami Nov 16, 2025
a28789e
remove caching and scheduler
chsami Nov 15, 2025
7d33843
remove caching and scheduler
chsami Nov 15, 2025
61b1db6
feat(api): add new api for ground item, NPC, and player querying
chsami Nov 15, 2025
6af8f1c
chore(pom): update microbot version to 2.0.42
chsami Nov 15, 2025
1badf00
refactor(api): rename ground item classes to tile item for clarity
chsami Nov 15, 2025
cb34059
refactor(api): simplify ground items retrieval and add line of sight …
chsami Nov 15, 2025
239b187
refactor(api): introduce IEntity interface and update related models
chsami Nov 16, 2025
d82f3b9
refactor(api): reorganize player and NPC model imports and structure
chsami Nov 16, 2025
42f2ffb
refactor(api): mark legacy game object classes as deprecated
chsami Nov 16, 2025
df95d2c
Merge remote-tracking branch 'origin/GameObjects' into WorkTree1
chsami Nov 16, 2025
78e024c
refactor(api): update Rs2NpcModel import path
chsami Nov 16, 2025
1da0633
feat(login): auto-fill credentials from active profile on login screen
chsami Nov 16, 2025
d26288c
Merge branch 'refs/heads/development' into WorkTree1
chsami Nov 23, 2025
a36aaee
Merge remote-tracking branch 'refs/remotes/origin/development' into W…
chsami Nov 23, 2025
6c4c819
feat(config): add world selection feature to user profiles
chsami Nov 24, 2025
ffa8f9f
feat(microbot): implement world view handling for NPCs and players
chsami Nov 26, 2025
2f56736
feat(query): enhance entity querying with additional filters and methods
chsami Nov 26, 2025
43f4e74
Merge branch 'refs/heads/development' into WorkTree1
chsami Nov 30, 2025
736861f
refactor(npc): update NewMenuEntry usage for improved readability
chsami Nov 30, 2025
a343bed
feat(tileObject): add operation override methods for enhanced functio…
chsami Nov 30, 2025
1b46beb
feat(tileObject): add operation override methods for tile object model
chsami Nov 30, 2025
91f06d8
refactor(plugin): update log message for plugin removal
chsami Nov 30, 2025
39866a1
Merge branch 'refs/heads/development' into WorkTree1
chsami Dec 2, 2025
0fbe025
feat: reachable check added to every entity
chsami Dec 5, 2025
e7ae882
feat: boat object interactions
chsami Dec 8, 2025
91c1a22
feat: boat object interactions
chsami Dec 8, 2025
340c949
Merge branch 'refs/heads/development' into WorkTree1
chsami Dec 14, 2025
a98cb60
feat(boat): add BoatType enum and update related classes for sailing
chsami Dec 14, 2025
9beee3a
fix(script): update shipwreck and salvage item checks for accuracy
chsami Dec 14, 2025
a8e64af
Merge branch 'refs/heads/development' into WorkTree1
chsami Dec 20, 2025
d4aed44
Merge branch 'refs/heads/development' into WorkTree1
chsami Dec 23, 2025
95677e2
Merge branch 'refs/heads/development' into WorkTree1
chsami Dec 27, 2025
64d3977
refactor(api): simplify profile management in integration tests
chsami Dec 27, 2025
7bc018f
refactor(api): update filtering logic for reachable entities and cach…
chsami Dec 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 12 additions & 12 deletions .run/Runelite.run.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Runelite" type="Application" factoryName="Application" singleton="false">
<option name="ALTERNATIVE_JRE_PATH" value="11"/>
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true"/>
<option name="MAIN_CLASS_NAME" value="net.runelite.client.RuneLite"/>
<module name="client"/>
<option name="PROGRAM_PARAMETERS" value="-developer-mode -clean-jagex-launcher"/>
<option name="VM_PARAMETERS" value="-ea"/>
<method v="2">
<option name="Make" enabled="true"/>
</method>
</configuration>
</component>
<configuration default="false" name="Runelite" type="Application" factoryName="Application" singleton="false">
<option name="ALTERNATIVE_JRE_PATH" value="11" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="net.runelite.client.RuneLite" />
<module name="client.main" />
<option name="PROGRAM_PARAMETERS" value="-developer-mode" />
<option name="VM_PARAMETERS" value="-ea" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
195 changes: 0 additions & 195 deletions docs/scheduler/README.md

This file was deleted.

Loading