quakeforge/libs
Bill Currie a87c4bbd93 vid.c:
Don't bother checking vid_gamma for CVAR_ROM becuase it is impossible to
	get to VID_UpdateGamma when it is set except for when the cvar is
	initially created, and we /want/ the code to execute in that case.
vid.h:
	add initialized to viddef_t
vid_common_gl.c:
	actually /use/ gammatable (it tends to help)
vid_*.c:
	clean up rendundant decls of gammatable, vid_initialized (now
	vid.initialized) and make sure vid.initialized gets set.
gl_view.c:
	remove gammatable decls
2001-05-25 04:03:47 +00:00
..
audio whitespace and comment cleanup. 2001-05-24 17:00:08 +00:00
gamecode *sigh*, well, it turns out that even id's qc is borked when it comes to 2001-04-22 04:58:33 +00:00
gib two little bugfixes :) 2001-05-22 15:11:54 +00:00
models fix for when building server only 2001-05-22 20:17:20 +00:00
util now works with autoconf 2.50 2001-05-23 03:01:03 +00:00
video vid.c: 2001-05-25 04:03:47 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am move the gib language out of nq and into its own dir (hehe, libQFgib:) 2001-05-17 21:45:56 +00:00