changelog
- Thu, 03 Sep 2026 18:32:47 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 18:32:47 +0200] rev 217
- fix missing const-qualifier for argument of prompt_yesno()
- Thu, 03 Sep 2026 16:18:24 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 16:18:24 +0200] rev 216
- make castling rights part of the game state
required for issue #939
because creating a state from FEN
will not contain a move history
bonus: make is_check_position() robust
- Thu, 03 Sep 2026 15:28:54 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 15:28:54 +0200] rev 215
- simplify fen_pieces()
- Thu, 03 Sep 2026 12:13:05 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 12:13:05 +0200] rev 214
- make all should really build all (including the tests)
we removed the tests from the all-target initially
because they will cause warnings with compilers not
supporting C23
but we should not care too much about this
- Thu, 03 Sep 2026 11:54:19 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 11:54:19 +0200] rev 213
- add (empty) test suites for all pieces
- Thu, 03 Sep 2026 11:53:58 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 11:53:58 +0200] rev 212
- fix missing test adaptation for pgn_result
relates to #958
- Thu, 03 Sep 2026 11:42:53 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Sep 2026 11:42:53 +0200] rev 211
- merge #958 and #984