Don't forget to quit engine when GUI dies unexpectedly
[uci2wb.git] / UCI2WB.c
2014-10-29 H.G.MullerDon't forget to quit engine when GUI dies unexpectedly
2014-10-29 H.G.MullerMake UCI2WB resistent to SIGTERM in Linux
2014-10-28 H.G.MullerBump version to 2.0
2014-10-28 H.G.MullerWork-around for move during ponder
2014-10-28 H.G.MullerFix UCCI draw offers
2014-10-28 H.G.MullerSuppress isready for first ping
2014-10-28 H.G.MullerRemove possible deadlock
2014-10-28 H.G.MullerImplement UCCI draw offers
2014-10-28 H.G.MullerImplement the UCCI usemillisec option
2014-10-28 H.G.MullerImplement UCCI newgame option
2014-10-28 H.G.MullerImplement UCCI
2014-10-28 H.G.MullerPrint UCI keywords from variable, so they can be easily...
2014-10-27 H.G.MullerCompactify timing code by figuring out who is black...
2014-10-27 H.G.MullerPrint 'ponder' always immediately behind 'go'
2014-10-27 H.G.MullerAdd infrastructure for keeping track of board position
2014-10-27 H.G.MullerCreate infrastructure for accounting time in other...
2014-10-27 H.G.MullerFix extracting side-to-move from setboard command
2012-12-20 H.G. MullerConnect WB cores command to UCI option Threads
2012-12-16 H.G. MullerImplement Ponder option
2012-12-12 H.G. MullerAllow faking of options the engine fails to announce
2012-12-09 H.G. MullerFix pause in ponder-off games
2012-12-05 H.G. MullerFix ponder start
2012-12-05 H.G. MullerRespond immediately to ponder on/off commands
2012-12-04 H.G. MullerImplement pause / resume commands
2012-05-09 H.G. MullerFix bug in converting Shogi moves
2012-04-19 H.G. MullerBump version number to 1.9
2012-04-19 H.G. MullerRemove S-Chess gating-move translation
2012-04-19 H.G. MullerWarn user when all moves have been collected
2012-04-19 H.G. MullerImplement WB exclude feature
2012-04-19 H.G. MullerBump version number to 1.8
2012-04-17 H.G. MullerWait for uciok before handling GUI input
2012-04-17 H.G. MullerMake translation of FEN with holdings also handle S...
2012-04-17 H.G. MullerPut move translation in separate routines
2012-04-17 H.G. MullerTranslate S-Chess gating moves
2012-04-17 H.G. MullerMake supported variants run-time configurable
2012-04-17 H.G. MullerUse 30msec margin in st->movetime translation
2012-02-13 H.G. MullerAlways pass info string with timing info
2012-02-12 H.G. MullerFix some spurious output
2012-01-14 H.G. MullerBump version number to 1.6
2012-01-14 H.G. MullerFix engine names with spaces
2012-01-14 H.G. MullerMake debug output optional
2012-01-14 H.G. MullerEliminate polling in Windows
2012-01-14 H.G. MullerImplement ping
2012-01-14 H.G. MullerEliminate polling in Linux
2010-10-14 H.G. MullerPort UCI2WB to Linux
2010-10-14 H.G. MullerCheck in UCI2WB source