Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | fix: do not override transposition table | eug-vs | 2023-02-27 | -7/+7 |
* | feat: add 3-fold repetition | eug-vs | 2023-02-27 | -1/+1 |
* | fix: correctly terminate search threads | eug-vs | 2023-02-27 | -23/+37 |
* | fix: correct UCI clock bugs | eug-vs | 2023-02-26 | -3/+3 |
* | feat: add clock and time management to UCI | eug-vs | 2023-02-26 | -14/+52 |
* | fix: validate moves provided by UCI | eug-vs | 2023-02-26 | -7/+10 |
* | feat: provide sane default behavior to GO command | eug-vs | 2023-02-26 | -56/+45 |
* | feat: finish very basic UCI implementation | eug-vs | 2023-02-26 | -4/+31 |
* | feat: add GUI->engine UCI commands | eug-vs | 2023-02-26 | -50/+99 |
* | fix: propagate t-table results after search | eug-vs | 2023-02-24 | -4/+10 |
* | feat: add initial multi-threaded UCI impl | eug-vs | 2023-02-24 | -0/+71 |