Search results for query: *

  1. E

    Quad-ren 2d Graphics Engine

    It's statements like this that make people think C++ programmers are stupid. Pointers are a part of C++ for a reason. They are the right tool for the job in situations like this. If said code throws an exception (which should only ever happen in EXCEPTIONAL circumstances, especially in a...
  2. E

    Signed Multiplayer Binaries

    You include the libs in the package and you make the main executable a script that sets the LD_LIBRARY_PATH environment variable before exec'ing the actual game binary. Same thing all the other commercial games for Linux do. No need for users to run makefiles or have root access or do anything...
Back
Top