ochess/TODO.md

22 lines
1.2 KiB
Markdown
Raw Normal View History

2023-01-02 18:50:01 +01:00
# TODO
## Before releasing v0.1.0
- [x] Implement pawn promotions in BoardCanvas
- [x] Debug animations (have a more reliable approach (can segfault when clicking on variations in the editor))
2023-01-08 12:26:38 +01:00
- [x] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
2023-01-09 15:22:31 +01:00
- [x] Bind the chess game editor settings to EditorPrefs.hpp
- [x] Ask before closing MainWindow/Tabs if anything is not saved
- [x] Disable the save button in GameTab after saving (and re-enable it on new changes)
2023-01-05 17:33:08 +01:00
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
- [x] Clean and debug DragNDrop in BoardCanvas
2023-01-11 10:48:57 +01:00
- [ ] Disable the "Analyze entire game" button (Not Yet Implemented)
- [ ] Keep engine evaluation bar visible (and best move arrows) as long as the live engine dialog is open
2023-01-02 18:50:01 +01:00
## Additional Features
2023-01-11 10:46:14 +01:00
- [x] Add a live evaluation bar to the BoardCanvas
- [x] Be able to draw arrows on the Board
- [x] Highlight the last played move
2023-01-02 18:50:01 +01:00
- [ ] Be able to play against an engine
- [ ] Implement full chess engine game analyzer/annotator
- [ ] Handle .si4 databases
- [ ] Implement a page system for large databases (load massive databases per pages instead of entirely)