Cyrill Raccaud
Cyrill Raccaud
We do not have the Right to distribute the game resources such as .dat and sound files. The code is already a grey area. Therefore you need to have a...
PS: I tried to specify it in the function `MissionControl`, but there was no easy way to exclude the WaitingDeployment which triggered a replay ball on every launch... There were...
Yeah I guess it is tabs vs spaces once more :)
Not sure why the build fails, it complains about something unrelated to my changes imo.
still relevant, otherwise i will clean up it
Quick chatGPT prompt, there you go :) ```sh apt update sudo apt install libsdl2-dev libsdl2-mixer-dev cd ../path/to/SpaceCadetPinball mkdir build cd build cmake .. -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ # gcc cmake .. -DCMAKE_C_COMPILER=clang...