aboutsummaryrefslogtreecommitdiff
path: root/src/grossmeister/UCI.rs
Commit message (Expand)AuthorAgeLines
* fix: resolve getting stuck before checkmateeug-vs2023-08-15-0/+3
* fix: do not override transposition tableeug-vs2023-02-27-7/+7
* feat: add 3-fold repetitioneug-vs2023-02-27-1/+1
* fix: correctly terminate search threadseug-vs2023-02-27-23/+37
* fix: correct UCI clock bugseug-vs2023-02-26-3/+3
* feat: add clock and time management to UCIeug-vs2023-02-26-14/+52
* fix: validate moves provided by UCIeug-vs2023-02-26-7/+10
* feat: provide sane default behavior to GO commandeug-vs2023-02-26-56/+45
* feat: finish very basic UCI implementationeug-vs2023-02-26-4/+31
* feat: add GUI->engine UCI commandseug-vs2023-02-26-50/+99
* fix: propagate t-table results after searcheug-vs2023-02-24-4/+10
* feat: add initial multi-threaded UCI impleug-vs2023-02-24-0/+71