mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Integrate GotoNextGame() for better efficiency
This commit is contained in:
parent
1eca34d0ef
commit
4182513d63
2 changed files with 8 additions and 5 deletions
2
TODO.md
2
TODO.md
|
@ -7,7 +7,7 @@
|
|||
- [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)
|
||||
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
|
||||
- [x] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
|
||||
- [x] Clean and debug DragNDrop in BoardCanvas
|
||||
- [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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue