Peter Osterlund
|
e37b5db229
|
DroidFish: Updated project settings for eclipse 4.6 and Andmore.
|
2016-08-29 18:57:23 +02:00 |
|
Peter Osterlund
|
6f41ca0382
|
DroidFish: Fixed engine communication problem for Android N.
Process.getOutputStream() returns a buffered stream, so explicit flush()
calls are needed.
|
2016-08-29 18:55:40 +02:00 |
|
Peter Osterlund
|
03c6fbbce1
|
DroidFish: Updated project settings for eclipse 4.6 and Andmore.
|
2016-08-28 01:55:03 +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
|
db860811ca
|
DroidFish: Fixed custom tool builder logs going to the wrong directory.
|
2016-05-30 20:19:03 +02:00 |
|
Peter Osterlund
|
162a7ff598
|
DroidFish: Removed an already implemented FIXME item.
|
2016-05-20 20:48:34 +02:00 |
|
Peter Osterlund
|
bba3d2b23c
|
DroidFish: Enabled file logging for the custom tool builders.
Idea from Peter Most.
|
2016-05-20 20:39:43 +02:00 |
|
P. Most
|
01cc87fc58
|
Disabled missing enum case despite default
|
2016-05-14 22:53:18 +02:00 |
|
P. Most
|
db41da5ad7
|
Removed unnecessary semicolons
|
2016-05-14 22:33:25 +02:00 |
|
Peter Osterlund
|
69e0cfff72
|
DroidFish: Fixed possible NPE in TourGuide.cleanUp().
|
2016-03-04 20:21:13 +01: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
|
d673eea800
|
DroidFish: Handle 50-move draw rule when "probe at root" is enabled in
settings.
|
2016-02-14 20:33:51 +01:00 |
|
Peter Osterlund
|
022d864624
|
DroidFish: Fixed wrong drawer menu background color in the edit board
activity.
|
2016-01-16 23:56:13 +01:00 |
|
Peter Osterlund
|
848b3773ff
|
DroidFish: Changed version to 1.61.
|
2016-01-13 21:23:01 +01:00 |
|
Peter Osterlund
|
86dc5f8053
|
DroidFish: Updated translations.
|
2016-01-13 21:07:02 +01:00 |
|
Peter Osterlund
|
f4622e620a
|
DroidFish: Don't change background color for the overlay view. Removed
unnecessary preference change listener.
|
2016-01-13 20:50:44 +01:00 |
|
Peter Osterlund
|
43228ba081
|
DroidFish: Updated translations.
|
2016-01-13 19:42:08 +01:00 |
|
Peter Osterlund
|
350da047b6
|
DroidFish: Fixed a crash in the tour guide in android 3.0.
|
2016-01-13 19:29:23 +01:00 |
|
Peter Osterlund
|
630bdacd6c
|
DroidFish: Handle screen resize (for example show/hide navigation bar)
when drawing the tour guide overlay.
|
2016-01-13 19:14:11 +01:00 |
|
Peter Osterlund
|
5c3180c8bb
|
DroidFish: Translation updates.
|
2016-01-12 18:43:53 +01:00 |
|
Peter Osterlund
|
14f214f122
|
DroidFish: Updated translations.
|
2016-01-10 23:08:16 +01:00 |
|
Peter Osterlund
|
7a7b71aeea
|
DroidFish: Updated translations.
|
2016-01-10 14:25:33 +01:00 |
|
Peter Osterlund
|
cbba46a6d5
|
DroidFish: Use the TourGuide library to display usage hints the first
time the program is started.
|
2016-01-10 14:08:54 +01:00 |
|
Peter Osterlund
|
88074f5327
|
DroidFish: Let the human player claim a draw that involves specifying
but not playing a move that would lead to a 50move/3rep draw.
|
2016-01-06 22:04:11 +01:00 |
|
Peter Osterlund
|
ad9c97a3ef
|
DroidFish: Request external storage permission in android 6.
|
2016-01-06 18:51:03 +01:00 |
|
Peter Osterlund
|
46fa159cc1
|
DroidFish: Changed version to 1.60.
|
2016-01-02 23:57:17 +01:00 |
|
Peter Osterlund
|
db80ca4d10
|
DroidFish: Translation updates.
|
2016-01-02 23:53:39 +01:00 |
|
Peter Osterlund
|
48fd843ceb
|
DroidFish: Added Gary Linscott to list of stockfish developers.
|
2016-01-02 23:30:57 +01:00 |
|
Peter Osterlund
|
816d29b9ca
|
DroidFish: Updated stockfish to version 7.
|
2016-01-02 23:16:48 +01:00 |
|
Peter Osterlund
|
a675d8de0a
|
DroidFish: If a game ends with one player resigning after making his
move, allow adding a variation to the game tree with the same move but
without resigning.
|
2016-01-01 23:48:15 +01:00 |
|
Peter Osterlund
|
613e068aee
|
DroidFish: Use different background color for move list and thinking
output.
|
2016-01-01 18:21:42 +01:00 |
|
Peter Osterlund
|
8420e628e1
|
DroidFish: Improved handling of movelist scrolling when navigation bar
is enabled/disabled and when the analysis view gets smaller/larger.
|
2015-12-31 21:30:54 +01:00 |
|
Peter Osterlund
|
afcb7d2509
|
DroidFish: Update stockfish to version 7Beta2.
|
2015-12-31 01:59:48 +01:00 |
|
Peter Osterlund
|
679e3833b1
|
DroidFish: When clicking move links, also consider the character
immediately to the right of the link as a hit area.
|
2015-12-31 01:34:57 +01:00 |
|
Peter Osterlund
|
b1a3eee254
|
DroidFish: Speeded up move list drawing by reducing the number of span
objects.
|
2015-12-31 00:47:26 +01:00 |
|
Peter Osterlund
|
39607ff9a4
|
DroidFish: Use a specialized View class to speed up drawing of the move
list.
|
2015-12-30 23:41:06 +01:00 |
|
Peter Osterlund
|
58e10bbc79
|
DroidFish: Use EditText instead of TextView to display the move list.
About twice as fast for games with lots of comments on an HTC One M9.
|
2015-12-29 21:03:06 +01:00 |
|
Peter Osterlund
|
929f77ced2
|
DroidFish: Added "secret" way to allocate an unsafely large hash table.
|
2015-12-29 10:24:54 +01:00 |
|
Peter Osterlund
|
23511ee76d
|
DroidFish: Don't reset MultiPV setting when restarting the app.
|
2015-12-29 02:27:23 +01:00 |
|
Peter Osterlund
|
ddab55e064
|
DroidFish: Moved buttons slightly away from the screen edges to avoid
interference between opening a drawer and long pressing a button.
|
2015-12-28 15:02:20 +01:00 |
|
Peter Osterlund
|
7026555cbe
|
DroidFish: Made it possible to edit UCI options while the engine is
thinking. The changes take effect the next time the engine stops
thinking.
|
2015-12-28 14:39:51 +01:00 |
|
Peter Osterlund
|
2ca80fc19d
|
DroidFish: Updated translations.
|
2015-12-28 00:20:09 +01:00 |
|
Peter Osterlund
|
ba06c2875b
|
DroidFish: Update stockfish to version 7Beta1.
|
2015-12-27 23:25:14 +01:00 |
|
Peter Osterlund
|
27b7de9617
|
DroidFish: Use 4 threads when building native code.
|
2015-12-27 23:21:58 +01:00 |
|
Peter Osterlund
|
b6747254c7
|
DroidFish: Explicitly set the drawer menu foreground text color. The
default color is hard to read on some devices.
|
2015-12-27 21:27:32 +01:00 |
|
Peter Osterlund
|
286b5b7b82
|
DroidFish: Changed version to 1.59.
|
2015-12-27 01:25:23 +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
|
62eefff8c1
|
DroidFish: Removed unused import.
|
2015-12-26 23:58:06 +01:00 |
|
Peter Osterlund
|
37875c0311
|
DroidFish: More efficient way to detect if scid on the go is installed.
|
2015-12-26 22:28:20 +01:00 |
|
Peter Osterlund
|
bb0f757403
|
DroidFish: Included higher resolution versions of the app icon.
|
2015-12-26 12:54:46 +01:00 |
|
Peter Osterlund
|
428879bfcf
|
DroidFish: Changed version to 1.58.
|
2015-12-26 01:43:19 +01:00 |
|
Peter Osterlund
|
ba39b30be7
|
DroidFish: Use DialogFragment instead of showDialog() in CPUWarning,
LoadFEN and LoadScid activities.
|
2015-12-25 10:34:58 +01:00 |
|
Peter Osterlund
|
efc6402829
|
DroidFish: When clicking on the right half of the title bar, open the
right drawer.
|
2015-12-24 13:18:26 +01:00 |
|
Peter Osterlund
|
a3042bcb75
|
DroidFish: Fixed incorrect capitalization of DroidFish.
|
2015-12-24 12:41:56 +01:00 |
|
Peter Osterlund
|
0cefaaa5f0
|
DroidFish: Use a drawer layout instead of the options menu in the edit
board activity.
|
2015-12-24 12:26:48 +01:00 |
|
Peter Osterlund
|
5df627a69d
|
DroidFish: Use a drawer layout instead of the options menu.
|
2015-12-24 11:39:37 +01:00 |
|
Peter Osterlund
|
db450cf1b1
|
DroidFish: Use a drawer layout instead of the options menu.
|
2015-12-24 10:48:52 +01:00 |
|
Peter Osterlund
|
833051cb0e
|
DroidFish: Use proguard to shrink apk size, but don't obfuscate to make
debugging easier.
|
2015-12-24 01:22:06 +01:00 |
|
Peter Osterlund
|
42210decf5
|
DroidFish: Made the notification icon work in android 5.0 and later.
|
2015-12-24 00:29:32 +01:00 |
|
Peter Osterlund
|
6ac0f5f5e3
|
DroidFish: New application icon based on an inkscape drawing.
|
2015-12-23 23:36:38 +01:00 |
|
Peter Osterlund
|
1d373a9be6
|
DroidFish: Hide the action bar in xml instead of in code for smoother
startup.
|
2015-12-21 22:54:25 +01:00 |
|
Peter Osterlund
|
c3f34dc9de
|
CuckooChessEngine: Moved unit test code to a separate project, so that
it is not included in DroidFish.
|
2015-12-21 22:03:47 +01:00 |
|
Peter Osterlund
|
d436b8567e
|
DroidFish: Removed the obsolete "go to move" item in the options menu.
|
2015-12-21 20:51:51 +01:00 |
|
Peter Osterlund
|
1949a4378e
|
DroidFish: Use the holo theme.
|
2015-12-21 00:34:56 +01:00 |
|
Peter Osterlund
|
d1e2f8488f
|
DroidFish: Suppressed warnings that can't be fixed while supporting old
API levels.
|
2015-12-20 23:00:04 +01:00 |
|
Peter Osterlund
|
81a3c17bcf
|
DroidFish: Changed minSdkVersion to 11.
|
2015-12-20 22:12:13 +01:00 |
|
Peter Osterlund
|
aa4420aa47
|
DroidFish: Fixed more instances of not using monospace font on HTC M9.
|
2015-12-20 19:16:17 +01:00 |
|
Peter Osterlund
|
2b8fb24a79
|
DroidFish: Made monospace font work on HTC M9. This required changing
the minimum API level to 16 (4.1).
|
2015-12-20 16:03:24 +01:00 |
|
Peter Osterlund
|
7dd9052fc4
|
DroidFish: Removed unused imports.
|
2015-12-20 15:46:48 +01:00 |
|
Peter Osterlund
|
280bdfc5a1
|
DroidFish: Fixed crash when rotating screen while editing UCI options.
|
2015-12-20 13:58:46 +01:00 |
|
Peter Osterlund
|
7873d05541
|
DroidFish: Include engine name in UCI Options activity title.
|
2015-12-20 13:23:30 +01:00 |
|
Peter Osterlund
|
684ecce385
|
DroidFish: Disable hardware acceleration in the color picker. A
ComposeShader using two LinearGradient shaders is not supported when
using hardware acceleration.
|
2015-12-20 12:54:46 +01:00 |
|
Peter Osterlund
|
e467c154a9
|
DroidFish: Fixed lint warning.
|
2015-12-20 11:53:15 +01:00 |
|
Peter Osterlund
|
a837f762a8
|
DroidFish: Fixed lint warning.
|
2015-12-20 11:47:53 +01:00 |
|
Peter Osterlund
|
3301de9fbd
|
DroidFish: Removed no longer needed lint suppression.
|
2015-12-20 11:43:43 +01:00 |
|
Peter Osterlund
|
9aa5acc03a
|
DroidFish: Fixed lint warning.
|
2015-12-20 11:42:55 +01:00 |
|
Peter Osterlund
|
69fdab79d4
|
DroidFish: Don't use FloatMath.
|
2015-12-20 11:14:44 +01:00 |
|
Peter Osterlund
|
a3f5e17f81
|
DroidFish: Updated translations.
|
2015-12-20 10:32:06 +01:00 |
|
Peter Osterlund
|
6d3ff0c3ad
|
DroidFish: Handle screenSize change in load/save activities without
restarting the activity.
|
2015-12-20 10:09:18 +01:00 |
|
Peter Osterlund
|
0ca1bfa26c
|
DroidFish: Fixed problem causing progress dialog to stay visible after
rotating screen.
|
2015-12-20 08:59:42 +01:00 |
|
Peter Osterlund
|
7c4b41ebc5
|
DroidFish: Reverted 632df583bb . Fragment
classes need to be public, otherwise the app crashes when the screen is
rotated.
|
2015-12-20 01:41:58 +01:00 |
|
Peter Osterlund
|
34fffe5ee1
|
DroidFish: Reordered buttons according to android guidelines.
|
2015-12-20 01:13:53 +01:00 |
|
Peter Osterlund
|
632df583bb
|
DroidFish: Hide implementation details in Preferences class.
|
2015-12-20 00:05:12 +01:00 |
|
Peter Osterlund
|
332cbe3c3b
|
DroidFish: Use PreferenceFragment to display preferences.
|
2015-12-19 23:48:19 +01:00 |
|
Peter Osterlund
|
482202c44e
|
DroidFish: Removed use of deprecated notification API.
|
2015-12-19 22:59:09 +01:00 |
|
Peter Osterlund
|
394a6c0e85
|
DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
|
2015-12-19 22:36:32 +01:00 |
|
Peter Osterlund
|
8630c450df
|
DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
|
2015-12-19 22:34:54 +01:00 |
|
Peter Osterlund
|
e0c07f52ab
|
DroidFish: Improved comment.
|
2015-12-19 08:13:00 +01:00 |
|
Peter Osterlund
|
b1dbe5293c
|
DroidFish: Removed unnecessary parameter.
|
2015-10-24 00:59:18 +02: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
|
e768c9408a
|
DroidFish: More efficient update of "thinking info" when the engine
provides data faster than the GUI can handle.
|
2015-10-10 17:43:16 +02:00 |
|
Peter Osterlund
|
9d5fad30a4
|
DroidFish: Improved handling of invalid en passant square in FEN
parsing.
|
2015-10-03 18:30:58 +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
|
55747bd63a
|
DroidFish: Handle non-breaking space in pgn import.
|
2015-06-02 00:18:27 +02:00 |
|
Peter Osterlund
|
1435cb0ce2
|
DroidFish: Added a configurable button action to set engine options.
|
2015-05-24 00:31:52 +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
|
94b1c39d79
|
DroidFish: Trivial simplification.
|
2015-03-13 23:49:00 +01:00 |
|
Peter Osterlund
|
626854f56d
|
DroidFish: Trivial simplification.
|
2015-03-13 22:58:25 +01:00 |
|
Peter Osterlund
|
ed6ebbd4ab
|
DroidFish: Fixed compiler warnings.
|
2015-03-13 21:43:57 +01:00 |
|
Peter Osterlund
|
7ac35ae42b
|
DroidFish: Added .gitignore files.
|
2015-03-13 20:38:30 +01:00 |
|
Peter Osterlund
|
402c73df36
|
DroidFish: Changed version to 1.57.
|
2015-02-15 16:53:35 +00:00 |
|
Peter Osterlund
|
dda9e3dad5
|
DroidFish: Updated translations.
|
2015-02-15 16:45:30 +00:00 |
|
Peter Osterlund
|
243303c96b
|
DroidFish: Implemented auto move forward/backward to view games without having to press the arrow buttons repeatedly.
|
2015-02-01 20:37:53 +00:00 |
|
Peter Osterlund
|
22e71744a1
|
DroidFish: Updated stockfish to version 6.
|
2015-02-01 00:46:09 +00:00 |
|
Peter Osterlund
|
fffd5107c3
|
DroidFish: Ignore leading and trailing whitespace when parsing FEN strings.
|
2015-01-25 01:04:57 +00:00 |
|
Peter Osterlund
|
9e5c22e607
|
DroidFish: Fixed typo in Android.mk.
|
2015-01-11 14:27:27 +00:00 |
|
Peter Osterlund
|
2e768190fe
|
DroidFish: Changed version to 1.56.
|
2015-01-10 07:32:31 +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
|
d521972d4e
|
DroidFish: Don't try to perform syzygy probes for illegal positions.
|
2014-12-22 16:39:53 +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
|
782fb97ae4
|
DroidFish: Preserve case of UCI option names in the setoption command. Some engines (such as Greko) think UCI options are case sensitive.
|
2014-10-21 19:44:43 +00:00 |
|
Peter Osterlund
|
4e24dd48da
|
DroidFish: Use fewer decimal places to display engine thinking time when the time is large.
|
2014-10-19 16:49:13 +00:00 |
|
Peter Osterlund
|
fb9bbdfda4
|
DroidFish: Changed min sdk version to 9 because the native syzygy probing code currently does not work on android 2.2.
|
2014-10-14 04:59:40 +00:00 |
|
Peter Osterlund
|
0ab4aae1b1
|
DroidFish: Updated ChessEngineResolver from upstream repository.
|
2014-10-13 17:45:49 +00:00 |
|
Peter Osterlund
|
289d89b70f
|
DroidFish: Don't display dummy (0:--) current move information if the engine has not provided any current move information.
|
2014-10-13 16:39:05 +00:00 |
|
Peter Osterlund
|
fe8702b1f8
|
DroidFish: Changed version to 1.55.
|
2014-10-12 14:01:51 +00:00 |
|
Peter Osterlund
|
9a6997c275
|
DroidFish: Updated translations.
|
2014-10-12 12:44:56 +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
|
e621fb77bd
|
DroidFish: Fixed inconsistent spelling of tablebases.
|
2014-10-12 00:53:40 +00:00 |
|
Peter Osterlund
|
d5341ed0e1
|
DroidFish: Renamed gtb package to tb.
|
2014-10-12 00:32:56 +00:00 |
|
Peter Osterlund
|
b285d6ed6c
|
DroidFish: Fixed problem that could cause the second tap when making a move to be ignored.
|
2014-10-12 00:23:15 +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
|
c6729f4769
|
DroidFish: Updated translations.
|
2014-10-08 19:35:09 +00:00 |
|
Peter Osterlund
|
ac83aa19b0
|
DroidFish: Added syzygy tablebases information to about.html.
|
2014-10-08 18:02:12 +00:00 |
|
Peter Osterlund
|
3be7f6db04
|
DroidFish: Display the options menu when long pressing the M button.
|
2014-10-04 17:56:00 +00:00 |
|
Peter Osterlund
|
a4b5950a8a
|
DroidFish: Fixed potential integer overflow problem in CTG book code.
|
2014-10-04 16:14:27 +00:00 |
|
Peter Osterlund
|
31ce064a10
|
DroidFish: Made it possible to specify a full file path to the book file in preferences.
|
2014-10-04 12:48:31 +00:00 |
|
Peter Osterlund
|
648a00dc92
|
DroidFish: Don't allow adding a null move to the game tree when the side to move is in check.
|
2014-10-04 12:32:48 +00:00 |
|
Peter Osterlund
|
944d16910d
|
DroidFish: Fixed arrow display problem after switching from multi-PV to single-PV mode.
|
2014-10-04 12:24:17 +00:00 |
|
Peter Osterlund
|
5ed85f4360
|
DroidFish: Made the move variation up/down functions work also when the the current position is not a branch point in the game tree.
|
2014-10-04 12:21:53 +00:00 |
|
Peter Osterlund
|
8609a05d10
|
DroidFish: Support for using "open exchange" engines installed on the android device.
|
2014-10-04 08:23:57 +00:00 |
|
Peter Osterlund
|
a1047dccea
|
DroidFish: Removed obsolete code.
|
2014-09-21 13:18:32 +00:00 |
|
Peter Osterlund
|
473b4ad55c
|
DroidFish: Don't display obsolete current move information when starting analysis mode.
|
2014-09-14 08:27:09 +00:00 |
|
Peter Osterlund
|
be429d39ea
|
DroidFish: Indentation fix.
|
2014-09-14 05:50:34 +00:00 |
|
Peter Osterlund
|
fd60255a55
|
DroidFish: Fixed NPE when rotating the display while reading a FEN file.
|
2014-08-09 18:04:02 +00:00 |
|
Peter Osterlund
|
083ed45ce4
|
DroidFish: Set RTB option before GTB option. Improves texel startup time a bit.
|
2014-07-16 18:25:35 +00:00 |
|
Peter Osterlund
|
0e9e6fb18b
|
DroidFish: Implemented function to reset all UCI options to default values.
|
2014-07-16 17:46:43 +00:00 |
|
Peter Osterlund
|
d0648b9cbf
|
DroidFish: Hide some UCI options for the internal stockfish engine.
|
2014-07-16 17:27:34 +00:00 |
|
Peter Osterlund
|
4ea935944f
|
DroidFish: Implemented setting of engine UCI options.
|
2014-07-16 17:20:18 +00:00 |
|
Peter Osterlund
|
bd011e5359
|
DroidFish: Made it possible to change UCI options using an .ini file.
|
2014-07-15 09:30:16 +00:00 |
|
Peter Osterlund
|
d5a640440b
|
DroidFish: In computeNetEngineID(), don't read the whole engine file when the engine is not a network engine.
|
2014-07-14 22:53:56 +00:00 |
|
Peter Osterlund
|
234e15dd98
|
DroidFish: Removed useless overridden function.
|
2014-07-14 22:10:06 +00:00 |
|
Peter Osterlund
|
dbfa0dd18c
|
DroidFish: Changed location of external opening book files to /sdcard/DroidFish/book.
|
2014-07-13 15:52:32 +00:00 |
|
Peter Osterlund
|
f6d4e21b2e
|
DroidFish: Don't hard code the /data/data directory.
|
2014-07-13 11:42:05 +00:00 |
|
Peter Osterlund
|
b61bfe14c9
|
DroidFish: Fixed some lint warnings.
|
2014-07-13 11:22:13 +00:00 |
|
Peter Osterlund
|
696c6411ec
|
DroidFish: Automatically restart engine when tablebase engine probing is changed.
|
2014-07-13 09:42:03 +00:00 |
|
Peter Osterlund
|
8becf3dc35
|
DroidFish: Made it possible to open the options menu by clicking on the title bar.
|
2014-07-13 09:14:48 +00:00 |
|
Peter Osterlund
|
4923b06e3c
|
DroidFish: Better handling of gestures on the chess board.
|
2014-07-13 00:05:41 +00:00 |
|
Peter Osterlund
|
aae09341c6
|
Classpath changes after updating to new SDK version.
|
2014-07-12 14:15:31 +00:00 |
|
Peter Osterlund
|
d0c5e9d15a
|
DroidFish: Avoid crash if startActivity throws ActivityNotFoundException.
|
2014-07-11 13:24:36 +00:00 |
|
Peter Osterlund
|
2b7011acfe
|
DroidFish: Use different RTB path for network engines and local engines.
|
2014-07-07 22:23:18 +00:00 |
|
Peter Osterlund
|
c3acf44ac8
|
DroidFish: Workaround for GTB en passant probing bug.
|
2014-07-03 09:22:16 +00:00 |
|
Peter Osterlund
|
47f1cc4ac9
|
DroidFish: A long press on the positions list now loads the position immediately.
|
2014-06-08 15:13:21 +00:00 |
|
Peter Osterlund
|
0f9f9f6e01
|
DroidFish: Use different GTB path for network engines and local engines.
|
2014-06-06 13:07:32 +00:00 |
|
Peter Osterlund
|
4fbb4b721c
|
DroidFish: Show tablebase hits. Add support for SyzygyPath uci option.
|
2014-06-01 09:28:16 +00:00 |
|
Peter Osterlund
|
837c49777a
|
DroidFish: Changed version to 1.54.
|
2014-05-31 12:49:44 +00:00 |
|
Peter Osterlund
|
5d723926b0
|
DroidFish: Updated Stockfish engine to version 5.
|
2014-05-31 12:23:03 +00:00 |
|
Peter Osterlund
|
3bbfa49b01
|
DroidFish: Added options for larger hash tables. Useful for network engines.
|
2014-05-07 19:25:03 +00:00 |
|
Peter Osterlund
|
bcc8353129
|
DroidFish: Recognize UCI option "Cores" to set number of search threads.
|
2014-04-19 10:21:49 +00:00 |
|
Peter Osterlund
|
c9b019e581
|
DroidFish: Changed default preferences to favor analysis mode, which is the main intended use case for the app.
|
2014-03-30 08:17:18 +00:00 |
|
Peter Osterlund
|
e2ca919e78
|
DroidFish: In edit board mode, use a larger gap between the board and the setup pieces.
|
2014-03-30 07:56:42 +00:00 |
|
Peter Osterlund
|
55de4ccdc4
|
DroidFish: Don't read the whole engine file just to determine if it is a network engine or not.
|
2014-03-28 23:00:41 +00:00 |
|
Peter Osterlund
|
9cef130ce1
|
DroidFish: Suppressed a warning.
|
2014-03-28 22:32:21 +00:00 |
|
Peter Osterlund
|
bfef649156
|
DroidFish: Removed support for android 1.5.
|
2014-03-28 22:30:32 +00:00 |
|
Peter Osterlund
|
6b129e2930
|
DroidFish: Fixed capitalization of "SetUp" PGN tag.
|
2014-01-05 22:24:39 +00:00 |
|
Peter Osterlund
|
cceb19c70d
|
DroidFish: Cosmetic change.
|
2013-12-23 22:02:18 +00:00 |
|
Peter Osterlund
|
bc58767547
|
DroidFish: Spelling fixes.
|
2013-12-22 23:20:13 +00:00 |
|
Peter Osterlund
|
6f044b5aab
|
DroidFish: Changed version to 1.53 DD.
|
2013-11-30 19:20:30 +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
|
4d73bedea9
|
DroidFish: Allow using 16 threads. Useful for network engines.
|
2013-09-29 06:16:54 +00:00 |
|
Peter Osterlund
|
0faf8a49ca
|
DroidFish: Fixed time management bug triggered by ponder mode.
|
2013-09-17 17:47:30 +00:00 |
|
Peter Osterlund
|
96cfc46536
|
DroidFish: Handle intents with file names ending with .pgn, .epd and .fen.
|
2013-09-01 11:26:21 +00:00 |
|
Peter Osterlund
|
ada24aa0ba
|
DroidFish: Changed version to 1.52.
|
2013-08-20 18:19:52 +00:00 |
|
Peter Osterlund
|
bfc5782f52
|
DroidFish: Updated stockfish engine to version 4.
|
2013-08-20 18:02:33 +00:00 |
|
Peter Osterlund
|
96a8ec79ac
|
DroidFish: Changed version to 1.51.
|
2013-07-31 18:16:47 +00:00 |
|
Peter Osterlund
|
e38860f882
|
DroidFish: Updated Russian translation.
|
2013-07-31 18:09:51 +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
|
9e7572d54c
|
DroidFish: Handle Intent.EXTRA_STREAM of type "file".
|
2013-07-08 21:20:41 +00:00 |
|
Peter Osterlund
|
fdb4d70cbb
|
DroidFish: Ignore UTF8 byte order mark when reading PGN files.
|
2013-07-08 20:01:19 +00:00 |
|
Peter Osterlund
|
c2427ac4c3
|
DroidFish: Removed unused import.
|
2013-07-08 19:20:17 +00:00 |
|
Peter Osterlund
|
efb536278f
|
DroidFish: Improved detection of number of CPU cores to work on HTC One.
|
2013-06-15 13:03:49 +00:00 |
|
Peter Osterlund
|
cf212ff0ed
|
DroidFish: Give a small positive weight for CTG book moves even if the book entry says wins=draws=0 for the move.
|
2013-06-03 19:25:17 +00:00 |
|
Peter Osterlund
|
eb00cf60de
|
DroidFish: Avoid crash if playing a move sound fails.
|
2013-05-13 19:27:42 +00:00 |
|
Peter Osterlund
|
ffa0e1a240
|
DroidFish: Changed version to 1.50.
|
2013-05-08 19:12:49 +00:00 |
|
Peter Osterlund
|
34b9fd139f
|
DroidFish: Updated stockfish engine to version 3.
|
2013-05-03 17:03:42 +00:00 |
|
Peter Osterlund
|
3f55b61865
|
DroidFish: Enable "load from last file" action even if clocks are active.
|
2013-04-14 20:59:45 +00:00 |
|
Peter Osterlund
|
d5930c0f30
|
DroidFish: Save time control information when exiting program.
|
2013-04-14 20:53:02 +00:00 |
|
Peter Osterlund
|
a14a8250a1
|
DroidFish: Use Locale.US for all text formatting.
|
2013-04-14 18:55:04 +00:00 |
|
Peter Osterlund
|
ca757cebd7
|
DroidFish: Changed some variables from long to int.
|
2013-04-14 14:07:14 +00:00 |
|
Peter Osterlund
|
26ac3b6ab5
|
DroidFish: Time control information is now stored in pgn header data.
|
2013-04-14 13:33:36 +00:00 |
|
Peter Osterlund
|
da625e085d
|
DroidFish: Added support for multiple time controls in the DroidChessController class.
|
2013-04-14 08:56:17 +00:00 |
|
Peter Osterlund
|
8ef8fbe3cd
|
DroidFish: Show current time control in the extended title bar.
|
2013-04-14 08:04:13 +00:00 |
|