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