-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #408 from Bram-Hub/dev
Fall 2022 Semester Push
- Loading branch information
Showing
425 changed files
with
4,325 additions
and
6,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
bin/main/edu/rpi/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
.../.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
bin/main/edu/rpi/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
.../.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150526-2032.xml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
bin/main/edu/rpi/legup/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
## TODO | ||
|
||
1. Basic Rules: | ||
- Last Cell | ||
- Last Number | ||
- 1-Edge | ||
- N-Edge | ||
- Fixed Max | ||
2. Contradiction Rules: | ||
- Duplicate Number | ||
- Unresolved Cell | ||
- Exceeding Visibility | ||
- Insufficient Visibility | ||
3. Case Rules: | ||
- Possible Contents | ||
- Possible Places | ||
spreadsheet : https://docs.google.com/spreadsheets/d/1l7aUZtavtysM8dtGnaEIXhBKMRGxekhnLIVoYIHYZi8/edit#gid=0 | ||
|
||
1. Basic Rules: | ||
- Come up with better names for 1Edge and FixedMax, they are now more general | ||
2. Contradiction Rules: | ||
3. Case Rules: | ||
- Don't highlight cells when selecting a row/col? | ||
- (override draw() in SkyscrapersElementView) | ||
4. Refactoring: | ||
- document utility functions in the reference sheet, COMMENTS! | ||
- review and identify dead code | ||
- remove all these damn print statments (commented ones too if they aren't useful) | ||
- Edit to allow blank clues | ||
- Display flags somewhere | ||
5. Flags | ||
- edit exporter to include flags in xml file format (if needed) | ||
6. Documentation | ||
- UML diagram(s) | ||
7. Merge Skyscrapers to dev | ||
8. Add 5 more easy/med puzzles to skyscrapers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,4 @@ task buildNativeWindows(type: Exec, dependsOn: 'createExe') { | |
|
||
repositories { | ||
mavenCentral() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,5 @@ | |
</cells> | ||
</board> | ||
</puzzle> | ||
<Solved isSolved="false"/> | ||
</Legup> |
Oops, something went wrong.