summaryrefslogtreecommitdiff
path: root/Games/Chess/main.cpp
AgeCommit message (Expand)Author
2020-12-17Chess: Prevent board changes when waiting for ChessEngine to moveBrendan Coles
2020-12-10Chess: Added abilty to import PGN filesAnicJov
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-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-21Chess: Add support for UCI enginesPeter Elliott
2020-08-17Games: Add missing separators to the application menusTibor Nagy
2020-08-17Chess: Add Help menuitemAbu Sakib
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott