1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 09:42:10 +00:00
serenity/Userland/Games/GameOfLife
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
..
Board.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Board.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BoardWidget.cpp LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user 2022-03-04 23:40:21 +01:00
BoardWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt GameOfLife: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
GameOfLife.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
main.cpp LaunchServer+SystemServer: Move the portal to a user-specific directory 2022-07-19 11:15:14 +01:00
Pattern.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Pattern.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00