Peter Osterlund
|
936925dcc4
|
DroidFish: Avoid NPE if engine sends invalid moves in the PV.
|
2012-06-07 22:04:21 +00:00 |
|
Peter Osterlund
|
0cfda3577c
|
DroidFish: Ignore "pt" unit when parsing SVG files.
|
2012-06-07 17:28:32 +00:00 |
|
Peter Osterlund
|
9447c67ce7
|
DroidFish: Fixed incorrect bounds calculation in SVG code.
|
2012-06-06 19:57:35 +00:00 |
|
Peter Osterlund
|
436579fe20
|
DroidFish: Fixed warnings in SVG code.
|
2012-06-06 19:55:33 +00:00 |
|
Peter Osterlund
|
7c37f8f5ed
|
DroidFish: Added svg-android code for SVG support. See http://code.google.com/p/svg-android/.
|
2012-06-06 19:50:45 +00:00 |
|
Peter Osterlund
|
026de0610f
|
DroidFish: Longer timeout before reporting engine problem.
|
2012-06-06 19:43:22 +00:00 |
|
Peter Osterlund
|
7344b26a53
|
DroidFish: Added support for mips architecture. Requires NDK r8.
|
2012-05-19 06:42:02 +00:00 |
|
Peter Osterlund
|
ad76eda35b
|
DroidFish: Fixed problems with the "Flip Board: Player" setting. Board flip should be considered when editing the game headers and when changing the player name in preferences.
|
2012-05-15 17:46:41 +00:00 |
|
Peter Osterlund
|
81bd2a6326
|
DroidFish: Variation arrows no longer override analysis arrows and book arrows.
|
2012-05-13 06:49:12 +00:00 |
|
Peter Osterlund
|
95d1e63338
|
DroidFish: Implemented "toggle engine analysis" button action.
|
2012-05-13 06:32:36 +00:00 |
|
Peter Osterlund
|
d67f536cf2
|
DroidFish: Implemented configurable buttons.
|
2012-05-13 00:26:56 +00:00 |
|
Peter Osterlund
|
1a6d76c5e3
|
DroidFish: Whitespace fix.
|
2012-05-12 19:48:21 +00:00 |
|
Peter Osterlund
|
f49809fa7f
|
DroidFish: Don't run GTB initialization and engine startup in parallel. Seems to trigger ICS bug, see http://stackoverflow.com/questions/8688382/runtime-exec-bug-hangs-without-providing-a-process-object.
|
2012-05-12 18:16:38 +00:00 |
|
Peter Osterlund
|
51278dfc35
|
DroidFish: Don't reinitialize GTB in onResume(). The performance hit is not worth it. The tradeoff is that you now have to restart the program for new files added to the GTB directory to be recognized.
|
2012-05-12 17:48:38 +00:00 |
|
Peter Osterlund
|
1c10b740f1
|
DroidFish: Fixed default value for number of engine threads to match default in preferences.xml.
|
2012-05-12 17:44:43 +00:00 |
|
Peter Osterlund
|
4753286aeb
|
DroidFish: Preparations for supporting one more button.
|
2012-05-12 17:42:56 +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
|
94f9994fe6
|
DroidFish: Do GTB initialization in a background thread.
|
2012-05-12 16:16:38 +00:00 |
|
Peter Osterlund
|
3d7c5c03f8
|
DroidFish: Removed resource "ok". Android has a built-in resource for this.
|
2012-05-10 19:35:26 +00:00 |
|
Peter Osterlund
|
77b25099eb
|
DroidFish: Optionally vibrate when the computer makes a move.
|
2012-05-10 18:36:02 +00:00 |
|
Peter Osterlund
|
00013ebaa9
|
DroidFish: Updated for new SDK/NDK versions.
|
2012-05-01 16:53:19 +00:00 |
|
Peter Osterlund
|
1569ac3731
|
DroidFish: Removed the padding around the chess board. Makes it slightly larger.
|
2012-04-22 11:23:41 +00:00 |
|
Peter Osterlund
|
91524829f5
|
DroidFish: Added hint about how to undo/redo single half moves.
|
2012-04-14 14:46:02 +00:00 |
|
Peter Osterlund
|
fbd7225386
|
DroidFish: Made "save to pgn file" easier to understand.
|
2012-04-14 13:25:19 +00:00 |
|
Peter Osterlund
|
14d17d6719
|
DroidFish: Made it possible to load/save PGN files in any directory, using the "OI file manager".
|
2012-04-14 12:37:15 +00:00 |
|
Peter Osterlund
|
cc5582bdbc
|
DroidFish: If setting strength to 0% when stockfish engine is used, show a hint that using the CuckooChess engine gives even lower strength.
|
2012-04-08 16:42:21 +00:00 |
|
Peter Osterlund
|
a0eb057e4a
|
DroidFish: Allow selecting side to play when starting a new game.
|
2012-04-07 23:46:04 +00:00 |
|
Peter Osterlund
|
9be6394737
|
DroidFish: Changed default value of "flip board based on player name" setting to "true".
|
2012-04-07 21:28:21 +00:00 |
|
Peter Osterlund
|
463bbcba20
|
DroidFish: Added flip board button.
|
2012-04-07 21:05:05 +00:00 |
|
Peter Osterlund
|
e6e4d6b213
|
DroidFish: Added support for default player name.
|
2012-04-07 15:45:34 +00:00 |
|
Peter Osterlund
|
a53834d21e
|
DroidFish: Added preference setting for left-handed landscape mode.
|
2012-04-07 10:43:12 +00:00 |
|
Peter Osterlund
|
bdd67ce315
|
DroidFish: Display PGN comments in a color different from PGN moves.
|
2012-04-07 09:15:44 +00:00 |
|
Peter Osterlund
|
d4ddd88aae
|
DroidFish: Added color themes from scid on the go.
|
2012-03-04 20:01:47 +00:00 |
|
Peter Osterlund
|
f602cd6448
|
DroidFish: Updated FIXME list.
|
2012-03-04 19:04:23 +00:00 |
|
Peter Osterlund
|
43e0f00175
|
DroidFish: Avoid infinite recursion in SeekBarPreference.
|
2012-02-14 22:42:50 +00:00 |
|
Peter Osterlund
|
36a9ed45d7
|
DroidFish: Fixed to make unicode characters display correctly in about dialog.
|
2012-02-12 20:22:42 +00:00 |
|
Peter Osterlund
|
28b81ddf0e
|
DroidFish: Fixed warning in manifest file.
|
2012-02-12 09:49:54 +00:00 |
|
Peter Osterlund
|
b97303fd5b
|
DroidFish: Handle PGN intents with scheme "file".
|
2012-02-05 21:24:59 +00:00 |
|
Peter Osterlund
|
1c1640d73c
|
DroidFish: Ignore leading and trailing whitespace in the TB path.
|
2012-01-30 18:52:27 +00:00 |
|
Peter Osterlund
|
5e4c179ca7
|
DroidFish: In "sticky" edit board mode, if the target square already contains the selected piece, clear the square instead of doing nothing.
|
2012-01-26 18:43:53 +00:00 |
|
Peter Osterlund
|
72b93358af
|
DroidFish: When displaying tablebase info, only display the best score for pawn promotions.
|
2012-01-26 18:22:16 +00:00 |
|
Peter Osterlund
|
4020384ad6
|
DroidFish: Avoid null pointer exception in pgn load/save.
|
2012-01-25 19:04:41 +00:00 |
|
Peter Osterlund
|
905c155270
|
DroidFish: Use html to format the about dialog text.
|
2012-01-22 19:22:56 +00:00 |
|
Peter Osterlund
|
4e86b110d3
|
DroidFish: Changed default value for tablebase root probe setting to true.
|
2012-01-22 12:48:11 +00:00 |
|
Peter Osterlund
|
7caebc66d5
|
DroidFish: Made the internal stockfish engine work also on arm v6 architectures.
|
2012-01-21 20:16:47 +00:00 |
|
Peter Osterlund
|
bbaf130eac
|
DroidFish: Reinitialize tablebases when activity is resumed.
|
2012-01-21 11:26:51 +00:00 |
|
Peter Osterlund
|
50ef527376
|
DroidFish: Reinitialize tablebases when activity is started.
|
2012-01-21 08:51:01 +00:00 |
|
Peter Osterlund
|
27d6b729f0
|
DroidFish: Fixed problem with CPU notification not going away if program was previously killed by Android to free up memory.
|
2012-01-21 07:44:28 +00:00 |
|
Peter Osterlund
|
6b7c844df0
|
DroidFish: Added support for Gaviota endgame tablebases.
|
2012-01-20 19:14:25 +00:00 |
|
Peter Osterlund
|
e6f63f59e9
|
DroidFish: Avoid null pointer exception if engine reports that it is currently searching an invalid move.
|
2012-01-20 19:12:04 +00:00 |
|