Commit Graph

420 Commits

Author SHA1 Message Date
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
Peter Osterlund
ba7d8f61eb DroidFish: Added support in TimeControl class for multiple time controls and for different time controls for white and black. 2013-04-13 21:25:25 +00:00
Peter Osterlund
671994e004 DroidFish: Changed version to 1.49. 2013-04-07 18:56:19 +00:00
Peter Osterlund
f8e0724f54 DroidFish: Updated translations. 2013-04-07 18:54:17 +00:00
Peter Osterlund
5b0af66e06 DroidFish: Updated Polish translation. 2013-04-01 21:33:17 +00:00
Peter Osterlund
3b08e22d45 DroidFish: Polish translation of strings.xml. From Rafał Smyka. 2013-03-31 17:47:12 +00:00
Peter Osterlund
aa95f64fc1 DroidFish: Updated German translation. 2013-03-31 17:46:12 +00:00
Peter Osterlund
d26b15c656 DroidFish: Made it possible to open .fen and .epd files in DroidFish from a file manager such as AndroZip. 2013-03-25 06:09:57 +00:00
Peter Osterlund
fc089a03bd DroidFish: Changed version to 1.48. 2013-03-14 19:48:54 +00:00
Peter Osterlund
deb800af26 DroidFish: Translation updates. 2013-03-12 20:23:30 +00:00
Peter Osterlund
f8c4ce1caa DroidFish: Translation updates. 2013-03-12 20:02:04 +00:00
Peter Osterlund
3aa548977e DroidFish: Updated translations. 2013-03-11 20:30:07 +00:00
Peter Osterlund
0445e7137e DroidFish: Use "..." in progress dialog titles. 2013-03-10 09:56:19 +00:00
Peter Osterlund
8ced188b49 DroidFish: The tools item in the options menu did not work when board gestures were disabled. 2013-03-09 17:17:58 +00:00
Peter Osterlund
836a4239ec DroidFish: Updated about/help dialog with information about fen/epd functionality. 2013-03-05 20:58:11 +00:00
Peter Osterlund
2f9206b2c3 DroidFish: New button action to change engine. 2013-03-05 20:27:13 +00:00
Peter Osterlund
2e64237975 DroidFish: Added file menu item to load a position from a FEN/EPD file. 2013-03-05 19:34:25 +00:00
Peter Osterlund
8fd611ff44 DroidFish: New action to load game/position from the last used file. Available in the file menu and as a configurable button action. 2013-03-03 11:14:30 +00:00
Peter Osterlund
8d9a8dca41 DroidFish: Split board menu in sub-menus. 2013-03-03 09:04:45 +00:00
Peter Osterlund
f72dd4f466 DroidFish: When receiving a fen file from an external program, let the user select which fen position to use. 2013-03-02 17:29:10 +00:00
Peter Osterlund
6a1186dca5 DroidFish: Added function to receive chess positions from other programs using intent ACTION_GET_CONTENT of type "application/x-chess-fen". 2013-03-02 11:58:48 +00:00
Peter Osterlund
c16424aa9c DroidFish: Don't disable boldface in android 4.2. The crash bug only affects 4.1. 2013-03-02 09:02:58 +00:00
Peter Osterlund
d2cbde4aac DroidFish: The menu button did not always work in edit board mode. 2013-03-02 08:01:44 +00:00
Peter Osterlund
0a38bbbd7b DroidFish: Fixed problem where a long press on the chess board could be interpreted as both a tap and a long press. 2013-03-02 07:50:16 +00:00
Peter Osterlund
f05e0fe48a DroidFish: Avoid NPE if creating a MediaPlayer object fails. 2013-02-15 17:22:44 +00:00