add int_val field to cvar_t. this should be used instead of value for
boolean / integral values (no conversions done yet).
in_*.c:
Add IN_HandlePause
vid_*.c:
Add VID_HandlePause
context_x11.h vid_glx.c vid_x11.c context_x11.c:
move some common code out of vid_*.c into context_x11.c. Also, disable
the screen saver while nuq is running. NOTE: while vid_glx.c compiles,
it has not been tested yes as glx crashes this machine :(
"accidently" port over newtree's svga stuff (I copied the wrong file
then cleaned up the resulting mess:)
Makefile.am include/Makefile.am doc/Makefile.am source/Makefile.am:
fix things up so doc no longer causes make to barf and makd dist works
source/dirent.c source/fnmatch.c source/in_svgalib.c source/vid_3dfxsvga.c
source/vid_mgl.c source/vid_wgl.c:
needed for make dist. No, nuq-3dfx does not get created (I don't have
the libs or card)
convert #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM
add cl_math.S to math_ASM
unfortunatly, snd_mixa.o isn't being built. Haven't figured that one out yet