Ilari Pihlajisto

Results 24 comments of Ilari Pihlajisto

Schema (incomplete): ``` { "event":"My Tournament", "site":"My City", "pgn_output":"my_tournament.pgn", "type":"round-robin/gauntlet/knockout", "seeds":4, "games_per_encounter":2, "rounds":10, "start_delay":3000, "repeat_openings":true, "recover_crashed":true, "variant":"standard/fischerandom/...", "time_control":{ "mode":"tournament/time_per_move/infinite", "moves":40, "time":60000, "increment":1000, "nodes":10000000, "plies":10, "margin":10 }, "opening_suite":{ "fen":"", "file":"openings.pgn/openings.epd", "depth":20,...

Actually any independently maintained schema is always going to be out of date. We just need `Tournament::toJson()` and `Tournament::fromJson(const QString& json)` or something similar. And parse/serialize the whole `Tournament` object...

Hi. This looks clean and good, except for indentation inconsistent with Cute Chess style. If those are fixed, I think this could be merged until this ultimate solution to piece...

Analyzing games is not possible at the moment but we acknowledge that it would be a very useful feature. Will probably happen at some point.

@rwst Not really, this is more about cutechess-cli.

This is seriously cool! I tested it briefly on Ubuntu and I'll test more on Windows 10 later this week. I think the `GraphicsBoard` code should be split into subclasses...

Took long enough, but I finally refactored the GUI stuff which is located in this branch: https://github.com/cutechess/cutechess/tree/pr/565 Unfortunately there are many other quality/consistency issues that prevent us from merging this...

Sorry, nothing is ignored, just postponed until I have time to work on Cute Chess again. I've been extremely busy with other projects this year.

I'll split points 2 and 3 into new issues. This first one could be implemented by loading the previous tournament's settings by default and having a reset button for using...

I tested with Stockfish 14.1, and it says "Unknown command: debug on". Which UCI engine should I test this with?