Bill Currie
4c0d05a73b
another rednundant ref to in_dga_mouseaccel bites the dust
2000-10-05 15:28:45 +00:00
Bill Currie
d48fbdd030
probable fix for pink boxes
2000-10-05 15:09:09 +00:00
Dan Olson
9b6a9a59b2
Make SDL/SGL include method jive with sdl-config
2000-10-04 23:34:56 +00:00
Bill Currie
065abe9464
make VID_SetCaption consistent wherever appropriate (ie possibly windowed
...
environments). caption is "PROGRAM VERSION[: text]".
2000-10-04 05:45:48 +00:00
Zephaniah E. Hull
e4c9ccff8f
Cvar audit 1, all unused cvars are gone, with the exception of software
...
rendering, and the server.
2000-09-30 04:08:40 +00:00
Zephaniah E. Hull
01a5c65e52
More cleanup, now working on the rendering line as a whole.
...
Con_SafePrintf is no longer needed, as Con_Printf is safe.
2000-09-29 19:29:22 +00:00
Zephaniah E. Hull
822453e3e2
Whoops, enable GL_BLEND on start.
2000-09-28 08:12:50 +00:00
Zephaniah E. Hull
383075bb39
More audit cleanups, glShadeModel this time, and gl_affinemodels does
...
what it says now, instead of the reverse of what it says.
2000-09-28 07:56:00 +00:00
Zephaniah E. Hull
660b82e3ea
Bigger cleanup of glTexEnvf calls.
2000-09-28 07:09:32 +00:00
Zephaniah E. Hull
0b8cf1e303
glTexEnvf audit.
2000-09-28 06:58:24 +00:00
Bill Currie
86f87122c0
zlib support (gzipped pack contents). if you have a probelm with gzgets, you
...
have 3 choices: remove /usr/X11R6/lib/libz.a, --diable-zlib, or fix configure.
I do intend on fixing it myself.
2000-09-27 19:44:26 +00:00
Zephaniah E. Hull
210ba16069
First off in gl_draw.c we have some nice cleanup code for the upload
...
code.
Then we have the completely purge of treating 'unsigned' as a type, it
is NOT a type, it is a TYPE MODIFIER!
Under gcc for x86 it happens to try and do something sane, just treat it
as a unsigned int, but that is EVIL, it is a MODIFIER and if ANYONE adds
code which uses unsigned as a type in itself I /WILL/ harm them!!!
2000-09-22 09:08:08 +00:00
Jeff Teunissen
86de6d99f0
A few substantive changes, mostly whitespace. EVIL!
2000-08-02 01:18:37 +00:00
Joseph Carter
1cfc49b5b2
Clean up the warnings Tonik didn't
2000-08-01 21:55:26 +00:00
Dabb
8ccb6a9570
Evil hack to get directsound work under win32, will be removed when sound_sdl & other stuffs are done.
2000-07-30 10:17:18 +00:00
Dabb
4f6b7053ac
Added gl_mtex_enum and modestate, also added VID_SetCaption support.
2000-07-14 17:04:18 +00:00
Dabb
2a3cfd6251
Couple of #ifndef WIN32 to get SDL compile under Borland.
2000-07-11 14:42:05 +00:00
Jeff Teunissen
ba47dca3aa
SDL support in configure.in... it isn't turned into a target yet, but it
...
will be soon.
2000-07-11 05:05:27 +00:00
Dan Olson
bca0df7abc
SDL/GL internals. Someone will need to update the makefiles
...
CFLAGS = -I/usr/include/SDL
LDFLAGS = -lGL -lSDL -lpthread
or have fun playing with SDL's m4 macros and the `sdl-config` stuff
2000-07-11 00:22:52 +00:00