2
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some cleanup of hb/test.d More... almost 14 years ago
Upgrade to dmd 2.038. Bugilla 3660 not fixed yet, so not all targets will compile. More... over 14 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 14 years ago
Add havannah bot to main target list
Urban Hafner
as urbanhafner
More... over 14 years ago
Calculate groups of empty stones, too.
Urban Hafner
as urbanhafner
More... over 14 years ago
Compile havannah by default but don't run the tests
Urban Hafner
as urbanhafner
More... over 14 years ago
Const declarations to make the havannah bot compile again
Urban Hafner
as urbanhafner
More... over 14 years ago
Detect game over by connecting three edges
Urban Hafner
as urbanhafner
More... over 14 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 14 years ago
Tweaked makefiles. Fuego builds again, and the normal builds will be faster (for a price). More... over 14 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 14 years ago
Added directory for pachi More... over 14 years ago
Stopped casting away shared for message passing (seems to work with dmd 2.037) More... over 14 years ago
Attempt to switch which branch of Fuego is used More... over 14 years ago
Proper RAVE with libego More... over 14 years ago
The sad result of tracking down a race/segfault... No true solution. More... over 14 years ago
Fix crash with libego - Still must figure out why RAVE isn't working More... over 14 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 14 years ago
90% update to the latest libego. Doesn't work yet :( More... over 14 years ago
Somehow, deleting this was missed in the last commit More... over 14 years ago
Making room for the latest libego More... over 14 years ago
Proper handling of pass and resign More... over 14 years ago
Fuego is mostly functional (does bad things instead of resigning) More... over 14 years ago
Recognize win by connecting two corners
Urban Hafner
as urbanhafner
More... over 14 years ago
Delegate checking for game over to 3 separate methods
Urban Hafner
as urbanhafner
More... over 14 years ago
Ensure that moves can't be played when the game is over
Urban Hafner
as urbanhafner
More... over 14 years ago
Keep the count of groups after calculating them
Urban Hafner
as urbanhafner
More... over 14 years ago
Test for winning by surrounding your own stone
Urban Hafner
as urbanhafner
More... over 14 years ago
Compute groups after each move
Urban Hafner
as urbanhafner
More... over 14 years ago
Neighbor, edge, and corner proporties
Urban Hafner
as urbanhafner
More... over 14 years ago