serenity/Userland/Games/Chess
Lucas CHOLLET 70846d701c LaunchServer+SystemServer: Move the portal to a user-specific directory
Various changes are needed to support this:
 - The directory is created by Core::Account on login (and located in
   /tmp).
 - Service's sockets are now deleted on exit (to allow re-creation)
 - SystemServer needs to handle SIGTERM to correctly destroy services.
2022-07-19 11:15:14 +01:00
..
ChessWidget.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
ChessWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Chess: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Engine.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Engine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp LaunchServer+SystemServer: Move the portal to a user-specific directory 2022-07-19 11:15:14 +01:00
PromotionDialog.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
PromotionDialog.h