Compare commits
No commits in common. 'master' and 'beta' have entirely different histories.
@ -1,18 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry kind="src" path="src"/> |
||||
<classpathentry kind="src" path="lib"/> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
||||
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-glfw.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-linux.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-macos.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-windows.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-natives-linux.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-natives-macos.jar"/> |
||||
<classpathentry kind="lib" path="lib/lwjgl-natives-windows.jar"/> |
||||
<classpathentry kind="lib" path="lib/jna-4.5.0.jar"/> |
||||
<classpathentry kind="lib" path="lib/jna-platform-4.5.0.jar"/> |
||||
<classpathentry kind="output" path="bin"/> |
||||
</classpath> |
@ -1,4 +0,0 @@ |
||||
eclipse.preferences.version=1 |
||||
encoding//src/sig/modules/RabiRace/SessionCreateWindow.java=UTF-8 |
||||
encoding//src/sig/modules/RabiRace/SessionListWindow.java=UTF-8 |
||||
encoding//src/sig/modules/RabiRibi/MemoryOffset.java=UTF-8 |
@ -1,111 +0,0 @@ |
||||
eclipse.preferences.version=1 |
||||
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled |
||||
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore |
||||
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull |
||||
org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= |
||||
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault |
||||
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= |
||||
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable |
||||
org.eclipse.jdt.core.compiler.annotation.nullable.secondary= |
||||
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled |
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 |
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve |
||||
org.eclipse.jdt.core.compiler.compliance=1.8 |
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate |
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate |
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate |
||||
org.eclipse.jdt.core.compiler.problem.APILeak=warning |
||||
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning |
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore |
||||
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning |
||||
org.eclipse.jdt.core.compiler.problem.deadCode=warning |
||||
org.eclipse.jdt.core.compiler.problem.deprecation=warning |
||||
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled |
||||
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled |
||||
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning |
||||
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore |
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore |
||||
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore |
||||
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled |
||||
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore |
||||
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning |
||||
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning |
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error |
||||
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning |
||||
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled |
||||
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning |
||||
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning |
||||
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore |
||||
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore |
||||
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning |
||||
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore |
||||
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore |
||||
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled |
||||
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore |
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore |
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled |
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning |
||||
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore |
||||
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning |
||||
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning |
||||
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore |
||||
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning |
||||
org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning |
||||
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error |
||||
org.eclipse.jdt.core.compiler.problem.nullReference=warning |
||||
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error |
||||
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning |
||||
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning |
||||
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore |
||||
org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning |
||||
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore |
||||
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore |
||||
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore |
||||
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning |
||||
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning |
||||
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore |
||||
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore |
||||
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore |
||||
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore |
||||
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore |
||||
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled |
||||
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning |
||||
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled |
||||
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled |
||||
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled |
||||
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore |
||||
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning |
||||
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning |
||||
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled |
||||
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning |
||||
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning |
||||
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning |
||||
org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning |
||||
org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled |
||||
org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info |
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning |
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedImport=warning |
||||
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning |
||||
org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled |
||||
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning |
||||
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore |
||||
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning |
||||
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning |
||||
org.eclipse.jdt.core.compiler.source=1.8 |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
@ -1,76 +0,0 @@ |
||||
# |
||||
#Properties file for sigIRCv2 |
||||
#Thu Sep 13 20:34:27 CDT 2018 |
||||
Auto_Update_Program=1 |
||||
Automatically_Update_Program=false |
||||
BANDORI_module_X=76 |
||||
BANDORI_module_Y=307 |
||||
BANDORI_module_height=120 |
||||
BANDORI_module_width=640 |
||||
CHATLOG_module_BackgroundColor=195,195,195,255 |
||||
CHATLOG_module_MessageHistory=50 |
||||
CHATLOG_module_X=1042 |
||||
CHATLOG_module_Y=388 |
||||
CHATLOG_module_height=518 |
||||
CHATLOG_module_width=516 |
||||
CONTROLLER_module_X=46 |
||||
CONTROLLER_module_Y=272 |
||||
CONTROLLER_module_height=312 |
||||
CONTROLLER_module_width=320 |
||||
Disable_Chat_Messages=false |
||||
Max_FPS=30 |
||||
Module_bandori_Enabled=false |
||||
Module_chatlog_Enabled=false |
||||
Module_controller_Enabled=false |
||||
Module_rabirace_Enabled=false |
||||
Module_rabiribi_Enabled=false |
||||
Module_touhoumother_Enabled=false |
||||
Module_twitch_Enabled=false |
||||
RABIRACE_module_X=492 |
||||
RABIRACE_module_Y=226 |
||||
RABIRACE_module_height=561 |
||||
RABIRACE_module_width=481 |
||||
RABIRIBI_module_X=0 |
||||
RABIRIBI_module_Y=0 |
||||
RABIRIBI_module_height=1050 |
||||
RABIRIBI_module_width=1680 |
||||
SCROLLINGCHAT_module_X=1016 |
||||
SCROLLINGCHAT_module_Y=223 |
||||
SCROLLINGCHAT_module_height=132 |
||||
SCROLLINGCHAT_module_width=456 |
||||
TOUHOUMOTHER_module_X=0 |
||||
TOUHOUMOTHER_module_Y=312 |
||||
TOUHOUMOTHER_module_height=312 |
||||
TOUHOUMOTHER_module_width=320 |
||||
TWITCH_module_X=507 |
||||
TWITCH_module_Y=366 |
||||
TWITCH_module_followerText_Y=42 |
||||
TWITCH_module_followerText_centerX=292 |
||||
TWITCH_module_follower_img=sigIRC/glaceon_follower.png |
||||
TWITCH_module_follower_img_animation=true |
||||
TWITCH_module_height=200 |
||||
TWITCH_module_newFollowerImgBackgroundColor=90,90,90 |
||||
TWITCH_module_newFollowerImgLogoSize=32 |
||||
TWITCH_module_newFollowerShadowTextColor=26,90,150 |
||||
TWITCH_module_newFollowerTextColor=255,255,255 |
||||
TWITCH_module_width=500 |
||||
Testing_Mode=false |
||||
backgroundColor=-10066177 |
||||
channel=\#SigoNitori |
||||
chatRows=3 |
||||
chatScrollSpd=4 |
||||
dingThreshold=6 |
||||
hardware_acceleration=true |
||||
lastSubEmote_APIUpdate=331 |
||||
messageFont=Gill Sans Ultra Bold Condensed |
||||
nickname=SigoNitori |
||||
overlayMode=false |
||||
rowSpacing=64 |
||||
server=irc.chat.twitch.tv |
||||
showWindowControls=true |
||||
touhoumotherConsoleFont=Agency FB Bold |
||||
usernameFont=Segoe UI Semibold |
||||
windowHeight=632 |
||||
windowWidth=1212 |
||||
windowX=442 |
||||
windowY=205 |
@ -0,0 +1,19 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry kind="src" path="src"/> |
||||
<classpathentry kind="src" path="lib"/> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/commons-io-2.5.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/jna-4.5.0.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/jna-platform-4.5.0.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-glfw.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-glfw-natives-linux.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-glfw-natives-macos.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-glfw-natives-windows.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-natives-linux.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-natives-macos.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/lwjgl-natives-windows.jar"/> |
||||
<classpathentry kind="lib" path="C:/Users/sigon/git/sigIRCv2/sigIRCv2/lib/twitch-api-wrapper-0.3-jar-with-dependencies.jar"/> |
||||
<classpathentry kind="output" path="bin"/> |
||||
</classpath> |
@ -0,0 +1,11 @@ |
||||
eclipse.preferences.version=1 |
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 |
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve |
||||
org.eclipse.jdt.core.compiler.compliance=1.8 |
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate |
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate |
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate |
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
||||
org.eclipse.jdt.core.compiler.source=1.8 |
@ -0,0 +1,65 @@ |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\oauthToken.txt, retrieving file online from http://45.33.13.215/sigIRCv2/oauthToken.txt. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\subscribers.txt, retrieving file online from http://45.33.13.215/sigIRCv2/subscribers.txt. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\follower_sounds\Glaceon_cry.wav, retrieving file online from http://45.33.13.215/sigIRCv2/Glaceon_cry.wav. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\follower_sounds\README.txt, retrieving file online from http://45.33.13.215/sigIRCv2/README.txt. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\record, retrieving file online from http://45.33.13.215/sigIRCv2/record. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\glaceon_follower.png, retrieving file online from http://45.33.13.215/sigIRCv2/glaceon_follower.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\sigIRCicon.png, retrieving file online from http://45.33.13.215/sigIRCv2/sigIRCicon.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_down_arrow.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_down_arrow.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_follower_count.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_follower_count.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_up_arrow.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_up_arrow.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_uptime.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_uptime.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_viewers_count.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_viewers_count.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\icon_views_count.png, retrieving file online from http://45.33.13.215/sigIRCv2/icon_views_count.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\message_separator.png, retrieving file online from http://45.33.13.215/sigIRCv2/message_separator.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\controller\2-way_axis.png, retrieving file online from http://45.33.13.215/sigIRCv2/2-way_axis.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\controller\4-way_axis.png, retrieving file online from http://45.33.13.215/sigIRCv2/4-way_axis.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\controller\controller_overlay.png, retrieving file online from http://45.33.13.215/sigIRCv2/controller_overlay.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\controller\controller_template.png, retrieving file online from http://45.33.13.215/sigIRCv2/controller_template.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\sigIRC\CP_Font.ttf, retrieving file online from http://45.33.13.215/sigIRCv2/CP_Font.ttf. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\kill.png, retrieving file online from http://45.33.13.215/sigIRCv2/kill.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\memory, retrieving file online from http://45.33.13.215/sigIRCv2/memory. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\swap.png, retrieving file online from http://45.33.13.215/sigIRCv2/swap.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\update.png, retrieving file online from http://45.33.13.215/sigIRCv2/update.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\backcolor.png, retrieving file online from http://45.33.13.215/sigIRCv2/backcolor.png. |
||||
Could not find C:\Users\sigon\Downloads\sigIRCv2-master\sigIRCv2\.\drag_bar.png, retrieving file online from http://45.33.13.215/sigIRCv2/drag_bar.png. |
||||
File size is 10277104 |
||||
File size on Github is -1 |
||||
File size on Github varies from currently running program... Downloading new program. |
||||
Downloaded Dependencies. |
||||
!!!!!!!!!!!!!!!!!! |
||||
!!!!!WARNING!!!!!! |
||||
There is a space in the global file location sigIRC/sounds/Howler Monkeys Howling (Very Funny)-Pia8ku7jUNg.wav. This is going to cause huge errors! |
||||
!!!!!!!!!!!!!!!!!! |
||||
Trace:Mini stack tracer: |
||||
sig.utils.DebugUtils: **DebugUtils.java** getStackTrace():10 |
||||
sig.utils.DebugUtils: **DebugUtils.java** showStackTrace():6 |
||||
sig.FileManager: **FileManager.java** <init>():22 |
||||
sig.CustomSound: **CustomSound.java** <init>():24 |
||||
sig.sigIRC: **sigIRC.java** InitializeCustomSounds():406 |
||||
sig.sigIRC: **sigIRC.java** main():259 |
||||
!!!!!!!!!!!!!!!!!! |
||||
!!!!!WARNING!!!!!! |
||||
There is a space in the global file location sigIRC/sounds/Kuroyukihime Burst Link !-tv6wMw7KU9o.wav. This is going to cause huge errors! |
||||
!!!!!!!!!!!!!!!!!! |
||||
Trace:Mini stack tracer: |
||||
sig.utils.DebugUtils: **DebugUtils.java** getStackTrace():10 |
||||
sig.utils.DebugUtils: **DebugUtils.java** showStackTrace():6 |
||||
sig.FileManager: **FileManager.java** <init>():22 |
||||
sig.CustomSound: **CustomSound.java** <init>():24 |
||||
sig.sigIRC: **sigIRC.java** InitializeCustomSounds():407 |
||||
sig.sigIRC: **sigIRC.java** main():259 |
||||
!!!!!!!!!!!!!!!!!! |
||||
!!!!!WARNING!!!!!! |
||||
There is a space in the global file location sigIRC/sounds/Samus Appears - Metroid Prime [OST]-G8frLXCHtqM.wav. This is going to cause huge errors! |
||||
!!!!!!!!!!!!!!!!!! |
||||
Trace:Mini stack tracer: |
||||
sig.utils.DebugUtils: **DebugUtils.java** getStackTrace():10 |
||||
sig.utils.DebugUtils: **DebugUtils.java** showStackTrace():6 |
||||
sig.FileManager: **FileManager.java** <init>():22 |
||||
sig.CustomSound: **CustomSound.java** <init>():24 |
||||
sig.sigIRC: **sigIRC.java** InitializeCustomSounds():408 |
||||
sig.sigIRC: **sigIRC.java** main():259 |
||||
Local copy of Sub emotes not found. Downloading in background... |
||||
Properties successfully saved. |
||||
Properties successfully saved. |