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

Alice #1536

Merged
merged 48 commits into from
Jul 27, 2024
Merged

Alice #1536

merged 48 commits into from
Jul 27, 2024

Commits on Jun 27, 2024

  1. AliceBoard.py

    gbtami committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e8a944c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. More Alice work

    gbtami committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7907ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c401c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    decdc03 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    gbtami committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    6525d63 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Typing

    gbtami committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f8c7e35 View commit details
    Browse the repository at this point in the history
  2. Merge master

    gbtami committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    34e0cce View commit details
    Browse the repository at this point in the history
  3. getLegalAliceMoves()

    gbtami committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b982bbd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix get_san()

    gbtami committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3cff4c9 View commit details
    Browse the repository at this point in the history
  2. Fix current board

    gbtami committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    420b06c View commit details
    Browse the repository at this point in the history
  3. Fix game_result()

    gbtami committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d1638cf View commit details
    Browse the repository at this point in the history
  4. First unit tests

    gbtami committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f623383 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Implement castling moves

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    225774a View commit details
    Browse the repository at this point in the history
  2. Format with black

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bc231c4 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ccf1e9e View commit details
    Browse the repository at this point in the history
  4. En passant excluded

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    214f0eb View commit details
    Browse the repository at this point in the history
  5. Remove unneeded code

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d99a3f0 View commit details
    Browse the repository at this point in the history
  6. Typing fixes

    gbtami committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    00cd0ef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge master

    gbtami committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5543a88 View commit details
    Browse the repository at this point in the history
  2. Merege master

    gbtami committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0ed7fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f1132e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    f26b197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fe7c0 View commit details
    Browse the repository at this point in the history
  3. Fix Alice startFen

    gbtami committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cf1b7f0 View commit details
    Browse the repository at this point in the history
  4. Remove debug log lines

    gbtami committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e28486f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    55ab49c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2095c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a425b7c View commit details
    Browse the repository at this point in the history
  4. Fix typings

    gbtami committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c3e2fb0 View commit details
    Browse the repository at this point in the history
  5. Remove deprecated comment

    gbtami committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2665d07 View commit details
    Browse the repository at this point in the history
  6. Simplify the code

    gbtami committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    999d50f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93f0afc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4f446fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2feb5c9 View commit details
    Browse the repository at this point in the history
  3. Black

    gbtami committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bd88624 View commit details
    Browse the repository at this point in the history
  4. Fix check mark handling

    gbtami committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    be66598 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix Alice PGN

    gbtami committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    093258d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a974e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    1b6789a View commit details
    Browse the repository at this point in the history
  2. Fix no dests after goPly bug

    gbtami committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3716701 View commit details
    Browse the repository at this point in the history
  3. Alice boards on profile page

    gbtami committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c2a25c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Disable Editor for Alice chess

    gbtami committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a1b126d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    f9c60c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56cdb2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b970b View commit details
    Browse the repository at this point in the history
  4. Basic analysis board support

    gbtami committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e9fcdfe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    84c1c3e View commit details
    Browse the repository at this point in the history
  2. Typing fixes

    gbtami committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    348f448 View commit details
    Browse the repository at this point in the history