Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into dev #856

Closed
wants to merge 303 commits into from
Closed

Merge master into dev #856

wants to merge 303 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    81fed78 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    e2ee69c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #769 from B-McCusker56/binary

    Fixed bugs and continued Contradiciton rule work
    B-McCusker56 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9984846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6c29ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a78bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc8739 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #770 from B-McCusker56/binary

    Three adjacent CR complete and prelim testing done
    B-McCusker56 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1b9390a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    97a50dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418f3b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    974c7a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bafc113 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. OneZeroCaseRule working version complete, began writing SurroundPairD…

    …IrectRule fixed minor bugs
    B-McCusker56 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce20def View commit details
    Browse the repository at this point in the history
  2. Merge pull request #774 from B-McCusker56/binary

    OneZeroCaseRule working version complete, began writing SurroundPairD…
    B-McCusker56 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b303e73 View commit details
    Browse the repository at this point in the history
  3. Finished DuplicateRowsOrColumnsContradictionRule for rows but not col…

    …umns, added method to get all types of cells in row.
    zacharybonagura committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5972432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13aa225 View commit details
    Browse the repository at this point in the history
  5. fixed stylecheck errors

    B-McCusker56 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    012fe90 View commit details
    Browse the repository at this point in the history
  6. fixed stylecheck errors

    B-McCusker56 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c545154 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    5f6f092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0ea65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c55b5d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24d3df2 View commit details
    Browse the repository at this point in the history
  5. Cleaned rule files, unified formatting, removed print statements from…

    … testing, fixed minor bug
    B-McCusker56 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2fbc3f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c0d0b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a38365e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Found error in ThreeAdjacentContradictionRule, missing valid contradi…

    …ctions in OneTileGap and SurroundPair Direct Rules
    zacharybonagura committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    27f0d91 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d43ce0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    82536af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #796 from B-McCusker56/binary

    Fixed buggy three adjacent contradiction rule
    B-McCusker56 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6a3c973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    534e556 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'binary' of https://github.com/Bram-Hub/LEGUP into binary

    # Conflicts:
    #	src/main/java/edu/rpi/legup/puzzle/binary/rules/SurroundPairDirectRule.java
    #	src/main/java/edu/rpi/legup/puzzle/binary/rules/ThreeAdjacentContradictionRule.java
    zacharybonagura committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    be1b82f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e29a15 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    10efd8b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Added final rule images, adjusted nming converntions for rule images,…

    … updated wiki with new rule images
    B-McCusker56 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    51b5646 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #800 from B-McCusker56/binary

    Added final rule images, adjusted naming conventions for rule images,…
    B-McCusker56 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5d9064a View commit details
    Browse the repository at this point in the history
  3. Added Wiki Contributions

    B-McCusker56 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cf59a17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15f6643 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c90e2f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge pull request #802 from B-McCusker56/binary

    added noncode final commit components
    B-McCusker56 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    65b07e9 View commit details
    Browse the repository at this point in the history
  2. Added Wiki Contributions

    B-McCusker56 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    714daee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d8dd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8260833 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    zacharybonagura authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    44d0de5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    19fbed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #809 from B-McCusker56/binary

    Made improvement to rule images
    B-McCusker56 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1301f88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e17567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04f5728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8396af View commit details
    Browse the repository at this point in the history
  6. deleted blank file

    zacharybonagura committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6fe8768 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7e5857 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb64783 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb8c02a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e9fa05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68e8e67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e41523 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    0308ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277a2b9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    afbde38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Bram-Hub/binary

    Fixed checkstyle error message in BinaryCellFactory
    zacharybonagura authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3b82c5b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request #818 from Bram-Hub/dev

    Spring Merge
    Chase-Grajeda authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f49f9a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Test commit

    zacharybonagura committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d85b9ab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    d2b3798 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    320d03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3abd581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f7b65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65c2287 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc20df View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    71cae2b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    3431226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd27094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a54846 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    e8a7cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a369d View commit details
    Browse the repository at this point in the history
  3. Create 6x6 Star Battle Normal1 visualized (DO NOT OPEN AS A PUZZLE).png

    Committing files onto correct branch after learning about the differences of team branches
    offline171 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b192b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8d050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dff936 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d1f230 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    307d8ef View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    aabdd05 View commit details
    Browse the repository at this point in the history
  2. Modified Puzzle Editor so if there are no non-placeable elements or p…

    …laceable elements, the corresponding tab does not appear
    zacharybonagura committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f9f8aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c273d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62b7811 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    cd17e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fc026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef4cd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12add88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee22ec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d02f11 View commit details
    Browse the repository at this point in the history
  7. Too Many Stars tests

    Test cases for Too Many Stars contradiction rule started on with boards and a visualization pdf added as well
    offline171 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d3a677e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f42c2d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Combined placeable elements and nonplaceable elements into just eleme…

    …nts, updated all element tiles and reference sheets
    zacharybonagura committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    71838a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    eda8b22 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Removed extra buttons in proof solver, added directions button that w…

    …hen clicked links to corresponding puzzle wiki page
    zacharybonagura committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9ae0fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac81fb View commit details
    Browse the repository at this point in the history
  3. Too Many Stars test suite

    Test suite works now
    offline171 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    732bc78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83844a View commit details
    Browse the repository at this point in the history
  5. Editing Blackout test

    Scraping existing test and starting new
    offline171 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1a1bf5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1203860 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3fb60d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65db0f7 View commit details
    Browse the repository at this point in the history
  9. Blackout Test Suite first test

    First test for Blackout Direct Rule passes
    offline171 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    02bf6f5 View commit details
    Browse the repository at this point in the history
  10. test committ

    ContemporaryNietzsche committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3206f46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c03d7e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. t

    ContemporaryNietzsche committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    58ff2bf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    ec8e1d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109293b View commit details
    Browse the repository at this point in the history
  3. Finishing Blackout Test

    Added incorrect use of rule test
    offline171 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b222cdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd42e83 View commit details
    Browse the repository at this point in the history
  5. Finish with Stars

    Tests added for Finish with Stars
    offline171 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6772071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db09f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac95969 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3265d3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #828 from summerhenson/star-battle

    Star battle
    offline171 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4a1ab37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d286dda View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    7049e9f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Modified "Create Puzzle" to become puzzle editor, when clicked opens …

    …a blank puzzle with no elements, removed tool bar until puzzle is clicked
    zacharybonagura committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a884291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3350325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dcc3d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    de2b08a View commit details
    Browse the repository at this point in the history
  2. new 2 star puzzle

    Started making 2 star puzzle
    offline171 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d30206d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5dc78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #830 from ContemporaryNietzsche/binary

    added functions to eliminate the impossible (still wip)
    ContemporaryNietzsche authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1ab5eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    dfadd67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6ad78 View commit details
    Browse the repository at this point in the history
  3. Modified EliminateTheImpossible so it produces the correct combinatio…

    …n of binary possibilities for any input
    zacharybonagura committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9fbb412 View commit details
    Browse the repository at this point in the history
  4. Update 10x10 Star Battle 2star Normal1.xml

    Completed 10x10 2 star puzzle
    offline171 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dbbaca6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24bd384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf78cac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc73947 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53a0ac6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1441f93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    541edff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e6b526 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7575f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Modified Puzzle Solver -> when opened, a blank board is shown with no…

    … rules. Added an Open toolbar button
    zacharybonagura committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    81483de View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fixed case rule bug that causes proof tree to lock when deleting if t…

    …he number of case branches is 0
    zacharybonagura committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3b5b7d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    88c6f69 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    dd6aca0 View commit details
    Browse the repository at this point in the history
  2. Added undo and redo buttons to puzzle solver tool bar, fixed major re…

    …do bugs, fixed unbalanced row/col contra rule for binary
    zacharybonagura committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    925ff9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69e634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    379613e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5c10be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f73f44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c46c698 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b527b9a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #835 from zachbonagura/binary

    Added row functionality for eliminate the impossible
    zacharybonagura authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    34c73d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34b166a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    c2687b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37284c View commit details
    Browse the repository at this point in the history
  3. Added Image for PushoutAdjacentDirectRule

    Icon for new rule added
    offline171 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    453fe30 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #837 from offline171/star-battle

    Added Image for PushoutAdjacentDirectRule
    offline171 authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1268ca4 View commit details
    Browse the repository at this point in the history
  5. Name change

    Simple name change
    offline171 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7750b73 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #839 from offline171/star-battle

    Name change
    offline171 authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2b83775 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. 2 Configuration menu
    Copy the full SHA
    45b594e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39dbef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2c3aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e8a438 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    616ff88 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    621b581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18857f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32fe76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e62d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    060897a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5d767a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    3fd0d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff6899 View commit details
    Browse the repository at this point in the history
  3. Refactored PreventWastedDigitDirectRule to SaveBlockerDirectRule, Was…

    …tedDigitContradictionRule to WastedBlockerContradictionRule
    zacharybonagura committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7d9d2d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8bd65e View commit details
    Browse the repository at this point in the history
  5. EmptyAdjacentDirectRule added

    Basic form of EmptyAdjacentDirectRule implemented, tests coming soon
    offline171 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d2347f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf121b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b7e1e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d8a7c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d93a06e View commit details
    Browse the repository at this point in the history
  10. Added tests (function not working)

    Added some tests that revealed there is a problem with how the program retrieves the location of the tile in question.
    offline171 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    eac5fd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57f09be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36090d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82e0e97 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9010903 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f371ee2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    a3e1ca7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    44de989 View commit details
    Browse the repository at this point in the history
  2. Fixed an issue where tests wouldn't run

    An issue where the test file would fail before any of the tests started was fixed
    offline171 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9d95045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa089a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d92d567 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    c1510b7 View commit details
    Browse the repository at this point in the history
  2. Debugging process rooted out issue

    Issue has been found where changes that are meant to be isolated within the rule's temporary board are instead permanent, considering if copy constructor is the problem
    offline171 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f99a1d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #845 from offline171/star-battle

    Star battle Empty Adjacent Rule (wip)
    summerhenson authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9abd9c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0afc36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ca9d07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c3cc1c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    e8de3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6fd72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75e74c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    e5bbc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543626e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0e37b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412ea9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a97e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    b2ba642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c93b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d22226d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55541e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    76d3f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61454c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f62435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1564ec View commit details
    Browse the repository at this point in the history
  5. Fixed merge conflicts

    zacharybonagura committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    60f1a73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    513f228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    562cdbb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Implemented skyscrapers puzzle editor functionality, created no clue …

    …view, made slight progress for implementation of solving puzzles with missing clues
    zacharybonagura committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    485791f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc70ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6de7d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    abbe550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe42b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    965b66d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1708f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dbd831 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    eac3c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54184df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fe7e5f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2d0026e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9d8b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    c4ce4cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73720e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89393f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e7cef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5df3d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in controller directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8180f7c View commit details
    Browse the repository at this point in the history
  2. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in history directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    760b493 View commit details
    Browse the repository at this point in the history
  3. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in model directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cac3fa4 View commit details
    Browse the repository at this point in the history
  4. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in gameboard directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    581654e View commit details
    Browse the repository at this point in the history
  5. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in observer directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5ed4a27 View commit details
    Browse the repository at this point in the history
  6. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in model/rules directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bc0b425 View commit details
    Browse the repository at this point in the history
  7. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in model/tree directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4715d11 View commit details
    Browse the repository at this point in the history
  8. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in model directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fea6f0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9935e3b View commit details
    Browse the repository at this point in the history
  10. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in ui/boardview directory
    zacharybonagura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e29ff9c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in ui/proofeditor/ruleview directory
    zacharybonagura committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b361a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c3a9d View commit details
    Browse the repository at this point in the history
  3. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in ui/proofeditor/treeview directory
    zacharybonagura committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    12a3014 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    86e8c38 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Added code specifications to all missing methods and class descriptio…

    …ns in all classes in ui directory
    zacharybonagura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    373ac5d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    87ad777 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    zacharybonagura committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    80dc899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ec39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b45547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a89e85b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c274436 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76aa2e7 View commit details
    Browse the repository at this point in the history
  8. Revert "Merge branch 'star-battle'"

    This reverts commit a89e85b, reversing
    changes made to 7b45547.
    zacharybonagura committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e51bcd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #852 from zacharybonagura/master

    Merge updated binary puzzle, proof editor, puzzle editor, home panel, bug fixes
    Chase-Grajeda authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f6889a4 View commit details
    Browse the repository at this point in the history