Commit Graph

840 Commits

Author SHA1 Message Date
Peter Osterlund
b789406ac7 DroidFish: Moved options menu strings to strings.xml. 2011-12-17 09:12:22 +00:00
Peter Osterlund
70cac5464f DroidFish: Moved "delete game/delete file" strings to strings.xml. 2011-12-17 08:54:14 +00:00
Peter Osterlund
1695cf1624 DroidFish: Moved strings to strings.xml so they can be translated. 2011-12-17 02:35:30 +00:00
Peter Osterlund
045cb8a700 DroidFish: Moved game status strings to strings.xml. 2011-12-17 01:33:22 +00:00
Peter Osterlund
cf312a2b20 DroidFish: Use localized strings for white/black in the title bar. 2011-12-17 00:35:55 +00:00
Peter Osterlund
4767bcb892 DroidFish: Added German translation from Uwe Walschus. 2011-12-17 00:08:15 +00:00
Peter Osterlund
d945c87190 DroidFish: When making a move, scroll the move list window to make current move visible. 2011-12-15 00:23:32 +00:00
Peter Osterlund
577dd388e8 DroidFish: Lint warning fixes from Aaro Korhonen. 2011-12-13 21:26:33 +00:00
Peter Osterlund
c5f3b7817c DroidFish: Protect against null pointer exception in DroidEngineControl. 2011-12-11 03:11:01 +00:00
Peter Osterlund
a1746f75dd CuckooChess: Fixed small bug in storing and logging of depth zero evaluation scores. 2011-12-07 05:48:11 +00:00
Peter Osterlund
7cfae75cb2 DroidFish: Fixed potential threading problems. 2011-12-04 21:27:52 +00:00
Peter Osterlund
390cd09e12 CuckooChessAPK: Removed obsolete FIXME items. 2011-12-04 18:42:56 +00:00
Peter Osterlund
7168e4be6e CuckooChess: Implemented late move pruning. 2011-12-04 17:32:22 +00:00
Peter Osterlund
c53f582581 CuckooChess: Don't do reverse futility pruning if there is too little material left. 2011-12-04 13:02:37 +00:00
Peter Osterlund
e547c780c9 DroidFish: Don't process scroll events if chess board square size is zero. 2011-12-04 13:01:14 +00:00
Peter Osterlund
ec8e082d5f DroidFish: Fixed warnings found by FindBugs. 2011-12-04 11:35:36 +00:00
Peter Osterlund
68ecd0c854 DroidFish: Added safety check to avoid null pointer exception in reportPromotePiece. 2011-12-04 10:36:56 +00:00
Peter Osterlund
6194043af9 CuckooChess: Optimized reverse futility margins using CLOP. No significant change in playing strength though. 2011-12-04 08:11:13 +00:00
Peter Osterlund
15fec82d90 CuckooChessEngine: Implemented reverse futility pruning. 2011-12-03 08:12:08 +00:00
Peter Osterlund
62e3ace1ab DroidFish: UI improvements from Aaro Korhonen.
- SeekBarPreference now uses Android system style (textAppearanceLarge) instead of custom attribute values.
- The dialog for filename has now the same visual style as the other dialogs.
- Added colons to the rest of the dialog labels.
- Added some padding to select_game.xml.
2011-11-28 17:22:00 +00:00
Peter Osterlund
09c270d533 DroidFish: Small simplification in "edit headers" function. 2011-11-27 12:44:41 +00:00
Peter Osterlund
b39e5c7840 DroidFish: UI improvements from Aaro Korhonen. "Edit headers" and "edit comments" are now dialogs instead of activities, which looks much better. 2011-11-27 12:26:14 +00:00
Peter Osterlund
3d994e3381 DroidFish: Made it possible to cancel scid file reading. Doesn't work perfectly though, because quite a lot of CPU time is spent initially inside the Scid on the go app, and that part can not be interrupted. 2011-11-27 03:24:42 +00:00
Peter Osterlund
b3bddec2c6 DroidFish: Added Aaro Korhonen to the about dialog. 2011-11-27 02:18:55 +00:00
Peter Osterlund
d945a2bc5e DroidFish: Swapped ok/cancel buttons in views for consistency with Android dialogs. 2011-11-27 01:52:17 +00:00
Peter Osterlund
e8d1ef5dd6 DroidFish: UI improvements from Aaro Korhonen.
- All the menu items are now using standard Android system icons.
- Removed the edit.png & start.png files as they're now obsolete.
- Dialogs are now using standard Ok / Cancel buttons.
- EditText views (in dialogs, 'Goto move' for instance) are now using standard Android background.
- The dialog for selecting the game mode now has a title.
- The dialog for selecting the player to move now uses radio boxes instead of buttons for a logical consistency.
- The dialog for selecting the en passant file now closes itself after an item has been chosen.
- The custom title bar (for clocks etc.) now uses the system style 'windowTitleStyle' for a visual consistency with non-custom titles.
- The header and comment editors are now wrapped in a ScrollView to provide landscape support.
2011-11-27 01:24:52 +00:00
Peter Osterlund
c8b0b8a1d3 CuckooChess: Changed node counters to long to avoid wraparound on long searches. 2011-11-26 13:50:15 +00:00
Peter Osterlund
0dcdaeaa74 DroidFish: Added evaluation to avoid walking into wrong corner in KRKB endings. 2011-11-20 20:44:48 +00:00
Peter Osterlund
66aaca4aac DroidFish: Changed version to 1.37. 2011-11-20 15:18:54 +00:00
Peter Osterlund
ed834bdfbd DroidFish: Updated Stockfish engine to version 2.1.1. 2011-11-19 10:11:26 +00:00
Peter Osterlund
629a365d90 DroidFish: Fixed bug where non-standard PGN headers were duplicated when PGN headers were edited. 2011-11-14 19:41:39 +00:00
Peter Osterlund
cafab99c8a DroidFish: Fixed "load scid file" dialog to work on pre-2.2 devices. (Thanks to Gerhard Kaleb for pointing this out.) 2011-11-14 17:57:55 +00:00
Peter Osterlund
96047e29ec DroidFish: Removed obsolete FIXME item. 2011-11-13 20:36:34 +00:00
Peter Osterlund
7cc120f2a3 DroidFish: Made the Native_Builder use the NDK environment variable. 2011-11-12 23:33:21 +00:00
Peter Osterlund
1f04910cc5 Moved DroidFishTest project to trunk/ 2011-11-12 19:44:09 +00:00
Peter Osterlund
252789e186 Moved DroidFish project to trunk/ 2011-11-12 19:44:06 +00:00
Peter Osterlund
7a793cd44e Moved CuckooChessAPK project to trunk/ 2011-11-12 19:44:02 +00:00
Peter Osterlund
0461be164f Moved CuckooChess project to trunk/ 2011-11-12 19:43:59 +00:00
Peter Osterlund
f2946fe6c7 Moved CuckooChessEngine project to trunk/ 2011-11-12 19:43:53 +00:00
Peter Osterlund
374c481a14 Created trunk directory. 2011-11-12 19:42:50 +00:00