aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-16 14:55:48 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-16 14:55:48 +0100
commit3b11b9d4f3eee5faa656d7ee61077e80726bdc36 (patch)
tree7817c036843c18eac0012298ec7808d795411f58 /TODO.md
parentb7667d1d40045ecd840b9b192c2740e5f83e7eba (diff)
Improve openings database code
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index b908670..266c50d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,7 +9,7 @@
- [x] Disable the save button in GameTab after saving (and re-enable it on new changes)
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
- [x] Clean and debug DragNDrop in BoardCanvas
- - [ ] Disable the "Analyze entire game" button (Not Yet Implemented)
+ - [x] Disable the "Analyze entire game" button (Not Yet Implemented)
- [x] Keep engine evaluation bar visible (and best move arrows) as long as the live engine dialog is open
## Additional Features
@@ -17,7 +17,7 @@
- [x] Be able to draw arrows on the Board
- [x] Highlight the last played move
- [ ] Be able to play against an engine
- - [ ] Implement full chess engine game analyzer/annotator
+ - [ ] Implement full chess engine game analyzer/annotator (analyze entire game)
- [ ] Handle .si4 databases
- [ ] Implement a page system for large databases (load massive databases per pages instead of entirely)
- [ ] Add a tool in the toolbar of GameTabLeftPanel to run the live engine analysis using the last engine \ No newline at end of file