Joseph Carter
0f9bcaf22f
-gamma for Linux! No you can't control it from the menu, it has to be
...
done on the cmdline at the moment. Menu support later if possible.
2000-05-31 17:46:59 +00:00
Joseph Carter
ef1c6be3df
New Cvar function: Cvar_SetFlags. Yes, it's there for completeness.
...
Some minor changes to DGA code I couldn't be bothered to back out before
I committed. They don't hurt anything, but they don't really improve
matters much either. The mouse cursor still doesn't get warped off the
screen, but it's no longer bright blue - now it's black and white like
normal. I'm rewriting the damned DGA code from scratch to Get It Right
this time.
2000-05-27 16:40:36 +00:00
Jeff Teunissen
7bbb9963cc
s/HAS_/HAVE_/g
2000-05-23 16:57:12 +00:00
Bill Currie
290c2f9c0f
+set_vidfullscreen is 95% working for -x11 and -glx. only remaining known problem is mouse grabbing.
2000-05-23 07:33:03 +00:00
Bill Currie
3951d1fe4c
bring across the VID and IN modules for svga, x11 and glx from OT.
2000-05-23 06:36:33 +00:00
Joseph Carter
3d59dfed98
Before I can fix the (MANY!) problems with newtree, I have to fix the
...
little problem of mixed QFile and FILE. Since we're not using ZLib in
this tree, QFile makes no real sense. That didn't fix the real problem
I am having though.
2000-05-22 21:16:22 +00:00
Bill Currie
ea1386f190
fixes for __attribute__((format)) (I'll commit that /after/ release) and freelook
2000-05-22 05:47:14 +00:00
Anton E. Gavrilov
a955b34f46
freelook cvar support
2000-05-22 03:15:30 +00:00
Bill Currie
af032b8d55
port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet)
...
split up the headerfiles and such. common.[ch] and qwsvdef.h no longer exist. More work still needs to be done (esp for windows) but this should be a major improvement.
2000-05-21 08:24:45 +00:00
Jeff Teunissen
7647fdd484
Configure.in: minor changes.
...
include/* -- #defines so that you can #include them more than once.
2000-05-17 18:28:13 +00:00
Bill Currie
832af13c12
all files now include config.h
2000-05-17 10:03:19 +00:00
Brian Koropoff
e30c17729c
Various things from theoddone. For some reason he can't commit...
2000-05-17 01:52:15 +00:00
Bill Currie
f8a6f9cb0b
no more CVAR_FIXME in here :)
2000-05-16 07:48:14 +00:00
Bill Currie
cab6a46c03
no longer segs, but mouse doesn't work!!!
2000-05-16 07:43:31 +00:00
Bill Currie
88b110dd62
glx now gets to where I can type "quit" without segging
2000-05-16 07:31:03 +00:00
Bill Currie
285f02e006
getting closer to working glx client
2000-05-16 07:21:28 +00:00
Dan Olson
1d26c02826
Cvar merge... segfault problems... also unknown problems in vid_svga.c
2000-05-16 04:47:41 +00:00
Yan Sweitzer
1efb92f899
sprintf -> snprintf
...
vsprintf -> vsnprintf
2000-05-15 08:59:12 +00:00
Marcus Sundberg
71f7f1836e
Imported nullcursor code from vid_x11.c
...
Changed dpy -> x_disp and win -> x_win like vid_x11.c calls them.
2000-05-14 19:27:44 +00:00
Marcus Sundberg
37f9a98d7d
Removed silly Linux-specific includes.
2000-05-14 18:06:53 +00:00
Bill Currie
bb3c299bf5
Hopefully, this will work for both 3dfx and non-3dfx
2000-05-14 08:25:10 +00:00
Thad Ward
9d6aba3598
moved sound initializatio out of vid_* to cl_host, where it belongs
...
(it seems i missed a file or two)
2000-05-14 03:34:24 +00:00
Bill Currie
6e74823980
take care of a fscked gl_model.c and some other bits (not sure what happened) I probably killed theoddone33's seg fixes :(
...
rename gl_vidlinuxglx.c to vid_glx.c
2000-05-14 02:32:27 +00:00