Commit graph

338 commits

Author SHA1 Message Date
Marcus Sundberg
ef0921cfb7 Should work on NetBSD (and with some luck OpenBSD) too now.
Fixed bug in the BSD code.
2000-01-08 22:04:37 +00:00
Nelson Rush
aa00566766 added additional copyright information
Copyright (C) 1999,2000  contributors of the QuakeForge project
Please see the file "AUTHORS" for a list of contributors
2000-01-08 22:02:43 +00:00
Nelson Rush
23ed936a3f added additional copyright information
Copyright (C) 1999,2000  contributors of the QuakeForge project
Please see the file "AUTHORS" for a list of contributors
2000-01-08 21:55:49 +00:00
Marcus Sundberg
5c89b5d944 Don't randomly change to non-standard values. If you prefer stuff in games instead of bin you can use --bindir 2000-01-08 21:36:31 +00:00
Marcus Sundberg
219acb9ce1 Fixed install target 2000-01-08 21:35:03 +00:00
Marcus Sundberg
0863dfcaab Fixed typo 2000-01-08 21:29:19 +00:00
Marcus Sundberg
9f6a386d6d Fixed detection and defining of XMESA. 2000-01-08 21:20:02 +00:00
Marcus Sundberg
529ba80f9a Check for struct ioc_read_toc_single_entry in sys/cdio.h 2000-01-08 20:39:28 +00:00
Marcus Sundberg
614defe7af Added aclocal.m4 2000-01-08 20:38:27 +00:00
Marcus Sundberg
4c2a1a8c77 Run aclocal. 2000-01-08 20:21:46 +00:00
Marcus Sundberg
613b7937fe Add automake 1.3 to requirements for bootstrap script. 2000-01-08 20:21:35 +00:00
Nelson Rush
65b6de7a46 CREDITS is the original AUTHORS file we used, make entries to both AUTHORS and CREDITS 2000-01-08 18:58:51 +00:00
Nelson Rush
f0ccffb1a9 moving original AUTHORS to CREDITS, modified AUTHORS to list by name 2000-01-08 18:58:08 +00:00
Nelson Rush
2f1f961e03 added fix to a testimonial 2000-01-08 18:22:22 +00:00
Marcus Sundberg
78dcbc8cd9 This contains additional autoconf macros. Currently just AC_HAVE_STRUCT_FIELD() 2000-01-08 18:02:29 +00:00
Marcus Sundberg
e52d41a5b5 Remove unused variables. 2000-01-08 17:38:21 +00:00
Marcus Sundberg
754215066b Fix warnings. 2000-01-08 17:37:36 +00:00
Marcus Sundberg
f2d4e5f06a #pragmas are for som Windows compiler. Until we know what compiler we #ifdef them out like this. 2000-01-08 17:37:08 +00:00
Zephaniah E. Hull
67f8201590 Applied patch from Roger Sen Montero <rogersm@tau.uab.es> to switch to
using vsnprintf/snprintf..
2000-01-08 13:55:33 +00:00
Bill Currie
ef18af2a9b common/sound.h:
added extern for soundtime. Don't really know wy it wasn't there in the
	first place.
qw_client/Makefile.in uquake/Makefile.in:
	make the alsa objects say the right thing: snd_dma.c and snd_alsa.c
common/snd_alsa.c:
	New file. makes things go.
2000-01-08 12:14:07 +00:00
Joseph Carter
237063449c configure now defines XMESA if you have GL/xmesa.h. Also added #undef for
_EXPERIMENTAL_.  Code that really isn't ready for production should go
under this define (which you must currently specifically turn on..)  This
is primarily for things like the GL waterwarp and multitexture which are
in some ways broken and otherwise not a good idea to use at the moemnt in
the release without having to remove the code.
2000-01-08 08:28:23 +00:00
Jeff Teunissen
092d32cd23 Fixed gl_doubleeyes and made it common, whitesize cleanup to gl_warp.c 2000-01-08 07:42:14 +00:00
Eric Windisch
9a6d5d1f70 Added tested system, extremely minor and insignificant change ;) 2000-01-08 07:27:53 +00:00
Marcus Sundberg
775a02fbce Fixed a nasty bug that only showed up on 64-bit platforms (or platforms where sizeof(float) != sizof(float*) to be precise) 2000-01-08 07:14:08 +00:00
Nelson Rush
98d7926cf2 added ricardo veguilla's testimonial 2000-01-08 06:48:49 +00:00
Eric Windisch
edbdeb3989 A small cleanup of the option menu, makes it more modular so adding new
options will not be as messy as before.

It adds a windowed mouse for GLX, and with the -DXMESA compiler option
(not currently supported by the configure/makefile process) there is an
additional option for users of Mesa3d running the quake-gl client  which
will switch between windowed and fullscreen modes on the fly.

The windowed mouse option is now fixed for windows users and would also
work for software-x11 clients, but #ifdef X11 isn't working?
--
Eric Windisch
2000-01-08 06:29:40 +00:00
Joseph Carter
516ff305cb A couple trademark uses cleaned up 2000-01-08 06:10:07 +00:00
Nelson Rush
b81c248b33 cleaned up any trademark issues
cosmetic fixes
added more information, including contact information
2000-01-08 06:04:41 +00:00
Marcus Sundberg
dada532112 Removed pointless #ifdef __alpha__
Fixed alignment of size in D_SCAlloc() for 64-bit platforms.
2000-01-08 05:57:44 +00:00
Marcus Sundberg
0a9edb73c5 Removed pointless #ifdef __alpha__ 2000-01-08 05:55:20 +00:00
Marcus Sundberg
64e8e448e1 Convert map checksums to little endian format - now QW client works on big endian machines. 2000-01-08 05:47:55 +00:00
Nelson Rush
dfbfbb6711 readded a copyright notice that somehow got removed
added "Portions" statement to the copyright statement

Please note, if you want to put a copyright notice on a source file stating that a portion of it is copyright yourself or another author please put "Portions Copyright...", if adding a seperate .c file that contains otherwise author(s) this doesn't apply.
2000-01-08 04:50:26 +00:00
Jeff Teunissen
c797a758d5 Whitespace changes, cleanup of gl_rmain.c 2000-01-07 21:36:15 +00:00
Marcus Sundberg
19fd8a6816 A '&' before an array variable is at best ignored, at worst it could do
weird stuff.
2000-01-07 21:31:20 +00:00
Marcus Sundberg
c11b3873ff Whitespace is not allowed before the '#' of pre-processor directives. 2000-01-07 21:09:58 +00:00
Nelson Rush
ac733e8a28 added me and absolutek to the website design section of the AUTHORS 2000-01-07 17:52:43 +00:00
Joseph Carter
d42a1abed2 Applied a cleanup to qw's net_udp.c's error messages 2000-01-07 17:35:02 +00:00
Joseph Carter
0da23b9a52 We can't -I$x_includes, it might not be set. -I${x_includes:-.} instead. 2000-01-07 17:29:46 +00:00
Chase Hargraves
4db01ef0dc Put in my real name instead of my nick. 2000-01-07 16:42:32 +00:00
Nelson Rush
dfa3287531 cosmetic changes to the readme, additional support information 2000-01-07 15:52:56 +00:00
Joseph Carter
aabd11e887 minor README tweaks 2000-01-07 09:02:35 +00:00
Zephaniah E. Hull
5123746344 Translate the outputs to ASCII.. 2000-01-07 06:29:44 +00:00
Nelson Rush
2151636145 added copyrights for buffer overrun fixes 2000-01-07 05:47:53 +00:00
Joseph Carter
9e47ecdf16 Mercury's solution to the speed cheat problem, test the hell out of it! 2000-01-07 05:04:18 +00:00
Joseph Carter
ef8e59610a filter patch to remove \r and \n from people's names in the server 2000-01-07 05:02:38 +00:00
Nelson Rush
558d27134a fixed one of the FIXME's in README 2000-01-07 04:43:58 +00:00
Eric Windisch
2bba6d05c2 Commented out volume fog until it works, or at least until after release. 2000-01-07 04:23:16 +00:00
Eric Windisch
d1ac3a1abf Added a "tested on" system in README (no big deal)
Added some stuff to TODO
Some more volumetric fog code, this isn't release quality but it won't affect
anything.
2000-01-07 03:59:52 +00:00
Nelson Rush
6a7ae5008b added the following platforms testing testimonials: Mads Bondo Dydensborg, AbsoluteK, "Justin A. McCright, Jeff Epler, Daniel O'Connor.
Fixed the "vga display" thing mentioned by mads
2000-01-07 02:57:45 +00:00
Nelson Rush
d5fb05da30 added Peter Andreasen's platform testing testimonial 2000-01-07 02:46:01 +00:00