Top Level :: Structures

Package Information: Games_Chess

Show All Changelogs
» Version » Information
1.0.1Download

Release date: 2007-06-17 05:47 UTC
Release state: stable

Changelog:

* fix Bug #10912: gxh8Q recognized as invalid

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
1.0.0Download

Release date: 2007-01-28 18:35 UTC
Release state: stable

Changelog:

No changes since RC1, add unit test for repetition draw

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
1.0.0RC1Download

Release date: 2006-11-18 00:13 UTC
Release state: beta

Changelog:

fix bugs in Crazyhouse discovered in unit testing

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
0.9.1Download

Release date: 2006-11-16 06:05 UTC
Release state: alpha

Changelog:

fix Bug #7565: should be checkmate but isnt showing as such
convert all unit tests to .phpt format
allow placement move to interpose in a check for Crazyhouse variant

Dependencies:
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PHP Version: PHP 4.2.0 or newer
0.9.0Download

Release date: 2005-03-12 04:39 UTC
Release state: alpha

Changelog:

Add factory method, return state from startTransaction

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
0.8.1Download

Release date: 2004-07-12 03:10 UTC
Release state: alpha

Changelog:

Fix 2 bugs: draw is not allowed except by stalemate, and pawn placement on the
first or last ranks is not allowed (#1838, #1839)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
0.8.0Download

Release date: 2004-07-10 21:07 UTC
Release state: alpha

Changelog:

Add "Crazyhouse" variant, and vastly improve the example's javascript

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
0.7.0Download

Release date: 2004-04-09 07:27 UTC
Release state: alpha

Changelog:

PHP 5 compatibility

- Castling is now possible by moving the king to the destination square

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
0.6alphaDownload

Release date: 2003-12-28 07:17 UTC
Release state: alpha

Changelog:

bugfix release

- fixed #158: total screwup in example if SAN entered in FEN box

0.5alphaDownload

Release date: 2003-10-26 13:11 UTC
Release state: alpha

Changelog:

Added new module for Loser's chess (ICC wild 16)

- added gameOver() method, returns color of winner, or D for draw, or false

0.3Download

Release date: 2003-10-13 21:21 UTC
Release state: alpha

Changelog:

Fixed a few bugs:

- example works in Mozilla now
- promotion was endless loop in example
- promotion didn't change the pawn to the promoted piece