Commit Graph

24 Commits

Author SHA1 Message Date
Alf Magne Kalleland
8761d777fe Fix problem with en passant moves in combination with king in chess
The parser did not handle fen's like

8/8/7p/5P1k/5pPp/P6K/4r2R/8 b - g3

properly. It reported pawn h4 to g3 as an invalid move. This has now been fixed
2018-06-30 14:03:55 +02:00
DHTMLGoodies
68d6e084c9 Bugfixes + support for getting shorter parsing format 2017-08-17 13:53:35 +02:00
DHTMLGoodies
9490f2cd09 throwing exception if not valid move in move method 2017-04-15 20:24:49 +02:00
DHTMLGoodies
155af550c1 Fixed problem with some pawn moves 2017-02-04 22:59:30 +01:00
DHTMLGoodies
d17e42e7da updates 2017-01-30 13:21:54 +01:00
DHTMLGoodies
fd4147d036 Always set En passant square when pawn moves to squares 2016-01-12 22:07:49 +01:00
DHTMLGoodies
3ec671f536 Code comments and minor refactoring 2015-12-31 02:32:28 +01:00
DHTMLGoodies
b827b36457 New methods + documentation 2015-12-28 17:23:12 +01:00
DHTMLGoodies
2f34af2475 Bugfix - check for cache existence to avoid notice in log 2015-12-26 00:38:42 +01:00
DHTMLGoodies
a815129188 Fixed problem with fens like 8/7P/8/8/1k15/8/P7/K7 w - - 0 1, i.e. 1k15(and not 1k6) 2015-12-24 01:39:00 +01:00
DHTMLGoodies
586d996e02 Fixed problem with fens like 8/7P/8/8/1k15/8/P7/K7 w - - 0 1, i.e. 1k15(and not 1k6) 2015-12-24 01:20:00 +01:00
DHTMLGoodies
7865a60934 Fixed notation problem in parser 2015-12-24 01:04:15 +01:00
DHTMLGoodies
8f4fa18895 Fixed problem with invalid castle moves 2013-02-20 18:01:34 +01:00
Alf Magne Kalleland
ee52853327 Move validation inside Movebuilder using regex 2013-02-18 20:31:36 +01:00
Alf Magne Kalleland
3d6e0ae60b TODO in fen parser 2013-02-12 02:20:28 +01:00
Alf Magne Kalleland
b437127f6b test of problemating pgn 2013-02-12 00:58:18 +01:00
Alf Magne Kalleland
9050a454c5 Code cleanup in parser 2013-02-08 01:34:49 +01:00
Alf Magne Kalleland
c6782583fc Reserved metadata moved from metadata sub array 2013-02-06 23:31:04 +01:00
Alf Magne Kalleland
41a764d70f Use string concat instead of implode in parser 2013-02-03 20:48:27 +01:00
DHTMLGoodies
d400a74c7d Resolved GIT conflict 2013-01-25 16:55:22 +01:00
DHTMLGoodies
f117acc00e Added support for move objects(from and to) in getparsed method 2013-01-25 16:54:09 +01:00
DHTMLGoodies
d5b412c58b New exception message on parser error 2013-01-25 01:43:50 +01:00
DHTMLGoodies
8708b00cf7 Code cleanup 2013-01-18 14:38:50 +01:00
DHTMLGoodies
5396570fd6 Added files 2013-01-17 15:02:46 +01:00