Commit graph

25 commits

Author SHA1 Message Date
Bill Currie
8302413276 that's most of newtree's gl stuff ported over. Three bugs: wound up with
newtree's slow skys, some models are not getting lit, and dlights don't seem
to be working :(
2000-08-27 10:03:31 +00:00
Bill Currie
8538ec49d1 bring over gl_rlight from newtree
sys_unix.c:
	remove #ifdef GLQUAKE
2000-08-27 07:46:54 +00:00
Bill Currie
103918c7a4 port over gl_draw.c from newtree 2000-08-26 21:23:07 +00:00
Bill Currie
85dc32f2b6 nuq.conf is now read and +set foo on the command line is supported 2000-08-26 06:13:07 +00:00
Bill Currie
1ddf60ea24 finally, nuq-glx works. Still needs lots of work, but getting there :) 2000-08-26 05:48:38 +00:00
Bill Currie
438a2bbcd2 getting closer to nuq-glx. just some linking issues 2000-08-25 07:18:23 +00:00
Bill Currie
e2efff9dde nuq-glx almost builds. just some last problems with gl_part.c and gl_view.c 2000-08-25 06:42:29 +00:00
Bill Currie
41fc6fb942 nuq-svga and nuq-x11 now run again. 2000-08-23 06:03:57 +00:00
Bill Currie
6f396a55ea nuq-x11 now compiles and links 2000-08-23 05:56:33 +00:00
Bill Currie
9f8660c30e header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +00:00
Bill Currie
98340d8e00 don't need this anymore. it's been subsumed into qdefs.h 2000-08-22 06:29:37 +00:00
Bill Currie
7147e89b21 more header work. getting there, but still no compile 2000-08-22 06:28:42 +00:00
Bill Currie
42baa553f3 some more. no worky yet. more tomorrow night 2000-08-21 05:47:08 +00:00
Bill Currie
7f5868530f more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
Bill Currie
a55935a091 more bits needed for the header change. still no buildy 2000-08-21 03:53:35 +00:00
Bill Currie
2718705414 prelim header changes. doesn't build yet 2000-08-21 03:52:28 +00:00
Bill Currie
b39fa5ac8a New cvar system. -svga and -x11 still compile, link and run!! :) 2000-08-21 00:54:21 +00:00
Bill Currie
1c362eca61 copyright header stuff 2000-08-20 05:25:28 +00:00
Bill Currie
3c09f92653 shiver me timbers, uquake-x11 works!!!!!!
include/.gitignore:
	ignore stamp-h
include/stamp-h:
	shouldn't be in cvs
source/Makefile.am:
	comment out the `if ASM_ARCH' and corresponding endif as there seems
	to be either a bug or a misunderstanding in automake snd_mixa.o is
	now built
2000-08-20 04:18:37 +00:00
Bill Currie
111c1b0d4c un-dosify 2000-08-20 01:33:10 +00:00
Bill Currie
4047bd947f include config.h
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
2000-08-20 00:38:32 +00:00
Bill Currie
935dd92fd4 tell cvs to ignore config.h and win32/version.h (under include)
add alsa support (swiped from newtree:)

+= doesn't seem to work well in automake (or at least not my version). Change
the common_SOURCES += ... to combined_SOURCES = $(common_SOURCES) ... and
change the /following/ instances common_SOURCES to combined_SOURCES.
2000-08-19 23:15:48 +00:00
Bill Currie
9510116b4e tell cvs to ignore Makefile and Makefile.in 2000-08-19 22:53:22 +00:00
Bill Currie
371f967315 these got in by mistake 2000-08-19 22:50:50 +00:00
Jeff Teunissen
9d334e8b22 Initial revision 2000-08-19 22:24:16 +00:00