Booot 6.3.1 release

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

booot
Posts: 82
Joined: Sun Jul 03, 2016 10:29 pm

Booot 6.3.1 release

Post by booot »

Good day all!

Here is version with fixed time management. I have changed also some connected search routines. I do not expect big differences in strength , but actually speaking , this version could give different scores , compared with 6.3

https://www.dropbox.com/s/7ha9ppc52j7wo ... e.rar?dl=0

Alex Morozov.
Kohflote
Posts: 219
Joined: Wed Sep 19, 2007 11:07 am
Location: Singapore

Re: Booot 6.3.1 release

Post by Kohflote »

Thank you, Alex!

Best regards,
Koh, Kah Huat
User avatar
Roland Chastain
Posts: 640
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Booot 6.3.1 release

Post by Roland Chastain »

Hello Alex! Thank you for that new release.

I believe I found a little bug. When the GUI sends the "ucinewgame" message, Booot answers as for the "uci" message.

Code: Select all

Booot 6.3.1_x32
uci
id name Booot 6.3.1_x32
id author Alex Morozov (***)
option name Hash type spin default 128 min 16 max 65536
option name Ponder type check default false
option name Threads type spin default 1 min 1 max 64
uciok
ucinewgame
id name Booot 6.3.1_x32
id author Alex Morozov (***)
option name Hash type spin default 128 min 16 max 65536
option name Ponder type check default false
option name Threads type spin default 1 min 1 max 64
uciok
Best regards.

Roland
Qui trop embrasse mal étreint.
User avatar
Roland Chastain
Posts: 640
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Booot 6.3.1 release

Post by Roland Chastain »

This line would need to be changed:

Code: Select all

// uUCI.pas line 252
  if pos('uci',s) = 1  then
Or you could simply look for "ucinewgame" before looking for "uci". :wink:

Best regards.

Roland
Qui trop embrasse mal étreint.
hagtorp
Posts: 48
Joined: Sat Nov 04, 2017 6:32 pm
Location: Kazakhstan

Re: Booot 6.3.1 release

Post by hagtorp »

When will the Linux source be? I would like to port the Booot to the android.
I would have redid them myself, but alas, I do not speak Pascal.