Restored dmd compatibility |
|
More...
|
almost 18 years ago
|
Attempt at Mac compatibility |
|
More...
|
almost 18 years ago
|
Added debug(benchmark). A better benchmarking utility (that works across platforms) should be created |
|
More...
|
almost 18 years ago
|
version(Windows), not version(windows) |
|
More...
|
almost 18 years ago
|
Added basic time control (mostly just copied code from housebot 0.5) |
|
More...
|
almost 18 years ago
|
Added 1ply UCT and an option to switch between pure MC and UCT (but both only at 1 ply) |
|
More...
|
almost 18 years ago
|
Code cleanup in prep for adding UCT |
|
More...
|
almost 18 years ago
|
Fixed errors in random play |
|
More...
|
almost 18 years ago
|
When debug=2, sleep.d didn't compile on some platforms |
|
More...
|
almost 18 years ago
|
Eliminated race conditions between starting point followed by play commands. Now that I think about it, the reverse could still happen |
|
More...
|
almost 18 years ago
|
Added support for pass and resign in gtp command 'play' |
|
More...
|
almost 18 years ago
|
Extra command line parameters to allow different levels of thinking. |
|
More...
|
almost 18 years ago
|
Removed executable flags. |
|
More...
|
almost 18 years ago
|
Improper error response - Not enough new lines |
|
More...
|
almost 18 years ago
|
The horrors of sleeping properly continue... |
|
More...
|
almost 18 years ago
|
It's strange that this wasn't picked up on the other computer - Changed type of pollPeriod from int to double |
|
More...
|
almost 18 years ago
|
Mostly just small fixes and changes. |
|
More...
|
almost 18 years ago
|
Added basic command line arguments. Should probably replace with program options in doost |
|
More...
|
almost 18 years ago
|
Attempted fix of bug 1742884 (sleep.d does not compile). For some reason dmd accepted the previously very poor code |
|
More...
|
almost 18 years ago
|
Biggest thing: Ordered chaos - Can now reliably repeat exactly the same game (good for debugging) |
|
More...
|
almost 18 years ago
|
A candidate new way for handling requirements. |
|
More...
|
almost 18 years ago
|
Fixed crashes in endgame. Added resign support. |
|
More...
|
almost 18 years ago
|
Missing import prevented compiling with debug flag. |
|
More...
|
almost 18 years ago
|
Various clean up... Sleep timing and one-line delegates |
|
More...
|
almost 18 years ago
|
Small things... |
|
More...
|
almost 18 years ago
|
HouseBot 0.6 can now play most of a game in GTP... |
|
More...
|
almost 18 years ago
|
Added first-order ko support |
|
More...
|
almost 18 years ago
|
Now plays a random game until the end (not a fixed length game) and scores it. |
|
More...
|
almost 18 years ago
|
Further avoidance of GC usage. |
|
More...
|
almost 18 years ago
|
The last commit helped issues a lot on my 64 bit machine. |
|
More...
|
almost 18 years ago
|