diff --git a/bin/main/edu/.idea/.gitignore b/bin/main/edu/.idea/.gitignore new file mode 100644 index 000000000..0e40fe8f5 --- /dev/null +++ b/bin/main/edu/.idea/.gitignore @@ -0,0 +1,3 @@ + +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/bin/main/edu/.idea/.gitignore 2 b/bin/main/edu/.idea/.gitignore 2 new file mode 100644 index 000000000..0e40fe8f5 --- /dev/null +++ b/bin/main/edu/.idea/.gitignore 2 @@ -0,0 +1,3 @@ + +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/bin/main/edu/.idea/edu.iml b/bin/main/edu/.idea/edu.iml new file mode 100644 index 000000000..d6ebd4805 --- /dev/null +++ b/bin/main/edu/.idea/edu.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/bin/main/edu/.idea/misc.xml b/bin/main/edu/.idea/misc.xml new file mode 100644 index 000000000..28a804d89 --- /dev/null +++ b/bin/main/edu/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/bin/main/edu/.idea/modules.xml b/bin/main/edu/.idea/modules.xml new file mode 100644 index 000000000..51e3d226a --- /dev/null +++ b/bin/main/edu/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/bin/main/edu/.idea/vcs.xml b/bin/main/edu/.idea/vcs.xml new file mode 100644 index 000000000..4fce1d86b --- /dev/null +++ b/bin/main/edu/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bin/main/edu/build.gradle b/bin/main/edu/build.gradle new file mode 100644 index 000000000..c78bb415c --- /dev/null +++ b/bin/main/edu/build.gradle @@ -0,0 +1,62 @@ +version '2.0.0' + +apply plugin: 'java' +apply plugin: 'application' + +sourceCompatibility = 1.8 + +dependencies { + compile project(':legup-update') + compile 'com.google.firebase:firebase-admin:6.3.0' + compile 'org.apache.httpcomponents:httpclient:4.5.1' + compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' + compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25' + +// compile 'com.google.code.gson:gson:2.8.2' +// compile 'commons-cli:commons-cli:1.4' +// compile 'commons-io:commons-io:2.6' + compile 'org.apache.commons:commons-lang3:3.7' + compile 'org.apache.logging.log4j:log4j-api:2.10.0' + compile 'org.apache.logging.log4j:log4j-core:2.10.0' + + testCompile group: 'junit', name: 'junit', version: '4.12' + testCompile 'junit:junit:4.+' +} + +task customFatJar(type: Jar) { + manifest { + attributes('Implementation-Title': 'Legup', + 'Implementation-Version': version, + 'Main-Class': 'edu.rpi.legup.Legup', + 'SplashScreen-Image': 'edu/rpi/legup/images/Legup/LegupSplash.png') + } + archiveName = 'Legup.jar' + from { + configurations.compile.collect { + it.isDirectory() ? it : zipTree(it) + } + } + with jar +} + +jar { + from { + configurations.compile.collect { + it.isDirectory() ? it : zipTree(it) + } + configurations.runtime.collect { + it.isDirectory() ? it : zipTree(it) + } + } + manifest { + attributes('Implementation-Title': 'Legup', + 'Implementation-Version': version, + 'Main-Class': 'edu.rpi.legup.Legup', + 'SplashScreen-Image': 'edu/rpi/legup/images/Legup/LegupSplash.png') + } + archiveName = 'Legup.jar' +} + +repositories { + mavenCentral() +} \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.lock b/bin/main/edu/rpi/.metadata/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.lock 2 b/bin/main/edu/rpi/.metadata/.lock 2 new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.log b/bin/main/edu/rpi/.metadata/.log new file mode 100644 index 000000000..6960a6639 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.log @@ -0,0 +1,91 @@ +!SESSION 2019-10-29 22:18:59.756 ----------------------------------------------- +eclipse.buildId=4.5.2.M20160212-1500 +java.version=1.8.0_131 +java.vendor=Oracle Corporation +BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US +Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation +Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -data /Users/James/Documents/RPI/Research/LEGUP/Legup/src/main/java/edu/rpi -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation + +!ENTRY org.eclipse.recommenders.snipmatch.rcp 4 0 2019-10-29 22:19:00.381 +!MESSAGE FrameworkEvent ERROR +!STACK 0 +org.osgi.framework.BundleException: Could not resolve module: org.eclipse.recommenders.snipmatch.rcp [392] + Bundle was not resolved because of a uses contraint violation. + org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] because it is exposed to package 'org.eclipse.jgit.dircache' from resources org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] and org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] via two dependency chains. + +Chain 1: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (osgi.wiring.bundle=org.eclipse.jgit) + | + provide: osgi.wiring.bundle: org.eclipse.jgit + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] + +Chain 2: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (&(osgi.wiring.bundle=org.eclipse.egit.core)(bundle-version>=3.2.0)) + | + provide: osgi.wiring.bundle; bundle-version:Version="4.0.3.201509231615-r"; osgi.wiring.bundle="org.eclipse.egit.core"; singleton:="true" + org.eclipse.egit.core [osgi.identity; osgi.identity="org.eclipse.egit.core"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"; singleton:="true"] + import: (&(osgi.wiring.package=org.eclipse.jgit.lib)(&(version>=4.0.3)(!(version>=4.1.0)))) + | + export: osgi.wiring.package: org.eclipse.jgit.lib; uses:=org.eclipse.jgit.dircache + export: osgi.wiring.package=org.eclipse.jgit.dircache + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] + at org.eclipse.osgi.container.Module.start(Module.java:434) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) + at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) + at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) + +!ENTRY org.eclipse.core.net 1 0 2019-10-29 22:19:03.398 +!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences + +!ENTRY org.eclipse.core.jobs 2 2 2019-10-29 22:19:19.382 +!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.epp.internal.logging.aeri.ui.log.CheckServerAvailabilityJob +!SESSION 2019-11-06 12:29:45.873 ----------------------------------------------- +eclipse.buildId=4.5.2.M20160212-1500 +java.version=1.8.0_131 +java.vendor=Oracle Corporation +BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US +Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation +Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation + +!ENTRY org.eclipse.recommenders.snipmatch.rcp 4 0 2019-11-06 12:29:46.606 +!MESSAGE FrameworkEvent ERROR +!STACK 0 +org.osgi.framework.BundleException: Could not resolve module: org.eclipse.recommenders.snipmatch.rcp [392] + Bundle was not resolved because of a uses contraint violation. + org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] because it is exposed to package 'org.eclipse.jgit.dircache' from resources org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] and org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] via two dependency chains. + +Chain 1: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (osgi.wiring.bundle=org.eclipse.jgit) + | + provide: osgi.wiring.bundle: org.eclipse.jgit + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] + +Chain 2: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (&(osgi.wiring.bundle=org.eclipse.egit.core)(bundle-version>=3.2.0)) + | + provide: osgi.wiring.bundle; bundle-version:Version="4.0.3.201509231615-r"; osgi.wiring.bundle="org.eclipse.egit.core"; singleton:="true" + org.eclipse.egit.core [osgi.identity; osgi.identity="org.eclipse.egit.core"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"; singleton:="true"] + import: (&(osgi.wiring.package=org.eclipse.jgit.lib)(&(version>=4.0.3)(!(version>=4.1.0)))) + | + export: osgi.wiring.package: org.eclipse.jgit.lib; uses:=org.eclipse.jgit.dircache + export: osgi.wiring.package=org.eclipse.jgit.dircache + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] + at org.eclipse.osgi.container.Module.start(Module.java:434) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) + at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) + at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) + +!ENTRY org.eclipse.core.net 1 0 2019-11-06 12:29:49.825 +!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences diff --git a/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments 2.gen b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments 2.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments 2.gen differ diff --git a/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments.gen b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments.gen differ diff --git a/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments_1 b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments_1 new file mode 100644 index 000000000..7efd8c620 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.mylyn/.taskListIndex/segments_1 differ diff --git a/bin/main/edu/rpi/.metadata/.mylyn/repositories.xml.zip b/bin/main/edu/rpi/.metadata/.mylyn/repositories.xml.zip new file mode 100644 index 000000000..4cd0063f8 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.mylyn/repositories.xml.zip differ diff --git a/bin/main/edu/rpi/.metadata/.mylyn/tasks.xml.zip b/bin/main/edu/rpi/.metadata/.mylyn/tasks.xml.zip new file mode 100644 index 000000000..8c3e73da3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.mylyn/tasks.xml.zip differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version new file mode 100644 index 000000000..25cb955ba --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100644 index 000000000..25cb955ba --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index new file mode 100644 index 000000000..7ea794608 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100644 index 000000000..6b2aaa764 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree new file mode 100644 index 000000000..8a1fc9ec5 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources new file mode 100644 index 000000000..9f39d0588 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources new file mode 100644 index 000000000..9f39d0588 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs new file mode 100644 index 000000000..dffc6b513 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +version=1 diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 000000000..dffc6b513 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +version=1 diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 000000000..1768a1e88 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,13 @@ +content_assist_proposals_background=255,255,255 +content_assist_proposals_foreground=0,0,0 +eclipse.preferences.version=1 +fontPropagated=true +org.eclipse.jdt.ui.editor.tab.width= +org.eclipse.jdt.ui.formatterprofiles.version=12 +org.eclipse.jdt.ui.javadoclocations.migrated=true +org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|; +proposalOrderMigrated=true +spelling_locale_initialized=true +tabWidthPropagated=true +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs new file mode 100644 index 000000000..67b1d96c9 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs new file mode 100644 index 000000000..43e97e405 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +mylyn.attention.migrated=true diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs new file mode 100644 index 000000000..8d462a6cf --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs new file mode 100644 index 000000000..2b60c21d6 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +migrated.task.repositories.secure.store=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true +org.eclipse.mylyn.tasks.ui.welcome.message=true diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs new file mode 100644 index 000000000..da2be0834 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -0,0 +1,5 @@ +PROBLEMS_FILTERS_MIGRATE=true +eclipse.preferences.version=1 +platformState=1554955212164 +quickStart=false +tipsAndTricks=true diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs new file mode 100644 index 000000000..08076f236 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +showIntro=false diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs new file mode 100644 index 000000000..dd774965c --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs @@ -0,0 +1,3 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery; +eclipse.preferences.version=1 diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi new file mode 100644 index 000000000..72c587915 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi @@ -0,0 +1,2304 @@ + + + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + ModelMigrationProcessor.001 + + + + + + + + topLevel + + + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet + persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.wb.core.ui.actionset + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:com.android.ide.eclipse.ddms.Perspective + persp.viewSC:org.eclipse.ant.ui.views.AntView + persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet + persp.showIn:org.eclipse.eclemma.ui.CoverageView + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.views.ResourceNavigator + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks + persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task + persp.viewSC:org.eclipse.wb.core.StructureView + persp.viewSC:org.eclipse.wb.core.PaletteView + + + + org.eclipse.e4.primaryNavigationStack + + + + + + + + + + + + + + + + + + active + + + + org.eclipse.e4.secondaryNavigationStack + + + + + + + + org.eclipse.e4.secondaryDataStack + + + + + + + + + + + + + + + + + + + + View + categoryTag:Help + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:General + + + View + categoryTag:Ant + + + View + categoryTag:Git + + + View + categoryTag:Java + + + + View + categoryTag:Mylyn + active + activeOnClose + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + stretch + + + Draggable + + + Draggable + + + + + + TrimStack + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Ant + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Maven + + + View + categoryTag:Maven + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Oomph + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Team + + + View + categoryTag:Team + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + View + categoryTag:General + + + View + categoryTag:XML + + + View + categoryTag:XML + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100644 index 000000000..72c587915 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,2304 @@ + + + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + ModelMigrationProcessor.001 + + + + + + + + topLevel + + + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet + persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.wb.core.ui.actionset + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:com.android.ide.eclipse.ddms.Perspective + persp.viewSC:org.eclipse.ant.ui.views.AntView + persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet + persp.showIn:org.eclipse.eclemma.ui.CoverageView + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.views.ResourceNavigator + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks + persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task + persp.viewSC:org.eclipse.wb.core.StructureView + persp.viewSC:org.eclipse.wb.core.PaletteView + + + + org.eclipse.e4.primaryNavigationStack + + + + + + + + + + + + + + + + + + active + + + + org.eclipse.e4.secondaryNavigationStack + + + + + + + + org.eclipse.e4.secondaryDataStack + + + + + + + + + + + + + + + + + + + + View + categoryTag:Help + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:General + + + View + categoryTag:Ant + + + View + categoryTag:Git + + + View + categoryTag:Java + + + + View + categoryTag:Mylyn + active + activeOnClose + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + stretch + + + Draggable + + + Draggable + + + + + + TrimStack + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Ant + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Maven + + + View + categoryTag:Maven + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Oomph + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Team + + + View + categoryTag:Team + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + View + categoryTag:General + + + View + categoryTag:XML + + + View + categoryTag:XML + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.frq b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.frq b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 new file mode 100644 index 000000000..305fb89e6 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 new file mode 100644 index 000000000..305fb89e6 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.frq b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 new file mode 100644 index 000000000..305fb89e6 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat new file mode 100644 index 000000000..0edae4b20 Binary files /dev/null and b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat differ diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml new file mode 100644 index 000000000..a4ee3cbc9 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100644 index 000000000..a4ee3cbc9 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 000000000..9e390f501 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml new file mode 100644 index 000000000..a28d67e95 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -0,0 +1,10 @@ + +
+
+ + + + + +
+
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0 2.log b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0 2.log new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml new file mode 100644 index 000000000..e33758c3a --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml @@ -0,0 +1,43 @@ + + + + %date [%thread] %-5level %logger{35} - %msg%n + + + OFF + + + + + ${org.eclipse.m2e.log.dir}/0.log + + ${org.eclipse.m2e.log.dir}/%i.log + 1 + 10 + + + 100MB + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + WARN + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml new file mode 100644 index 000000000..e33758c3a --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml @@ -0,0 +1,43 @@ + + + + %date [%thread] %-5level %logger{35} - %msg%n + + + OFF + + + + + ${org.eclipse.m2e.log.dir}/0.log + + ${org.eclipse.m2e.log.dir}/%i.log + 1 + 10 + + + 100MB + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + WARN + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup new file mode 100644 index 000000000..1f73e14c1 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup @@ -0,0 +1,6 @@ + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup new file mode 100644 index 000000000..1f73e14c1 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup @@ -0,0 +1,6 @@ + + diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml new file mode 100644 index 000000000..a033ea971 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml @@ -0,0 +1,11 @@ + +
+
+ + +
+
+ + +
+
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml new file mode 100644 index 000000000..a033ea971 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml @@ -0,0 +1,11 @@ + +
+
+ + +
+
+ + +
+
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings 2.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings 2.xml new file mode 100644 index 000000000..f118f0213 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings 2.xml @@ -0,0 +1,4 @@ + +
+ +
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings.xml new file mode 100644 index 000000000..f118f0213 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings.xml @@ -0,0 +1,4 @@ + +
+ +
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml new file mode 100644 index 000000000..642340857 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml @@ -0,0 +1,15 @@ + +
+
+ + + + + + + + + + +
+
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml new file mode 100644 index 000000000..642340857 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -0,0 +1,15 @@ + +
+
+ + + + + + + + + + +
+
diff --git a/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml new file mode 100644 index 000000000..364676f03 --- /dev/null +++ b/bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/bin/main/edu/rpi/.metadata/version.ini b/bin/main/edu/rpi/.metadata/version.ini new file mode 100644 index 000000000..a612e14df --- /dev/null +++ b/bin/main/edu/rpi/.metadata/version.ini @@ -0,0 +1,3 @@ +#Wed Nov 06 12:29:47 EST 2019 +org.eclipse.core.runtime=2 +org.eclipse.platform=4.5.2.v20160212-1500 diff --git a/bin/main/edu/rpi/legup/.metadata/.lock b/bin/main/edu/rpi/legup/.metadata/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.lock 2 b/bin/main/edu/rpi/legup/.metadata/.lock 2 new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.log b/bin/main/edu/rpi/legup/.metadata/.log new file mode 100644 index 000000000..15c0718da --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.log @@ -0,0 +1,116 @@ +!SESSION 2019-10-23 14:12:58.040 ----------------------------------------------- +eclipse.buildId=4.5.2.M20160212-1500 +java.version=1.8.0_131 +java.vendor=Oracle Corporation +BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US +Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation +Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -data /Users/James/Documents/RPI/Research/LEGUP/Legup/src/main/java/edu/rpi/legup -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation + +!ENTRY org.eclipse.recommenders.snipmatch.rcp 4 0 2019-10-23 14:12:58.665 +!MESSAGE FrameworkEvent ERROR +!STACK 0 +org.osgi.framework.BundleException: Could not resolve module: org.eclipse.recommenders.snipmatch.rcp [392] + Bundle was not resolved because of a uses contraint violation. + org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] because it is exposed to package 'org.eclipse.jgit.dircache' from resources org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] and org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] via two dependency chains. + +Chain 1: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (osgi.wiring.bundle=org.eclipse.jgit) + | + provide: osgi.wiring.bundle: org.eclipse.jgit + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] + +Chain 2: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (&(osgi.wiring.bundle=org.eclipse.egit.core)(bundle-version>=3.2.0)) + | + provide: osgi.wiring.bundle; bundle-version:Version="4.0.3.201509231615-r"; osgi.wiring.bundle="org.eclipse.egit.core"; singleton:="true" + org.eclipse.egit.core [osgi.identity; osgi.identity="org.eclipse.egit.core"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"; singleton:="true"] + import: (&(osgi.wiring.package=org.eclipse.jgit.lib)(&(version>=4.0.3)(!(version>=4.1.0)))) + | + export: osgi.wiring.package: org.eclipse.jgit.lib; uses:=org.eclipse.jgit.dircache + export: osgi.wiring.package=org.eclipse.jgit.dircache + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] + at org.eclipse.osgi.container.Module.start(Module.java:434) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) + at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) + at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) + +!ENTRY org.eclipse.core.net 1 0 2019-10-23 14:13:01.501 +!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences +!SESSION 2019-10-29 22:17:23.239 ----------------------------------------------- +eclipse.buildId=4.5.2.M20160212-1500 +java.version=1.8.0_131 +java.vendor=Oracle Corporation +BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US +Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation +Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/James/.eclipse_keyring -showlocation + +!ENTRY org.eclipse.recommenders.snipmatch.rcp 4 0 2019-10-29 22:17:23.914 +!MESSAGE FrameworkEvent ERROR +!STACK 0 +org.osgi.framework.BundleException: Could not resolve module: org.eclipse.recommenders.snipmatch.rcp [392] + Bundle was not resolved because of a uses contraint violation. + org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] because it is exposed to package 'org.eclipse.jgit.dircache' from resources org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] and org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] via two dependency chains. + +Chain 1: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (osgi.wiring.bundle=org.eclipse.jgit) + | + provide: osgi.wiring.bundle: org.eclipse.jgit + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="5.2.0.201812061821-r"] + +Chain 2: + org.eclipse.recommenders.snipmatch.rcp [osgi.identity; osgi.identity="org.eclipse.recommenders.snipmatch.rcp"; type="osgi.bundle"; version:Version="2.2.0.v20150609-1848"; singleton:="true"] + require: (&(osgi.wiring.bundle=org.eclipse.egit.core)(bundle-version>=3.2.0)) + | + provide: osgi.wiring.bundle; bundle-version:Version="4.0.3.201509231615-r"; osgi.wiring.bundle="org.eclipse.egit.core"; singleton:="true" + org.eclipse.egit.core [osgi.identity; osgi.identity="org.eclipse.egit.core"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"; singleton:="true"] + import: (&(osgi.wiring.package=org.eclipse.jgit.lib)(&(version>=4.0.3)(!(version>=4.1.0)))) + | + export: osgi.wiring.package: org.eclipse.jgit.lib; uses:=org.eclipse.jgit.dircache + export: osgi.wiring.package=org.eclipse.jgit.dircache + org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.3.201509231615-r"] + at org.eclipse.osgi.container.Module.start(Module.java:434) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) + at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) + at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) + at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) + +!ENTRY org.eclipse.core.net 1 0 2019-10-29 22:17:27.175 +!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences + +!ENTRY org.eclipse.epp.logging.aeri.ui 2 23 2019-10-29 22:18:10.094 +!MESSAGE The server availability check failed Version: 1.0.0.v20150617-0732 +!STACK 0 +java.net.UnknownHostException: dev.eclipse.org: nodename nor servname provided, or not known + at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) + at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) + at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) + at java.net.InetAddress.getAllByName0(InetAddress.java:1276) + at java.net.InetAddress.getAllByName(InetAddress.java:1192) + at java.net.InetAddress.getAllByName(InetAddress.java:1126) + at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44) + at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) + at org.apache.http.client.fluent.Executor.execute(Executor.java:206) + at org.eclipse.epp.internal.logging.aeri.ui.log.CheckServerAvailabilityJob.run(CheckServerAvailabilityJob.java:48) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) + +!ENTRY org.eclipse.core.jobs 2 2 2019-10-29 22:18:59.533 +!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.epp.internal.logging.aeri.ui.log.ProblemsDatabaseUpdateJob diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments 2.gen b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments 2.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments 2.gen differ diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments.gen b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments.gen differ diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 new file mode 100644 index 000000000..adecb0619 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 2 b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 2 new file mode 100644 index 000000000..adecb0619 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/.taskListIndex/segments_1 2 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/repositories.xml.zip b/bin/main/edu/rpi/legup/.metadata/.mylyn/repositories.xml.zip new file mode 100644 index 000000000..41acf514c Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/repositories.xml.zip differ diff --git a/bin/main/edu/rpi/legup/.metadata/.mylyn/tasks.xml.zip b/bin/main/edu/rpi/legup/.metadata/.mylyn/tasks.xml.zip new file mode 100644 index 000000000..3e10bf2b4 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.mylyn/tasks.xml.zip differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version new file mode 100644 index 000000000..25cb955ba --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history 2.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100644 index 000000000..25cb955ba --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.index b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.index new file mode 100644 index 000000000..7ea794608 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.index differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.version b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.version new file mode 100644 index 000000000..6b2aaa764 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties 2.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index new file mode 100644 index 000000000..7ea794608 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100644 index 000000000..6b2aaa764 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree new file mode 100644 index 000000000..8a1fc9ec5 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources new file mode 100644 index 000000000..f063e7caf Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core 2.resources differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources new file mode 100644 index 000000000..f063e7caf Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs new file mode 100644 index 000000000..dffc6b513 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +version=1 diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 000000000..dffc6b513 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +version=1 diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui 2.prefs new file mode 100644 index 000000000..1768a1e88 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui 2.prefs @@ -0,0 +1,13 @@ +content_assist_proposals_background=255,255,255 +content_assist_proposals_foreground=0,0,0 +eclipse.preferences.version=1 +fontPropagated=true +org.eclipse.jdt.ui.editor.tab.width= +org.eclipse.jdt.ui.formatterprofiles.version=12 +org.eclipse.jdt.ui.javadoclocations.migrated=true +org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|; +proposalOrderMigrated=true +spelling_locale_initialized=true +tabWidthPropagated=true +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 000000000..1768a1e88 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,13 @@ +content_assist_proposals_background=255,255,255 +content_assist_proposals_foreground=0,0,0 +eclipse.preferences.version=1 +fontPropagated=true +org.eclipse.jdt.ui.editor.tab.width= +org.eclipse.jdt.ui.formatterprofiles.version=12 +org.eclipse.jdt.ui.javadoclocations.migrated=true +org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|; +proposalOrderMigrated=true +spelling_locale_initialized=true +tabWidthPropagated=true +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery 2.prefs new file mode 100644 index 000000000..67b1d96c9 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs new file mode 100644 index 000000000..67b1d96c9 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core 2.prefs new file mode 100644 index 000000000..43e97e405 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +mylyn.attention.migrated=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs new file mode 100644 index 000000000..43e97e405 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +mylyn.attention.migrated=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui 2.prefs new file mode 100644 index 000000000..8d462a6cf --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs new file mode 100644 index 000000000..8d462a6cf --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui 2.prefs new file mode 100644 index 000000000..2b60c21d6 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui 2.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +migrated.task.repositories.secure.store=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true +org.eclipse.mylyn.tasks.ui.welcome.message=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs new file mode 100644 index 000000000..2b60c21d6 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +migrated.task.repositories.secure.store=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching=true +org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true +org.eclipse.mylyn.tasks.ui.welcome.message=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui 2.prefs new file mode 100644 index 000000000..08076f236 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui 2.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +showIntro=false diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide 2.prefs new file mode 100644 index 000000000..da2be0834 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide 2.prefs @@ -0,0 +1,5 @@ +PROBLEMS_FILTERS_MIGRATE=true +eclipse.preferences.version=1 +platformState=1554955212164 +quickStart=false +tipsAndTricks=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs new file mode 100644 index 000000000..da2be0834 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -0,0 +1,5 @@ +PROBLEMS_FILTERS_MIGRATE=true +eclipse.preferences.version=1 +platformState=1554955212164 +quickStart=false +tipsAndTricks=true diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs new file mode 100644 index 000000000..08076f236 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +showIntro=false diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench 2.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench 2.prefs new file mode 100644 index 000000000..dd774965c --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench 2.prefs @@ -0,0 +1,3 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery; +eclipse.preferences.version=1 diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs new file mode 100644 index 000000000..dd774965c --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs @@ -0,0 +1,3 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery; +eclipse.preferences.version=1 diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi new file mode 100644 index 000000000..51f42e4ed --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench 2.xmi @@ -0,0 +1,2308 @@ + + + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + ModelMigrationProcessor.001 + + + + + + + + topLevel + + + Minimized + MinimizedByZoom + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet + persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.wb.core.ui.actionset + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:com.android.ide.eclipse.ddms.Perspective + persp.viewSC:org.eclipse.ant.ui.views.AntView + persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet + persp.showIn:org.eclipse.eclemma.ui.CoverageView + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.views.ResourceNavigator + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks + persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task + persp.viewSC:org.eclipse.wb.core.StructureView + persp.viewSC:org.eclipse.wb.core.PaletteView + + + + org.eclipse.e4.primaryNavigationStack + + + + + + + + + + + + + + + + + + + + + org.eclipse.e4.secondaryNavigationStack + + + + + + + + org.eclipse.e4.secondaryDataStack + + + + + + + + + + + + + + active + Maximized + + + + + + + View + categoryTag:Help + + + + View + categoryTag:General + active + activeOnClose + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:General + + + View + categoryTag:Ant + + + View + categoryTag:Git + + + View + categoryTag:Java + + + + View + categoryTag:Mylyn + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + stretch + + + Draggable + + + Draggable + + + + + + TrimStack + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Ant + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Maven + + + View + categoryTag:Maven + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Oomph + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Team + + + View + categoryTag:Team + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + View + categoryTag:General + + + View + categoryTag:XML + + + View + categoryTag:XML + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100644 index 000000000..51f42e4ed --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,2308 @@ + + + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + ModelMigrationProcessor.001 + + + + + + + + topLevel + + + Minimized + MinimizedByZoom + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet + persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.wb.core.ui.actionset + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:com.android.ide.eclipse.ddms.Perspective + persp.viewSC:org.eclipse.ant.ui.views.AntView + persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet + persp.showIn:org.eclipse.eclemma.ui.CoverageView + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.views.ResourceNavigator + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks + persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task + persp.viewSC:org.eclipse.wb.core.StructureView + persp.viewSC:org.eclipse.wb.core.PaletteView + + + + org.eclipse.e4.primaryNavigationStack + + + + + + + + + + + + + + + + + + + + + org.eclipse.e4.secondaryNavigationStack + + + + + + + + org.eclipse.e4.secondaryDataStack + + + + + + + + + + + + + + active + Maximized + + + + + + + View + categoryTag:Help + + + + View + categoryTag:General + active + activeOnClose + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:General + + + View + categoryTag:Ant + + + View + categoryTag:Git + + + View + categoryTag:Java + + + + View + categoryTag:Mylyn + + ViewMenu + menuContribution:menu + + + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + stretch + + + Draggable + + + Draggable + + + + + + TrimStack + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + + + platform:cocoa + + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + + + + + + + + + platform:cocoa + + + + + + + + platform:cocoa + + + + + + + platform:cocoa + + + platform:cocoa + + + + platform:cocoa + + + + + + + + + + + + + + + platform:cocoa + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:cocoa + + + + platform:cocoa + + + + + + + platform:cocoa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Android + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Tracer for OpenGL ES + + + View + categoryTag:Ant + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:Git + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:Debug + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java Browsing + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:Maven + + + View + categoryTag:Maven + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Mylyn + + + View + categoryTag:Oomph + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:Code Recommenders + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Team + + + View + categoryTag:Team + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:WindowBuilder + + + View + categoryTag:WindowBuilder + + + View + categoryTag:General + + + View + categoryTag:XML + + + View + categoryTag:XML + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdt differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fdx differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.frq b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tii differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0 2.tis differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdt differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fdx differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.frq b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tii differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/_0.tis differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments 2.gen differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments.gen differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 new file mode 100644 index 000000000..4f495c834 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 new file mode 100644 index 000000000..4f495c834 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/history/segments_1 2 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0 2.fdt differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt new file mode 100644 index 000000000..d5abf41cc Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdt differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx new file mode 100644 index 000000000..b8ee80957 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fdx differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm new file mode 100644 index 000000000..523c92e25 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.fnm @@ -0,0 +1 @@ +ýÿÿÿversion \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.frq b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.frq new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm new file mode 100644 index 000000000..cf8dc7529 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.nrm @@ -0,0 +1 @@ +NRMÿ \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tii differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis new file mode 100644 index 000000000..ebd518d6e Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/_0.tis differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen new file mode 100644 index 000000000..63a7ec9a3 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments.gen differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 new file mode 100644 index 000000000..4f495c834 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.epp.logging.aeri.ui/remote-index/segments_1 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache 2 differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100644 index 000000000..593f4708d Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat new file mode 100644 index 000000000..0edae4b20 Binary files /dev/null and b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat differ diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml new file mode 100644 index 000000000..a4ee3cbc9 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory 2.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100644 index 000000000..a4ee3cbc9 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 000000000..9e390f501 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml new file mode 100644 index 000000000..231c2cfed --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -0,0 +1,10 @@ + +
+
+ + + + + +
+
diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0 2.log b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0 2.log new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log new file mode 100644 index 000000000..e69de29bb diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml new file mode 100644 index 000000000..e33758c3a --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032 2.xml @@ -0,0 +1,43 @@ + + + + %date [%thread] %-5level %logger{35} - %msg%n + + + OFF + + + + + ${org.eclipse.m2e.log.dir}/0.log + + ${org.eclipse.m2e.log.dir}/%i.log + 1 + 10 + + + 100MB + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + WARN + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml new file mode 100644 index 000000000..e33758c3a --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml @@ -0,0 +1,43 @@ + + + + %date [%thread] %-5level %logger{35} - %msg%n + + + OFF + + + + + ${org.eclipse.m2e.log.dir}/0.log + + ${org.eclipse.m2e.log.dir}/%i.log + 1 + 10 + + + 100MB + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + WARN + + + + + + + + + + + + + + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup new file mode 100644 index 000000000..1f73e14c1 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace 2.setup @@ -0,0 +1,6 @@ + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup new file mode 100644 index 000000000..1f73e14c1 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup @@ -0,0 +1,6 @@ + + diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml new file mode 100644 index 000000000..a033ea971 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings 2.xml @@ -0,0 +1,11 @@ + +
+
+ + +
+
+ + +
+
diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml new file mode 100644 index 000000000..a033ea971 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml @@ -0,0 +1,11 @@ + +
+
+ + +
+
+ + +
+
diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml new file mode 100644 index 000000000..851c296e6 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings 2.xml @@ -0,0 +1,15 @@ + +
+
+ + + + + + + + + + +
+
diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml new file mode 100644 index 000000000..851c296e6 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -0,0 +1,15 @@ + +
+
+ + + + + + + + + + +
+
diff --git a/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml new file mode 100644 index 000000000..3f804cad8 --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/.metadata/version.ini b/bin/main/edu/rpi/legup/.metadata/version.ini new file mode 100644 index 000000000..026f9536e --- /dev/null +++ b/bin/main/edu/rpi/legup/.metadata/version.ini @@ -0,0 +1,3 @@ +#Tue Oct 29 22:17:24 EDT 2019 +org.eclipse.core.runtime=2 +org.eclipse.platform=4.5.2.v20160212-1500 diff --git a/bin/main/edu/rpi/legup/Legup 2.class b/bin/main/edu/rpi/legup/Legup 2.class new file mode 100644 index 000000000..661df85e6 Binary files /dev/null and b/bin/main/edu/rpi/legup/Legup 2.class differ diff --git a/bin/main/edu/rpi/legup/Legup.class b/bin/main/edu/rpi/legup/Legup.class new file mode 100644 index 000000000..661df85e6 Binary files /dev/null and b/bin/main/edu/rpi/legup/Legup.class differ diff --git a/bin/main/edu/rpi/legup/VERSION b/bin/main/edu/rpi/legup/VERSION new file mode 100644 index 000000000..afa2b3515 --- /dev/null +++ b/bin/main/edu/rpi/legup/VERSION @@ -0,0 +1 @@ +1.8.0 \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/ai/Solver 2.class b/bin/main/edu/rpi/legup/ai/Solver 2.class new file mode 100644 index 000000000..9605704ec Binary files /dev/null and b/bin/main/edu/rpi/legup/ai/Solver 2.class differ diff --git a/bin/main/edu/rpi/legup/ai/Solver.class b/bin/main/edu/rpi/legup/ai/Solver.class new file mode 100644 index 000000000..9605704ec Binary files /dev/null and b/bin/main/edu/rpi/legup/ai/Solver.class differ diff --git a/bin/main/edu/rpi/legup/app/Config 2.class b/bin/main/edu/rpi/legup/app/Config 2.class new file mode 100644 index 000000000..22acbc475 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/Config 2.class differ diff --git a/bin/main/edu/rpi/legup/app/Config.class b/bin/main/edu/rpi/legup/app/Config.class new file mode 100644 index 000000000..22acbc475 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/Config.class differ diff --git a/bin/main/edu/rpi/legup/app/GameBoardFacade 2.class b/bin/main/edu/rpi/legup/app/GameBoardFacade 2.class new file mode 100644 index 000000000..9789bddde Binary files /dev/null and b/bin/main/edu/rpi/legup/app/GameBoardFacade 2.class differ diff --git a/bin/main/edu/rpi/legup/app/GameBoardFacade.class b/bin/main/edu/rpi/legup/app/GameBoardFacade.class new file mode 100644 index 000000000..9789bddde Binary files /dev/null and b/bin/main/edu/rpi/legup/app/GameBoardFacade.class differ diff --git a/bin/main/edu/rpi/legup/app/InvalidConfigException 2.class b/bin/main/edu/rpi/legup/app/InvalidConfigException 2.class new file mode 100644 index 000000000..ad12382a9 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/InvalidConfigException 2.class differ diff --git a/bin/main/edu/rpi/legup/app/InvalidConfigException.class b/bin/main/edu/rpi/legup/app/InvalidConfigException.class new file mode 100644 index 000000000..ad12382a9 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/InvalidConfigException.class differ diff --git a/bin/main/edu/rpi/legup/app/LegupPreferences 2.class b/bin/main/edu/rpi/legup/app/LegupPreferences 2.class new file mode 100644 index 000000000..b0896c7c2 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/LegupPreferences 2.class differ diff --git a/bin/main/edu/rpi/legup/app/LegupPreferences.class b/bin/main/edu/rpi/legup/app/LegupPreferences.class new file mode 100644 index 000000000..b0896c7c2 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/LegupPreferences.class differ diff --git a/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator 2.class b/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator 2.class new file mode 100644 index 000000000..6dcf3a486 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator 2.class differ diff --git a/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator.class b/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator.class new file mode 100644 index 000000000..6dcf3a486 Binary files /dev/null and b/bin/main/edu/rpi/legup/app/PuzzleKeyAccelerator.class differ diff --git a/bin/main/edu/rpi/legup/controller/BoardController 2.class b/bin/main/edu/rpi/legup/controller/BoardController 2.class new file mode 100644 index 000000000..a2c19eddf Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/BoardController 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/BoardController.class b/bin/main/edu/rpi/legup/controller/BoardController.class new file mode 100644 index 000000000..a2c19eddf Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/BoardController.class differ diff --git a/bin/main/edu/rpi/legup/controller/Controller 2.class b/bin/main/edu/rpi/legup/controller/Controller 2.class new file mode 100644 index 000000000..3ee1bc088 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/Controller 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/Controller.class b/bin/main/edu/rpi/legup/controller/Controller.class new file mode 100644 index 000000000..3ee1bc088 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/Controller.class differ diff --git a/bin/main/edu/rpi/legup/controller/ElementController 2.class b/bin/main/edu/rpi/legup/controller/ElementController 2.class new file mode 100644 index 000000000..8c24aa9e9 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/ElementController 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/ElementController.class b/bin/main/edu/rpi/legup/controller/ElementController.class new file mode 100644 index 000000000..8c24aa9e9 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/ElementController.class differ diff --git a/bin/main/edu/rpi/legup/controller/RuleController 2.class b/bin/main/edu/rpi/legup/controller/RuleController 2.class new file mode 100644 index 000000000..02d4f93ff Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/RuleController 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/RuleController.class b/bin/main/edu/rpi/legup/controller/RuleController.class new file mode 100644 index 000000000..02d4f93ff Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/RuleController.class differ diff --git a/bin/main/edu/rpi/legup/controller/ToolbarController 2.class b/bin/main/edu/rpi/legup/controller/ToolbarController 2.class new file mode 100644 index 000000000..defe98167 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/ToolbarController 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/ToolbarController.class b/bin/main/edu/rpi/legup/controller/ToolbarController.class new file mode 100644 index 000000000..defe98167 Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/ToolbarController.class differ diff --git a/bin/main/edu/rpi/legup/controller/TreeController 2.class b/bin/main/edu/rpi/legup/controller/TreeController 2.class new file mode 100644 index 000000000..e083f781d Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/TreeController 2.class differ diff --git a/bin/main/edu/rpi/legup/controller/TreeController.class b/bin/main/edu/rpi/legup/controller/TreeController.class new file mode 100644 index 000000000..e083f781d Binary files /dev/null and b/bin/main/edu/rpi/legup/controller/TreeController.class differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE 2.txt b/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE 2.txt new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE 2.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE.txt b/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE.txt new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/bin/main/edu/rpi/legup/fonts/Roboto/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black 2.ttf new file mode 100644 index 000000000..689fe5cb3 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black.ttf new file mode 100644 index 000000000..689fe5cb3 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Black.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic 2.ttf new file mode 100644 index 000000000..0b4e0ee10 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic.ttf new file mode 100644 index 000000000..0b4e0ee10 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BlackItalic.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold 2.ttf new file mode 100644 index 000000000..d3f01ad24 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold.ttf new file mode 100644 index 000000000..d3f01ad24 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Bold.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic 2.ttf new file mode 100644 index 000000000..41cc1e753 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic.ttf new file mode 100644 index 000000000..41cc1e753 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-BoldItalic.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic 2.ttf new file mode 100644 index 000000000..6a1cee5b2 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic.ttf new file mode 100644 index 000000000..6a1cee5b2 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Italic.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light 2.ttf new file mode 100644 index 000000000..219063a57 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light.ttf new file mode 100644 index 000000000..219063a57 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Light.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic 2.ttf new file mode 100644 index 000000000..0e81e876f Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic.ttf new file mode 100644 index 000000000..0e81e876f Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-LightItalic.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium 2.ttf new file mode 100644 index 000000000..1a7f3b0bb Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium.ttf new file mode 100644 index 000000000..1a7f3b0bb Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Medium.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic 2.ttf new file mode 100644 index 000000000..003029527 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic.ttf new file mode 100644 index 000000000..003029527 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-MediumItalic.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular 2.ttf new file mode 100644 index 000000000..2c97eeadf Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular.ttf new file mode 100644 index 000000000..2c97eeadf Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Regular.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin 2.ttf new file mode 100644 index 000000000..b74a4fd1a Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin.ttf new file mode 100644 index 000000000..b74a4fd1a Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-Thin.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic 2.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic 2.ttf new file mode 100644 index 000000000..dd0ddb852 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic 2.ttf differ diff --git a/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic.ttf b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic.ttf new file mode 100644 index 000000000..dd0ddb852 Binary files /dev/null and b/bin/main/edu/rpi/legup/fonts/Roboto/Roboto-ThinItalic.ttf differ diff --git a/bin/main/edu/rpi/legup/history/AddTreeElementCommand 2.class b/bin/main/edu/rpi/legup/history/AddTreeElementCommand 2.class new file mode 100644 index 000000000..0a5b603d8 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/AddTreeElementCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/AddTreeElementCommand.class b/bin/main/edu/rpi/legup/history/AddTreeElementCommand.class new file mode 100644 index 000000000..0a5b603d8 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/AddTreeElementCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand 2.class b/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand 2.class new file mode 100644 index 000000000..8c173846d Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand.class b/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand.class new file mode 100644 index 000000000..8c173846d Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ApplyDefaultBasicRuleCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand 2.class b/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand 2.class new file mode 100644 index 000000000..7ef37dfab Binary files /dev/null and b/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand.class b/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand.class new file mode 100644 index 000000000..7ef37dfab Binary files /dev/null and b/bin/main/edu/rpi/legup/history/AutoCaseRuleCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/CommandError 2.class b/bin/main/edu/rpi/legup/history/CommandError 2.class new file mode 100644 index 000000000..53c753bd9 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/CommandError 2.class differ diff --git a/bin/main/edu/rpi/legup/history/CommandError.class b/bin/main/edu/rpi/legup/history/CommandError.class new file mode 100644 index 000000000..53c753bd9 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/CommandError.class differ diff --git a/bin/main/edu/rpi/legup/history/CommandState 2.class b/bin/main/edu/rpi/legup/history/CommandState 2.class new file mode 100644 index 000000000..f63248d27 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/CommandState 2.class differ diff --git a/bin/main/edu/rpi/legup/history/CommandState.class b/bin/main/edu/rpi/legup/history/CommandState.class new file mode 100644 index 000000000..f63248d27 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/CommandState.class differ diff --git a/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand 2.class b/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand 2.class new file mode 100644 index 000000000..3111233a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand.class b/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand.class new file mode 100644 index 000000000..3111233a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/DeleteTreeElementCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/EditDataCommand 2.class b/bin/main/edu/rpi/legup/history/EditDataCommand 2.class new file mode 100644 index 000000000..9158893b6 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/EditDataCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/EditDataCommand.class b/bin/main/edu/rpi/legup/history/EditDataCommand.class new file mode 100644 index 000000000..9158893b6 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/EditDataCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/History 2.class b/bin/main/edu/rpi/legup/history/History 2.class new file mode 100644 index 000000000..090d361fb Binary files /dev/null and b/bin/main/edu/rpi/legup/history/History 2.class differ diff --git a/bin/main/edu/rpi/legup/history/History.class b/bin/main/edu/rpi/legup/history/History.class new file mode 100644 index 000000000..090d361fb Binary files /dev/null and b/bin/main/edu/rpi/legup/history/History.class differ diff --git a/bin/main/edu/rpi/legup/history/ICommand 2.class b/bin/main/edu/rpi/legup/history/ICommand 2.class new file mode 100644 index 000000000..4a0ba3bc4 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ICommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/ICommand.class b/bin/main/edu/rpi/legup/history/ICommand.class new file mode 100644 index 000000000..4a0ba3bc4 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ICommand.class differ diff --git a/bin/main/edu/rpi/legup/history/IHistoryListener 2.class b/bin/main/edu/rpi/legup/history/IHistoryListener 2.class new file mode 100644 index 000000000..0859a0c91 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/IHistoryListener 2.class differ diff --git a/bin/main/edu/rpi/legup/history/IHistoryListener.class b/bin/main/edu/rpi/legup/history/IHistoryListener.class new file mode 100644 index 000000000..0859a0c91 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/IHistoryListener.class differ diff --git a/bin/main/edu/rpi/legup/history/IHistorySubject 2.class b/bin/main/edu/rpi/legup/history/IHistorySubject 2.class new file mode 100644 index 000000000..1c119de4d Binary files /dev/null and b/bin/main/edu/rpi/legup/history/IHistorySubject 2.class differ diff --git a/bin/main/edu/rpi/legup/history/IHistorySubject.class b/bin/main/edu/rpi/legup/history/IHistorySubject.class new file mode 100644 index 000000000..1c119de4d Binary files /dev/null and b/bin/main/edu/rpi/legup/history/IHistorySubject.class differ diff --git a/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition 2.class b/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition 2.class new file mode 100644 index 000000000..87202e16e Binary files /dev/null and b/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition 2.class differ diff --git a/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition.class b/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition.class new file mode 100644 index 000000000..87202e16e Binary files /dev/null and b/bin/main/edu/rpi/legup/history/InvalidCommandStateTransition.class differ diff --git a/bin/main/edu/rpi/legup/history/MergeCommand 2.class b/bin/main/edu/rpi/legup/history/MergeCommand 2.class new file mode 100644 index 000000000..328f51f02 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/MergeCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/MergeCommand.class b/bin/main/edu/rpi/legup/history/MergeCommand.class new file mode 100644 index 000000000..328f51f02 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/MergeCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/PuzzleCommand 2.class b/bin/main/edu/rpi/legup/history/PuzzleCommand 2.class new file mode 100644 index 000000000..8166d6c4c Binary files /dev/null and b/bin/main/edu/rpi/legup/history/PuzzleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/PuzzleCommand.class b/bin/main/edu/rpi/legup/history/PuzzleCommand.class new file mode 100644 index 000000000..8166d6c4c Binary files /dev/null and b/bin/main/edu/rpi/legup/history/PuzzleCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand 2.class b/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand 2.class new file mode 100644 index 000000000..77d8a89dd Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand.class b/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand.class new file mode 100644 index 000000000..77d8a89dd Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateBasicRuleCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand 2.class b/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand 2.class new file mode 100644 index 000000000..99fbb5a4a Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand.class b/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand.class new file mode 100644 index 000000000..99fbb5a4a Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateCaseRuleCommand.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand 2.class b/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand 2.class new file mode 100644 index 000000000..ec07223e7 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand 2.class differ diff --git a/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand.class b/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand.class new file mode 100644 index 000000000..ec07223e7 Binary files /dev/null and b/bin/main/edu/rpi/legup/history/ValidateContradictionRuleCommand.class differ diff --git a/bin/main/edu/rpi/legup/images/Legup/AddChild 2.png b/bin/main/edu/rpi/legup/images/Legup/AddChild 2.png new file mode 100644 index 000000000..2a411cddd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/AddChild 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/AddChild.png b/bin/main/edu/rpi/legup/images/Legup/AddChild.png new file mode 100644 index 000000000..2a411cddd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/AddChild.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/AddRegion 2.png b/bin/main/edu/rpi/legup/images/Legup/AddRegion 2.png new file mode 100644 index 000000000..4daa1aa0c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/AddRegion 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/AddRegion.png b/bin/main/edu/rpi/legup/images/Legup/AddRegion.png new file mode 100644 index 000000000..4daa1aa0c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/AddRegion.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Annotations 2.png b/bin/main/edu/rpi/legup/images/Legup/Annotations 2.png new file mode 100644 index 000000000..b9b9a1234 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Annotations 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Annotations.png b/bin/main/edu/rpi/legup/images/Legup/Annotations.png new file mode 100644 index 000000000..b9b9a1234 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Annotations.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Basic Rules 2.gif b/bin/main/edu/rpi/legup/images/Legup/Basic Rules 2.gif new file mode 100644 index 000000000..80246a4f2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Basic Rules 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Basic Rules.gif b/bin/main/edu/rpi/legup/images/Legup/Basic Rules.gif new file mode 100644 index 000000000..80246a4f2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Basic Rules.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Best Fit 2.png b/bin/main/edu/rpi/legup/images/Legup/Best Fit 2.png new file mode 100644 index 000000000..57b745575 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Best Fit 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Best Fit.png b/bin/main/edu/rpi/legup/images/Legup/Best Fit.png new file mode 100644 index 000000000..57b745575 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Best Fit.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Case Rules 2.gif b/bin/main/edu/rpi/legup/images/Legup/Case Rules 2.gif new file mode 100644 index 000000000..14c318b9e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Case Rules 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Case Rules.gif b/bin/main/edu/rpi/legup/images/Legup/Case Rules.gif new file mode 100644 index 000000000..14c318b9e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Case Rules.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Check 2.png b/bin/main/edu/rpi/legup/images/Legup/Check 2.png new file mode 100644 index 000000000..a929f796f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Check 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Check All 2.png b/bin/main/edu/rpi/legup/images/Legup/Check All 2.png new file mode 100644 index 000000000..a929f796f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Check All 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Check All.png b/bin/main/edu/rpi/legup/images/Legup/Check All.png new file mode 100644 index 000000000..a929f796f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Check All.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Check.png b/bin/main/edu/rpi/legup/images/Legup/Check.png new file mode 100644 index 000000000..a929f796f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Check.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Collapse 2.png b/bin/main/edu/rpi/legup/images/Legup/Collapse 2.png new file mode 100644 index 000000000..18207174f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Collapse 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Collapse.png b/bin/main/edu/rpi/legup/images/Legup/Collapse.png new file mode 100644 index 000000000..18207174f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Collapse.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Console 2.png b/bin/main/edu/rpi/legup/images/Legup/Console 2.png new file mode 100644 index 000000000..eacfb821e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Console 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Console.png b/bin/main/edu/rpi/legup/images/Legup/Console.png new file mode 100644 index 000000000..eacfb821e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Console.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Contradictions 2.gif b/bin/main/edu/rpi/legup/images/Legup/Contradictions 2.gif new file mode 100644 index 000000000..71351890a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Contradictions 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Contradictions.gif b/bin/main/edu/rpi/legup/images/Legup/Contradictions.gif new file mode 100644 index 000000000..71351890a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Contradictions.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/DelChild 2.png b/bin/main/edu/rpi/legup/images/Legup/DelChild 2.png new file mode 100644 index 000000000..b130336a0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/DelChild 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/DelChild.png b/bin/main/edu/rpi/legup/images/Legup/DelChild.png new file mode 100644 index 000000000..b130336a0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/DelChild.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Directions 2.png b/bin/main/edu/rpi/legup/images/Legup/Directions 2.png new file mode 100644 index 000000000..b9490ae3f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Directions 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Directions.png b/bin/main/edu/rpi/legup/images/Legup/Directions.png new file mode 100644 index 000000000..b9490ae3f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Directions.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Hint 2.png b/bin/main/edu/rpi/legup/images/Legup/Hint 2.png new file mode 100644 index 000000000..c521fde0b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Hint 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Hint.png b/bin/main/edu/rpi/legup/images/Legup/Hint.png new file mode 100644 index 000000000..c521fde0b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Hint.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/LegupSplash 2.png b/bin/main/edu/rpi/legup/images/Legup/LegupSplash 2.png new file mode 100644 index 000000000..e5e01ae4b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/LegupSplash 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/LegupSplash.png b/bin/main/edu/rpi/legup/images/Legup/LegupSplash.png new file mode 100644 index 000000000..e5e01ae4b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/LegupSplash.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Merge 2.png b/bin/main/edu/rpi/legup/images/Legup/Merge 2.png new file mode 100644 index 000000000..35cefcb14 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Merge 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Merge.png b/bin/main/edu/rpi/legup/images/Legup/Merge.png new file mode 100644 index 000000000..35cefcb14 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Merge.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/MergeRule 2.png b/bin/main/edu/rpi/legup/images/Legup/MergeRule 2.png new file mode 100644 index 000000000..0b44e577c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/MergeRule 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/MergeRule.png b/bin/main/edu/rpi/legup/images/Legup/MergeRule.png new file mode 100644 index 000000000..0b44e577c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/MergeRule.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/New 2.png b/bin/main/edu/rpi/legup/images/Legup/New 2.png new file mode 100644 index 000000000..caff86b67 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/New 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/New.png b/bin/main/edu/rpi/legup/images/Legup/New.png new file mode 100644 index 000000000..caff86b67 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/New.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Normal Zoom 2.png b/bin/main/edu/rpi/legup/images/Legup/Normal Zoom 2.png new file mode 100644 index 000000000..8e75a244a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Normal Zoom 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Normal Zoom.png b/bin/main/edu/rpi/legup/images/Legup/Normal Zoom.png new file mode 100644 index 000000000..8e75a244a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Normal Zoom.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open 2.png b/bin/main/edu/rpi/legup/images/Legup/Open 2.png new file mode 100644 index 000000000..df6b7c2db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open Proof 2.png b/bin/main/edu/rpi/legup/images/Legup/Open Proof 2.png new file mode 100644 index 000000000..df6b7c2db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open Proof 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open Proof.png b/bin/main/edu/rpi/legup/images/Legup/Open Proof.png new file mode 100644 index 000000000..df6b7c2db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open Proof.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open Puzzle 2.png b/bin/main/edu/rpi/legup/images/Legup/Open Puzzle 2.png new file mode 100644 index 000000000..caff86b67 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open Puzzle 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open Puzzle.png b/bin/main/edu/rpi/legup/images/Legup/Open Puzzle.png new file mode 100644 index 000000000..caff86b67 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open Puzzle.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Open.png b/bin/main/edu/rpi/legup/images/Legup/Open.png new file mode 100644 index 000000000..df6b7c2db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Open.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Redo 2.png b/bin/main/edu/rpi/legup/images/Legup/Redo 2.png new file mode 100644 index 000000000..2dc77497d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Redo 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Redo.png b/bin/main/edu/rpi/legup/images/Legup/Redo.png new file mode 100644 index 000000000..2dc77497d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Redo.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Save 2.png b/bin/main/edu/rpi/legup/images/Legup/Save 2.png new file mode 100644 index 000000000..bb9095676 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Save 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Save.png b/bin/main/edu/rpi/legup/images/Legup/Save.png new file mode 100644 index 000000000..bb9095676 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Save.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Submit 2.png b/bin/main/edu/rpi/legup/images/Legup/Submit 2.png new file mode 100644 index 000000000..835c0ffe1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Submit 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Submit.png b/bin/main/edu/rpi/legup/images/Legup/Submit.png new file mode 100644 index 000000000..835c0ffe1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Submit.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Undo 2.png b/bin/main/edu/rpi/legup/images/Legup/Undo 2.png new file mode 100644 index 000000000..b1099e8e3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Undo 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Undo.png b/bin/main/edu/rpi/legup/images/Legup/Undo.png new file mode 100644 index 000000000..b1099e8e3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Undo.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Zoom In 2.png b/bin/main/edu/rpi/legup/images/Legup/Zoom In 2.png new file mode 100644 index 000000000..7436e728a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Zoom In 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Zoom In.png b/bin/main/edu/rpi/legup/images/Legup/Zoom In.png new file mode 100644 index 000000000..7436e728a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Zoom In.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Zoom Out 2.png b/bin/main/edu/rpi/legup/images/Legup/Zoom Out 2.png new file mode 100644 index 000000000..2e91296c7 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Zoom Out 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/Zoom Out.png b/bin/main/edu/rpi/legup/images/Legup/Zoom Out.png new file mode 100644 index 000000000..2e91296c7 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/Zoom Out.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/bar 2.png b/bin/main/edu/rpi/legup/images/Legup/bar 2.png new file mode 100644 index 000000000..58c9a85a0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/bar 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/bar.png b/bin/main/edu/rpi/legup/images/Legup/bar.png new file mode 100644 index 000000000..58c9a85a0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/bar.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/blank 2.gif b/bin/main/edu/rpi/legup/images/Legup/blank 2.gif new file mode 100644 index 000000000..b3c4faa6d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/blank 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/blank.gif b/bin/main/edu/rpi/legup/images/Legup/blank.gif new file mode 100644 index 000000000..b3c4faa6d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/blank.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/defaultContradiction 2.png b/bin/main/edu/rpi/legup/images/Legup/defaultContradiction 2.png new file mode 100644 index 000000000..ccd8202d1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/defaultContradiction 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/defaultContradiction.png b/bin/main/edu/rpi/legup/images/Legup/defaultContradiction.png new file mode 100644 index 000000000..ccd8202d1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/defaultContradiction.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/defaultRule 2.png b/bin/main/edu/rpi/legup/images/Legup/defaultRule 2.png new file mode 100644 index 000000000..626197143 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/defaultRule 2.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/defaultRule.png b/bin/main/edu/rpi/legup/images/Legup/defaultRule.png new file mode 100644 index 000000000..626197143 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/defaultRule.png differ diff --git a/bin/main/edu/rpi/legup/images/Legup/questionmark 2.gif b/bin/main/edu/rpi/legup/images/Legup/questionmark 2.gif new file mode 100644 index 000000000..073457fc2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/questionmark 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/questionmark.gif b/bin/main/edu/rpi/legup/images/Legup/questionmark.gif new file mode 100644 index 000000000..073457fc2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/questionmark.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/unknown 2.gif b/bin/main/edu/rpi/legup/images/Legup/unknown 2.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/unknown 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/Legup/unknown.gif b/bin/main/edu/rpi/legup/images/Legup/unknown.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/Legup/unknown.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/BottomCap 2.png b/bin/main/edu/rpi/legup/images/battleship/BottomCap 2.png new file mode 100644 index 000000000..89f1bb104 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/BottomCap 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/BottomCap.png b/bin/main/edu/rpi/legup/images/battleship/BottomCap.png new file mode 100644 index 000000000..89f1bb104 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/BottomCap.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/LeftCap 2.png b/bin/main/edu/rpi/legup/images/battleship/LeftCap 2.png new file mode 100644 index 000000000..a0d8090b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/LeftCap 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/LeftCap.png b/bin/main/edu/rpi/legup/images/battleship/LeftCap.png new file mode 100644 index 000000000..a0d8090b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/LeftCap.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/Middle 2.png b/bin/main/edu/rpi/legup/images/battleship/Middle 2.png new file mode 100644 index 000000000..3a3ebcf43 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/Middle 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/Middle.png b/bin/main/edu/rpi/legup/images/battleship/Middle.png new file mode 100644 index 000000000..3a3ebcf43 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/Middle.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/RightCap 2.png b/bin/main/edu/rpi/legup/images/battleship/RightCap 2.png new file mode 100644 index 000000000..374e863a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/RightCap 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/RightCap.png b/bin/main/edu/rpi/legup/images/battleship/RightCap.png new file mode 100644 index 000000000..374e863a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/RightCap.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/TopCap 2.png b/bin/main/edu/rpi/legup/images/battleship/TopCap 2.png new file mode 100644 index 000000000..b68343e39 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/TopCap 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/TopCap.png b/bin/main/edu/rpi/legup/images/battleship/TopCap.png new file mode 100644 index 000000000..b68343e39 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/TopCap.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/UnknownSegment 2.png b/bin/main/edu/rpi/legup/images/battleship/UnknownSegment 2.png new file mode 100644 index 000000000..1cf2a12b8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/UnknownSegment 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/UnknownSegment.png b/bin/main/edu/rpi/legup/images/battleship/UnknownSegment.png new file mode 100644 index 000000000..1cf2a12b8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/UnknownSegment.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType 2.png b/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType 2.png new file mode 100644 index 000000000..637012fa8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType.png b/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType.png new file mode 100644 index 000000000..637012fa8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/SegmentType.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations 2.png b/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations 2.png new file mode 100644 index 000000000..b1d043fe9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations.png b/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations.png new file mode 100644 index 000000000..b1d043fe9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/ShipLocations.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater 2.png b/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater 2.png new file mode 100644 index 000000000..44d550bb0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater.png b/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater.png new file mode 100644 index 000000000..44d550bb0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/cases/ShipOrWater.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips 2.png new file mode 100644 index 000000000..3aa89cdfe Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips.png new file mode 100644 index 000000000..3aa89cdfe Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/AdjacentShips.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip 2.png new file mode 100644 index 000000000..4658e0aac Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip.png new file mode 100644 index 000000000..4658e0aac Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/IncompleteShip.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip 2.png new file mode 100644 index 000000000..bf34f2e7a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip.png new file mode 100644 index 000000000..bf34f2e7a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/MalformedShip.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet 2.png new file mode 100644 index 000000000..1e66af4ad Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet.png new file mode 100644 index 000000000..1e66af4ad Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_in_fleet.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments 2.png new file mode 100644 index 000000000..d56f8bc3a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments.png new file mode 100644 index 000000000..d56f8bc3a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_few_segments.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet 2.png new file mode 100644 index 000000000..46c6f31f9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet.png new file mode 100644 index 000000000..46c6f31f9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_in_fleet.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments 2.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments 2.png new file mode 100644 index 000000000..21cb45348 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments.png b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments.png new file mode 100644 index 000000000..21cb45348 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/contradictions/too_many_segments.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/labelforce 2.png b/bin/main/edu/rpi/legup/images/battleship/labelforce 2.png new file mode 100644 index 000000000..f28934e2a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/labelforce 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/labelforce.png b/bin/main/edu/rpi/legup/images/battleship/labelforce.png new file mode 100644 index 000000000..f28934e2a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/labelforce.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/SegmentType 2.png b/bin/main/edu/rpi/legup/images/battleship/old/SegmentType 2.png new file mode 100644 index 000000000..ad62edda3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/SegmentType 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/SegmentType.png b/bin/main/edu/rpi/legup/images/battleship/old/SegmentType.png new file mode 100644 index 000000000..ad62edda3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/SegmentType.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater 2.png b/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater 2.png new file mode 100644 index 000000000..c039c0366 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater.png b/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater.png new file mode 100644 index 000000000..c039c0366 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/ShipOrWater.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[0] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[0] 2.gif new file mode 100644 index 000000000..fee37b377 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[0] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[0].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[0].gif new file mode 100644 index 000000000..fee37b377 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[0].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[10] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[10] 2.gif new file mode 100644 index 000000000..96a30a730 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[10] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[10].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[10].gif new file mode 100644 index 000000000..96a30a730 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[10].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[11] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[11] 2.gif new file mode 100644 index 000000000..fd8293b6a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[11] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[11].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[11].gif new file mode 100644 index 000000000..fd8293b6a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[11].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[12] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[12] 2.gif new file mode 100644 index 000000000..2a8144397 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[12] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[12].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[12].gif new file mode 100644 index 000000000..2a8144397 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[12].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[13] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[13] 2.gif new file mode 100644 index 000000000..15b73e4c5 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[13] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[13].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[13].gif new file mode 100644 index 000000000..15b73e4c5 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[13].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[14] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[14] 2.gif new file mode 100644 index 000000000..1805a84fc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[14] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[14].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[14].gif new file mode 100644 index 000000000..1805a84fc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[14].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[15] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[15] 2.gif new file mode 100644 index 000000000..5fbe6a584 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[15] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[15].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[15].gif new file mode 100644 index 000000000..5fbe6a584 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[15].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[1] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[1] 2.gif new file mode 100644 index 000000000..d7e5bcddb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[1] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[1].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[1].gif new file mode 100644 index 000000000..d7e5bcddb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[1].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[2] 2.gif b/bin/main/edu/rpi/legup/images/battleship/old/image[2] 2.gif new file mode 100644 index 000000000..45ef2a557 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[2] 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/image[2].gif b/bin/main/edu/rpi/legup/images/battleship/old/image[2].gif new file mode 100644 index 000000000..45ef2a557 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/image[2].gif differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/screenshot 2.png b/bin/main/edu/rpi/legup/images/battleship/old/screenshot 2.png new file mode 100644 index 000000000..21fc73906 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/screenshot 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/old/screenshot.png b/bin/main/edu/rpi/legup/images/battleship/old/screenshot.png new file mode 100644 index 000000000..21fc73906 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/old/screenshot.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip 2.png b/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip 2.png new file mode 100644 index 000000000..759b9bf7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip.png b/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip.png new file mode 100644 index 000000000..759b9bf7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/ContinueShip.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice 2.png b/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice 2.png new file mode 100644 index 000000000..ad22c1144 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice.png b/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice.png new file mode 100644 index 000000000..ad22c1144 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/SegmentChoice.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip 2.png b/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip 2.png new file mode 100644 index 000000000..1c8c61843 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip.png b/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip.png new file mode 100644 index 000000000..1c8c61843 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/SurroundShip.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/finishShip 2.png b/bin/main/edu/rpi/legup/images/battleship/rules/finishShip 2.png new file mode 100644 index 000000000..9cd05afc0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/finishShip 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/finishShip.png b/bin/main/edu/rpi/legup/images/battleship/rules/finishShip.png new file mode 100644 index 000000000..9cd05afc0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/finishShip.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/finishWater 2.png b/bin/main/edu/rpi/legup/images/battleship/rules/finishWater 2.png new file mode 100644 index 000000000..9950de39e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/finishWater 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/rules/finishWater.png b/bin/main/edu/rpi/legup/images/battleship/rules/finishWater.png new file mode 100644 index 000000000..9950de39e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/rules/finishWater.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/submarine 2.png b/bin/main/edu/rpi/legup/images/battleship/submarine 2.png new file mode 100644 index 000000000..e067fac1f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/submarine 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/submarine.png b/bin/main/edu/rpi/legup/images/battleship/submarine.png new file mode 100644 index 000000000..e067fac1f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/submarine.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet 2.psd b/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet 2.psd new file mode 100644 index 000000000..a86a28214 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet 2.psd differ diff --git a/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet.psd b/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet.psd new file mode 100644 index 000000000..a86a28214 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/too_many_in_fleet.psd differ diff --git a/bin/main/edu/rpi/legup/images/battleship/water 2.png b/bin/main/edu/rpi/legup/images/battleship/water 2.png new file mode 100644 index 000000000..84ee4105d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/water 2.png differ diff --git a/bin/main/edu/rpi/legup/images/battleship/water.png b/bin/main/edu/rpi/legup/images/battleship/water.png new file mode 100644 index 000000000..84ee4105d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/battleship/water.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite 2.png b/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite 2.png new file mode 100644 index 000000000..ff234c17f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite.png b/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite.png new file mode 100644 index 000000000..ff234c17f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/cases/BlackOrWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells 2.png b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells 2.png new file mode 100644 index 000000000..b017078a2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells.png b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells.png new file mode 100644 index 000000000..b017078a2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooFewBlackCells.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells 2.png b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells 2.png new file mode 100644 index 000000000..a0b27424d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells.png b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells.png new file mode 100644 index 000000000..a0b27424d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/contradictions/TooManyBlackCells.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack 2.png b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack 2.png new file mode 100644 index 000000000..41e540ad1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack.png b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack.png new file mode 100644 index 000000000..41e540ad1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite 2.png b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite 2.png new file mode 100644 index 000000000..330f705f1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite.png b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite.png new file mode 100644 index 000000000..330f705f1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rules/FinishWithWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells 2.png b/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells 2.png new file mode 100644 index 000000000..730a013b6 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells 2.png differ diff --git a/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells.png b/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells.png new file mode 100644 index 000000000..730a013b6 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/fillapix/rulesharedcells.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite 2.png b/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite 2.png new file mode 100644 index 000000000..cb21bd1ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite.png b/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite.png new file mode 100644 index 000000000..cb21bd1ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/cases/BlackOrWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty 2.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty 2.png new file mode 100644 index 000000000..a93406796 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty.png new file mode 100644 index 000000000..a93406796 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooEmpty.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull 2.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull 2.png new file mode 100644 index 000000000..75c557e61 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull.png new file mode 100644 index 000000000..75c557e61 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/RoomTooFull.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea 2.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea 2.png new file mode 100644 index 000000000..4186d8844 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea.png new file mode 100644 index 000000000..4186d8844 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteArea.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine 2.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine 2.png new file mode 100644 index 000000000..60b9f1b7a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine.png new file mode 100644 index 000000000..60b9f1b7a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/WhiteLine.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks 2.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks 2.png new file mode 100644 index 000000000..b45027498 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks.png b/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks.png new file mode 100644 index 000000000..b45027498 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/contradictions/adjacentBlacks.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/finishRoom.png b/bin/main/edu/rpi/legup/images/heyawake/finishRoom.png new file mode 100644 index 000000000..d36ddea8e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/finishRoom.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/-1 2.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/-1 2.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/-1 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/-1.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/-1.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/-1.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/0.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/0.gif new file mode 100644 index 000000000..6564c802c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/0.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/1.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/1.gif new file mode 100644 index 000000000..b27e02d1f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/1.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/10.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/10.gif new file mode 100644 index 000000000..dfded388e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/10.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/11.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/11.gif new file mode 100644 index 000000000..e8c8bcc15 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/11.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/12.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/12.gif new file mode 100644 index 000000000..f1ae7453a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/12.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/13.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/13.gif new file mode 100644 index 000000000..6c95c8a18 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/13.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/14.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/14.gif new file mode 100644 index 000000000..b6e23680f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/14.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/15.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/15.gif new file mode 100644 index 000000000..19b8c5e08 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/15.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/2.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/2.gif new file mode 100644 index 000000000..c879a80af Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/2.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/3.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/3.gif new file mode 100644 index 000000000..1aa806df7 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/3.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/4.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/4.gif new file mode 100644 index 000000000..c010ec7b9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/4.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/5.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/5.gif new file mode 100644 index 000000000..0da2d483e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/5.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/6.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/6.gif new file mode 100644 index 000000000..eac0bbf4e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/6.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/7.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/7.gif new file mode 100644 index 000000000..66448faee Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/7.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/8.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/8.gif new file mode 100644 index 000000000..9052d7cdb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/8.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/9.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/9.gif new file mode 100644 index 000000000..eefcf08e9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/9.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1 2.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1 2.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1.gif new file mode 100644 index 000000000..c21ee6594 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/-1.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/0.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/0.gif new file mode 100644 index 000000000..399137005 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/0.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/1.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/1.gif new file mode 100644 index 000000000..8057ead91 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/1.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/10.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/10.gif new file mode 100644 index 000000000..c55207a11 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/10.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/11.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/11.gif new file mode 100644 index 000000000..9e766bebe Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/11.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/12.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/12.gif new file mode 100644 index 000000000..e76377cb2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/12.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/13.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/13.gif new file mode 100644 index 000000000..793127ace Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/13.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/14.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/14.gif new file mode 100644 index 000000000..2a8f1cc31 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/14.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/15.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/15.gif new file mode 100644 index 000000000..19a3a94f0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/15.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/2.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/2.gif new file mode 100644 index 000000000..c82268765 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/2.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/3.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/3.gif new file mode 100644 index 000000000..5c5f31829 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/3.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/4.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/4.gif new file mode 100644 index 000000000..efe20e477 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/4.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/5.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/5.gif new file mode 100644 index 000000000..96a71ddbb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/5.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/6.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/6.gif new file mode 100644 index 000000000..73ddccbc5 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/6.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/7.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/7.gif new file mode 100644 index 000000000..647862c11 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/7.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/8.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/8.gif new file mode 100644 index 000000000..7e98c779b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/8.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/regions/selected/9.gif b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/9.gif new file mode 100644 index 000000000..566351578 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/regions/selected/9.gif differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack 2.png b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack 2.png new file mode 100644 index 000000000..d0f0643c0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack 2.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack.png b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack.png new file mode 100644 index 000000000..d0f0643c0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomWhite.png b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomWhite.png new file mode 100644 index 000000000..53538cd9a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/rules/FillRoomWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/heyawake/rules/WhiteAroundBlack.png b/bin/main/edu/rpi/legup/images/heyawake/rules/WhiteAroundBlack.png new file mode 100644 index 000000000..c2dd9828f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/heyawake/rules/WhiteAroundBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/0 2.gif b/bin/main/edu/rpi/legup/images/lightup/0 2.gif new file mode 100644 index 000000000..eadb58024 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/0 2.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/0.gif b/bin/main/edu/rpi/legup/images/lightup/0.gif new file mode 100644 index 000000000..eadb58024 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/0.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/1.gif b/bin/main/edu/rpi/legup/images/lightup/1.gif new file mode 100644 index 000000000..73a4365b2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/1.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/2.gif b/bin/main/edu/rpi/legup/images/lightup/2.gif new file mode 100644 index 000000000..df0b3f340 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/2.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/3.gif b/bin/main/edu/rpi/legup/images/lightup/3.gif new file mode 100644 index 000000000..b76bebfec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/3.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/4.gif b/bin/main/edu/rpi/legup/images/lightup/4.gif new file mode 100644 index 000000000..5c20acb30 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/4.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/black.gif b/bin/main/edu/rpi/legup/images/lightup/black.gif new file mode 100644 index 000000000..13381a717 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/black.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty 2.png b/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty 2.png new file mode 100644 index 000000000..08fe733bb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty.png b/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty.png new file mode 100644 index 000000000..08fe733bb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/LightOrEmpty.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber 2.png b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber 2.png new file mode 100644 index 000000000..8544b070b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber.png b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber.png new file mode 100644 index 000000000..8544b070b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber2.png b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber2.png new file mode 100644 index 000000000..c556e459b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/Old/SatisfyNumber2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/cases/SatisfyNumber.png b/bin/main/edu/rpi/legup/images/lightup/cases/SatisfyNumber.png new file mode 100644 index 000000000..f09535ca8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/cases/SatisfyNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath 2.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath 2.png new file mode 100644 index 000000000..4e118cf11 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath.png new file mode 100644 index 000000000..4e118cf11 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/BulbsInPath.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/CannotLightACell.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/CannotLightACell.png new file mode 100644 index 000000000..39ffa112f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/CannotLightACell.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath 2.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath 2.png new file mode 100644 index 000000000..6df4853dc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath.png new file mode 100644 index 000000000..6df4853dc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/BulbsInPath.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/NoLight.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/NoLight.png new file mode 100644 index 000000000..d6c10324b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/NoLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs.png new file mode 100644 index 000000000..5cb2b5fee Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs2.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs2.png new file mode 100644 index 000000000..4d2f06f10 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooFewBulbs2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs.png new file mode 100644 index 000000000..47f6e8cee Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs2.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs2.png new file mode 100644 index 000000000..efdc6f3c5 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/Old/TooManyBulbs2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/TooFewBulbs.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/TooFewBulbs.png new file mode 100644 index 000000000..ae5eb9712 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/TooFewBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/contradictions/TooManyBulbs.png b/bin/main/edu/rpi/legup/images/lightup/contradictions/TooManyBulbs.png new file mode 100644 index 000000000..ca6070a55 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/contradictions/TooManyBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/empty.gif b/bin/main/edu/rpi/legup/images/lightup/empty.gif new file mode 100644 index 000000000..38b91d0a2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/empty.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/light.gif b/bin/main/edu/rpi/legup/images/lightup/light.gif new file mode 100644 index 000000000..e30ed624e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/light.gif differ diff --git a/bin/main/edu/rpi/legup/images/lightup/light.png b/bin/main/edu/rpi/legup/images/lightup/light.png new file mode 100644 index 000000000..af4172a8d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/light.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/AddLight 2.png b/bin/main/edu/rpi/legup/images/lightup/rules/AddLight 2.png new file mode 100644 index 000000000..bea9232dd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/AddLight 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/AddLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/AddLight.png new file mode 100644 index 000000000..bea9232dd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/AddLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/BulbsOutsideDiagonal.png b/bin/main/edu/rpi/legup/images/lightup/rules/BulbsOutsideDiagonal.png new file mode 100644 index 000000000..1068bfd79 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/BulbsOutsideDiagonal.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCellInLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCellInLight.png new file mode 100644 index 000000000..a33141a96 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCellInLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCorners.png b/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCorners.png new file mode 100644 index 000000000..b93b2781f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/EmptyCorners.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithBulbs.png b/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithBulbs.png new file mode 100644 index 000000000..1215dd626 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithEmpty.png b/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithEmpty.png new file mode 100644 index 000000000..9cafb1d52 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/FinishWithEmpty.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/MustLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/MustLight.png new file mode 100644 index 000000000..6968106c9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/MustLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight 2.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight 2.png new file mode 100644 index 000000000..dd4b696a9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight 2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight.png new file mode 100644 index 000000000..dd4b696a9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/AddLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/MustLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/MustLight.png new file mode 100644 index 000000000..a9c3d9b94 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/MustLight.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs.png new file mode 100644 index 000000000..12acb9b2f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs2.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs2.png new file mode 100644 index 000000000..49cf2ede8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundBulbs2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite.png new file mode 100644 index 000000000..78f99b684 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite2.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite2.png new file mode 100644 index 000000000..daec1bc7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/SurroundWhite2.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteCorners.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteCorners.png new file mode 100644 index 000000000..ec6694fa5 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteCorners.png differ diff --git a/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteInLight.png b/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteInLight.png new file mode 100644 index 000000000..95e36cf2c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/lightup/rules/Old/WhiteInLight.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit 2.png b/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit 2.png new file mode 100644 index 000000000..1a4d480de Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit 2.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit.png b/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit.png new file mode 100644 index 000000000..1a4d480de Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/CaseBlackSplit.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/CaseNormalSplit.png b/bin/main/edu/rpi/legup/images/masyu/CaseNormalSplit.png new file mode 100644 index 000000000..d8db0f724 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/CaseNormalSplit.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/CaseWhiteSplit.png b/bin/main/edu/rpi/legup/images/masyu/CaseWhiteSplit.png new file mode 100644 index 000000000..9024c0f0f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/CaseWhiteSplit.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/ContradictionBadLooping.png b/bin/main/edu/rpi/legup/images/masyu/ContradictionBadLooping.png new file mode 100644 index 000000000..22d0f3d9d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/ContradictionBadLooping.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/ContradictionBlack.png b/bin/main/edu/rpi/legup/images/masyu/ContradictionBlack.png new file mode 100644 index 000000000..1d60c830f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/ContradictionBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/ContradictionNoOptions.png b/bin/main/edu/rpi/legup/images/masyu/ContradictionNoOptions.png new file mode 100644 index 000000000..17eb350e7 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/ContradictionNoOptions.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/ContradictionOnly2.png b/bin/main/edu/rpi/legup/images/masyu/ContradictionOnly2.png new file mode 100644 index 000000000..c648961cc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/ContradictionOnly2.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/ContradictionWhite.png b/bin/main/edu/rpi/legup/images/masyu/ContradictionWhite.png new file mode 100644 index 000000000..b65a55a30 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/ContradictionWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleBlackEdge.png b/bin/main/edu/rpi/legup/images/masyu/RuleBlackEdge.png new file mode 100644 index 000000000..8c4266a42 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleBlackEdge.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleBlockedBlack.gif b/bin/main/edu/rpi/legup/images/masyu/RuleBlockedBlack.gif new file mode 100644 index 000000000..64b306b23 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleBlockedBlack.gif differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleConnectedCells.gif b/bin/main/edu/rpi/legup/images/masyu/RuleConnectedCells.gif new file mode 100644 index 000000000..022674165 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleConnectedCells.gif differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleFinishPath.png b/bin/main/edu/rpi/legup/images/masyu/RuleFinishPath.png new file mode 100644 index 000000000..ce4e91cc1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleFinishPath.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleNearWhite.png b/bin/main/edu/rpi/legup/images/masyu/RuleNearWhite.png new file mode 100644 index 000000000..41e777aa6 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleNearWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleOnlyOneChoice.png b/bin/main/edu/rpi/legup/images/masyu/RuleOnlyOneChoice.png new file mode 100644 index 000000000..0fc9d63a4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleOnlyOneChoice.png differ diff --git a/bin/main/edu/rpi/legup/images/masyu/RuleWhiteEdge.png b/bin/main/edu/rpi/legup/images/masyu/RuleWhiteEdge.png new file mode 100644 index 000000000..1a33eb244 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/masyu/RuleWhiteEdge.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite 2.png b/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite 2.png new file mode 100644 index 000000000..cb21bd1ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite 2.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite.png b/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite.png new file mode 100644 index 000000000..cb21bd1ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/cases/BlackOrWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea 2.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea 2.png new file mode 100644 index 000000000..3b97f2584 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea 2.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea.png new file mode 100644 index 000000000..3b97f2584 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackArea.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackSquare.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackSquare.png new file mode 100644 index 000000000..4980ab2ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/BlackSquare.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/CantReach.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/CantReach.png new file mode 100644 index 000000000..b5deb9e92 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/CantReach.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/MultipleNumbers.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/MultipleNumbers.png new file mode 100644 index 000000000..c11e34e84 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/MultipleNumbers.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/NoNumber.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/NoNumber.png new file mode 100644 index 000000000..55219fca2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/NoNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooFewSpaces.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooFewSpaces.png new file mode 100644 index 000000000..63553080b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooFewSpaces.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooManySpaces.png b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooManySpaces.png new file mode 100644 index 000000000..dc4e571e3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/contradictions/TooManySpaces.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/nurikabe_icon_template.psd b/bin/main/edu/rpi/legup/images/nurikabe/nurikabe_icon_template.psd new file mode 100644 index 000000000..f8829f7ff Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/nurikabe_icon_template.psd differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions 2.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions 2.png new file mode 100644 index 000000000..e6468703c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions 2.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions.png new file mode 100644 index 000000000..e6468703c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/BetweenRegions.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/CornerBlack.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/CornerBlack.png new file mode 100644 index 000000000..e19626032 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/CornerBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInBlack.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInBlack.png new file mode 100644 index 000000000..bdf7dd58f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInWhite.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInWhite.png new file mode 100644 index 000000000..d3cad90f0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/FillInWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/NoBlackSquare.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/NoBlackSquare.png new file mode 100644 index 000000000..fbd1ffc5d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/NoBlackSquare.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownBlack.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownBlack.png new file mode 100644 index 000000000..e31134e40 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownRegion.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownRegion.png new file mode 100644 index 000000000..b57e98352 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownRegion.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownWhite.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownWhite.png new file mode 100644 index 000000000..04bab1ad2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/OneUnknownWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/RuleWhite.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/RuleWhite.png new file mode 100644 index 000000000..b57e98352 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/RuleWhite.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/SurroundBlack.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/SurroundBlack.png new file mode 100644 index 000000000..d55162e84 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/SurroundBlack.png differ diff --git a/bin/main/edu/rpi/legup/images/nurikabe/rules/Unreachable.png b/bin/main/edu/rpi/legup/images/nurikabe/rules/Unreachable.png new file mode 100644 index 000000000..c0fb4c842 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/nurikabe/rules/Unreachable.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic 2.png new file mode 100644 index 000000000..cb12cb1bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic.png new file mode 100644 index 000000000..cb12cb1bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/Atomic.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And 2.png new file mode 100644 index 000000000..2fa2bf7e0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And.png new file mode 100644 index 000000000..2fa2bf7e0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Biconditional.png new file mode 100644 index 000000000..dad2f3cbe Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional 2.png new file mode 100644 index 000000000..c5dc8d26d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional.png new file mode 100644 index 000000000..c5dc8d26d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not 2.png new file mode 100644 index 000000000..cad397291 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not.png new file mode 100644 index 000000000..cad397291 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or 2.png new file mode 100644 index 000000000..b2cd82c7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or.png new file mode 100644 index 000000000..b2cd82c7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/elimination/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And 2.png new file mode 100644 index 000000000..a728f6a6f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And.png new file mode 100644 index 000000000..a728f6a6f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional 2.png new file mode 100644 index 000000000..172e097bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional.png new file mode 100644 index 000000000..172e097bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional 2.png new file mode 100644 index 000000000..93c87a576 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional.png new file mode 100644 index 000000000..93c87a576 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not 2.png new file mode 100644 index 000000000..1a1d36e8e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not.png new file mode 100644 index 000000000..1a1d36e8e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or 2.png new file mode 100644 index 000000000..ebffc5220 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or.png new file mode 100644 index 000000000..ebffc5220 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/basic/introduction/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And 2.png new file mode 100644 index 000000000..0b9b75ce4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And.png new file mode 100644 index 000000000..0b9b75ce4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic 2.png new file mode 100644 index 000000000..f5cbdeb5f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic.png new file mode 100644 index 000000000..f5cbdeb5f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Atomic.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional 2.png new file mode 100644 index 000000000..6f119cbdd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional.png new file mode 100644 index 000000000..6f119cbdd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional 2.png new file mode 100644 index 000000000..4e15dabb4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional.png new file mode 100644 index 000000000..4e15dabb4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not 2.png new file mode 100644 index 000000000..0c0ec191f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not.png new file mode 100644 index 000000000..0c0ec191f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or 2.png new file mode 100644 index 000000000..7cdcc9817 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or.png new file mode 100644 index 000000000..7cdcc9817 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/case/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And 2.png new file mode 100644 index 000000000..5302beeaa Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And.png new file mode 100644 index 000000000..5302beeaa Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic 2.png new file mode 100644 index 000000000..964ebb7b3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic.png new file mode 100644 index 000000000..964ebb7b3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Atomic.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional 2.png new file mode 100644 index 000000000..4415aa4c0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional.png new file mode 100644 index 000000000..4415aa4c0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional 2.png new file mode 100644 index 000000000..ff5cf7e7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional.png new file mode 100644 index 000000000..ff5cf7e7d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not 2.png new file mode 100644 index 000000000..76060d8f0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not.png new file mode 100644 index 000000000..76060d8f0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or 2.png new file mode 100644 index 000000000..5957a37db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or.png new file mode 100644 index 000000000..5957a37db Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages/contradiction/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic 2.png new file mode 100644 index 000000000..e4e495109 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic.png new file mode 100644 index 000000000..e4e495109 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/Atomic.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And 2.png new file mode 100644 index 000000000..9964c2b04 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And.png new file mode 100644 index 000000000..9964c2b04 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional 2.png new file mode 100644 index 000000000..8c209e3be Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional.png new file mode 100644 index 000000000..8c209e3be Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional 2.png new file mode 100644 index 000000000..5187733e9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional.png new file mode 100644 index 000000000..5187733e9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not 2.png new file mode 100644 index 000000000..5f569fb49 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not.png new file mode 100644 index 000000000..5f569fb49 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or 2.png new file mode 100644 index 000000000..80330bfa9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or.png new file mode 100644 index 000000000..80330bfa9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/elimination/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And 2.png new file mode 100644 index 000000000..6c51d528a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And.png new file mode 100644 index 000000000..6c51d528a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional 2.png new file mode 100644 index 000000000..9c9aafc78 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional.png new file mode 100644 index 000000000..9c9aafc78 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional 2.png new file mode 100644 index 000000000..ac433c0d0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional.png new file mode 100644 index 000000000..ac433c0d0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not 2.png new file mode 100644 index 000000000..98267cf25 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not.png new file mode 100644 index 000000000..98267cf25 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or 2.png new file mode 100644 index 000000000..bdc92d8f2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or.png new file mode 100644 index 000000000..bdc92d8f2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/basic/introduction/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And 2.png new file mode 100644 index 000000000..943d6da74 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And.png new file mode 100644 index 000000000..943d6da74 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/And.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic 2.png new file mode 100644 index 000000000..f4069a56a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic.png new file mode 100644 index 000000000..f4069a56a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Atomic.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional 2.png new file mode 100644 index 000000000..06ed6b263 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional.png new file mode 100644 index 000000000..06ed6b263 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Biconditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional 2.png new file mode 100644 index 000000000..573c7a95d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional.png new file mode 100644 index 000000000..573c7a95d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Conditional.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not 2.png new file mode 100644 index 000000000..489728a55 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not.png new file mode 100644 index 000000000..489728a55 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Not.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or 2.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or 2.png new file mode 100644 index 000000000..d2464e804 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or 2.png differ diff --git a/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or.png b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or.png new file mode 100644 index 000000000..d2464e804 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/shorttruthtable/ruleimages_old/contradiction/Or.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber 2.png b/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber 2.png new file mode 100644 index 000000000..64fb4fc86 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber 2.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber.png b/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber.png new file mode 100644 index 000000000..64fb4fc86 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/DuplicateNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/LastNumber 2.png b/bin/main/edu/rpi/legup/images/skyscraper/LastNumber 2.png new file mode 100644 index 000000000..1c219e328 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/LastNumber 2.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/LastNumber.png b/bin/main/edu/rpi/legup/images/skyscraper/LastNumber.png new file mode 100644 index 000000000..1c219e328 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/LastNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents 2.png b/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents 2.png new file mode 100644 index 000000000..7eaee5d06 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents 2.png differ diff --git a/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents.png b/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents.png new file mode 100644 index 000000000..7eaee5d06 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/skyscraper/PossibleContents.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction 2.png b/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction 2.png new file mode 100644 index 000000000..d51538baf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction.png b/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction.png new file mode 100644 index 000000000..d51538baf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/AdvancedDeduction.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/NoSolution 2.png b/bin/main/edu/rpi/legup/images/sudoku/NoSolution 2.png new file mode 100644 index 000000000..8b99c3316 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/NoSolution 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/NoSolution.png b/bin/main/edu/rpi/legup/images/sudoku/NoSolution.png new file mode 100644 index 000000000..8b99c3316 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/NoSolution.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/PossibleValues 2.png b/bin/main/edu/rpi/legup/images/sudoku/PossibleValues 2.png new file mode 100644 index 000000000..30198ec07 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/PossibleValues 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/PossibleValues.png b/bin/main/edu/rpi/legup/images/sudoku/PossibleValues.png new file mode 100644 index 000000000..30198ec07 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/PossibleValues.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber 2.png b/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber 2.png new file mode 100644 index 000000000..b49873ff9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber.png b/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber.png new file mode 100644 index 000000000..b49873ff9 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/RepeatedNumber.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction 2.png b/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction 2.png new file mode 100644 index 000000000..67788813e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction.png b/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction.png new file mode 100644 index 000000000..67788813e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/forcedByDeduction.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination 2.png b/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination 2.png new file mode 100644 index 000000000..b7fe8cc6f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination.png b/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination.png new file mode 100644 index 000000000..b7fe8cc6f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/forcedByElimination.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number 2.png b/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number 2.png new file mode 100644 index 000000000..8d4da1031 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number.png b/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number.png new file mode 100644 index 000000000..8d4da1031 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/possible_cells_number.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/tem 2.png b/bin/main/edu/rpi/legup/images/sudoku/tem 2.png new file mode 100644 index 000000000..5e56bb7dd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/tem 2.png differ diff --git a/bin/main/edu/rpi/legup/images/sudoku/tem.png b/bin/main/edu/rpi/legup/images/sudoku/tem.png new file mode 100644 index 000000000..5e56bb7dd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/sudoku/tem.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/cont_bad 2.png b/bin/main/edu/rpi/legup/images/tree/classic/cont_bad 2.png new file mode 100644 index 000000000..48dd4e1b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/cont_bad 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/cont_bad.png b/bin/main/edu/rpi/legup/images/tree/classic/cont_bad.png new file mode 100644 index 000000000..48dd4e1b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/cont_bad.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/cont_good 2.png b/bin/main/edu/rpi/legup/images/tree/classic/cont_good 2.png new file mode 100644 index 000000000..47a2383bb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/cont_good 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/cont_good.png b/bin/main/edu/rpi/legup/images/tree/classic/cont_good.png new file mode 100644 index 000000000..47a2383bb Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/cont_good.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont 2.png b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont 2.png new file mode 100644 index 000000000..2c50bd36a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont.png b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont.png new file mode 100644 index 000000000..2c50bd36a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_cont.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln 2.png b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln 2.png new file mode 100644 index 000000000..c1d15f3ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln.png b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln.png new file mode 100644 index 000000000..c1d15f3ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/leads_to_soln.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/rule_bad 2.png b/bin/main/edu/rpi/legup/images/tree/classic/rule_bad 2.png new file mode 100644 index 000000000..62ac67f91 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/rule_bad 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/rule_bad.png b/bin/main/edu/rpi/legup/images/tree/classic/rule_bad.png new file mode 100644 index 000000000..62ac67f91 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/rule_bad.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/soln 2.png b/bin/main/edu/rpi/legup/images/tree/classic/soln 2.png new file mode 100644 index 000000000..c1d15f3ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/soln 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/classic/soln.png b/bin/main/edu/rpi/legup/images/tree/classic/soln.png new file mode 100644 index 000000000..c1d15f3ec Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/classic/soln.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad 2.png new file mode 100644 index 000000000..ee466da06 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad.png b/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad.png new file mode 100644 index 000000000..ee466da06 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/cont_bad.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/cont_good 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/cont_good 2.png new file mode 100644 index 000000000..bfb38dd07 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/cont_good 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/cont_good.png b/bin/main/edu/rpi/legup/images/tree/smiley/cont_good.png new file mode 100644 index 000000000..bfb38dd07 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/cont_good.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont 2.png new file mode 100644 index 000000000..4b2cb0dbc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont.png b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont.png new file mode 100644 index 000000000..4b2cb0dbc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_cont.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln 2.png new file mode 100644 index 000000000..3cdd09359 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln.png b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln.png new file mode 100644 index 000000000..3cdd09359 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/leads_to_soln.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/prototype 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/prototype 2.png new file mode 100644 index 000000000..b28b6af5d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/prototype 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/prototype.png b/bin/main/edu/rpi/legup/images/tree/smiley/prototype.png new file mode 100644 index 000000000..b28b6af5d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/prototype.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/soln 2.png b/bin/main/edu/rpi/legup/images/tree/smiley/soln 2.png new file mode 100644 index 000000000..0456fe29c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/soln 2.png differ diff --git a/bin/main/edu/rpi/legup/images/tree/smiley/soln.png b/bin/main/edu/rpi/legup/images/tree/smiley/soln.png new file mode 100644 index 000000000..0456fe29c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/tree/smiley/soln.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/NewTentLink 2.png b/bin/main/edu/rpi/legup/images/treetent/NewTentLink 2.png new file mode 100644 index 000000000..89d653982 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/NewTentLink 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/NewTentLink.png b/bin/main/edu/rpi/legup/images/treetent/NewTentLink.png new file mode 100644 index 000000000..89d653982 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/NewTentLink.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/NewTreeLink 2.png b/bin/main/edu/rpi/legup/images/treetent/NewTreeLink 2.png new file mode 100644 index 000000000..2c7e7eff0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/NewTreeLink 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/NewTreeLink.png b/bin/main/edu/rpi/legup/images/treetent/NewTreeLink.png new file mode 100644 index 000000000..2c7e7eff0 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/NewTreeLink.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/annotate_grass 2.png b/bin/main/edu/rpi/legup/images/treetent/annotate_grass 2.png new file mode 100644 index 000000000..8742da43b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/annotate_grass 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/annotate_grass.png b/bin/main/edu/rpi/legup/images/treetent/annotate_grass.png new file mode 100644 index 000000000..8742da43b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/annotate_grass.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/annotate_tent 2.png b/bin/main/edu/rpi/legup/images/treetent/annotate_tent 2.png new file mode 100644 index 000000000..f7fdc4f2d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/annotate_tent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/annotate_tent.png b/bin/main/edu/rpi/legup/images/treetent/annotate_tent.png new file mode 100644 index 000000000..f7fdc4f2d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/annotate_tent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/aroundTent 2.png b/bin/main/edu/rpi/legup/images/treetent/aroundTent 2.png new file mode 100644 index 000000000..f57d4d103 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/aroundTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/aroundTent.png b/bin/main/edu/rpi/legup/images/treetent/aroundTent.png new file mode 100644 index 000000000..f57d4d103 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/aroundTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTent 2.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTent 2.png new file mode 100644 index 000000000..278c14d1f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTent.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTent.png new file mode 100644 index 000000000..278c14d1f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTree 2.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree 2.png new file mode 100644 index 000000000..819f507d6 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTree.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree.png new file mode 100644 index 000000000..819f507d6 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full 2.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full 2.png new file mode 100644 index 000000000..687da3847 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full.png b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full.png new file mode 100644 index 000000000..687da3847 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseLinkTree_full.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass 2.png b/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass 2.png new file mode 100644 index 000000000..e7c190287 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass.png b/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass.png new file mode 100644 index 000000000..e7c190287 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/caseTentOrGrass.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/case_colcount 2.png b/bin/main/edu/rpi/legup/images/treetent/case_colcount 2.png new file mode 100644 index 000000000..1f0bfd0cf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/case_colcount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/case_colcount.png b/bin/main/edu/rpi/legup/images/treetent/case_colcount.png new file mode 100644 index 000000000..1f0bfd0cf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/case_colcount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/case_rowcount 2.png b/bin/main/edu/rpi/legup/images/treetent/case_rowcount 2.png new file mode 100644 index 000000000..5e0dcd00f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/case_rowcount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/case_rowcount.png b/bin/main/edu/rpi/legup/images/treetent/case_rowcount.png new file mode 100644 index 000000000..5e0dcd00f Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/case_rowcount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree 2.png b/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree 2.png new file mode 100644 index 000000000..d8e6f4917 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree.png b/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree.png new file mode 100644 index 000000000..d8e6f4917 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_NoTentForTree.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent 2.png b/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent 2.png new file mode 100644 index 000000000..e9d8e1293 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent.png b/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent.png new file mode 100644 index 000000000..e9d8e1293 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_NoTreeForTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents 2.png b/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents 2.png new file mode 100644 index 000000000..94a6c6950 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents.png b/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents.png new file mode 100644 index 000000000..94a6c6950 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_adjacentTents.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_miscount 2.png b/bin/main/edu/rpi/legup/images/treetent/contra_miscount 2.png new file mode 100644 index 000000000..c648d1014 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_miscount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/contra_miscount.png b/bin/main/edu/rpi/legup/images/treetent/contra_miscount.png new file mode 100644 index 000000000..c648d1014 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/contra_miscount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/finishGrass 2.png b/bin/main/edu/rpi/legup/images/treetent/finishGrass 2.png new file mode 100644 index 000000000..9c1508159 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/finishGrass 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/finishGrass.png b/bin/main/edu/rpi/legup/images/treetent/finishGrass.png new file mode 100644 index 000000000..9c1508159 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/finishGrass.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/finishTent 2.png b/bin/main/edu/rpi/legup/images/treetent/finishTent 2.png new file mode 100644 index 000000000..67831e02b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/finishTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/finishTent.png b/bin/main/edu/rpi/legup/images/treetent/finishTent.png new file mode 100644 index 000000000..67831e02b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/finishTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/grass 2.png b/bin/main/edu/rpi/legup/images/treetent/grass 2.png new file mode 100644 index 000000000..5f220597c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/grass 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/grass.png b/bin/main/edu/rpi/legup/images/treetent/grass.png new file mode 100644 index 000000000..5f220597c Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/grass.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/noTreesAround 2.png b/bin/main/edu/rpi/legup/images/treetent/noTreesAround 2.png new file mode 100644 index 000000000..acf9b337d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/noTreesAround 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/noTreesAround.png b/bin/main/edu/rpi/legup/images/treetent/noTreesAround.png new file mode 100644 index 000000000..acf9b337d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/noTreesAround.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink 2.png new file mode 100644 index 000000000..526b0dd36 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink.png new file mode 100644 index 000000000..526b0dd36 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1 2.png new file mode 100644 index 000000000..85e76e1b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1.png new file mode 100644 index 000000000..85e76e1b1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2 2.png new file mode 100644 index 000000000..f5566921b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2.png new file mode 100644 index 000000000..f5566921b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3 2.png new file mode 100644 index 000000000..08596cdcf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3.png new file mode 100644 index 000000000..08596cdcf Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTentLink3.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink 2.png new file mode 100644 index 000000000..d0f3922f4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink.png new file mode 100644 index 000000000..d0f3922f4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1 2.png new file mode 100644 index 000000000..cf099fa2d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1.png new file mode 100644 index 000000000..cf099fa2d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2 2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2 2.png new file mode 100644 index 000000000..d84e9411b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2.png b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2.png new file mode 100644 index 000000000..d84e9411b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/NewTreeLink2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/aroundTent 2.png b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent 2.png new file mode 100644 index 000000000..d017c4f9a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/aroundTent.png b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent.png new file mode 100644 index 000000000..d017c4f9a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1 2.png new file mode 100644 index 000000000..190b1641b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1.png b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1.png new file mode 100644 index 000000000..190b1641b Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/aroundTent1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent 2.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent 2.png new file mode 100644 index 000000000..cc270abb8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent.png new file mode 100644 index 000000000..cc270abb8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1 2.png new file mode 100644 index 000000000..19405e7a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1.png new file mode 100644 index 000000000..19405e7a1 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTent1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree 2.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree 2.png new file mode 100644 index 000000000..ba5bb5f54 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree.png new file mode 100644 index 000000000..ba5bb5f54 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1 2.png new file mode 100644 index 000000000..808bb8325 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1.png b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1.png new file mode 100644 index 000000000..808bb8325 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/caseLinkTree1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_colcount 2.png b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount 2.png new file mode 100644 index 000000000..260be0b52 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_colcount.png b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount.png new file mode 100644 index 000000000..260be0b52 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1 2.png new file mode 100644 index 000000000..42ce84e22 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1.png b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1.png new file mode 100644 index 000000000..42ce84e22 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_colcount1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount 2.png b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount 2.png new file mode 100644 index 000000000..192142f6d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount.png b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount.png new file mode 100644 index 000000000..192142f6d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1 2.png new file mode 100644 index 000000000..27117a8ab Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1.png b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1.png new file mode 100644 index 000000000..27117a8ab Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/case_rowcount1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent 2.png new file mode 100644 index 000000000..cc21f716a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent.png new file mode 100644 index 000000000..cc21f716a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_NoTreeForTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents 2.png new file mode 100644 index 000000000..a10f394d8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents.png new file mode 100644 index 000000000..a10f394d8 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1 2.png new file mode 100644 index 000000000..867b36945 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1.png new file mode 100644 index 000000000..867b36945 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_adjacentTents1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount 2.png new file mode 100644 index 000000000..07598b2bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount.png new file mode 100644 index 000000000..07598b2bc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_miscount.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors 2.png new file mode 100644 index 000000000..a1366b98d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors.png new file mode 100644 index 000000000..a1366b98d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1 2.png new file mode 100644 index 000000000..a3178ad29 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1.png new file mode 100644 index 000000000..a3178ad29 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_noNeighbors1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_notree 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree 2.png new file mode 100644 index 000000000..3311ffebc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_notree.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree.png new file mode 100644 index 000000000..3311ffebc Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2 2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2 2.png new file mode 100644 index 000000000..9f146415a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2.png b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2.png new file mode 100644 index 000000000..9f146415a Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/contra_notree2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/finishGrass 2.png b/bin/main/edu/rpi/legup/images/treetent/old/finishGrass 2.png new file mode 100644 index 000000000..53b22e61d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/finishGrass 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/finishGrass.png b/bin/main/edu/rpi/legup/images/treetent/old/finishGrass.png new file mode 100644 index 000000000..53b22e61d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/finishGrass.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/finishTent 2.png b/bin/main/edu/rpi/legup/images/treetent/old/finishTent 2.png new file mode 100644 index 000000000..a359bc23d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/finishTent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/finishTent.png b/bin/main/edu/rpi/legup/images/treetent/old/finishTent.png new file mode 100644 index 000000000..a359bc23d Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/finishTent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround 2.png b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround 2.png new file mode 100644 index 000000000..5bf3151e2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround.png b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround.png new file mode 100644 index 000000000..5bf3151e2 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1 2.png new file mode 100644 index 000000000..df64010d3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1.png b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1.png new file mode 100644 index 000000000..df64010d3 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/noTreesAround1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition 2.png b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition 2.png new file mode 100644 index 000000000..62ffc9e85 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition.png b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition.png new file mode 100644 index 000000000..62ffc9e85 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1 2.png b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1 2.png new file mode 100644 index 000000000..f8e78a807 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1.png b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1.png new file mode 100644 index 000000000..f8e78a807 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/old/oneTentPosition1.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/oneTentPosition 2.png b/bin/main/edu/rpi/legup/images/treetent/oneTentPosition 2.png new file mode 100644 index 000000000..dcfeebacd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/oneTentPosition 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/oneTentPosition.png b/bin/main/edu/rpi/legup/images/treetent/oneTentPosition.png new file mode 100644 index 000000000..dcfeebacd Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/oneTentPosition.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/tent 2.png b/bin/main/edu/rpi/legup/images/treetent/tent 2.png new file mode 100644 index 000000000..2263e0290 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/tent 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/tent.png b/bin/main/edu/rpi/legup/images/treetent/tent.png new file mode 100644 index 000000000..2263e0290 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/tent.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/too_few_tents 2.png b/bin/main/edu/rpi/legup/images/treetent/too_few_tents 2.png new file mode 100644 index 000000000..c648d1014 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/too_few_tents 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/too_few_tents.png b/bin/main/edu/rpi/legup/images/treetent/too_few_tents.png new file mode 100644 index 000000000..c648d1014 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/too_few_tents.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/too_many_tents 2.png b/bin/main/edu/rpi/legup/images/treetent/too_many_tents 2.png new file mode 100644 index 000000000..80356d7b4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/too_many_tents 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/too_many_tents.png b/bin/main/edu/rpi/legup/images/treetent/too_many_tents.png new file mode 100644 index 000000000..80356d7b4 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/too_many_tents.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/tree 2.png b/bin/main/edu/rpi/legup/images/treetent/tree 2.png new file mode 100644 index 000000000..38fc9e728 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/tree 2.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/tree.png b/bin/main/edu/rpi/legup/images/treetent/tree.png new file mode 100644 index 000000000..38fc9e728 Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/tree.png differ diff --git a/bin/main/edu/rpi/legup/images/treetent/update_template_wip 2.psd b/bin/main/edu/rpi/legup/images/treetent/update_template_wip 2.psd new file mode 100644 index 000000000..c04771d1e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/update_template_wip 2.psd differ diff --git a/bin/main/edu/rpi/legup/images/treetent/update_template_wip.psd b/bin/main/edu/rpi/legup/images/treetent/update_template_wip.psd new file mode 100644 index 000000000..c04771d1e Binary files /dev/null and b/bin/main/edu/rpi/legup/images/treetent/update_template_wip.psd differ diff --git a/bin/main/edu/rpi/legup/imgs/add 2.png b/bin/main/edu/rpi/legup/imgs/add 2.png new file mode 100644 index 000000000..3e7036325 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/add 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/add.png b/bin/main/edu/rpi/legup/imgs/add.png new file mode 100644 index 000000000..3e7036325 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/add.png differ diff --git a/bin/main/edu/rpi/legup/imgs/back_arrow 2.png b/bin/main/edu/rpi/legup/imgs/back_arrow 2.png new file mode 100644 index 000000000..4a04f650b Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/back_arrow 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/back_arrow.png b/bin/main/edu/rpi/legup/imgs/back_arrow.png new file mode 100644 index 000000000..4a04f650b Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/back_arrow.png differ diff --git a/bin/main/edu/rpi/legup/imgs/computer 2.png b/bin/main/edu/rpi/legup/imgs/computer 2.png new file mode 100644 index 000000000..c44e19581 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/computer 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/computer.png b/bin/main/edu/rpi/legup/imgs/computer.png new file mode 100644 index 000000000..c44e19581 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/computer.png differ diff --git a/bin/main/edu/rpi/legup/imgs/details 2.png b/bin/main/edu/rpi/legup/imgs/details 2.png new file mode 100644 index 000000000..04902e52d Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/details 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/details.png b/bin/main/edu/rpi/legup/imgs/details.png new file mode 100644 index 000000000..04902e52d Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/details.png differ diff --git a/bin/main/edu/rpi/legup/imgs/down_arrow 2.png b/bin/main/edu/rpi/legup/imgs/down_arrow 2.png new file mode 100644 index 000000000..bb97d6e39 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/down_arrow 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/down_arrow.png b/bin/main/edu/rpi/legup/imgs/down_arrow.png new file mode 100644 index 000000000..bb97d6e39 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/down_arrow.png differ diff --git a/bin/main/edu/rpi/legup/imgs/file 2.png b/bin/main/edu/rpi/legup/imgs/file 2.png new file mode 100644 index 000000000..144463984 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/file 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/file.png b/bin/main/edu/rpi/legup/imgs/file.png new file mode 100644 index 000000000..144463984 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/file.png differ diff --git a/bin/main/edu/rpi/legup/imgs/floppy_drive 2.png b/bin/main/edu/rpi/legup/imgs/floppy_drive 2.png new file mode 100644 index 000000000..0c878999c Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/floppy_drive 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/floppy_drive.png b/bin/main/edu/rpi/legup/imgs/floppy_drive.png new file mode 100644 index 000000000..0c878999c Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/floppy_drive.png differ diff --git a/bin/main/edu/rpi/legup/imgs/folder 2.png b/bin/main/edu/rpi/legup/imgs/folder 2.png new file mode 100644 index 000000000..887082840 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/folder 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/folder.png b/bin/main/edu/rpi/legup/imgs/folder.png new file mode 100644 index 000000000..887082840 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/folder.png differ diff --git a/bin/main/edu/rpi/legup/imgs/hard_drive 2.png b/bin/main/edu/rpi/legup/imgs/hard_drive 2.png new file mode 100644 index 000000000..cf1ef42fe Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/hard_drive 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/hard_drive.png b/bin/main/edu/rpi/legup/imgs/hard_drive.png new file mode 100644 index 000000000..cf1ef42fe Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/hard_drive.png differ diff --git a/bin/main/edu/rpi/legup/imgs/home 2.png b/bin/main/edu/rpi/legup/imgs/home 2.png new file mode 100644 index 000000000..aa43ddae0 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/home 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/home.png b/bin/main/edu/rpi/legup/imgs/home.png new file mode 100644 index 000000000..aa43ddae0 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/home.png differ diff --git a/bin/main/edu/rpi/legup/imgs/list 2.png b/bin/main/edu/rpi/legup/imgs/list 2.png new file mode 100644 index 000000000..adf5bd9ee Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/list 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/list.png b/bin/main/edu/rpi/legup/imgs/list.png new file mode 100644 index 000000000..adf5bd9ee Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/list.png differ diff --git a/bin/main/edu/rpi/legup/imgs/new_folder 2.png b/bin/main/edu/rpi/legup/imgs/new_folder 2.png new file mode 100644 index 000000000..d7ac4fc2c Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/new_folder 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/new_folder.png b/bin/main/edu/rpi/legup/imgs/new_folder.png new file mode 100644 index 000000000..d7ac4fc2c Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/new_folder.png differ diff --git a/bin/main/edu/rpi/legup/imgs/outlined_checked_box 2.png b/bin/main/edu/rpi/legup/imgs/outlined_checked_box 2.png new file mode 100644 index 000000000..cf5a347c5 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/outlined_checked_box 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/outlined_checked_box.png b/bin/main/edu/rpi/legup/imgs/outlined_checked_box.png new file mode 100644 index 000000000..cf5a347c5 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/outlined_checked_box.png differ diff --git a/bin/main/edu/rpi/legup/imgs/painted_checked_box 2.png b/bin/main/edu/rpi/legup/imgs/painted_checked_box 2.png new file mode 100644 index 000000000..bf1ee13ae Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/painted_checked_box 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/painted_checked_box.png b/bin/main/edu/rpi/legup/imgs/painted_checked_box.png new file mode 100644 index 000000000..bf1ee13ae Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/painted_checked_box.png differ diff --git a/bin/main/edu/rpi/legup/imgs/radio_button_off 2.png b/bin/main/edu/rpi/legup/imgs/radio_button_off 2.png new file mode 100644 index 000000000..2c6901b7a Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/radio_button_off 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/radio_button_off.png b/bin/main/edu/rpi/legup/imgs/radio_button_off.png new file mode 100644 index 000000000..2c6901b7a Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/radio_button_off.png differ diff --git a/bin/main/edu/rpi/legup/imgs/radio_button_on 2.png b/bin/main/edu/rpi/legup/imgs/radio_button_on 2.png new file mode 100644 index 000000000..8c54bf6bd Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/radio_button_on 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/radio_button_on.png b/bin/main/edu/rpi/legup/imgs/radio_button_on.png new file mode 100644 index 000000000..8c54bf6bd Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/radio_button_on.png differ diff --git a/bin/main/edu/rpi/legup/imgs/remove 2.png b/bin/main/edu/rpi/legup/imgs/remove 2.png new file mode 100644 index 000000000..14dc28383 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/remove 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/remove.png b/bin/main/edu/rpi/legup/imgs/remove.png new file mode 100644 index 000000000..14dc28383 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/remove.png differ diff --git a/bin/main/edu/rpi/legup/imgs/right_arrow 2.png b/bin/main/edu/rpi/legup/imgs/right_arrow 2.png new file mode 100644 index 000000000..39fd3248e Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/right_arrow 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/right_arrow.png b/bin/main/edu/rpi/legup/imgs/right_arrow.png new file mode 100644 index 000000000..39fd3248e Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/right_arrow.png differ diff --git a/bin/main/edu/rpi/legup/imgs/toggle_off 2.png b/bin/main/edu/rpi/legup/imgs/toggle_off 2.png new file mode 100644 index 000000000..b35035ea9 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/toggle_off 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/toggle_off.png b/bin/main/edu/rpi/legup/imgs/toggle_off.png new file mode 100644 index 000000000..b35035ea9 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/toggle_off.png differ diff --git a/bin/main/edu/rpi/legup/imgs/toggle_on 2.png b/bin/main/edu/rpi/legup/imgs/toggle_on 2.png new file mode 100644 index 000000000..12329eab1 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/toggle_on 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/toggle_on.png b/bin/main/edu/rpi/legup/imgs/toggle_on.png new file mode 100644 index 000000000..12329eab1 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/toggle_on.png differ diff --git a/bin/main/edu/rpi/legup/imgs/unchecked_box 2.png b/bin/main/edu/rpi/legup/imgs/unchecked_box 2.png new file mode 100644 index 000000000..6864dd299 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/unchecked_box 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/unchecked_box.png b/bin/main/edu/rpi/legup/imgs/unchecked_box.png new file mode 100644 index 000000000..6864dd299 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/unchecked_box.png differ diff --git a/bin/main/edu/rpi/legup/imgs/up_arrow 2.png b/bin/main/edu/rpi/legup/imgs/up_arrow 2.png new file mode 100644 index 000000000..90c7ba731 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/up_arrow 2.png differ diff --git a/bin/main/edu/rpi/legup/imgs/up_arrow.png b/bin/main/edu/rpi/legup/imgs/up_arrow.png new file mode 100644 index 000000000..90c7ba731 Binary files /dev/null and b/bin/main/edu/rpi/legup/imgs/up_arrow.png differ diff --git a/bin/main/edu/rpi/legup/legup/config b/bin/main/edu/rpi/legup/legup/config new file mode 100644 index 000000000..3937fbc3b --- /dev/null +++ b/bin/main/edu/rpi/legup/legup/config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/legup/config 2 b/bin/main/edu/rpi/legup/legup/config 2 new file mode 100644 index 000000000..3937fbc3b --- /dev/null +++ b/bin/main/edu/rpi/legup/legup/config 2 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/main/edu/rpi/legup/legup/main_window 2.fxml b/bin/main/edu/rpi/legup/legup/main_window 2.fxml new file mode 100644 index 000000000..73a531160 --- /dev/null +++ b/bin/main/edu/rpi/legup/legup/main_window 2.fxml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +