Commit Graph

59 Commits

Author SHA1 Message Date
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
e549dafdc7 DroidFish: Fix crash when probing "wide" DTZ tables. 2018-10-14 23:42:40 +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
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
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
3d227b6bee DroidFish: Updated stockfish engine to version 8. 2016-11-01 19:40:58 +01:00
Peter Osterlund
c144bb9800 DroidFish: Updated stockfish engine to git version from 2016-09-17. 2016-09-18 00:05:29 +02:00
Peter Osterlund
b9ad648cbb DroidFish: Updated stockfish engine to git version from 2016-08-28. 2016-08-29 19:39:55 +02:00
Peter Osterlund
c1b0422f8b DroidFish: Changed NDK toolchain version to 4.9, for NDK r12b. 2016-08-15 21:03:15 +02:00
Peter Osterlund
1aa1143aeb DroidFish: Updated stockfish engine to git version from 2016-07-16. 2016-07-16 17:22:54 +02:00
Peter Osterlund
e2538623d3 DroidFish: Changed stockfish engine name to 2016-05-28 to match date of
last commit.
2016-05-30 21:01:27 +02:00
Peter Osterlund
9395f8c658 DroidFish: Updated stockfish engine to git version from 2016-05-21. 2016-05-30 20:56:34 +02:00
Peter Osterlund
1e91a70537 DroidFish: Fixed problem in stockfish engine that could cause TBs not to
be used if some 6-men TBs are available, the root position contains 6
men, but the root position is not in the TBs.
2016-03-04 20:20:27 +01:00
Peter Osterlund
816d29b9ca DroidFish: Updated stockfish to version 7. 2016-01-02 23:16:48 +01:00
Peter Osterlund
afcb7d2509 DroidFish: Update stockfish to version 7Beta2. 2015-12-31 01:59:48 +01:00
Peter Osterlund
ba06c2875b DroidFish: Update stockfish to version 7Beta1. 2015-12-27 23:25:14 +01:00
Peter Osterlund
7ea6f996b2 DroidFish: Fixed stockfish startup problem for android 4.0 and earlier. 2015-12-27 01:20:07 +01:00
Peter Osterlund
a95dacafdf DroidFish: Run the engine process with lower priority. 2015-10-24 00:11:21 +02:00
Peter Osterlund
0d72a21f27 DroidFish: Updated stockfish to version 231015. 2015-10-23 22:58:14 +02:00
Peter Osterlund
651e649902 DroidFish: Fixed syzygy probing bug. See
https://github.com/official-stockfish/Stockfish/issues/394.
2015-09-03 20:19:11 +02:00
Peter Osterlund
f284180da8 DroidFish: Define IS_64BIT when compiling stockfish for 64 bit
architectures. About 2% faster on HTC One M9.
2015-05-23 13:35:12 +02:00
Peter Osterlund
7ba629047a DroidFish: Removed GUI special handling of number of search threads. It
is now handled as a normal UCI option instead.
2015-05-17 21:47:20 +02:00
Peter Osterlund
22e71744a1 DroidFish: Updated stockfish to version 6. 2015-02-01 00:46:09 +00:00
Peter Osterlund
9e5c22e607 DroidFish: Fixed typo in Android.mk. 2015-01-11 14:27:27 +00:00
Peter Osterlund
3e6a483df3 DroidFish: Made stockfish engine work in android 5. 2015-01-07 20:42:18 +00:00
Peter Osterlund
36f62e3eb4 DroidFish: Reverted revision 1192. Does not work on HTC One when using multiple search threads. 2014-12-29 18:33:55 +00:00
Peter Osterlund
1a24480de8 DroidFish: Link stockfish statically to make it work in android 5. 2014-11-22 13:39:43 +00:00
Peter Osterlund
dd91100779 DroidFish: Build native code for all platforms supported by the NDK. 2014-10-21 19:46:10 +00:00
Peter Osterlund
8c99b770dd DroidFish: Updated stockfish to the latest development version and included syzygy tablebases probing code. 2014-10-12 12:38:00 +00:00
Peter Osterlund
d5341ed0e1 DroidFish: Renamed gtb package to tb. 2014-10-12 00:32:56 +00:00
Peter Osterlund
aa95d57e7b DroidFish: Implemented DTZ/WDL tablebase hints in the GUI when only syzygy tablebases are available. 2014-10-12 00:21:10 +00:00
Peter Osterlund
5d723926b0 DroidFish: Updated Stockfish engine to version 5. 2014-05-31 12:23:03 +00:00
Peter Osterlund
43e92323e4 DroidFish: Updated stockfish engine to version DD. 2013-11-30 19:12:34 +00:00
Peter Osterlund
ef2ea196b4 DroidFish: Remove unneeded "-isystem" compiler flag that was causing trouble on Mac. 2013-10-14 22:26:53 +00:00
Peter Osterlund
bfc5782f52 DroidFish: Updated stockfish engine to version 4. 2013-08-20 18:02:33 +00:00
Peter Osterlund
1f33929c67 DroidFish: Fixed bug in stockfish that could make the engine hang. 2013-07-31 17:49:22 +00:00
Peter Osterlund
34b9fd139f DroidFish: Updated stockfish engine to version 3. 2013-05-03 17:03:42 +00:00
Peter Osterlund
dedb66beca DroidFish: Fixes for NDK r8d. 2012-12-26 01:15:21 +00:00
Peter Osterlund
0fd90e2550 DroidFish: Updated stockfish to version 2.3.1. 2012-09-23 08:13:11 +00:00
Peter Osterlund
a7bd973995 DroidFish: Updated stockfish to version 2.3. 2012-09-16 15:16:15 +00:00
Peter Osterlund
46c62f232d DroidFish: Hard-coded the stockfish date. The date of compilation is not of much interest. 2012-07-16 11:46:50 +00:00
Peter Osterlund
bcdbb5c82a DroidFish: Updated stockfish to a development version to fix problems on quad-core ARM CPUs. 2012-06-04 16:25:51 +00:00
Peter Osterlund
7344b26a53 DroidFish: Added support for mips architecture. Requires NDK r8. 2012-05-19 06:42:02 +00:00
Peter Osterlund
1ec674197c DroidFish: Implemented chmod using JNI. More efficient than starting a process. 2012-05-12 17:31:50 +00:00
Peter Osterlund
6b7c844df0 DroidFish: Added support for Gaviota endgame tablebases. 2012-01-20 19:14:25 +00:00
Peter Osterlund
ca1482a80a DroidFish: Updated stockfish to version 2.2.2. 2012-01-15 01:13:33 +00:00