2023-01-02 18:50:01 +01:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
## Before releasing v0.1.0
|
|
|
|
- [ ] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
|
|
|
|
- [ ] Bind the chess game editor settings to EditorPrefs.hpp
|
2023-01-03 09:32:44 +01:00
|
|
|
- [ ] Ask before closing MainWindow/Tabs if anything is not saved
|
|
|
|
- [ ] 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
|
2023-01-02 18:50:01 +01:00
|
|
|
|
|
|
|
## Additional Features
|
|
|
|
- [ ] Add a live evaluation bar to the BoardCanvas
|
2023-01-07 16:04:06 +01:00
|
|
|
- [x] Be able to draw arrows on the Board
|
2023-01-02 19:37:26 +01:00
|
|
|
- [ ] 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)
|