Update chessarbiter and finish the implementation of pawns promotions

This commit is contained in:
Loic Guegan 2023-01-10 17:18:40 +01:00
parent b7e48fe351
commit 3bec014a33
8 changed files with 37 additions and 22 deletions

View file

@ -1,7 +1,7 @@
# TODO
## Before releasing v0.1.0
- [ ] Implement pawn promotions in BoardCanvas
- [x] Implement pawn promotions in BoardCanvas
- [x] Debug animations (have a more reliable approach (can segfault when clicking on variations in the editor))
- [x] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
- [x] Bind the chess game editor settings to EditorPrefs.hpp