1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Games/Chess
Linus Groh 82956a08b3 LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
From https://youtu.be/YNSAZIW3EM0?t=1474:

"Hmm... I don't think that name is right! From the perspective of
userspace, this is a file descriptor. File description is what the
kernel internally keeps track of, but as far as userspace is concerned,
he just has a file descriptor. [...] Maybe that name should be changed."

Core::File even has a member of this enum type... called
m_should_close_file_descriptor - so let's just rename it :^)
2020-10-25 13:59:41 +01:00
..
ChessWidget.cpp Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
ChessWidget.h Chess: Allow resizing Chess using resize_aspect_ratio(1,1) 2020-08-23 01:05:22 +02:00
CMakeLists.txt Chess: Add support for UCI engines 2020-08-21 12:26:30 +02: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: Allow resizing Chess using resize_aspect_ratio(1,1) 2020-08-23 01:05:22 +02:00
PromotionDialog.cpp Chess: Uninitialized member in PromotionalDialog, found by Coverity 2020-08-17 09:17:57 +02:00
PromotionDialog.h Chess: Add pawn promotion to any piece 2020-08-15 20:54:02 +02:00