Skip to content

Commit

Permalink
Merge pull request #95 from OSRSB/wip2
Browse files Browse the repository at this point in the history
Clean-up, error fixing, and update for release
  • Loading branch information
GigiaJ authored Feb 10, 2022
2 parents 4fd7aa0 + e6447f7 commit 14e0586
Show file tree
Hide file tree
Showing 360 changed files with 1,926 additions and 1,639 deletions.
Binary file modified .gradle/5.2.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.2.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.2.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.2.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/5.2.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.2.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/5.2.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
70 changes: 36 additions & 34 deletions .idea/artifacts/RSBBB_jar.xml

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

366 changes: 28 additions & 338 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.8.9'
def runeLiteVersion = '1.8.11'

dependencies {
compile group: 'net.runelite', name: 'client', version: runeLiteVersion
Expand All @@ -20,7 +20,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.22'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.32'
testImplementation 'org.slf4j:slf4j-simple:1.7.35'
testImplementation group: 'net.runelite', name: 'client', version: runeLiteVersion, {
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
Expand Down
Binary file modified build/classes/java/main/rsb/botLauncher/RuneLite$1.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/botLauncher/RuneLite$2.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/botLauncher/RuneLite$3.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/rsb/botLauncher/RuneLite.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/botLauncher/RuneLiteTestFeatures.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/event/EventMulticaster.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/internal/BotModule.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/internal/InputManager.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/internal/wrappers/Filter.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Bank.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Calculations$Render.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Calculations.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Camera$ROTATION_METHOD.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Camera.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Combat.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Environment.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Game$ChatMode.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Game.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/GrandExchange.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Interfaces.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Inventory.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Mouse.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Prayer.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Store.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/methods/Walking.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/script/randoms/LoginBot.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/util/Base64.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/util/OutputObjectComparer$1.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/util/OutputObjectComparer.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/util/SkillTracker.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/wrappers/RSObject$Type.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/wrappers/RSObject.class
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/java/main/rsb/wrappers/RSTile.class
Binary file not shown.
Binary file modified build/classes/java/main/rsb/wrappers/RSWidget.class
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: rsb.botLauncher.Application

8 changes: 5 additions & 3 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Sat Feb 05 19:15:55 EST 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Wed Feb 09 19:39:44 EST 2022 -->
<title>All Classes</title>
<meta name="date" content="2022-02-05">
<meta name="date" content="2022-02-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -73,8 +73,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rsb/internal/globval/GlobalSettingValues.html" title="class in rsb.internal.globval" target="classFrame">GlobalSettingValues</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.html" title="class in rsb.internal.globval" target="classFrame">GlobalWidgetId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.EquipmentSlotId.html" title="class in rsb.internal.globval" target="classFrame">GlobalWidgetId.EquipmentSlotId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Prayer.html" title="enum in rsb.internal.globval" target="classFrame">GlobalWidgetId.Prayer</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.PrayerBook.html" title="enum in rsb.internal.globval" target="classFrame">GlobalWidgetId.PrayerBook</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Prayers.html" title="enum in rsb.internal.globval" target="classFrame">GlobalWidgetId.Prayers</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Skill.html" title="enum in rsb.internal.globval" target="classFrame">GlobalWidgetId.Skill</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.SpellId.html" title="class in rsb.internal.globval" target="classFrame">GlobalWidgetId.SpellId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetInfo.html" title="enum in rsb.internal.globval" target="classFrame">GlobalWidgetInfo</a></li>
Expand Down Expand Up @@ -150,6 +150,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rsb/wrappers/RSWidgetItem.html" title="class in rsb.wrappers" target="classFrame">RSWidgetItem</a></li>
<li><a href="rsb/botLauncher/RuneLite.html" title="class in rsb.botLauncher" target="classFrame">RuneLite</a></li>
<li><a href="rsb/botLauncher/RuneLiteTestFeatures.html" title="class in rsb.botLauncher" target="classFrame">RuneLiteTestFeatures</a></li>
<li><a href="rsb/internal/RuntimeConfig.html" title="class in rsb.internal" target="classFrame">RuntimeConfig</a></li>
<li><a href="rsb/internal/RuntimeConfigLoader.html" title="class in rsb.internal" target="classFrame">RuntimeConfigLoader</a></li>
<li><a href="rsb/util/ScreenshotUtil.html" title="class in rsb.util" target="classFrame">ScreenshotUtil</a></li>
<li><a href="rsb/script/Script.html" title="class in rsb.script" target="classFrame">Script</a></li>
<li><a href="rsb/service/ScriptDefinition.html" title="class in rsb.service" target="classFrame">ScriptDefinition</a></li>
Expand Down
8 changes: 5 additions & 3 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Sat Feb 05 19:15:55 EST 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Wed Feb 09 19:39:44 EST 2022 -->
<title>All Classes</title>
<meta name="date" content="2022-02-05">
<meta name="date" content="2022-02-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -73,8 +73,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rsb/internal/globval/GlobalSettingValues.html" title="class in rsb.internal.globval">GlobalSettingValues</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.html" title="class in rsb.internal.globval">GlobalWidgetId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.EquipmentSlotId.html" title="class in rsb.internal.globval">GlobalWidgetId.EquipmentSlotId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Prayer.html" title="enum in rsb.internal.globval">GlobalWidgetId.Prayer</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.PrayerBook.html" title="enum in rsb.internal.globval">GlobalWidgetId.PrayerBook</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Prayers.html" title="enum in rsb.internal.globval">GlobalWidgetId.Prayers</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.Skill.html" title="enum in rsb.internal.globval">GlobalWidgetId.Skill</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetId.SpellId.html" title="class in rsb.internal.globval">GlobalWidgetId.SpellId</a></li>
<li><a href="rsb/internal/globval/GlobalWidgetInfo.html" title="enum in rsb.internal.globval">GlobalWidgetInfo</a></li>
Expand Down Expand Up @@ -150,6 +150,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rsb/wrappers/RSWidgetItem.html" title="class in rsb.wrappers">RSWidgetItem</a></li>
<li><a href="rsb/botLauncher/RuneLite.html" title="class in rsb.botLauncher">RuneLite</a></li>
<li><a href="rsb/botLauncher/RuneLiteTestFeatures.html" title="class in rsb.botLauncher">RuneLiteTestFeatures</a></li>
<li><a href="rsb/internal/RuntimeConfig.html" title="class in rsb.internal">RuntimeConfig</a></li>
<li><a href="rsb/internal/RuntimeConfigLoader.html" title="class in rsb.internal">RuntimeConfigLoader</a></li>
<li><a href="rsb/util/ScreenshotUtil.html" title="class in rsb.util">ScreenshotUtil</a></li>
<li><a href="rsb/script/Script.html" title="class in rsb.script">Script</a></li>
<li><a href="rsb/service/ScriptDefinition.html" title="class in rsb.service">ScriptDefinition</a></li>
Expand Down
Loading

0 comments on commit 14e0586

Please sign in to comment.