Commit graph

7 commits

Author SHA1 Message Date
Michael Catanzaro
9411e198b8 Fix some new switch warnings 2020-12-05 10:04:20 -06:00
Michael Catanzaro
9b41b9bef7 Show better move description for en passant captures
The current description is wrong since it says the captured piece was at
the current location of the capturing piece, but that's not true for en
passant captures.

Also, this might possibly help users realize that en passant is not a bug.
2018-04-24 11:48:07 -05:00
Michael Catanzaro
95292f5597 Rename ChessMove.moved_rook to castling_rook 2018-04-24 09:54:55 -05:00
Sahil Sareen
c81114efae Update copyrights 2016-03-18 22:45:08 +05:30
Sahil Sareen
d78fa64289 Bump up the license version on source files 2016-02-16 02:27:59 +05:30
Michael Catanzaro
c948843e68 Don't create new fundamental types 2014-06-24 08:14:59 -05:00
Michael Catanzaro
17f0005f34 Split several files off into an internal library
This will be a static convenience library, so we don't have to recompile
all of these files for each test binary.
2014-04-08 21:50:59 -05:00
Renamed from src/chess-move.vala (Browse further)