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
Nelson Rush
d60be4cea8
added loring's testimonies to the list of supported OS's/hardware
2000-01-07 02:28:00 +00:00
Marcus Sundberg
682f7940d4
Some cleanups for future merge.
2000-01-07 01:49:28 +00:00
Marcus Sundberg
0279cc5a4b
Removed useless functions.
2000-01-07 01:25:33 +00:00
Marcus Sundberg
ab7585ffa2
Added DOS VGA stuff.
...
Added DOS and Windows network support.
2000-01-07 01:20:15 +00:00
Marcus Sundberg
18e36fb5d1
Don't name local variables errno.
2000-01-07 01:17:53 +00:00
Marcus Sundberg
a5a502ff97
Don't name local variable errno.
2000-01-07 01:17:05 +00:00
Marcus Sundberg
39b2b2c3b9
Use Sys_DoubleTime instead of Sys_FloatTime.
2000-01-07 01:16:26 +00:00
Marcus Sundberg
2d1bf07b6c
Check for fcntl.h and fcntl().
...
Some DOS-support.
Define HAVE_UDP in Makefiles if we have UDP support.
Define HAVE_WSOCK in Makefiles if we are using winsock.
2000-01-07 01:15:48 +00:00
Marcus Sundberg
475651495e
Don't try to build QW if we don't have UDP.
2000-01-07 01:13:47 +00:00
Nelson Rush
eab5b194a5
added dan
2000-01-06 22:14:48 +00:00
Nelson Rush
36a1b4d7ae
added dan olson's patch
...
This patch keeps all the "PackFile" and "FindFile" messages from flooding
stdout unless the developer cvar is set to 1.
2000-01-06 22:02:55 +00:00
Zephaniah E. Hull
acc475fa16
Typo fix, and adding a chunk in authors which apparently got lost..
2000-01-06 21:59:55 +00:00
Marcus Sundberg
1c432eec0e
Moved Sys_mkdir() to common/sys_common.c
...
!!! FIXME !!! Move Sys_DoubleTime() there too.
2000-01-06 18:38:40 +00:00
Marcus Sundberg
983243b577
Moved Sys_mkdir() and Sys_DoubleTime() into common/sys_common.c
2000-01-06 18:36:14 +00:00
Marcus Sundberg
ad0b6604f6
Added checks for sys/time.h, sys/timeb.h, ftime() and _ftime()
2000-01-06 18:28:24 +00:00
Marcus Sundberg
859cdee6a5
Define INADDR_LOOPBACK in a clean way.
2000-01-06 17:49:39 +00:00
Marcus Sundberg
3dc80e29b7
Moved Sys_FileTime() into common/sys_common.c
2000-01-06 17:46:47 +00:00
Marcus Sundberg
62a2ef817c
Check for stat() and sys/stat.h
2000-01-06 17:36:36 +00:00
Nelson Rush
64ae53b946
added tim rowley to the AUTHORS, added mention of bootstrap needing autoconf 2.13 in INSTALL and README
2000-01-06 17:35:07 +00:00
Nelson Rush
b794e155b0
applied tim's patch
...
The following patch allows Quakeforge to be compiled with the
native compilers on Solaris, Irix, and AIX.
2000-01-06 17:29:23 +00:00
Marcus Sundberg
6e9074153f
Moved Sys_Printf into common/sys_common.c
2000-01-06 16:56:38 +00:00
Marcus Sundberg
f816a6dbc1
This was identical to common/sys_dosa.s
2000-01-06 16:33:09 +00:00
Marcus Sundberg
99291808d9
This was identical to common/sys_dosa.s
2000-01-06 16:26:36 +00:00
Loring Holden
e88e11d77c
Removed unused variables
2000-01-06 16:24:05 +00:00
Joseph Carter
2193966719
Copyright notice stuff
2000-01-06 13:48:07 +00:00
Marcus Sundberg
f8fc99bf98
Add credits for CD and win32 support.
2000-01-06 12:40:11 +00:00
Joseph Carter
428517ae69
more README cleanups, another FIXME added... Needs to be resolved before
...
we release
2000-01-06 11:27:23 +00:00
Joseph Carter
1695ac5f77
cleanups
2000-01-06 08:24:16 +00:00
Nelson Rush
9d0755d7ad
fixed a problem with the naming convention, added loring for AIX/IRIX/Sun support
2000-01-06 05:50:32 +00:00
Nelson Rush
5f4a20cce9
added loring for cd-rom support
2000-01-06 05:36:58 +00:00
Nelson Rush
d1efeccbf5
added loring's patch
...
The following patch fixes the build for those platforms that do not have CD
support (ie, are using null support)
2000-01-06 05:35:30 +00:00
Eric Windisch
930c9497b0
r_local.h was missing a few declarations killing glquake compile at least on my system. The declarations missing were:
...
void D_Start_Particle(void);
void D_DrawParticle(void);
void D_EndParticle(void);
2000-01-06 05:21:08 +00:00
Nelson Rush
6e69591b3f
added loring's patch to fix non-linux platform problems
...
Solaris stuff:
* vid_sunx.c - Added missing S_Init() so sounds works
* vid_sunx.c - Don't XCloseDisplay() if x_disp is 0
* vid_sunx.c - ClientMessage references only apropos for QuakeWorld
Non-linux stuff:
* qw_client/Makefile.in - use QW_CL_SYS_SRC instead of SYS_SRC
2000-01-06 04:33:34 +00:00
Nelson Rush
670413dee7
removed some things i've fixed
2000-01-06 03:27:28 +00:00
Marcus Sundberg
8a2d0d0e8f
Fix typo in BSD defines.
2000-01-06 03:13:59 +00:00
Marcus Sundberg
58a561b806
Made MGL target compile again.
2000-01-06 03:13:04 +00:00
Nelson Rush
7390832583
added thanks to VA and 3dfx (premature), fixed some cosmetics, updated OS support
2000-01-06 03:10:42 +00:00
Nelson Rush
51693a47db
updated TODO
2000-01-06 02:59:12 +00:00
Marcus Sundberg
42154bc63f
Moved CD_f from cd_linux.c and cd_win.c into cd_wrapper.c.
...
Added support for CDROM on (Free)BSD.
2000-01-06 02:43:04 +00:00
Marcus Sundberg
8e9d7f6b4b
Detect Linux and BSD CD-ROM APIs.
2000-01-06 02:31:32 +00:00
Marcus Sundberg
b28fa0a244
Add #ifndef so file is only included once.
2000-01-06 02:29:09 +00:00
Marcus Sundberg
581e31b505
Fixed some warnings.
2000-01-06 01:43:44 +00:00
Marcus Sundberg
a6460e7bdd
Removed the bogus -DELF statements.
2000-01-06 01:06:17 +00:00
Marcus Sundberg
98e1681e6b
Define HAVE_SYM_PREFIX_UNDERSCORE if C symbols are prefixed by an underscore (should be a real check in the future).
2000-01-06 00:54:51 +00:00
Marcus Sundberg
4120cda2d2
Include config.h and use #ifdef HAVE_SYM_PREFIX_UNDERSCORE instead of bogus #ifdef ELF
2000-01-06 00:52:51 +00:00