Commit Graph

  • 289d89b70f DroidFish: Don't display dummy (0:--) current move information if the engine has not provided any current move information. Peter Osterlund 2014-10-13 16:39:05 +0000
  • fe8702b1f8 DroidFish: Changed version to 1.55. 1.55 Peter Osterlund 2014-10-12 14:01:51 +0000
  • 9a6997c275 DroidFish: Updated translations. Peter Osterlund 2014-10-12 12:44:56 +0000
  • 8c99b770dd DroidFish: Updated stockfish to the latest development version and included syzygy tablebases probing code. Peter Osterlund 2014-10-12 12:38:00 +0000
  • e621fb77bd DroidFish: Fixed inconsistent spelling of tablebases. Peter Osterlund 2014-10-12 00:53:40 +0000
  • d5341ed0e1 DroidFish: Renamed gtb package to tb. Peter Osterlund 2014-10-12 00:32:56 +0000
  • b285d6ed6c DroidFish: Fixed problem that could cause the second tap when making a move to be ignored. Peter Osterlund 2014-10-12 00:23:15 +0000
  • aa95d57e7b DroidFish: Implemented DTZ/WDL tablebase hints in the GUI when only syzygy tablebases are available. Peter Osterlund 2014-10-12 00:21:10 +0000
  • 0545004d3a DroidFishTest: Disabled non-working test. Peter Osterlund 2014-10-09 19:23:53 +0000
  • c6729f4769 DroidFish: Updated translations. Peter Osterlund 2014-10-08 19:35:09 +0000
  • ac83aa19b0 DroidFish: Added syzygy tablebases information to about.html. Peter Osterlund 2014-10-08 18:02:12 +0000
  • 3be7f6db04 DroidFish: Display the options menu when long pressing the M button. Peter Osterlund 2014-10-04 17:56:00 +0000
  • a4b5950a8a DroidFish: Fixed potential integer overflow problem in CTG book code. Peter Osterlund 2014-10-04 16:14:27 +0000
  • 31ce064a10 DroidFish: Made it possible to specify a full file path to the book file in preferences. Peter Osterlund 2014-10-04 12:48:31 +0000
  • 648a00dc92 DroidFish: Don't allow adding a null move to the game tree when the side to move is in check. Peter Osterlund 2014-10-04 12:32:48 +0000
  • 944d16910d DroidFish: Fixed arrow display problem after switching from multi-PV to single-PV mode. Peter Osterlund 2014-10-04 12:24:17 +0000
  • 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. Peter Osterlund 2014-10-04 12:21:53 +0000
  • 8609a05d10 DroidFish: Support for using "open exchange" engines installed on the android device. Peter Osterlund 2014-10-04 08:23:57 +0000
  • a1047dccea DroidFish: Removed obsolete code. Peter Osterlund 2014-09-21 13:18:32 +0000
  • 473b4ad55c DroidFish: Don't display obsolete current move information when starting analysis mode. Peter Osterlund 2014-09-14 08:27:09 +0000
  • be429d39ea DroidFish: Indentation fix. Peter Osterlund 2014-09-14 05:50:34 +0000
  • fd60255a55 DroidFish: Fixed NPE when rotating the display while reading a FEN file. Peter Osterlund 2014-08-09 18:04:02 +0000
  • 083ed45ce4 DroidFish: Set RTB option before GTB option. Improves texel startup time a bit. Peter Osterlund 2014-07-16 18:25:35 +0000
  • 0e9e6fb18b DroidFish: Implemented function to reset all UCI options to default values. Peter Osterlund 2014-07-16 17:46:43 +0000
  • d0648b9cbf DroidFish: Hide some UCI options for the internal stockfish engine. Peter Osterlund 2014-07-16 17:27:34 +0000
  • 4ea935944f DroidFish: Implemented setting of engine UCI options. Peter Osterlund 2014-07-16 17:20:18 +0000
  • bd011e5359 DroidFish: Made it possible to change UCI options using an .ini file. Peter Osterlund 2014-07-15 09:30:16 +0000
  • d5a640440b DroidFish: In computeNetEngineID(), don't read the whole engine file when the engine is not a network engine. Peter Osterlund 2014-07-14 22:53:56 +0000
  • 234e15dd98 DroidFish: Removed useless overridden function. Peter Osterlund 2014-07-14 22:10:06 +0000
  • dbfa0dd18c DroidFish: Changed location of external opening book files to /sdcard/DroidFish/book. Peter Osterlund 2014-07-13 15:52:32 +0000
  • f6d4e21b2e DroidFish: Don't hard code the /data/data directory. Peter Osterlund 2014-07-13 11:42:05 +0000
  • b61bfe14c9 DroidFish: Fixed some lint warnings. Peter Osterlund 2014-07-13 11:22:13 +0000
  • 696c6411ec DroidFish: Automatically restart engine when tablebase engine probing is changed. Peter Osterlund 2014-07-13 09:42:03 +0000
  • 8becf3dc35 DroidFish: Made it possible to open the options menu by clicking on the title bar. Peter Osterlund 2014-07-13 09:14:48 +0000
  • 4923b06e3c DroidFish: Better handling of gestures on the chess board. Peter Osterlund 2014-07-13 00:05:41 +0000
  • 40c800f250 Classpath changes after updating to new SDK version. Peter Osterlund 2014-07-12 14:34:07 +0000
  • aae09341c6 Classpath changes after updating to new SDK version. Peter Osterlund 2014-07-12 14:15:31 +0000
  • d0c5e9d15a DroidFish: Avoid crash if startActivity throws ActivityNotFoundException. Peter Osterlund 2014-07-11 13:24:36 +0000
  • 2b7011acfe DroidFish: Use different RTB path for network engines and local engines. Peter Osterlund 2014-07-07 22:23:18 +0000
  • c3acf44ac8 DroidFish: Workaround for GTB en passant probing bug. Peter Osterlund 2014-07-03 09:22:16 +0000
  • 47f1cc4ac9 DroidFish: A long press on the positions list now loads the position immediately. Peter Osterlund 2014-06-08 15:13:21 +0000
  • 0f9f9f6e01 DroidFish: Use different GTB path for network engines and local engines. Peter Osterlund 2014-06-06 13:07:32 +0000
  • 4fbb4b721c DroidFish: Show tablebase hits. Add support for SyzygyPath uci option. Peter Osterlund 2014-06-01 09:28:16 +0000
  • 837c49777a DroidFish: Changed version to 1.54. 1.54 Peter Osterlund 2014-05-31 12:49:44 +0000
  • 5d723926b0 DroidFish: Updated Stockfish engine to version 5. Peter Osterlund 2014-05-31 12:23:03 +0000
  • 93d521c75e CuckooChess: Java applets are not allowed to use System.getProperty(). Peter Osterlund 2014-05-17 11:22:16 +0000
  • 3bbfa49b01 DroidFish: Added options for larger hash tables. Useful for network engines. Peter Osterlund 2014-05-07 19:25:03 +0000
  • bcc8353129 DroidFish: Recognize UCI option "Cores" to set number of search threads. Peter Osterlund 2014-04-19 10:21:49 +0000
  • c9b019e581 DroidFish: Changed default preferences to favor analysis mode, which is the main intended use case for the app. Peter Osterlund 2014-03-30 08:17:18 +0000
  • e2ca919e78 DroidFish: In edit board mode, use a larger gap between the board and the setup pieces. Peter Osterlund 2014-03-30 07:56:42 +0000
  • 55de4ccdc4 DroidFish: Don't read the whole engine file just to determine if it is a network engine or not. Peter Osterlund 2014-03-28 23:00:41 +0000
  • 9cef130ce1 DroidFish: Suppressed a warning. Peter Osterlund 2014-03-28 22:32:21 +0000
  • bfef649156 DroidFish: Removed support for android 1.5. Peter Osterlund 2014-03-28 22:30:32 +0000
  • 6b129e2930 DroidFish: Fixed capitalization of "SetUp" PGN tag. Peter Osterlund 2014-01-05 22:24:39 +0000
  • cceb19c70d DroidFish: Cosmetic change. Peter Osterlund 2013-12-23 22:02:18 +0000
  • bc58767547 DroidFish: Spelling fixes. Peter Osterlund 2013-12-22 23:20:13 +0000
  • 6f044b5aab DroidFish: Changed version to 1.53 DD. 1.53 Peter Osterlund 2013-11-30 19:20:30 +0000
  • 43e92323e4 DroidFish: Updated stockfish engine to version DD. Peter Osterlund 2013-11-30 19:12:34 +0000
  • ef2ea196b4 DroidFish: Remove unneeded "-isystem" compiler flag that was causing trouble on Mac. Peter Osterlund 2013-10-14 22:26:53 +0000
  • 4d73bedea9 DroidFish: Allow using 16 threads. Useful for network engines. Peter Osterlund 2013-09-29 06:16:54 +0000
  • 0faf8a49ca DroidFish: Fixed time management bug triggered by ponder mode. Peter Osterlund 2013-09-17 17:47:30 +0000
  • 96cfc46536 DroidFish: Handle intents with file names ending with .pgn, .epd and .fen. Peter Osterlund 2013-09-01 11:26:21 +0000
  • ada24aa0ba DroidFish: Changed version to 1.52. 1.52 Peter Osterlund 2013-08-20 18:19:52 +0000
  • bfc5782f52 DroidFish: Updated stockfish engine to version 4. Peter Osterlund 2013-08-20 18:02:33 +0000
  • 96a8ec79ac DroidFish: Changed version to 1.51. 1.51 Peter Osterlund 2013-07-31 18:16:47 +0000
  • e38860f882 DroidFish: Updated Russian translation. Peter Osterlund 2013-07-31 18:09:51 +0000
  • 1f33929c67 DroidFish: Fixed bug in stockfish that could make the engine hang. Peter Osterlund 2013-07-31 17:49:22 +0000
  • 9e7572d54c DroidFish: Handle Intent.EXTRA_STREAM of type "file". Peter Osterlund 2013-07-08 21:20:41 +0000
  • fdb4d70cbb DroidFish: Ignore UTF8 byte order mark when reading PGN files. Peter Osterlund 2013-07-08 20:01:19 +0000
  • c2427ac4c3 DroidFish: Removed unused import. Peter Osterlund 2013-07-08 19:20:17 +0000
  • efb536278f DroidFish: Improved detection of number of CPU cores to work on HTC One. Peter Osterlund 2013-06-15 13:03:49 +0000
  • cf212ff0ed DroidFish: Give a small positive weight for CTG book moves even if the book entry says wins=draws=0 for the move. Peter Osterlund 2013-06-03 19:25:17 +0000
  • eb00cf60de DroidFish: Avoid crash if playing a move sound fails. Peter Osterlund 2013-05-13 19:27:42 +0000
  • ffa0e1a240 DroidFish: Changed version to 1.50. 1.50 Peter Osterlund 2013-05-08 19:12:49 +0000
  • 34b9fd139f DroidFish: Updated stockfish engine to version 3. Peter Osterlund 2013-05-03 17:03:42 +0000
  • 3f55b61865 DroidFish: Enable "load from last file" action even if clocks are active. Peter Osterlund 2013-04-14 20:59:45 +0000
  • d5930c0f30 DroidFish: Save time control information when exiting program. Peter Osterlund 2013-04-14 20:53:02 +0000
  • a14a8250a1 DroidFish: Use Locale.US for all text formatting. Peter Osterlund 2013-04-14 18:55:04 +0000
  • ca757cebd7 DroidFish: Changed some variables from long to int. Peter Osterlund 2013-04-14 14:07:14 +0000
  • 26ac3b6ab5 DroidFish: Time control information is now stored in pgn header data. Peter Osterlund 2013-04-14 13:33:36 +0000
  • da625e085d DroidFish: Added support for multiple time controls in the DroidChessController class. Peter Osterlund 2013-04-14 08:56:17 +0000
  • 8ef8fbe3cd DroidFish: Show current time control in the extended title bar. Peter Osterlund 2013-04-14 08:04:13 +0000
  • ba7d8f61eb DroidFish: Added support in TimeControl class for multiple time controls and for different time controls for white and black. Peter Osterlund 2013-04-13 21:25:25 +0000
  • 671994e004 DroidFish: Changed version to 1.49. 1.49 Peter Osterlund 2013-04-07 18:56:19 +0000
  • f8e0724f54 DroidFish: Updated translations. Peter Osterlund 2013-04-07 18:54:17 +0000
  • 5b0af66e06 DroidFish: Updated Polish translation. Peter Osterlund 2013-04-01 21:33:17 +0000
  • 3b08e22d45 DroidFish: Polish translation of strings.xml. From Rafał Smyka. Peter Osterlund 2013-03-31 17:47:12 +0000
  • aa95f64fc1 DroidFish: Updated German translation. Peter Osterlund 2013-03-31 17:46:12 +0000
  • d26b15c656 DroidFish: Made it possible to open .fen and .epd files in DroidFish from a file manager such as AndroZip. Peter Osterlund 2013-03-25 06:09:57 +0000
  • fc089a03bd DroidFish: Changed version to 1.48. 1.48 Peter Osterlund 2013-03-14 19:48:54 +0000
  • deb800af26 DroidFish: Translation updates. Peter Osterlund 2013-03-12 20:23:30 +0000
  • f8c4ce1caa DroidFish: Translation updates. Peter Osterlund 2013-03-12 20:02:04 +0000
  • 3aa548977e DroidFish: Updated translations. Peter Osterlund 2013-03-11 20:30:07 +0000
  • 0445e7137e DroidFish: Use "..." in progress dialog titles. Peter Osterlund 2013-03-10 09:56:19 +0000
  • 8ced188b49 DroidFish: The tools item in the options menu did not work when board gestures were disabled. Peter Osterlund 2013-03-09 17:17:58 +0000
  • 836a4239ec DroidFish: Updated about/help dialog with information about fen/epd functionality. Peter Osterlund 2013-03-05 20:58:11 +0000
  • 2f9206b2c3 DroidFish: New button action to change engine. Peter Osterlund 2013-03-05 20:27:13 +0000
  • 2e64237975 DroidFish: Added file menu item to load a position from a FEN/EPD file. Peter Osterlund 2013-03-05 19:34:25 +0000
  • 8fd611ff44 DroidFish: New action to load game/position from the last used file. Available in the file menu and as a configurable button action. Peter Osterlund 2013-03-03 11:14:30 +0000
  • 8d9a8dca41 DroidFish: Split board menu in sub-menus. Peter Osterlund 2013-03-03 09:04:45 +0000