add manual HTML and text to Windows zip release
add generated manual pages to the repo
On Windows, it's difficult to create HTML and text exports of the manual
pages. Until a better solution is found, add the exported manuals to the
repo. This will make it easier to create Windows installer and zip
files.
add script to create HTML and text manual exports
rename engines.json.5 to cutechess-engines.json.5
While unlikely, it's possible that some other program might use
similarly named manual pages as ours, so add the "cutechess-" prefix.
Draw nicer move arrow
Draw move arrow that's similar to what lichess.org uses. The polygon is
parametrized to allow fine tuning and could be possibly abstracted as a
generic arrow factory.
Signed-off-by: David Sterba <dsterba@suse.com>
release: set VERSION for draft release
release: set asset content types
release: reference created upload_url correctly
add windows zip release workflow
add asset_name to release generation
update readme for cmake instructions
remove qmake project files
A game is drawn in case of a timeout if the opponent has no means to give
checkmate by any regular sequence of moves (Ref.: FIDE rule 6.9).
This patch resolves simple cases of lone kings. It does not detect dead
positions like impasse by pawn blockade.
Resolves #710
release-tool: correct tag exists logic