]> git.sesse.net Git - stockfish/commitdiff
Update authors
authorMarco Costalba <mcostalba@gmail.com>
Thu, 22 Oct 2015 04:57:06 +0000 (06:57 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 22 Oct 2015 05:03:03 +0000 (07:03 +0200)
Fishtest is a key factor of SF success.

Thanks to Fishtest we have not only greately
improved ELO but, even more important, we
have enabled a kind of joint development and
testing that it is the herat of on open
source project like SF.

Open sourcing is not just about open code, it is
about commuity development. In case of a chess engine
this has never been possible before due to missing
a strong and strict testing environment that allows
many people to contribute in a safe and coordinate way.

Fishtest is a new way of developing chess engines,
something that has never exsisted before.

No functional change.

src/misc.cpp

index c75f2ecf421f952dd1c13d25cea5228321b52ddc..04c3c939f76d98229db4c570e089f92375657d31 100644 (file)
@@ -113,7 +113,7 @@ const string engine_info(bool to_uci) {
   ss << (Is64Bit ? " 64" : "")
      << (HasPext ? " BMI2" : (HasPopCnt ? " POPCNT" : ""))
      << (to_uci  ? "\nid author ": " by ")
   ss << (Is64Bit ? " 64" : "")
      << (HasPext ? " BMI2" : (HasPopCnt ? " POPCNT" : ""))
      << (to_uci  ? "\nid author ": " by ")
-     << "Tord Romstad, Marco Costalba and Joona Kiiski";
+     << "T. Romstad, M. Costalba, J. Kiiski, G. Linscott";
 
   return ss.str();
 }
 
   return ss.str();
 }