Wed, 29 Aug 2018 17:31:36 +0200 error message when syntactically validating a King's move into a check position is now correct file | diff | annotate
Wed, 29 Aug 2018 13:45:13 +0200 move log has now three columns and starts scrolling after 45 moves file | diff | annotate
Tue, 28 Aug 2018 14:37:09 +0200 adds error messages to PGN reader file | diff | annotate
Tue, 28 Aug 2018 14:16:30 +0200 fixes inappropriate use of EXIT_ macros + adds a sample PGN file file | diff | annotate
Fri, 26 Feb 2016 11:55:42 +0100 updated copyright and version info file | diff | annotate
Wed, 26 Aug 2015 14:46:42 +0200 implemented FEN file | diff | annotate
Wed, 26 Aug 2015 12:59:30 +0200 fixed new network games starting with BLACK file | diff | annotate
Mon, 16 Jun 2014 15:41:06 +0200 added support for game continuation over network + fixed major bug in checkmate anticipation when the king is attacked diagonally file | diff | annotate
Mon, 16 Jun 2014 13:45:31 +0200 added pgn parser and writer (without comment support yet) + minor refactorings file | diff | annotate
Wed, 11 Jun 2014 16:54:20 +0200 logging string representation of moves in short algebraic notation file | diff | annotate
Wed, 11 Jun 2014 15:38:01 +0200 added return code to move validation (for more informative messages) + fixed a bug where simulations added movelist items to the original gamestate file | diff | annotate
Wed, 28 May 2014 15:47:57 +0200 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) file | diff | annotate
Thu, 17 Apr 2014 12:16:14 +0200 netcode is now aware of connection losses file | diff | annotate
Thu, 17 Apr 2014 11:55:36 +0200 removed nonblocking sockets for causing problems and not being necessary file | diff | annotate
Thu, 17 Apr 2014 11:41:02 +0200 surrender is now resign file | diff | annotate
Wed, 16 Apr 2014 22:20:59 +0200 changed netcode numbers file | diff | annotate
Wed, 16 Apr 2014 21:57:53 +0200 fixed bug where an invalid network response lead to an accepted move file | diff | annotate
Thu, 10 Apr 2014 12:10:09 +0200 minor improvements by using macros file | diff | annotate
Wed, 09 Apr 2014 18:11:51 +0200 tried to improve colors file | diff | annotate
Wed, 09 Apr 2014 12:07:47 +0200 added nonblocking read for network games + minor build system fixes file | diff | annotate
Wed, 09 Apr 2014 11:12:04 +0200 implemented time control file | diff | annotate
Wed, 09 Apr 2014 09:34:07 +0200 improved async input + improved build system + added time values to move struct file | diff | annotate
Tue, 08 Apr 2014 21:13:28 +0200 fixed some type bugs, uninitialized memory and async input function file | diff | annotate
Mon, 07 Apr 2014 17:39:46 +0200 experimental async input for single machine mode file | diff | annotate
Fri, 04 Apr 2014 17:36:42 +0200 NEED TESTING: implemented check and checkmate - TODO: avoid checkmate by moving another piece in between file | diff | annotate
Thu, 03 Apr 2014 16:07:04 +0200 moved checkmate and stalemate flags to gamestate file | diff | annotate
Tue, 01 Apr 2014 14:04:00 +0200 introduced single machine mode file | diff | annotate
Tue, 01 Apr 2014 12:30:25 +0200 implemented king file | diff | annotate
Mon, 31 Mar 2014 15:03:25 +0200 introduced game state structure file | diff | annotate
Mon, 31 Mar 2014 14:08:00 +0200 improved network performance file | diff | annotate
Mon, 31 Mar 2014 14:00:58 +0200 implemented rook + some fixes file | diff | annotate
Mon, 31 Mar 2014 11:16:32 +0200 moved chess rules to separate lib file | diff | annotate
Sat, 29 Mar 2014 16:53:58 +0100 fixed bishop + added pawn promotion + added move log file | diff | annotate
Sat, 29 Mar 2014 14:46:33 +0100 implemented bishop rules file | diff | annotate
Fri, 28 Mar 2014 14:32:52 +0100 introduced status codes for get_location to produce detailed error messages + added knight rules file | diff | annotate
Fri, 28 Mar 2014 11:45:01 +0100 completed pawn rules + bug fixes for 4-char-moves file | diff | annotate
Wed, 26 Mar 2014 14:53:15 +0100 fixed crucial bug where both players could move at the same time + added pawn rules (TODO: en passant) file | diff | annotate
Wed, 26 Mar 2014 14:12:59 +0100 completed eval_move file | diff | annotate
Wed, 26 Mar 2014 13:16:49 +0100 interface for retrieving locations when using short algebraic notation file | diff | annotate
Sat, 22 Mar 2014 18:56:52 +0100 added network messages for check and checkmate file | diff | annotate
Sat, 22 Mar 2014 17:23:07 +0100 prepared code base for implementing rules file | diff | annotate
Sat, 22 Mar 2014 16:25:49 +0100 implemented castling (without validation) file | diff | annotate
Sat, 22 Mar 2014 16:04:02 +0100 implemented simple pawn movement file | diff | annotate
Wed, 19 Mar 2014 15:36:54 +0100 implemented chess board and remis/surrender messages file | diff | annotate
Wed, 19 Mar 2014 10:08:25 +0100 structured code file | diff | annotate
(0)tip

mercurial