No description
Find a file
oxmox 86dcd6f92d get rid of the doomId concept, use the pid instead
The internal unique id should not be needed, the pid is unique enough :)

Also this can allow starting dooms externally without having to pass an id
parameter that's not already in use. The externally started doom sends its
pid with the DoomReady message and the controller can add a new entry if it
needs to. Of course the controller will not be able to kill() these
externally started dooms.
2023-02-18 22:28:15 +01:00
external cmake: turn imgui from an INTERFACE library into an OBJECT library 2023-02-18 12:30:53 +01:00
src get rid of the doomId concept, use the pid instead 2023-02-18 22:28:15 +01:00
.clang-tidy playing with clang-tidy, needs more love 2023-02-18 12:30:53 +01:00
.gitignore .gitignore things 2023-02-03 21:31:17 +01:00
CMakeLists.txt make logc an OBJECT library and enable clang-tidy for my code 2023-02-18 12:30:53 +01:00
README.md Initial commit. This is not going to be useful to you for anything. Ever. 2023-02-03 21:15:57 +01:00

= doompanning