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
Age
Commit message (
Expand
)
Author
2020-12-22
Chess: Use the hourglass cursor while waiting for the ChessEngine
Tom
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-17
Chess: Prevent board changes when waiting for ChessEngine to move
Brendan Coles
2020-12-14
Chess: Add LibCore as a dependency
Itamar
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-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-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-03
Everywhere: Fix more typos
Linus Groh
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
ChessEngine: Add ChessEngine
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-21
Chess: Add serialization of moves and squares
Peter Elliott
2020-08-21
Chess: Fix generation of promotion moves
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-17
Chess: Uninitialized member in PromotionalDialog, found by Coverity
Brian Gianforcaro
2020-08-15
Chess: Add new ways to draw.
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 legal move checking
Peter Elliott
2020-08-15
Chess: Add basic ChessWidget and ugly piece set
Peter Elliott