Skip to content

Commit 84e3eee

Browse files
Add osrs-tracker plugin
Tracks level-ups, quest completions, loot drops, clue scrolls, collection log updates, and deaths, and uploads short video clips of each event to osrs-tracker.com. Clips are encoded on the user's GPU via Vulkan Video Encode (H.264), so this submission also adds lwjgl-vulkan:3.3.6 to the thirdParty configuration with its SHA256 pinned.
1 parent 3694073 commit 84e3eee

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

package/verification-template/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ dependencies {
132132
thirdParty "org.lwjgl:lwjgl::natives-$platform"
133133
thirdParty "org.lwjgl:lwjgl-opengl::natives-$platform"
134134
}
135+
thirdParty("org.lwjgl:lwjgl-vulkan:3.3.6") {
136+
because "osrs-tracker"
137+
}
135138
thirdParty("org.java-websocket:Java-WebSocket:1.5.6") {
136139
because "wikisync"
137140
because "osrs-archipelago"

package/verification-template/gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,14 @@
13741374
<sha256 value="2b9adc02fec160e08827c4b1c5e687ce6b7ae3141f7741f2d1d015039a156687" origin="Generated by Gradle"/>
13751375
</artifact>
13761376
</component>
1377+
<component group="org.lwjgl" name="lwjgl-vulkan" version="3.3.6">
1378+
<artifact name="lwjgl-vulkan-3.3.6.jar">
1379+
<sha256 value="07501098acdfe784f55f4f5ea2e99e33e89a1d18128ddbcd41571434b5e848e4" origin="Generated by Gradle"/>
1380+
</artifact>
1381+
<artifact name="lwjgl-vulkan-3.3.6.pom">
1382+
<sha256 value="929da381780dfe57887826e28dcf07c76677dc7d357af5ec9bd66baac7a835a2" origin="Generated by Gradle"/>
1383+
</artifact>
1384+
</component>
13771385
<component group="org.mongodb" name="bson" version="4.2.0">
13781386
<artifact name="bson-4.2.0.jar">
13791387
<sha256 value="a21917b7027a7a0a8ac8b1731fffcb81193905def4377d5dc10cd2cf3841d995" origin="Generated by Gradle"/>

plugins/osrs-tracker

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
repository=https://github.com/dennisdevulder/osrs-tracker-plugin.git
2-
commit=6c0b8c0596d93885c4efd74188295fd6c6bb7512
2+
commit=c4851ded1b5edccb12ae92435f35618904e57f23
3+
authors=Dennis De Vulder
34
warning=This plugin submits your IP address, RSN, and comprehensive records and screen recordings of your account activity to a 3rd-party server not controlled or verified by Runelite developers.

0 commit comments

Comments
 (0)