added program version

added support for game continuation over network + fixed major bug in checkmate anticipation when the king is attacked diagonally

added pgn parser and writer (without comment support yet) + minor refactorings

logging string representation of moves in short algebraic notation

added return code to move validation (for more informative messages) + fixed a bug where simulations added movelist items to the original gamestate

refactoring of getlocation mechanism for better short algebraic notation support (does now respect pinned pieces) + fixed a bug where a pawn could advance through a piece (e.g. e2e4 could jump over a piece on e3)

netcode is now aware of connection losses

removed nonblocking sockets for causing problems and not being necessary

surrender is now resign

changed netcode numbers

(0) -10 +10 tip

mercurial