This ticket reflects the following GitHub issue in the downstream fuego-on-ios project: https://github.com/herzbube/fuego-on-ios/issues/32 The solution that was implemented in the downstream project can be found in this commit: https://github.com/herzbube/fuego-on-ios/commit/85783457ccd13ec1e23198f4018b6f1be5f4c312
Implementation of the "time_settings" GTP command does not always set MovesLeft correctly
This ticket reflects the following GitHub issue in the downstream fuego-on-ios project: https://github.com/herzbube/fuego-on-ios/issues/31 The solution that was implemented in the downstream project can be found in this commit: https://github.com/herzbube/fuego-on-ios/commit/fd77c5889d0fa8052a9efc24eacd5a32ac1c4c0e
Implementation of the "time_left" GTP command does not properly update the clock
This ticket reflects the following GitHub issue in the downstream fuego-on-ios project: https://github.com/herzbube/fuego-on-ios/issues/30 The solution that was implemented in the downstream project can be found in this commit: https://github.com/herzbube/fuego-on-ios/commit/737a62f20e42e630c429b36916b47f686615e015
Fuego's clock cannot be fully stopped once it has been started
The solution for this particular error is to change normalizedFile.normalize(); to normalizedFile = normalizedFile.lexically_normal(); In the meantime, since this bug has been created, Boost 1.89.0 has been released, and with that version there is one more issue that needs fixing in the Fuego source code, in FuegoMain.cpp. The changes can be viewed in this commit: https://github.com/herzbube/fuego-on-ios/commit/928377e750c531f3d8df1110027ac67347c88366 To make Boost 1.89.0 compile, one probably needs...
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator