Share

WebChess

File Release Notes and Changelog

Release Name: 0.8.4

Notes:
Minor bug fix release - closes all bugs filed against WebChess 0.8.3

Changes: 2003-10-20 (v0.8.4): - BUG FIX: fixed a bug in isCheckMate.js where array boundaries weren't being enforced and sometimes caused an invalid index javascript error - BUG FIX: Checkmate checking fix - by removing king from board isCheckMate() incorrectly believed pieces on the other side of the king could kill the attacking piece, so now king is replaced with ennemy pawn - Bug 753704 - BUG FIX: Fixed bug in validation.js where moving the king along the same line as the attached was not properly validating the move becaues the king was in the way - Bug 750083