Commit Graph

990 Commits

Author SHA1 Message Date
Peter Osterlund
6b7c844df0 DroidFish: Added support for Gaviota endgame tablebases. 2012-01-20 19:14:25 +00:00
Peter Osterlund
e6f63f59e9 DroidFish: Avoid null pointer exception if engine reports that it is currently searching an invalid move. 2012-01-20 19:12:04 +00:00
Peter Osterlund
f74bf81fd4 CuckooChess: Fixed compiler warning. 2012-01-19 18:20:46 +00:00
Peter Osterlund
600b306195 DroidFish: Fixed broken handling of UCI "searchmoves" in the cuckoochess engine. 2012-01-17 23:35:51 +00:00
Peter Osterlund
7a762d1ff0 CuckooChess: Fixed broken handling of UCI "searchmoves". 2012-01-17 23:34:41 +00:00
Peter Osterlund
e4b468d88d DroidFish: Rewrote the cuckoochess communication so that internet permission is no longer needed. 2012-01-15 11:39:23 +00:00
Peter Osterlund
bd9a0c4928 DroidFish: Changed version to 1.39. 2012-01-15 07:44:34 +00:00
Peter Osterlund
2a189d54ca DroidFish: Clarified that UCI engines must be compiled for Android. 2012-01-15 01:49:53 +00:00
Peter Osterlund
97ff270ee5 DroidFish: Use a prebuilt stockfish engine for Android 1.5, because the version built by the NDK fails to start. 2012-01-15 01:43:08 +00:00
Peter Osterlund
ca1482a80a DroidFish: Updated stockfish to version 2.2.2. 2012-01-15 01:13:33 +00:00
Peter Osterlund
ff40f9adc2 DroidFish: Restored space between engine name and engine strength in the title bar. 2012-01-15 00:52:11 +00:00
Peter Osterlund
43224e4ee7 DroidFish: Start the new engine immediately after it has been selected, even if it is not needed right away. This is less confusing in situations where there is some problem with the engine. 2012-01-08 17:28:10 +00:00
Peter Osterlund
ec8993ba8f DroidFish: Terminate the stderr-reading thread if the external engine crashes. 2012-01-08 17:25:28 +00:00
Peter Osterlund
0d43a3bd7c DroidFish: Fixed non-ascii spaces in values-es/strings.xml 2012-01-08 16:59:50 +00:00
Peter Osterlund
840acd84f9 DroidFish: Fixed non-ascii spaces in values-es/strings.xml 2012-01-08 16:57:56 +00:00
Peter Osterlund
01b97f6590 DroidFish: Updated Spanish translation, from Amador Cuesta. 2012-01-08 16:26:52 +00:00
Peter Osterlund
0c1fe0fc55 DroidFish: Updated German translation, from Uwe Walschus. 2012-01-08 15:26:20 +00:00
Peter Osterlund
19684dad4f DroidFish: Removed no longer needed instructions to create directories on the SD card from the German and Spanish translations. 2012-01-08 11:16:29 +00:00
Peter Osterlund
006e66397e DroidFish: Display an error message when loading an engine that doesn't support the UCI protocol. 2012-01-08 02:39:31 +00:00
Peter Osterlund
f544cfdec3 DroidFish: Updated German translation, from Uwe Walschus. 2012-01-08 01:57:25 +00:00
Peter Osterlund
8f6719db59 DroidFish: Improved the about dialog help text. 2012-01-08 01:53:14 +00:00
Peter Osterlund
40bb41bbca DroidFish: Fixed bug when exporting time information to PGN data. 2012-01-08 01:18:07 +00:00
Peter Osterlund
298d0478de DroidFish: Created method EngineState.setState() to simplify state machine debugging. 2012-01-08 00:32:18 +00:00
Peter Osterlund
b97830c29a DroidFish: Display an error message if an engine is terminated prematurely. 2012-01-07 23:29:51 +00:00
Peter Osterlund
ae985c5ed5 CuckooChess: Made strength setting between 0% and 10% even weaker. 0% now plays random legal moves, and 10% corresponds to the old 0% setting. 2012-01-07 22:06:57 +00:00
Peter Osterlund
6b04258f95 DroidFish: Don't send UCI options that an engine doesn't understand. 2012-01-07 10:33:20 +00:00
Peter Osterlund
ac10ab3017 DroidFish: Fixed bug in engine title display. 2012-01-07 08:46:15 +00:00
Peter Osterlund
42a71b0ec5 DroidFish: Clarified that not all engine options work for all engines. Display the current engine in the program title bar. 2012-01-07 08:19:14 +00:00
Peter Osterlund
441b6bc59a DroidFish: Disabled the internal stockfish engine on Android 1.5, because it doesn't work there. 2012-01-07 02:54:50 +00:00
Peter Osterlund
6c85f9e0c1 DroidFish: Updated stockfish engine to version 2.2.1. 2012-01-07 02:07:28 +00:00
Peter Osterlund
bd14dedd1d DroidFish: Show engine error even if no detailed error string exists. 2012-01-07 01:40:48 +00:00
Peter Osterlund
f108540e8f DroidFish: Avoid run-time warning. 2012-01-06 22:53:01 +00:00
Peter Osterlund
e2a3215e20 DroidFish: Made sure the stockfish executable gets installed if it has been modified. 2012-01-06 21:03:50 +00:00
Peter Osterlund
f3c99a56f4 DroidFish: Fix for Android 1.5. 2012-01-06 19:31:34 +00:00
Peter Osterlund
99717796fe DroidFish: Updated Spanish translation. 2012-01-05 20:41:18 +00:00
Peter Osterlund
a4bcae2a87 DroidFish: Updated German translation, from Uwe Walschus. 2012-01-05 19:58:55 +00:00
Peter Osterlund
9e83fd4206 DroidFish: Added copyright headers. 2012-01-04 21:15:06 +00:00
Peter Osterlund
1d0dde26d0 DroidFish: Moved error message to strings.xml. 2012-01-04 21:10:26 +00:00
Peter Osterlund
da605aa225 DroidFish: Run the internal stockfish engine as a separate process instead of using jni + fork, which is not stable. 2012-01-04 21:02:26 +00:00
Peter Osterlund
915b0d6897 DroidFish: Display an error message if an external engine fails to start. 2012-01-04 19:07:26 +00:00
Peter Osterlund
869f45334e DroidFish: Automatically create default directory structure on the SD card when starting the program. 2012-01-04 17:44:34 +00:00
Peter Osterlund
865eab1f9b DroidFish: Updated Spanish translation, from Amador Cuesta. 2012-01-03 19:05:51 +00:00
Peter Osterlund
6436c4f027 DroidFish: Fixed "force computer move" function. 2012-01-03 18:37:44 +00:00
Peter Osterlund
e362208438 DroidFish: Added translators information to the about dialog. 2012-01-02 18:22:15 +00:00
Peter Osterlund
01fdf25b72 DroidFish: Fix SeekBarPreference for languages that uses decimal comma instead of decimal dot. 2012-01-02 18:20:47 +00:00
Peter Osterlund
a47b47a8d3 DroidFish: Updated Spanish translation, from Amador Cuesta. 2012-01-02 18:17:42 +00:00
Peter Osterlund
c07863581a DroidFish: Added some missing strings to German strings.xml. 2012-01-01 23:33:33 +00:00
Peter Osterlund
2879152e8f DroidFish: Added Spanish translation, from Amador Cuesta. 2012-01-01 23:32:50 +00:00
Peter Osterlund
e4b9ce7a6f DroidFish: Added brief info about external UCI engines to the about dialog. 2012-01-01 22:53:59 +00:00
Peter Osterlund
c653ef8ec2 DroidFish: Implemented support for external UCI engines. 2012-01-01 22:36:25 +00:00