summaryrefslogtreecommitdiff
path: root/Games/Chess
AgeCommit message (Expand)Author
2020-12-22Chess: Use the hourglass cursor while waiting for the ChessEngineTom
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-17Chess: Prevent board changes when waiting for ChessEngine to moveBrendan Coles
2020-12-14Chess: Add LibCore as a dependencyItamar
2020-12-10Chess: Added ability to put markings on the boardAnicJov
2020-12-10Chess: Added abilty to import PGN filesAnicJov
2020-12-10Chess: Add ability to replay movesAnicJov
2020-12-10Chess: Added ability to copy board state as FENAnicJov
2020-12-10Chess: Change keyboard shortcutsAnicJov
2020-12-06Chess: Add ability to export game as PGN fileAnicJov
2020-12-06Chess: Added ability to resign and flip the boardAnicJov
2020-12-06Chess: Change default piece setAnicJov
2020-11-02Games: Use pledge and unveilBrendan Coles
2020-11-01Games: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31Applications: Use application icons for dialog windowsBrendan Coles
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-03Everywhere: Fix more typosLinus Groh
2020-08-23Chess: Allow resizing Chess using resize_aspect_ratio(1,1)Peter Elliott
2020-08-23Chess: Optionaly display coordinates at edge of boardPeter Elliott
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