Commit Graph

3 Commits

Author SHA1 Message Date
0ff41c408b add repetition detection, root position count
- hist.c: add hist_next() - get next entry in history
- state_t: remove plycount, clock_50 -> ply50, add phase, repcount
- pos_t: add plycount, plyroot
- state_t moved to chessdefs.h
- perft-test: split perft from do_perft (todo for perft_alt)
- position.c: add pos_repcount()
- search.c: add is_draw()
- uci: set root position (after moves), adjust history moves repcount
2024-08-04 09:37:58 +02:00
01af1f5c49 separate perft (from search.c) 2024-07-29 09:56:27 +02:00
3fb0c92653 Splitting 'search.c' and 1 others 2024-07-29 08:11:41 +02:00