Commit Graph

995 Commits

Author SHA1 Message Date
Peter Osterlund
c64896b61f DroidFish: Allow setting user interface language.
Made it possible to change the user interface language to be different
from the Android system default language.
2018-02-25 08:47:34 +01:00
Peter Osterlund
0f76b350fe DroidFish: Change version to 1.72. 2018-02-06 20:28:35 +01:00
Peter Osterlund
dd77fe5591 DroidFish: Update translations. 2018-02-06 20:27:29 +01:00
Peter Osterlund
8b9108babd DroidFish: Don't use 6-men TBs for 32-bit compiles. 2018-02-01 21:00:29 +01:00
Peter Osterlund
1404bdf264 DroidFish: Update to stockfish 9. 2018-02-01 18:45:14 +01:00
Peter Osterlund
e75d83de94 DroidFish: Avoid static variables.
Removed unnecessary "static" from member variables in DroidFish.java.
2017-12-09 16:37:46 +01:00
Peter Osterlund
817fbe471a DroidFish: Nicer shutdown of external engines.
Give the engine a chance to shutdown cleanly before killing it by force.
This fixes occasional "text file busy" problems when switching between
two engines.
2017-11-28 19:38:01 +01:00
Peter Osterlund
6277419793 DroidFish: Add seldepth info.
Show selective search depth in the status area when the engine is
thinking.

From Christoph Heilmann.
2017-11-23 19:40:54 +01:00
Peter Osterlund
32048fc152 Fixed assignment to boolean in "if" condition
From Peter Most.
2017-11-09 18:39:50 +01:00
Peter Osterlund
38a802870b DroidFish: Changed version to 1.71. 2017-09-30 07:17:55 +02:00
Peter Osterlund
18f3d53755 DroidFish: Updated translations. 2017-09-30 07:13:59 +02:00
Peter Osterlund
14c4b9774e DroidFish: Added Turkish translation. Thanks to Emrullah Ertürk. 2017-09-26 21:27:32 +02:00
Peter Osterlund
19e60e30ea DroidFish: Updated translations. 2017-09-26 20:49:23 +02:00
Peter Osterlund
500b16dc8f DroidFish: Don't let a buggy engine play a null move. 2017-09-24 03:38:06 +02:00
Peter Osterlund
f1e62c5263 DroidFish: Avoid crash if asked to speak a null move. 2017-09-24 01:11:44 +02:00
Peter Osterlund
45a8bee002 DroidFish: Made it easier to disable the opening book. 2017-09-23 23:52:49 +02:00
Peter Osterlund
6b5e42dfd9 DroidFish: Changed default hash table size from 16MB to 64MB. 2017-09-23 08:29:13 +02:00
Peter Osterlund
2570cd2871 DroidFish: Improve mate finding in endgames.
Include the early_mate code from
https://github.com/syzygy1/Stockfish/tree/early_mate
2017-09-11 23:03:59 +02:00
Peter Osterlund
4b6418cb02 DroidFish: Updates for NDK version r15c.
The minimum required android version had to be changed to 4.0.1.
2017-09-10 12:01:07 +02:00
Peter Osterlund
3536c6290a DroidFish: Updated stockfish engine to development version 2017-09-06. 2017-09-10 10:30:09 +02:00
Peter Osterlund
c0b69b6bf8 DroidFish: Updated translations. 2017-09-08 19:39:46 +02:00
Peter Osterlund
3c84e71222 DroidFish: Added Hyobeom Ahn to list of translators. 2017-08-28 22:52:20 +02:00
Peter Osterlund
255f94b059 DroidFish: Updated translations. 2017-08-28 22:43:37 +02:00
Peter Osterlund
3b2940b4f9 DroidFish: Added Korean translation. 2017-08-27 23:21:31 +02:00
Peter Osterlund
9a2487a843 DroidFish: Updated translations. 2017-08-27 23:20:16 +02:00
Peter Osterlund
c1588296be DroidFish: Changed version to 1.70. 2017-07-06 19:04:40 +02:00
Peter Osterlund
acdbca4cb6 DroidFish: Updated translations. 2017-07-03 09:14:32 +02:00
Peter Osterlund
6397c8fbcc DroidFish: Added Mix Gerder and Toru Hasegawa to list of translators. 2017-07-03 09:00:44 +02:00
Peter Osterlund
c26290fa95 DroidFish: Added Ukrainian and Belarusian translations. 2017-07-02 23:18:53 +02:00
Peter Osterlund
e51c86f621 DroidFish: Don't crash if the engine wants to play an invalid move. 2017-06-11 22:37:01 +02:00
Peter Osterlund
97662f067e DroidFish: Secure FEN reader against division by zero. 2017-06-11 21:20:19 +02:00
Peter Osterlund
9aa9279366 DroidFish: Fixed crash due to division by zero.
Fixed crash that could happen when reading a PGN file at the same time
as another process was writing to the file.
2017-06-11 21:14:15 +02:00
Peter Osterlund
ce28058ffd DroidFish: Changed version to 1.69. 2017-06-10 23:42:10 +02:00
Peter Osterlund
2260f19cc8 DroidFish: Fixed crash in android 7 when handling large PGN games. 2017-06-10 21:21:03 +02:00
Peter Osterlund
2f15e7a775 DroidFish: Changed version to 1.68. 2017-06-03 11:39:29 +02:00
Peter Osterlund
91ef1ec8bf DroidFish: Added support for multi windows in android 7. 2017-05-27 13:30:21 +02:00
Peter Osterlund
ce800d9beb DroidFish: Make sure a too large string is not passed to the edit board
activity.
2017-05-27 00:09:14 +02:00
Peter Osterlund
94c9d914ac DroidFish: Fixed bug in 055322 causing small values not to be displayed. 2017-05-26 23:19:36 +02:00
Peter Osterlund
76d79ef7a8 DroidFish: Fixed race condition when canceling a progress dialog. 2017-05-26 15:50:06 +02:00
Peter Osterlund
1141efca4f DroidFish: Fixed compiler warnings. 2017-05-26 13:41:39 +02:00
Peter Osterlund
6e4733bf41 DroidFish: Improved text to speech output. 2017-05-26 10:55:41 +02:00
Peter Osterlund
4519ac3d27 CuckooChessEngine: Cosmetic fix. 2017-05-26 10:54:50 +02:00
Peter Osterlund
e065656b6c DroidFish: Removed move cache from MoveGen.
This cache was not thread safe and was not used much anyway. (Leftover
from CuckooChess move generator.)
2017-05-26 00:41:04 +02:00
Peter Osterlund
1ce7d2298e DroidFish: Fixed possible NPE when reading scid database. 2017-05-25 20:36:09 +02:00
Peter Osterlund
987e0d7d3e DroidFish: Fixed stack overflow in request permission handling. 2017-05-25 19:56:24 +02:00
Peter Osterlund
b5cc492c38 DroidFish: Fixed crash when receiving an incorrect PGN intent. 2017-05-25 19:38:49 +02:00
Peter Osterlund
0553222853 DroidFish: Use 'G' prefix for values larger than 1e11. 2017-05-25 11:09:19 +02:00
Peter Osterlund
9480603ddb DroidFish: Don't do network communication on main thread. 2017-04-22 09:22:39 +02:00
Peter Osterlund
b8aaa215d3 DroidFish: Use 'M' prefix for NPS values larger than 1e8. 2017-04-22 07:32:13 +02:00
Peter Osterlund
92cd27724a Removed redundant public access modifier for interface methods. 2017-02-13 08:54:02 +01:00