Short: Sources for Ur-Quan Masters port Author: Fred Ford, Paul Reiche III, UQM team Uploader: Juha Niemimäki Type: game/misc Version: 0.4.0 Architecture: all requires: SDK 51.15 distribution: Aminet This is the whole source code for the Ur-Quan Masters game. You need a working SDL development environment to build this. I thought to cross-compile the project first but in the end I wrote my own makefiles. Top-level makefile is in the src directory, and "making" it should call the other makefiles too. Remember to strip the binary to get rid of 5MB of debug info! AmigaOS 4 changes should be easily located by doing grep amigaos4 -r "" I don't know the codebase very well but feel free to ask if you want to know something. (you may get great help on #sc2 at irc.freenode.org) It was like 5Am when I was working on this but I vaguely recall doing something for the threading and filesystem code ;) Special thanks to Michael C. Martin who suggested a bugfix in sdlthreads.c. The problem was like this: main thread gets currently the id number '0' which means "nobody" in the thread/mutex locking code, causing bad things to happen. .