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
/
main.cpp
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 abilty to import PGN files
AnicJov
2020-12-10
Chess: Added ability to copy board state as FEN
AnicJov
2020-12-10
Chess: Change keyboard shortcuts
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-12-06
Chess: Change default piece set
AnicJov
2020-11-02
Games: Use pledge and unveil
Brendan Coles
2020-11-01
Games: Use GUI::Icon::default_icon to set application icon
Brendan Coles
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-17
Games: Add missing separators to the application menus
Tibor Nagy
2020-08-17
Chess: Add Help menuitem
Abu Sakib
2020-08-15
Chess: Add menu options for setting board theme and piece set
Peter Elliott
2020-08-15
Chess: Add basic ChessWidget and ugly piece set
Peter Elliott