Toga CMLX 1.4.5e released

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

Moderator: Ras

Teemu Pudas
Posts: 88
Joined: Wed Mar 25, 2009 12:49 pm

Toga CMLX 1.4.5e released

Post by Teemu Pudas »

Sources and 32-bit Windows executable here.

-Supports Arena and Shredder FRC.
-Linux support (using code from here).
-Some bugfixes after the version I mentioned earlier today in another thread.
Alexander Schmidt
Posts: 1237
Joined: Thu May 10, 2007 2:49 pm

Re: Toga CMLX 1.4.5e released

Post by Alexander Schmidt »

Teemu Pudas wrote:Sources and 32-bit Windows executable here.

-Supports Arena and Shredder FRC.
-Linux support (using code from here).
-Some bugfixes after the version I mentioned earlier today in another thread.
Thank you! I had some crashes as UCI under Arena. There seems to be something broken. But it's not very important, it works well with Polyglot under Arena, and first games make me think it is the best freeware Chess960 Engine. A real monster :!:
Teemu Pudas
Posts: 88
Joined: Wed Mar 25, 2009 12:49 pm

Re: Toga CMLX 1.4.5e released

Post by Teemu Pudas »

Thanks. Arena-specific bug found:

Code: Select all

to = FLIP((string[3] == '-' ? F1 : G1),board->turn);
:facepalm: