Commit graph

90 commits

Author SHA1 Message Date
Bill Currie
cea0adf4ff use a saver version number :/ 2001-01-11 08:51:59 +00:00
Jeff Teunissen
53e408be2e Fix joystick detection on Linux 2001-01-10 04:02:52 +00:00
Jeff Teunissen
7bc5f87d53 Add --with-amd argument to optimize for AMD processors on x86. Does
nothing elsewhere, of course.
2001-01-09 00:14:50 +00:00
Bill Currie
22ad49f949 rev version number for release 2001-01-08 18:04:01 +00:00
Bill Currie
9cd130ec69 non-cvs trees would not make after configure using ./configure && make due to
the last command returning non-zero. Also, check for CVS in $srcdir rather than
.
2001-01-06 04:19:20 +00:00
Bill Currie
381f5b6df4 cvars and cvar alias now use a hash table for lookups. commands and aliases
coming soon :)
2001-01-04 19:10:38 +00:00
Bill Currie
6a52b0460c fix some silly typoes and ommissions (thanks, Scottie) 2001-01-03 05:24:00 +00:00
Bill Currie
e245db2d12 shouldn't have taken out the sound headers 2000-12-30 05:15:00 +00:00
Bill Currie
5197a6443d every single system header file we currently include is now checked for 2000-12-30 03:07:57 +00:00
Bill Currie
60fe4aea40 forgot these 2000-12-30 02:25:58 +00:00
Jeff Teunissen
977c10c2f2 Change format of --with-clients= parameters. Used to be
[example] --with-clients="3dfx glx svga", it's now
--with-clients=3dfx,glx,svga
2000-12-28 23:26:45 +00:00
Bill Currie
5c82660a2c configure.in:
enable -mpentiumpro for i686
source/cl_ents.c:
	a tiny abount of whites;ace/style
2000-12-12 07:18:40 +00:00
Jeff Teunissen
e886b0566d Add support for SDL CD audio, rename --enable-sdlsound to
--enable-sdl-audio
2000-12-11 09:50:26 +00:00
Jeff Teunissen
f6fbe8df16 SDL sound support. 2000-12-09 20:46:05 +00:00
Jeff Teunissen
329d51b4e8 context_x11.h -- didn't mean to commit my local changes
rest: Apply patches from Michael Weiser <michael@weiser.saale-net.de>
2000-12-08 07:46:40 +00:00
Jeff Teunissen
7744fcd560 Various and sundry improvements to configure. 2000-12-08 04:45:04 +00:00
Jeff Teunissen
ff636cb1bd Fix configure notice. 2000-11-25 01:05:07 +00:00
Zephaniah E. Hull
31ac0a7091 Added a warning to the configure.in about this being a devel tree. 2000-11-24 05:08:33 +00:00
Bill Currie
f62b1dd2d4 take care of PFNGLCOLORTABLEEXTPROC properly. I just hope the configure test
works for those that DO have it.
2000-11-18 04:25:01 +00:00
Jeff Teunissen
f5756a019e Add debian dir to the dist, fix up bootstrap 2000-11-16 08:31:12 +00:00
Bill Currie
491a357f57 rev the version number for beta5 2000-11-09 00:41:33 +00:00
Bill Currie
26c6b9618f fix a couple of problems that came up in SGI 2000-11-07 23:43:05 +00:00
Bill Currie
2fc438ca13 hopefully fix Fragman's compilation problems on Mandrake 6.1 2000-11-01 06:31:29 +00:00
Bill Currie
cdedafcbf3 finally. no more undefined symbol "gzgets" :) 2000-10-30 21:16:46 +00:00
Jeff Teunissen
111274c12e Rev for beta 4 2000-10-28 07:35:42 +00:00
Jeff Teunissen
76b53d780f Move the building of -sgl into the block of OpenGL targets 2000-10-26 18:22:57 +00:00
Bill Currie
217f59e1ed glx, sdl and sgl now all compile on my system (at work), but sgl doesn't link 2000-10-26 16:29:45 +00:00
Jeff Teunissen
ced3051b20 Rev for beta 3 2000-10-14 07:11:53 +00:00
Jeff Teunissen
cb70ed81f6 .gitignore: Add the rest of the source dists.
acinclude.m4: Fix SDL detection up some, should be more reliable.
bootstrap: reorder commands.
configure.in: Remove CDTYPE_BSD rule.
2000-10-05 16:44:44 +00:00
Jeff Teunissen
9e6b097620 Makefile.am: Make the ChangeLog get generated, add static targets for zip
and bz2 dists. also, new dist-all-local target builds .tar.gz, .tar.bz2,
and .zip dists. .zip dist does ASCII conversion.
2000-10-03 02:49:27 +00:00
Bill Currie
677b7de94d %s/HAS_ZLIB/HAVE_ZLIB/g 2000-09-30 05:56:00 +00:00
Zephaniah E. Hull
f383faa3c2 Whoops, we need at least -O when compiling, because we use inline
functions.
2000-09-28 06:29:37 +00:00
Zephaniah E. Hull
1a7f2af4ec Debugging and optimization are now two completely sepirate options. 2000-09-28 06:10:37 +00:00
Zephaniah E. Hull
6f37b6c074 If we use gcc, then we use -pipe, or we use -save-temps.
Added *.i and *.s to the clean rule, for above -save-temps.
2000-09-28 04:32:55 +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
Jeff Teunissen
50abe6080e Joystick support generalized, autoconfiscated. Systems without joystick
support are built with joy_null.c. To create a joystick driver for a new
system, take a look at joystick.h and joy_null.c for the driver
interface. I'd like to see a Windows driver using this interface, it would
probably simplify in_win.c greatly.
2000-09-26 14:16:09 +00:00
Jeff Teunissen
62d4749552 Fix typo; test needs -a, not a :) 2000-09-26 07:30:11 +00:00
Bill Currie
fb55453675 David Jeffery's linux joystick support ala nuq 2000-09-26 03:21:06 +00:00
Bill Currie
eb9deb1f33 target control. --without-clients distables all clients, --with-clients enables
individual clients (defaults to all possible), --with[out]-server controls
server creation (deftaults to creating the server)
2000-09-25 01:24:54 +00:00
Jeff Teunissen
830d6e044e debian/*: Yaay, Debian packages. They're not perfect, but they should do
the job. -3dfx doesn't get a package built right now, there
are...obstacles.

acinclude.m4, configure.in, Makefile.am: -sgl is detected separately from
-sdl now, and HAVE_XMESA is no longer in use.
2000-09-23 08:06:40 +00:00
Bill Currie
3396ca6fde ALSA 0.6 support added. old snd_alsa.c renamed to snd_alsa_0_5.c 2000-09-18 03:07:49 +00:00
Zephaniah E. Hull
9fcea8629e Compile fixes. 2000-08-22 10:35:06 +00:00
Jeff Teunissen
85687bc75a use -march=pentium and -march=pentiumpro on i586 and i686
builds. Non-Intel 686's should probably configure with target
i586-[system triplet].
2000-08-02 07:19:01 +00:00
Joseph Carter
1cfc49b5b2 Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
Jeff Teunissen
2f03700c16 Disabled SDL target detection temporarily. 2000-07-11 23:02:03 +00:00
Jeff Teunissen
9086b218e9 Prelim SDL-GL _target_ support. TEST THIS! 2000-07-11 07:43:55 +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
James Brown
089a0a35d0 Patched for QSG Standard 2 (Extend Protocol).
Unfinished, renderer effects are only half implimented at this point.
2000-06-25 13:00:19 +00:00
Jeff Teunissen
f6ec000127 configure.in: Fix typo preventing detection of vga.h.
source/r_part.c: Clarity fix.
2000-06-24 22:28:06 +00:00
Bill Currie
ee44cd05e6 source/gl_rsurf.c:
put lightmaps back to 256
configure.in:
	give us a --enable-profile
2000-06-24 06:19:24 +00:00