Reincarnation
Pre-releaseFinally, OpenRaider rises from its 10 year old tomb π
This is pretty much the unmodified 0.1.1-20030713 build from the SourceForge CVS devel branch. I included an old custom level, Yvel.tr2 and modified the Makefile to create a distributable Mac App Bundle, running on OS X 10.9 and probably earlier versions, too. This Bundle is attached to this release.
Changes
I did some changes to the Code Base, but mostly to silence some clang/llvm warnings. Nearly everything was connected with using string literals as non-const.
It segfaulted on launch, thanks to a codepath only enabled on linux.
Also the OpenGL and OpenAL includes were changed for Mac OS X.
To-Do
It seems as if console and keyboard input are still not working. This could be because of the old libSDL, as Keyboard Handling changed with libSDL2. But maybe I just haven't figured out how to access the console :)
It also segfaults on exit.