projects
/
uci2wb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix hanging when playing with book
[uci2wb.git]
/
UCI2WB.c
2022-07-17
H.G.Muller
Fix hanging when playing with book
master
blob
|
commitdiff
|
raw
|
diff to current
2021-01-25
H.G.Muller
Use 'isready' after 'ucinewgame'
blob
|
commitdiff
|
raw
2021-01-25
H.G.Muller
Limit Hash setting to engine's maximum
blob
|
commitdiff
|
raw
|
diff to current
2020-07-15
H.G.Muller
Allow arbitrary board size in USI
blob
|
commitdiff
|
raw
|
diff to current
2020-07-14
H.G.Muller
Fix USI move conversion
blob
|
commitdiff
|
raw
|
diff to current
2020-04-20
H.G.Muller
Update "usage is" message
blob
|
commitdiff
|
raw
|
diff to current
2020-04-18
H.G.Muller
Send increment in UCCI also when it is 0
blob
|
commitdiff
|
raw
|
diff to current
2020-04-18
H.G.Muller
Fix handling of draw offers
blob
|
commitdiff
|
raw
|
diff to current
2020-04-18
H.G.Muller
Don't always use UCI Cyclone dialect in Xiangqi
blob
|
commitdiff
|
raw
|
diff to current
2019-06-18
H.G.Muller
Protect against overrun of input buffer
blob
|
commitdiff
|
raw
|
diff to current
2019-06-18
H.G.Muller
Add -kill option to specify kill delay
blob
|
commitdiff
|
raw
|
diff to current
2019-06-18
H.G.Muller
Kill engines that do not respond to 'quit' in time
blob
|
commitdiff
|
raw
|
diff to current
2019-06-18
H.G.Muller
Add option -nice to lower engine priority
blob
|
commitdiff
|
raw
|
diff to current
2019-06-12
H.G.Muller
Bump version to 4.1
blob
|
commitdiff
|
raw
|
diff to current
2019-06-12
H.G.Muller
Silence warnings
blob
|
commitdiff
|
raw
|
diff to current
2019-06-12
H.G.Muller
Only set UCI_Variant to 'chess' when that is in the...
blob
|
commitdiff
|
raw
|
diff to current
2019-06-12
H.G.Muller
Fix UCI_Variant command
blob
|
commitdiff
|
raw
|
diff to current
2019-06-02
H.G.Muller
Fix loading of opening line
blob
|
commitdiff
|
raw
|
diff to current
2018-12-21
H.G.Muller
Suppress 2nd isready handshake on spurious 'new'
blob
|
commitdiff
|
raw
|
diff to current
2018-12-21
H.G.Muller
Toggle stm in engine thread
blob
|
commitdiff
|
raw
|
diff to current
2018-12-21
H.G.Muller
Make sure 'quit' is sent to tardy engine
blob
|
commitdiff
|
raw
|
diff to current
2018-12-09
H.G.Muller
Let LaunchSearch() also start ponder search
v4.0
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Bump version to 4.0
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Fix periodic updates
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Print compliant error message on invalid command
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Exercise UCCI option 'newgame' also after 'isready...
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Do not queue ignored commands
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Debug recent changes
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Fix pondering with incremental TC
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Refrain from starting analysis search if all moves...
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Handle periodic updates with easy commands
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Change StopPonder() into more general StopSearch()
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Fix pause/resume
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Abandon backlogging of options
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Let engine thread parse difficult commands
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Move Engine2GUI to a more convenient place
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Launch searches at end of GUI loop
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Eliminate continues from GUI loop
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Put launching of searches in a separate routine
blob
|
commitdiff
|
raw
|
diff to current
2018-12-08
H.G.Muller
Let 'searching' also indicate thinking state
blob
|
commitdiff
|
raw
|
diff to current
2018-12-07
H.G.Muller
Combine function of 'searching' and 'pondering' flags
blob
|
commitdiff
|
raw
|
diff to current
2018-12-07
H.G.Muller
Pass command to DoCommand through global command queue
blob
|
commitdiff
|
raw
|
diff to current
2018-12-07
H.G.Muller
Parse 'difficult' commands in separate routine
blob
|
commitdiff
|
raw
|
diff to current
2018-12-07
H.G.Muller
Put handling of engine output in separate routine
blob
|
commitdiff
|
raw
|
diff to current
2018-12-06
H.G.Muller
Do all input through one ReadLine() routine
blob
|
commitdiff
|
raw
|
diff to current
2018-12-06
H.G.Muller
Implement option ' ponder always'
blob
|
commitdiff
|
raw
|
diff to current
2018-10-04
H.G.Muller
Implement extended UCI info string variant option
blob
|
commitdiff
|
raw
|
diff to current
2018-01-31
H.G.Muller
Support Scorpio bitbases
blob
|
commitdiff
|
raw
|
diff to current
2018-01-31
H.G.Muller
Add support for robbobases
blob
|
commitdiff
|
raw
|
diff to current
2017-10-27
H.G.Muller
Change UCI_Variant name from threecheck to 3check
blob
|
commitdiff
|
raw
|
diff to current
2017-02-01
H.G.Muller
Suppress setup command also in Suicide ad Losers
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
H.G.Muller
Bump version to 3.0
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
H.G.Muller
Disarm printing of 'uci' to the GUI in debug mode
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
H.G.Muller
Fix egtpath for Gaviota EGT
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
H.G.Muller
Suppress printing duplicat PVs (for multi-PV)
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
H.G.Muller
Diversify UCI string options into -string, -path and...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-31
H.G.Muller
Fix strcasestr for Windows
blob
|
commitdiff
|
raw
|
diff to current
2016-12-24
H.G.Muller
Print egt feature
blob
|
commitdiff
|
raw
|
diff to current
2016-12-24
H.G.Muller
Fix string options with empty default
blob
|
commitdiff
|
raw
|
diff to current
2016-12-24
H.G.Muller
Process CECP egtpath command
blob
|
commitdiff
|
raw
|
diff to current
2016-12-23
H.G.Muller
Fix -var option with UCI_Chess960
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
H.G.Muller
Make sure we resign when engine reports we are checkmated
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
H.G.Muller
Display error message when engine dies
blob
|
commitdiff
|
raw
|
diff to current
2016-12-03
H.G.Muller
Improve efficiency
blob
|
commitdiff
|
raw
|
diff to current
2016-12-01
H.G.Muller
Buffer 'setoption' commands until engine done thinking
blob
|
commitdiff
|
raw
|
diff to current
2016-12-01
H.G.Muller
Fix instant commands during think after ponder hit
blob
|
commitdiff
|
raw
|
diff to current
2016-12-01
H.G.Muller
Process all innocent commands immediately (fixes pause...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-30
H.G.Muller
Also treat 'result' command immediately
blob
|
commitdiff
|
raw
|
diff to current
2016-11-30
H.G.Muller
Implement UCI_AnalyseMode option
blob
|
commitdiff
|
raw
|
diff to current
2016-11-30
H.G.Muller
Treat EOF same as quit command
blob
|
commitdiff
|
raw
|
diff to current
2016-11-30
H.G.Muller
Treat 'quit', 'force' and '?' commands immediately
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
H.G.Muller
Print everything sent to engine in debug mode
v2.3
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
H.G.Muller
Simplify debug printing
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
H.G.Muller
Print newline after 'position moves' instead of before...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
H.G.Muller
Fix commands during analysis (MultiPV option!)
blob
|
commitdiff
|
raw
|
diff to current
2016-11-10
H.G.Muller
Suppress 'setup' command for some standard variants
blob
|
commitdiff
|
raw
|
diff to current
2016-11-08
H.G.Muller
Bump version to 2.3
blob
|
commitdiff
|
raw
|
diff to current
2016-11-08
H.G.Muller
Define strcasestr for Windows
blob
|
commitdiff
|
raw
|
diff to current
2016-11-08
H.G.Muller
Implement CECP 'setup' command
blob
|
commitdiff
|
raw
|
diff to current
2016-11-06
H.G.Muller
Implement CECP 'computer' command
blob
|
commitdiff
|
raw
|
diff to current
2016-11-06
H.G.Muller
Support UCI_Opponent option
blob
|
commitdiff
|
raw
|
diff to current
2016-11-05
H.G.Muller
Do not transform FEN when UCI_Variant option is supported
blob
|
commitdiff
|
raw
|
diff to current
2016-11-05
H.G.Muller
Implement UCI_Variant option
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Bump version to 2.2
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Subtract byoyomi from wtime and btime
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Send game result to USI engines
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Handle USI win claims
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Split byoyomi options over lines
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Bump version to 2.1
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Add option Byoyomi
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Add option 'Floating Byoyomi'
blob
|
commitdiff
|
raw
|
diff to current
2016-09-21
H.G.Muller
Make suffix an array
blob
|
commitdiff
|
raw
|
diff to current
2016-06-14
H.G.Muller
Supply time and node count for engines that do not...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-21
H.G.Muller
Join name and version when in separate 'id' commands
blob
|
commitdiff
|
raw
|
diff to current
2016-04-12
H.G.Muller
Set suspected non-standard Chess960 check options
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
H.G.Muller
Fix setting hash-table size in UCCI
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
H.G.Muller
Support Chess960
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
H.G.Muller
Fix blocking of input in ponder games
blob
|
commitdiff
|
raw
|
diff to current
2014-12-23
H.G.Muller
Send ucinewgame after isready/readyok handshake
blob
|
commitdiff
|
raw
|
diff to current
2014-12-23
H.G.Muller
Block processing of CECP commands during thinking
blob
|
commitdiff
|
raw
|
diff to current
next