Add variants Cashew and Macadamia Shogi
[hachu.git] / hachu.c
2013-10-21 H.G. MullerImplement killers
2013-10-21 H.G. MullerImplement hash table
2013-10-21 H.G. MullerFix buf in position setup without Elephant/Prince
2013-10-21 H.G. MullerImplement Makruk
2013-10-21 H.G. MullerFix setboard command
2013-10-21 H.G. MullerMake repetitions in Chess and Shatranj draws
2013-10-21 H.G. MullerGive King neutral PST
2013-10-21 H.G. MullerFix Shatranj
2013-10-21 H.G. MullerFix crash in double-push, and make it subject to chessFlag
2013-10-21 H.G. MullerImplement Shatranj
2013-01-19 H.G. MullerVersion 0.4beta
2013-01-19 H.G. MullerAdd debug printf in ParseMove
2013-01-19 H.G. MullerMake debug output less verbose
2013-01-19 H.G. MullerFix crash after using setboard (and undo?)
2013-01-18 H.G. MullerImplement sd command
2013-01-18 H.G. MullerImplement setboard command
2013-01-18 H.G. MullerImprove time management
2013-01-18 H.G. MullerGive reason when Lion captures are rejected as illegal
2013-01-18 H.G. MullerPrint static eval with thinking output
2013-01-18 H.G. MullerFix eval sign bug in (not-yet-used) null move
2013-01-18 H.G. MullerTake somewhat more spacing for move sorting
2013-01-18 H.G. MullerFix bug in move sorting
2013-01-18 H.G. MullerFix bug in PST initialization
2013-01-18 H.G. MullerFix move bug for oce and for all
2013-01-18 H.G. MullerClaim win against illegal move if opponent is computer
2013-01-18 H.G. MullerGive reason with Illegal move message in case of repeat
2013-01-18 H.G. MullerImprove potential debug print
2013-01-18 H.G. MullerMake sure King-capture move is printed
2013-01-18 H.G. MullerFix bug in Phoenix captures
2013-01-18 H.G. MullerAdd Tenjiku and other variants
2012-07-12 H.G. MullerAdd Chess pieces
2012-07-12 H.G. MullerSome work on incremental attack-map update
2012-07-12 H.G. MullerAdd mobility eval
2012-07-12 H.G. MullerBeter tuning of time control
2012-07-12 H.G. MullerDelete some disabled code
2012-07-12 H.G. MullerImplement Dai Shogi
2012-07-06 H.G. MullerVersion number 0.0
2012-07-06 H.G. MullerSome work on incremental update of attack map
2012-07-06 H.G. MullerRecognize 'result' command in WB driver
2012-07-06 H.G. MullerImplement printing of WB thinking output
2012-07-06 H.G. MullerAdd null move
2012-07-06 H.G. MullerImplement repetition detection
2012-07-06 H.G. MullerGive pieces of same type same Zobrist key
2012-07-06 H.G. MullerKeep track of PV
2012-07-06 H.G. MullerPass difEval on to root search
2012-07-06 H.G. MullerAdd some debug prints
2012-07-06 H.G. MullerSave hash key in UndoInfo
2012-07-06 H.G. MullerFix alpha bug, promotion bug, highlighting and move...
2012-07-06 H.G. MullerAdd time control
2012-07-05 H.G. MullerFix signals for Linux, input-buffer overrun
2012-07-03 H.G. MullerMore developed version for WinBoard Alien Edition
2012-07-03 H.G. MullerInitial commit of Linux code