aboutsummaryrefslogtreecommitdiff
path: root/src/grossmeister/UCI.rs
Commit message (Expand)AuthorAgeLines
* 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