Commit Graph

863 Commits

Author SHA1 Message Date
Peter Osterlund
30ef8d73a9 DroidFish: Update translations. 2018-12-13 21:13:52 +01:00
Peter Osterlund
27c7e33831 DroidFish: Change version to 1.73. 2018-12-12 20:41:31 +01:00
Peter Osterlund
e257f53d52 DroidFish: Update translations. 2018-12-05 23:58:29 +01:00
Peter Osterlund
5c5f94184e DroidFish: Don't use 6-men TBs for 32-bit compiles. 2018-12-03 20:53:11 +01:00
Peter Osterlund
ef24ff02de DroidFish: Update to Stockfish 10. 2018-12-03 20:38:40 +01:00
Peter Osterlund
6174f4ca24 Update to target version 28. 2018-11-02 20:36:21 +01:00
Peter Osterlund
d2cb42e8f2 CuckooChessAPK: Update to target version 28. 2018-11-02 18:03:10 +01:00
Peter Osterlund
e549dafdc7 DroidFish: Fix crash when probing "wide" DTZ tables. 2018-10-14 23:42:40 +02:00
Peter Osterlund
4da6355ed9 DroidFishTest: Update target SDK version to 24. 2018-10-14 11:31:30 +02:00
Peter Osterlund
79d0009e76 DroidfFish: Add option to load game by sweeping on the chess board.
Add a preference setting to make horizontal sweep on the chess board
load the next/previous game instead of moving forward/back in the
current game.
2018-10-14 10:09:40 +02:00
Peter Osterlund
9a6b374856 DroidFish: Show toast when quick loading FEN from file.
When loading a position from a file using the quick next/previous key
actions, display a toast containing the whole line from the EPD/FEN
file.
2018-10-14 10:07:16 +02:00
Peter Osterlund
2038855893 DroidFish: Cancel old toast before showing new. 2018-10-14 09:05:25 +02:00
Peter Osterlund
ac72cf115e DroidFish: Support 7-men syzygy tablebases.
Update syzygy probing code from texel to support probing of 7-men
tablebases.
2018-10-07 00:25:16 +02:00
Peter Osterlund
a8b4de0c50 CuckooChessAPK: Change target version. 2018-04-22 18:54:27 +02:00
Peter Osterlund
7a35f0d759 DroidFish: Add Chinese simplified translation. 2018-04-22 16:24:01 +02:00
Peter Osterlund
4aa1d95d46 DroidFish: Update translations. 2018-04-21 08:47:10 +02:00
Peter Osterlund
272289c3bf DroidFish: Don't crash if pgn data cannot be read.
Avoid crash if reading pgn or fen data fails because of a security
restriction.
2018-03-10 08:16:46 +01:00
Peter Osterlund
833a5afeef DroidFish: Fix crash when starting network engine.
Fix crash when trying to start an incorrectly configured network engine
with an invalid port number.
2018-03-10 08:07:15 +01:00
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