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...
Build failure with Boost 1.85.0
fix pthread link issues
formatting
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function IsRectEmpty() is passing a temporary SgRect object to iterator
I agree and have fixed it
fix Ticket #107
fix Ticket #106
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function IsRectEmpty() is passing a temporary SgRect object to iterator
16c
fix comment
fix broken SpRandomPlayer
allow simple player to have random generator on...
improve initialization of random seed
Rename classes from GoUct to Go after move to t...
Add minimal documentation
remove misleading GOUCT prefix for constants in...
rename KnowledgeType to GoKnowledgeType, GoUctK...
cleanup unused includes; move KnowledgeType and...
add selfatari and recapture test cases
update cgos server to yss-aya.com
update m4 macros to current version on git://gi...
avoid unknown pragma warnings for non-clang com...
Write unit tests for SgWrite and cleanup
suppress clang warnings in boost/thread
add wrapper for autounittest to avoid clang war...
update information; add list of fuego programs;...
remove unused #include file
Utility function for path to data directory
Typo in #include in go/GoInfluence.cpp
Fixed as of -r2014
Fix typo - see ticket #105
Typo in #include in go/GoInfluence.cpp
Initial Staging Issues on Ubuntu
add unit tests for GoInfluence
Remove SgRandom::Global() global variable - its...
Update to removal of SgRandom::Global; be more ...
Update to changes in SgHash.h
Remove dependencies on SgRandom::Global
Default-initialize hashcode instead of calling ...
Remove dependence on SgRandom::Global for force...
Remove Shuffle functionality that depends on Sg...
Remove reference to SgRandom::Global
Remove randomization of best move via SgRandom:...
Utility function for distance to stones and GTP...
Simplify setup; change test of board size from ...
Fix error in documentation
Update year in startup message to 2015
Update year in license to 2015
order files in Makefile.am alphabetically
Avoid warning about signed-unsigned comparison
add documentation for GoChain::FreeChainConditions
fix an issue with statically proven wins withou...
avoid clang warnings about shadowed variables
add new regression tests to Makefile.am
playout policy test cases
One other solution would be to have some wrapper header files, e.g.: boostwrapper/format.hpp...
One other solution would be to have some wrapper header files, e.g.: boostwrapper/format.hpp...
Updated patch
Compile warnings from boost headers with clang and boost 1.58.0
fix warnings with clang and boost 1.58
Patch applied in -r1990. Please test - I have no windows build environment
fix ticket #99, second attempt
Replace min preprocessor macro by std::min() function
Sorry, I have to reopen this ticket. As it turns out, the initial patch fixes the...
bump up minimum boost version to 1.50.0
utility method SgUctMoveInfo::Add
utility function SgUctValueUtil::InverseValue
Replace min preprocessor macro by std::min() function
Patch applied in -r1986. Please test - I have no windows build environment.
apply patch from ticket #99
fix typo
remove support for boost filesystem v2
write value of SG_PASS in GoEvalArray
Fixed in [r1982]. The code to extract the board size from an SgNode has been refactored...
Segfault when loadsgf loads an .sgf file with board size > SG_MAX_SIZE
Fixed in r1982. The code to extract the board size from an SgNode has been refactored...
loadsgf GTP command now gracefully handles inva...
Segfault when loadsgf loads an .sgf file with board size > SG_MAX_SIZE
A bit of research shows that the __MINGW32__ block in SgSystem.h, including the WIN32...
Review whether it is correct to define WIN32 macro for MinGW builds
I just noticed that the line #if defined(__GNUC__) && ! defined(__clang__) was changed...
Disable SgProcess for MinGW builds
Replace min preprocessor macro by std::min() function
update instructions for building Fuego with MinGW
Avoid clang compiler warnings
fix clang warnings
Fix assertion in safety solver when interior bl...
I did a preliminary investigation. A ladder cache would have surprisingly little...
Improve efficiency of ladder reading in Features module
Fix 32-bit shift compiler warning in VC++ 64-bit build