2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Greatly reduces GC activity (allocating and deallocating of objects) More... almost 18 years ago
A less fancy, but hopefully equally effective rollback More... almost 18 years ago
Oops, my rollback hit the wrong directory :( More... almost 18 years ago
Rollback of tango changes in main branch More... almost 18 years ago
Partial port of HouseBot to Tango. The following files compile cleanly already:
Urban Hafner
as urbanhafner
More... almost 18 years ago
Changed code for clarity (hopefully) More... almost 18 years ago
Two bug fixes: More... almost 18 years ago
Eliminated all calls to msleep, usleep, nanosleep, etc... More... almost 18 years ago
Make the static array const, too.
Urban Hafner
as urbanhafner
More... almost 18 years ago
Fixed the mersenne twister to use ulong instead of uint.
Urban Hafner
as urbanhafner
More... almost 18 years ago
Now does 100 random plays from a set starting position. More... almost 18 years ago
Adaption of the original mersenne twister C code to compile in D (and wrapping in a simple class).
Urban Hafner
as urbanhafner
More... almost 18 years ago
A step closer to true MC playout... More... almost 18 years ago
Force execution of the hb_version.d make rule.
Urban Hafner
as urbanhafner
More... almost 18 years ago
A lot of GTP related updates: More... about 18 years ago
Two issues fixed. More... about 18 years ago
insert method was missing but required by the controllingThreadInterfaceLight interface.
Urban Hafner
as urbanhafner
More... about 18 years ago
A work in progress commit of getting housebot to actually play a game. More... about 18 years ago
Made two changes with respect to version string... More... about 18 years ago
Updated makefile to remove autogenerated hb_version.d on distclean.
Urban Hafner
as urbanhafner
More... about 18 years ago
GTP version command. Resurrected the compute_version.sh shell script to compute the current SVN revision.
Urban Hafner
as urbanhafner
More... about 18 years ago
Added sequence diagram for the ipc design More... about 18 years ago
Used standard targets of clean and distclean. Also set to remove emacs temporary files More... about 18 years ago
Removed housebot_cov.d because it was just needed as a target for the code coverage build. Now that we use a Makefile to generate the code coverage reports it suffices to supply some additional build options to dsss.
Urban Hafner
as urbanhafner
More... about 18 years ago
Use the makefile to generate executables (just make for housebot itself) and code coverage reports.
Urban Hafner
as urbanhafner
More... about 18 years ago
Shell script to generate code coverage using gdc and gcov.
Urban Hafner
as urbanhafner
More... about 18 years ago
Added unit tests to verify goban functionality More... about 18 years ago
A work in progress for doing chain and liberty tracking... More... about 18 years ago
Fixed foreach functionality and associated unit test More... about 18 years ago
Inheritted some functionality/unit tests from original port of go_board.cpp to d. More... about 18 years ago