Commit Graph

40 Commits

Author SHA1 Message Date
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
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
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
04a0b68f1a DroidFish: Renamed NativePipedProcess to StockFishJNI. 2012-01-01 10:31:12 +00:00
Peter Osterlund
e00df7370c DroidFish: Updated stockfish engine to version 2.2. 2012-01-01 00:52:19 +00:00
Peter Osterlund
d8782830a9 DroidFish: More robust handling of misbehaving engines. 2011-12-31 20:09:31 +00:00
Peter Osterlund
c1ab57b4f9 DroidFish: Rewrote the engine communication so that the GUI never waits for the engine. 2011-12-31 02:30:18 +00:00
Peter Osterlund
ed834bdfbd DroidFish: Updated Stockfish engine to version 2.1.1. 2011-11-19 10:11:26 +00:00
Peter Osterlund
252789e186 Moved DroidFish project to trunk/ 2011-11-12 19:44:06 +00:00