FitzQuake 0.85 SDL Beta

25 Jan 2010


1. About

2. Changes

3. Downloads

4. Compiling

5. Patching

6. Todo

7. Links


1. About

This version includes hacks by Stevenaaus and Ozkan Sezer, with Oz's rewriten sound code.

To try different drivers use:
SDL_AUDIODRIVER=DRIVER ./fitzquake
Where DRIVER may be alsa, dsp, pulse, esd ...

2. Changes

3. Downloads

Source
Linux binary
Patch

4. Compiling

Just extract the source tarball, then


cd fitzquake_sdl_20100125/Quake
make
cp fitzquake /usr/local/games/quake (for eg)

Use make debug for debugging.

If for any reason this doesn't work, the project can also be built with Codeblocks. This is a large, free, integrated development environment that requires wxWidgets and cmake to install. The process is not for the faint hearted.

5. Patching

To patch Baker's SDL source code, extract the fitzquake_sdl_20090510_src_beta_1.zip archive, then


cd fitzquake_sdl_20090510
dos2unix Quake/*
patch -p1 <fitzquake_sdl_20100125.patch

and you should be set to compile.

Dos2unix is a common utility for converting text files between windows and unix.

6. Todo

7. Links

FitzQuake Homepage
Sleepwakrs Original SDL Port
Bakers 0.85 Source Code
Func SDL Fitzquake forum
Ozkan's email
Stevenaaus email