summaryrefslogtreecommitdiff
path: root/Games/Chess
AgeCommit message (Expand)Author
2020-08-21ChessEngine: Add ChessEnginePeter Elliott
2020-08-21Chess: Add support for UCI enginesPeter Elliott
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott
2020-08-21Chess: Add serialization of moves and squaresPeter Elliott
2020-08-21Chess: Fix generation of promotion movesPeter Elliott
2020-08-17Games: Add missing separators to the application menusTibor Nagy
2020-08-17Chess: Add Help menuitemAbu Sakib
2020-08-17Chess: Uninitialized member in PromotionalDialog, found by CoverityBrian Gianforcaro
2020-08-15Chess: Add new ways to draw.Peter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Highlight last movePeter Elliott
2020-08-15Chess: Add win/draw conditions, and display them.Peter Elliott
2020-08-15Chess: Add legal move checkingPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott