Commit graph

79 commits

Author SHA1 Message Date
Bill Currie
43b5a87fbd some fixes to make quakeforge build on solaris. not quite done yet as the
server doesn't get linked with the network libs yet.

.gitignore: add quakeforge-*.tar.gz (I'm tired of seeing that with ? :)
include/Makefile.am: forgot to add the new x11 related headers
source/makefile.am: move snd_dma.c from cient sources to snd lib and add
	snd_null.c
source/cl_sys_unix.c: replace FNDELAY with O_NONBLOCK
2000-05-25 05:01:20 +00:00
Dan Olson
8b45c1b324 Tell the user whether they're getting a standard or debug build 2000-05-25 00:14:36 +00:00
Jeff Teunissen
eb38ab097c configure.in: clean up final configuration report.
cl_main.c, cl_slist.c: Make server listing expand ~
2000-05-24 22:36:59 +00:00
Jeff Teunissen
6db71530c7 Default changed to making release bins, for people who don't read
directions. Developers need to use --enable-debug to get an unoptimized
binary.
2000-05-24 20:22:34 +00:00
Jeff Teunissen
dc42c03c5b The proper solution to fs_sharepath and fs_userpath. 2000-05-24 20:03:49 +00:00
Bill Currie
1cee02c55c avoid mutually exclusive options causing long Makefile.in lines:
simplify the logic
2000-05-24 07:29:16 +00:00
Bill Currie
b1da890046 alsa sound support is alive and kicking 2000-05-24 06:52:19 +00:00
Bill Currie
72ff6cb80b FS_.*PATH have been eliminated as fs_userpath and fs_sharepath default to . and
can be configured by ${sysconfdir}/quakeforge.conf
2000-05-24 05:57:56 +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
Jeff Teunissen
eecba96fe3 Change version number back to 0.1.99pre2 for public test cycle, fix bug in
-ggi
2000-05-22 12:10:10 +00:00
Jeff Teunissen
89cdc06e0e Updated checklist, configure.in (0.2.0), cvar.c 2000-05-22 05:51:05 +00:00
Marcus Sundberg
a590336aff Check for fnmatch.h 2000-05-21 18:30:17 +00:00
Jeff Teunissen
4fb72bee99 blah. 2000-05-21 02:00:07 +00:00
Marcus Sundberg
9d4db93b27 Added sound and CD configuration.
Compile system, sound and CD drivers into libraries which we link against.
Now Mingw32 compilation works.
2000-05-21 00:15:03 +00:00
Marcus Sundberg
88701b5038 Added MGL target. 2000-05-20 03:27:04 +00:00
Marcus Sundberg
4792d2354b Check for for connect in -lwsock32
Replaced {target} with {host}.
Fixed up system driver selection.
2000-05-20 01:10:10 +00:00
Marcus Sundberg
42bea2445f Support EXEEXT properly. 2000-05-20 00:11:22 +00:00
Marcus Sundberg
2e9e402ab1 Check for sys/param.h and mgraph.h. 2000-05-19 23:32:26 +00:00
Marcus Sundberg
6fb394d259 Added GGI target to build system. 2000-05-19 22:42:44 +00:00
Jeff Teunissen
00aa3557d4 Cleaned up the build system...thanks to some configure hacking, -glx is
now only built if X11 is available, and defines its own CFLAGS and LIBS
variables to be empty if dirs are not specified on the
configure command-line.

Oh, yeah. OPENGL_* are now GLX_*. Sorry. :)
2000-05-18 13:15:10 +00:00
Marcus Sundberg
1d1726fd46 Fix X-detection. 2000-05-17 19:51:02 +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
Marcus Sundberg
082ad4e982 Added Makefiles in doc/ dir. 2000-05-17 18:20:21 +00:00
Marcus Sundberg
e62107307d Fixed rouge AC_MSG_RESULT()s 2000-05-17 17:37:09 +00:00
Jeff Teunissen
e68f73a621 configure updates. GL seems to build now. 2000-05-17 13:39:16 +00:00
Bill Currie
c83cb15ede id386 -> USE_INTEL_ASM conversion
better HAVE_SYM_PREFIX_UNDERSCORE checking
2000-05-17 11:57:35 +00:00
Jeff Teunissen
9f36417b5e Fix "_" problems. 2000-05-17 10:22:12 +00:00
Jeff Teunissen
ed16632673 Minor patch to configure.in, added a couple files to a few .gitignore
files.
2000-05-17 10:08:56 +00:00
Jeff Teunissen
7e5af715bb Automake stuff. Don't blame me for this. ;)
You will need to run automake --add-missing to create the necessary
symlinks for install-sh, etc.
2000-05-17 09:25:03 +00:00