index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
/
Chess
/
ChessWidget.h
Age
Commit message (
Expand
)
Author
2020-12-17
Chess: Prevent board changes when waiting for ChessEngine to move
Brendan Coles
2020-12-10
Chess: Added ability to put markings on the board
AnicJov
2020-12-10
Chess: Added abilty to import PGN files
AnicJov
2020-12-10
Chess: Add ability to replay moves
AnicJov
2020-12-10
Chess: Added ability to copy board state as FEN
AnicJov
2020-12-06
Chess: Add ability to export game as PGN file
AnicJov
2020-12-06
Chess: Added ability to resign and flip the board
AnicJov
2020-08-23
Chess: Allow resizing Chess using resize_aspect_ratio(1,1)
Peter Elliott
2020-08-23
Chess: Optionaly display coordinates at edge of board
Peter Elliott
2020-08-21
Chess: Add support for UCI engines
Peter Elliott
2020-08-21
Chess: Refactor game logic into LibChess for use in engines
Peter Elliott
2020-08-15
Chess: Add pawn promotion to any piece
Peter Elliott
2020-08-15
Chess: Add En-passant
Peter Elliott
2020-08-15
Chess: Add menu options for setting board theme and piece set
Peter Elliott
2020-08-15
Chess: Highlight last move
Peter Elliott
2020-08-15
Chess: Add win/draw conditions, and display them.
Peter Elliott
2020-08-15
Chess: Add basic ChessWidget and ugly piece set
Peter Elliott