1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 12:11:00 +00:00
serenity/Games/Chess
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
ChessWidget.cpp Chess: Prevent board changes when waiting for ChessEngine to move 2020-12-17 19:45:05 +01:00
ChessWidget.h Chess: Prevent board changes when waiting for ChessEngine to move 2020-12-17 19:45:05 +01:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Engine.cpp LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01:00
Engine.h Chess: Add support for UCI engines 2020-08-21 12:26:30 +02:00
main.cpp Chess: Prevent board changes when waiting for ChessEngine to move 2020-12-17 19:45:05 +01:00
PromotionDialog.cpp Applications: Use application icons for dialog windows 2020-10-31 13:48:15 +01:00
PromotionDialog.h Chess: Add pawn promotion to any piece 2020-08-15 20:54:02 +02:00