mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Debug BoardCanvas DragNDrop and highlight last played move
This commit is contained in:
parent
741dc8a52e
commit
445cc09d01
4 changed files with 92 additions and 72 deletions
4
TODO.md
4
TODO.md
|
@ -6,12 +6,12 @@
|
|||
- [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)
|
||||
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
|
||||
- [ ] Clean and debug DragNDrop in BoardCanvas
|
||||
- [x] Clean and debug DragNDrop in BoardCanvas
|
||||
|
||||
## Additional Features
|
||||
- [ ] Add a live evaluation bar to the BoardCanvas
|
||||
- [x] Be able to draw arrows on the Board
|
||||
- [ ] Highlight the last played move
|
||||
- [x] Highlight the last played move
|
||||
- [ ] Be able to play against an engine
|
||||
- [ ] Implement full chess engine game analyzer/annotator
|
||||
- [ ] Handle .si4 databases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue