2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial steps for re-enabling super ko support and/or set up for adding transposition tables. More... over 18 years ago
Read name of the config file from the command line and exit if the file can't be read.
Urban Hafner
as urbanhafner
More... over 18 years ago
* trivial syntax change so that the MSVC compiler does not complain. More... over 18 years ago
Fixed life_status ONE_EYE.
Urban Hafner
as urbanhafner
More... over 18 years ago
Fixed bug that resulted in regions not being updated after a capture.
Urban Hafner
as urbanhafner
More... over 18 years ago
Minor change to remove compiler warnings (no newline at end of file) More... over 18 years ago
* Added support for detecting life under alternating play as specified in Section 4.3 of Mueller: "Playing it Safe: Recognizing Secure Territories in Computer Go by Using Static Rules and Search".
Urban Hafner
as urbanhafner
More... over 18 years ago
Removed SmartString:: in function definitions (already inside SmartString class definition) More... over 18 years ago
Changed next_move() to handle the place_stone calls as in the other test classes.
Urban Hafner
as urbanhafner
More... over 18 years ago
Tests for static_ld that have to pass once the static recognition of life under alternating play (as in the Mueller paper) has been implemented.
Urban Hafner
as urbanhafner
More... over 18 years ago
Combine the enum values ONE_REAL_EYE and ONE_FALSE_EYE into ONE_EYE.
Urban Hafner
as urbanhafner
More... over 18 years ago
Renamed brain::benson to brain::static_ld.
Urban Hafner
as urbanhafner
More... over 18 years ago
Added debug messages.
Urban Hafner
as urbanhafner
More... over 18 years ago
Added another test.
Urban Hafner
as urbanhafner
More... over 18 years ago
Fixed bug in a test that made it fail even though the code tested was actually correct.
Urban Hafner
as urbanhafner
More... over 18 years ago
Wrong assignment of life_status DEAD (fixes one Benson bug).
Urban Hafner
as urbanhafner
More... over 18 years ago
Converted the Benson brain to use the Regions brain (though no bugs fixed yet).
Urban Hafner
as urbanhafner
More... over 18 years ago
* fix - missed a line in the last commit. More... over 18 years ago
* comment out all the unused code after the return statement. Otherwise, Microsoft's linker get confused and crashes during the build. More... over 18 years ago
Test to ensure that splitting regions works.
Urban Hafner
as urbanhafner
More... over 18 years ago
* Create Regions brain and tests for it.
Urban Hafner
as urbanhafner
More... over 18 years ago
Fixed "make run".
Urban Hafner
as urbanhafner
More... over 18 years ago
Delete old unused Makefile.
Urban Hafner
as urbanhafner
More... over 18 years ago
Added basic support for Boost Build v2 (bjam --v2) More... over 18 years ago
Added a gcc-specific speedup. You'll have to change the #if 0 to test it. This change helped, but not nearly enough. More... over 18 years ago
Support for boost build (bjam) version 1. More... over 18 years ago
Move the assignment of a brains call_id out of the individual brains and into the register_brains() function.
Urban Hafner
as urbanhafner
More... over 18 years ago
Two unit tests for newly found benson bugs.
Urban Hafner
as urbanhafner
More... over 18 years ago
Alternate version of the Logo in correct size for KGS.
Urban Hafner
as urbanhafner
More... over 18 years ago
Fixed Benson bug covered by benson_test::test_two_living_groups_sharing_third.
Urban Hafner
as urbanhafner
More... over 18 years ago