Peter Osterlund
|
1767f8c947
|
DroidFish: Moved code in ChessBoard.java that is not used by ChessBoardEdit.java to new class ChessBoardPlay.
|
2012-09-10 21:46:24 +00:00 |
|
Peter Osterlund
|
9810c3d054
|
DroidFish: Display error message if trying to use a slash (/) character in network engine names.
|
2012-09-08 14:35:47 +00:00 |
|
Peter Osterlund
|
7fb1b02ef3
|
DroidFish: Updated translations.
|
2012-09-08 07:10:51 +00:00 |
|
Peter Osterlund
|
4265f2e6f0
|
DroidFish: Removed unwanted newline characters in about.html.
|
2012-09-08 06:02:23 +00:00 |
|
Peter Osterlund
|
5c5989dd94
|
DroidFish: Replaced tab characters with spaces.
|
2012-09-07 20:23:44 +00:00 |
|
Peter Osterlund
|
06ee386923
|
DroidFish: Better text in "manage chess engines" menu.
|
2012-09-07 19:39:24 +00:00 |
|
Peter Osterlund
|
3d12ab7f59
|
DroidFish: Don't start the white clock in the initial position. It is not nice that the clock starts running immediately when you first start the program.
|
2012-09-02 07:54:44 +00:00 |
|
Peter Osterlund
|
7bbf888eb1
|
DroidFish: Added preference setting to choose between "sticky" and "toggle" mode for selecting squares.
|
2012-09-02 01:44:41 +00:00 |
|
Peter Osterlund
|
98f3982011
|
DroidFish: Documented how to use a network engine.
|
2012-09-02 00:33:45 +00:00 |
|
Peter Osterlund
|
21fa9d1522
|
DroidFish: When "quick move input" is enabled and the user taps on a piece that has no valid moves, display a toast that explains that the piece can not be moved. Idea from Leo Mayer.
|
2012-09-02 00:08:03 +00:00 |
|
Peter Osterlund
|
b66acc006f
|
DroidFish: Simplified navigation between engine management dialogs.
|
2012-09-01 23:17:02 +00:00 |
|
Peter Osterlund
|
a1b7f6688b
|
DroidFish: Ask for confirmation before deleting network engine.
|
2012-09-01 22:04:04 +00:00 |
|
Peter Osterlund
|
447e8de9c7
|
DroidFish: Cosmetic changes.
|
2012-09-01 21:15:48 +00:00 |
|
Peter Osterlund
|
7fd384ac7b
|
DroidFish: Split the DroidFish.onCreateDialog function into one function per dialog type.
|
2012-09-01 20:27:46 +00:00 |
|
Peter Osterlund
|
b342e18423
|
DroidFish: Moved the "piece name" preferences setting to the "User Interface" section.
|
2012-09-01 20:01:04 +00:00 |
|
Peter Osterlund
|
7967615386
|
DroidFish: Use k and M prefixes for nodes and nodes/second in the engine status information.
|
2012-09-01 18:59:43 +00:00 |
|
Peter Osterlund
|
2798f59554
|
DroidFish: Added color picker code from Daniel Nilsson and Sergey Margaritov, adapted to DroidFish by Leo Mayer.
|
2012-08-31 23:38:12 +00:00 |
|
Peter Osterlund
|
c1a0e69e75
|
DroidFish: Updated German translation. From Leo Mayer.
|
2012-08-31 23:24:30 +00:00 |
|
Peter Osterlund
|
37b82a8e11
|
DroidFish: Fixed incorrect comment. From Leo Mayer.
|
2012-08-31 23:22:54 +00:00 |
|
Peter Osterlund
|
ad349a36b1
|
DroidFish: Don't use largest font size for status text in portrait mode.
|
2012-08-31 23:09:44 +00:00 |
|
Peter Osterlund
|
b0a2f9f317
|
DroidFish: Better font for figurine notation. From Leo Mayer.
|
2012-08-28 17:34:57 +00:00 |
|
Peter Osterlund
|
37610d8297
|
DroidFish: Preliminary support for figurine chess notation. From Leo Mayer, with some small changes by me.
|
2012-08-27 18:14:10 +00:00 |
|
Peter Osterlund
|
feb5fabb22
|
DroidFish: Made it possible to configure more than one network engine.
|
2012-08-26 22:00:27 +00:00 |
|
Peter Osterlund
|
6a37ea341d
|
DroidFish: Don't use tab characters in xml files.
|
2012-08-26 18:53:49 +00:00 |
|
Peter Osterlund
|
7103e831ff
|
DroidFish: Don't use tab characters in xml files.
|
2012-08-26 18:53:07 +00:00 |
|
Peter Osterlund
|
157f0b6359
|
DroidFish: Clarified that engine strength setting is not used in analysis mode.
|
2012-08-26 15:56:34 +00:00 |
|
Peter Osterlund
|
7f5718ccb2
|
DroidFish: In analysis mode, don't show the strength setting in the title bar. Strength is always 100% in analysis mode.
|
2012-08-26 15:28:58 +00:00 |
|
Peter Osterlund
|
1f01daf133
|
DroidFish: Improved "one touch move" behavior. Based on patch from Leo Mayer.
|
2012-08-26 13:34:54 +00:00 |
|
Peter Osterlund
|
db704232df
|
DroidFish: Fixed NPE when shutting down program while trying to contact a network engine.
|
2012-08-19 16:17:28 +00:00 |
|
Peter Osterlund
|
31d6c0f768
|
DroidFish: Use helper function MoveGen.legalMoves().
|
2012-08-19 10:21:06 +00:00 |
|
Peter Osterlund
|
5c161d2101
|
DroidFish: Display chess moves using localized piece names.
|
2012-08-19 10:05:42 +00:00 |
|
Peter Osterlund
|
986d30991d
|
DroidFish: Improved "flip board based on player name" behavior. From Leo Mayer.
|
2012-08-17 19:12:25 +00:00 |
|
Peter Osterlund
|
5a7bd52687
|
DroidFish: Allow using more threads and more hash memory. Useful for network engines.
|
2012-08-05 19:28:18 +00:00 |
|
Peter Osterlund
|
a7e21224b8
|
DroidFish: Added support for running the chess engine on a different computer, communicating with it using a network socket.
|
2012-08-05 18:58:28 +00:00 |
|
Peter Osterlund
|
04f1225d3e
|
DroidFish: Made it possible to change the engine hash table size.
|
2012-07-24 01:04:43 +00:00 |
|
Peter Osterlund
|
bb3cff5298
|
DroidFish: New partial French translation.
|
2012-07-23 13:15:39 +00:00 |
|
Peter Osterlund
|
6515abdcd8
|
DroidFish: Updated German translation.
|
2012-07-23 13:11:19 +00:00 |
|
Peter Osterlund
|
840e577dde
|
DroidFish: Updated Spanish translation. From Amador Cuesta.
|
2012-07-23 12:29:11 +00:00 |
|
Peter Osterlund
|
29f0b8766c
|
DroidFish: Simplified TextIO.isValid() method.
|
2012-07-22 09:30:18 +00:00 |
|
Peter Osterlund
|
1f5f5c9522
|
DroidFish: Fixed crash when engine did not report a ponder move.
|
2012-07-20 21:38:25 +00:00 |
|
Peter Osterlund
|
c0bc8d3556
|
DroidFish: Changed version to 1.44.
|
2012-07-20 15:39:34 +00:00 |
|
Peter Osterlund
|
210bf89ef8
|
DroidFish: Disable use of boldface in android 4.1 to work around crash bug, see http://code.google.com/p/android/issues/detail?id=34872.
|
2012-07-19 11:43:30 +00:00 |
|
Peter Osterlund
|
9ccffdbb45
|
DroidFish: Updated Portuguese translation.
|
2012-07-18 09:45:50 +00:00 |
|
Peter Osterlund
|
eba354ea8f
|
DroidFish: Handled PGN file intents with more than one game.
|
2012-07-16 12:55:33 +00:00 |
|
Peter Osterlund
|
1de1e05025
|
DroidFish: Implemented function to share a PGN game.
|
2012-07-16 11:47:29 +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
|
352b54254a
|
DroidFish: Display player names in the title bar when the clocks are not running.
|
2012-07-16 08:45:57 +00:00 |
|
Peter Osterlund
|
fca2f69711
|
DroidFish: Updated translations.
|
2012-07-15 14:48:46 +00:00 |
|
Peter Osterlund
|
6bf1886e71
|
DroidFish: Fixed to work with CuckooChess changes.
|
2012-07-15 11:00:43 +00:00 |
|
Peter Osterlund
|
ab87bb9ae8
|
CuckooChess: Back-ported Texel improvements to CuckooChess. +24 ELO against previous version after 1894 games at 60/6 time control.
|
2012-07-15 10:39:23 +00:00 |
|