Commit graph

39 commits

Author SHA1 Message Date
Dabb
408bbd6a51 Merged two resource.h files into one. 2000-11-02 19:16:57 +00:00
Dabb
5e30af41b3 Added that HAVE_FNMATCH_PROTO thingy 2000-11-02 17:57:41 +00:00
Dabb
f9556db838 BC compile fix. 2000-11-02 17:53:36 +00:00
Thad Ward
28c972a3fd get vc projects building again 2000-11-02 07:38:41 +00:00
Thad Ward
98adca1e34 add win32 icon files 2000-11-02 07:37:47 +00:00
Jeff Teunissen
111274c12e Rev for beta 4 2000-10-28 07:35:42 +00:00
Jeff Teunissen
ced3051b20 Rev for beta 3 2000-10-14 07:11:53 +00:00
Dabb
496de868dc Zlib support for BC win32. 2000-10-03 15:05:24 +00:00
Jeff Teunissen
5b97739385 Rev Win32 config.h for beta 2, my last commit revved the Unix builds'
version numbers.
2000-10-03 02:55:35 +00:00
Bill Currie
677b7de94d %s/HAS_ZLIB/HAVE_ZLIB/g 2000-09-30 05:56:00 +00:00
Thad Ward
c8e95a85fd added zlib support in the VC projects.
WARNING: re-read readme.win for instructions on getting this working
on your system, since it depends on zlib being installed on your system,
similar to the way mgl is done.
2000-09-28 19:52:46 +00:00
Dabb
6307c488f2 BC compile fixes. inline = __inline 2000-09-28 15:02:30 +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
68a4e60eaf Behold, the great state audit, and a few other things.
First off, a cleanup in alias model rendering.
Then we have R_CullBox, which is now a inline function.
Then the big one, the state change cleanup, right now GL_BLEND.
2000-09-26 09:03:21 +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
9bd5bd4ffb include/modelgen.h include/spritegn.h:
remove the INCLUDELIBS blocks
include/win32/version.h:
	ws changes. don't know why it's there in the first place (or generated
	by configure, but too bad)
2000-06-26 03:25:31 +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
James Brown
3a77f62a33 Fixing the console build enviroment. 2000-06-24 05:57:11 +00:00
Dabb
b3a9432b70 Minor change for some borland defs. 2000-05-28 13:29:55 +00:00
Jeff Teunissen
30d1dc1c87 Minor fixes. 2000-05-27 04:33:09 +00:00
Jeff Teunissen
2d0932e00e Configuration stuff. include/win32/version.h is now Autoconfiscated (but
still has to be in CVS, because Win32 people generally won't be able to
rebuild it).

configure.in: Cleanups to the DGA, VidMode, and sound detection code.
Makefile.am: Cleanups to sound code, to allow 'make dist' to work.
2000-05-27 04:19:24 +00:00
Joseph Carter
bf576c54d0 HAS_DGA -> HAVE_DGA (undefined in both cases) for win32
win32 global config is now .\global.cfg
Changed "        #define" to "#^idefine" for the 3dnow stuff..
2000-05-27 02:31:47 +00:00
Thad Ward
9761dc6732 added FS_SHAREPATH and FS_USERPATH 2000-05-26 03:40:13 +00:00
Dabb
16c06526c9 Borland fixes, to get it compile 2000-05-25 14:04:47 +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
Thad Ward
55d2328c77 added include/win32/version.h for the non-automake win32 builds will have a common place to get the version number.
also commented out the section of include/win32/?c/config.h that defined the versions and replaced with an include statement
2000-05-23 06:10:22 +00:00
Anton E. Gavrilov
d272b79bfa Add #define HAVE_FNMATCH_H 2000-05-22 08:15:36 +00:00
Thad Ward
1cb980a02e removed a silly #else case on an ifdef 2000-05-22 07:07:01 +00:00
Thad Ward
6175d2e7bf updated VERSION to 0.2.0 for the release 2000-05-22 04:47:50 +00:00
Anton E. Gavrilov
6d3b7f22af #define _POSIX_ 2000-05-22 03:37:18 +00:00
Anton E. Gavrilov
e1e329733c _POSIX_ is undefined temporary when io.h is included. Ugly, but it works 2000-05-21 22:59:40 +00:00
Anton E. Gavrilov
c20699131e Add some #defines 2000-05-21 20:42:08 +00:00
Anton E. Gavrilov
234cfae009 MSVC doesn't have dirent.h 2000-05-21 20:30:44 +00:00
Danne
06ae81fd30 Config changes for bc win32 2000-05-21 11:29:53 +00:00
Danne
7f245155ce Header addons for win32 2000-05-21 11:29:27 +00:00
Danne
1bd34e0dc5 Added HAVE_MGRAPH_H 2000-05-20 08:07:47 +00:00
Danne
0e7468bda8 Config.h for Borland C++ 2000-05-19 13:36:42 +00:00
Thad Ward
9d4adec3d5 added visualc's config.h and got everything building again 2000-05-18 08:06:59 +00:00
Thad Ward
6393325c6d added directories for the auto* impared compilers config.h files
(not sure if committing empty dirs works :/ )
2000-05-17 13:25:50 +00:00