summaryrefslogtreecommitdiff
path: root/Games/Chess/Engine.cpp
AgeCommit message (Collapse)Author
2021-01-12Games: Move to Userland/Games/Andreas Kling
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
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-08-21Chess: Add support for UCI enginesPeter Elliott