Downloads
Download tar.gz
87.7 KB
MD5: b30526acbf3f4ad48cddfba766c93f2a
SHA-1: e63152670b0a1d6f447a2b3456c558d70bfc7583
SHA-256: 0f43cf97f290606fff9b1bc5cb5da8c2c3c09f0465cb6a31dc134bb4494587f0
Download zip
97.01 KB
MD5: 731ff545c000bda8c14b2843f074c571
SHA-1: f013829e5f939f335fb43af4e27b6f345e54e633
SHA-256: b768b60c8dcada7647ec6024e561d454d7e763631e3b34cb65a0372691dff793
Release notes
by Tim_O: Fixed missing workflow for ending and ended games.
Games could not be surrendered. To address this:
* the checkmate-checkbox-handling was modified, so it can be ticked
without actually making any move.
* the checkmate-checkbox is now also used to surrender a game
Ended games were not treated as such, i.e. still allowed to enter a
move. To address this:
* when displaying node an according info is shown, if the game has
ended (and no move or undo form, i.e. ending a game is irreversible)
* rules-integration was extended by a "game-ended"-action including
an according default-action
Should be fully functional and ready for release now?