- use official distfile and set EPOCH
- sort WANTLIB and depends a little
- builds now with bsd make
- switch to ipv4 networking, leave ipv6 disabled -> ipv4 works out of the box
- remove asm optimization bits, got it to build but it crashes the client
- mention upstream's nice docs
- some fixes that went straight to upstream
Quake has some audio bugs that cause stuttering. If you experience any
stuttering you should try without sndiod or make sndiod block size larger (-b).
Note that the bigger the sndiod block size is, the bigger the latency becomes
between video and audio.
from Antti Harri (MAINTAINER)
- Working sound via SDL
- Binaries renamed in upstream (see pkg_info -L)
- Data directory handled better (see DESCR)
- Common -libs package for -main and -server
- GGI renderer got removed, renderers now available:
glx, sdl, sdl32 (32b bit depth) and sgl (SDL OpenGL) and x11
- All binaries can be compiled at once now
- All patches in upstream
from antti harri (MAINTAINER)
- Remove extraneous compiler flags that override CFLAGS
from ports (by disabling --enable-release)
- Fix X11 WANTLIB
- Fix GL build when GGI libs are installed
from antti harri
Original by Maurices Nonnekes, a few tweaks (sound, i386 optimizations,
longer save menus) by me.
The client/server part probably still needs some work...
and it is definitely unaudited.
Packaging might be changed to account for docs...
In fact, I really need `common' package files and reference counting...