Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Validation support for specifying GTP commands for each binary (2) #1652

Merged
merged 8 commits into from
Aug 20, 2018

Commits on Jul 24, 2018

  1. Added Validation support for specifying time_settings

    Also gitignore some local files and outputs
    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c374f87 View commit details
    Browse the repository at this point in the history
  2. Tidy up changes to gitignore

    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    51dcf44 View commit details
    Browse the repository at this point in the history
  3. Changed Validation and Game to support multiple GTP commands at start…

    … up but left the Validations options untouched.
    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    68a4b70 View commit details
    Browse the repository at this point in the history
  4. Separated engine options (as positional arguments) from match options…

    …. Replaced time settings option with ability to specify any GTP commands.
    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    9de8184 View commit details
    Browse the repository at this point in the history
  5. Reverted previous changes and added --gtp-command options using the e…

    …xisting option parser. Also changed default binary options from -p 1600 to -v 3200.
    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    62f8b8c View commit details
    Browse the repository at this point in the history
  6. Changes to use Engine Objects

    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    8f5265e View commit details
    Browse the repository at this point in the history
  7. Exits on failed GTP command

    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e682b96 View commit details
    Browse the repository at this point in the history
  8. Removed use of QCommandLineParser::setOptionsAfterPositionalArguments…

    …Mode() (added in Qt 5.6). Instead, each binary argument has to be preceded by "--".
    
    Added printing of GTP commands in gameStart() so users can see what commands are actually sent to each engine.
    Andy Hersee committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e56fafa View commit details
    Browse the repository at this point in the history