Some cleanup of hb/test.d |
|
More...
|
about 15 years ago
|
Upgrade to dmd 2.038. Bugilla 3660 not fixed yet, so not all targets will compile. |
|
More...
|
over 15 years ago
|
Not all targets compile: Big step toward full use of shared, but hit a compiler bug late in the conversion process. I'll push to get it fixed quickly and if it doesn't at least make it into the dmd svn, I'll rever the changes. I recommend not getting this change from housebot's svn until a viable compiler is available. |
|
More...
|
over 15 years ago
|
Add havannah bot to main target list |
|
More...
|
over 15 years ago
|
Calculate groups of empty stones, too. |
|
More...
|
over 15 years ago
|
Compile havannah by default but don't run the tests |
|
More...
|
over 15 years ago
|
Const declarations to make the havannah bot compile again |
|
More...
|
over 15 years ago
|
Detect game over by connecting three edges |
|
More...
|
over 15 years ago
|
Another step closer to a shared-correct implementation. The critical members of (shared) search nodes are marked as either immutable or shared and all resulting bugs have been fixed. The next step is to remove old hacks that converted shared search nodes to non-shared search nodes. |
|
More...
|
over 15 years ago
|
Tweaked makefiles. Fuego builds again, and the normal builds will be faster (for a price). |
|
More...
|
over 15 years ago
|
Cleanup of my svn status command, including commit of what I thought was a benign change, but was actually required. Also added gitlog file that also stopped Urban from building. |
|
More...
|
over 15 years ago
|
Added directory for pachi |
|
More...
|
over 15 years ago
|
Stopped casting away shared for message passing (seems to work with dmd 2.037) |
|
More...
|
over 15 years ago
|
Attempt to switch which branch of Fuego is used |
|
More...
|
over 15 years ago
|
Proper RAVE with libego |
|
More...
|
over 15 years ago
|
The sad result of tracking down a race/segfault... No true solution. |
|
More...
|
over 15 years ago
|
Fix crash with libego - Still must figure out why RAVE isn't working |
|
More...
|
over 15 years ago
|
Further progress with libego. It now segfaults, so I added a debug build. Sadly, the debug build is either hanging or is super slow. I'll try to figure out next time. |
|
More...
|
over 15 years ago
|
90% update to the latest libego. Doesn't work yet :( |
|
More...
|
over 15 years ago
|
Somehow, deleting this was missed in the last commit |
|
More...
|
over 15 years ago
|
Making room for the latest libego |
|
More...
|
over 15 years ago
|
Proper handling of pass and resign |
|
More...
|
over 15 years ago
|
Fuego is mostly functional (does bad things instead of resigning) |
|
More...
|
over 15 years ago
|
Recognize win by connecting two corners |
|
More...
|
over 15 years ago
|
Delegate checking for game over to 3 separate methods |
|
More...
|
over 15 years ago
|
Ensure that moves can't be played when the game is over |
|
More...
|
over 15 years ago
|
Keep the count of groups after calculating them |
|
More...
|
over 15 years ago
|
Test for winning by surrounding your own stone |
|
More...
|
over 15 years ago
|
Compute groups after each move |
|
More...
|
over 15 years ago
|
Neighbor, edge, and corner proporties |
|
More...
|
over 15 years ago
|