Commit graph

  • edbdeb3989 A small cleanup of the option menu, makes it more modular so adding new options will not be as messy as before. Eric Windisch 2000-01-08 06:29:40 +0000
  • 516ff305cb A couple trademark uses cleaned up Joseph Carter 2000-01-08 06:10:07 +0000
  • b81c248b33 cleaned up any trademark issues cosmetic fixes added more information, including contact information Nelson Rush 2000-01-08 06:04:41 +0000
  • dada532112 Removed pointless #ifdef __alpha__ Fixed alignment of size in D_SCAlloc() for 64-bit platforms. Marcus Sundberg 2000-01-08 05:57:44 +0000
  • 0a9edb73c5 Removed pointless #ifdef __alpha__ Marcus Sundberg 2000-01-08 05:55:20 +0000
  • 64e8e448e1 Convert map checksums to little endian format - now QW client works on big endian machines. Marcus Sundberg 2000-01-08 05:47:55 +0000
  • dfbfbb6711 readded a copyright notice that somehow got removed added "Portions" statement to the copyright statement Nelson Rush 2000-01-08 04:50:26 +0000
  • c797a758d5 Whitespace changes, cleanup of gl_rmain.c Jeff Teunissen 2000-01-07 21:36:15 +0000
  • 19fd8a6816 A '&' before an array variable is at best ignored, at worst it could do weird stuff. Marcus Sundberg 2000-01-07 21:31:20 +0000
  • c11b3873ff Whitespace is not allowed before the '#' of pre-processor directives. Marcus Sundberg 2000-01-07 21:09:58 +0000
  • ac733e8a28 added me and absolutek to the website design section of the AUTHORS Nelson Rush 2000-01-07 17:52:43 +0000
  • d42a1abed2 Applied a cleanup to qw's net_udp.c's error messages Joseph Carter 2000-01-07 17:35:02 +0000
  • 0da23b9a52 We can't -I$x_includes, it might not be set. -I${x_includes:-.} instead. Joseph Carter 2000-01-07 17:29:46 +0000
  • 4db01ef0dc Put in my real name instead of my nick. Chase Hargraves 2000-01-07 16:42:32 +0000
  • dfa3287531 cosmetic changes to the readme, additional support information Nelson Rush 2000-01-07 15:52:56 +0000
  • aabd11e887 minor README tweaks Joseph Carter 2000-01-07 09:02:35 +0000
  • 5123746344 Translate the outputs to ASCII.. Zephaniah E. Hull 2000-01-07 06:29:44 +0000
  • 2151636145 added copyrights for buffer overrun fixes Nelson Rush 2000-01-07 05:47:53 +0000
  • 9e47ecdf16 Mercury's solution to the speed cheat problem, test the hell out of it! Joseph Carter 2000-01-07 05:04:18 +0000
  • ef8e59610a filter patch to remove \r and \n from people's names in the server Joseph Carter 2000-01-07 05:02:38 +0000
  • 558d27134a fixed one of the FIXME's in README Nelson Rush 2000-01-07 04:43:58 +0000
  • 2bba6d05c2 Commented out volume fog until it works, or at least until after release. Eric Windisch 2000-01-07 04:23:16 +0000
  • 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. Eric Windisch 2000-01-07 03:59:52 +0000
  • 6a7ae5008b added the following platforms testing testimonials: Mads Bondo Dydensborg, AbsoluteK, "Justin A. McCright, Jeff Epler, Daniel O'Connor. Nelson Rush 2000-01-07 02:57:45 +0000
  • d5fb05da30 added Peter Andreasen's platform testing testimonial Nelson Rush 2000-01-07 02:46:01 +0000
  • d60be4cea8 added loring's testimonies to the list of supported OS's/hardware Nelson Rush 2000-01-07 02:28:00 +0000
  • 682f7940d4 Some cleanups for future merge. Marcus Sundberg 2000-01-07 01:49:28 +0000
  • 0279cc5a4b Removed useless functions. Marcus Sundberg 2000-01-07 01:25:33 +0000
  • ab7585ffa2 Added DOS VGA stuff. Added DOS and Windows network support. Marcus Sundberg 2000-01-07 01:20:15 +0000
  • 18e36fb5d1 Don't name local variables errno. Marcus Sundberg 2000-01-07 01:17:53 +0000
  • a5a502ff97 Don't name local variable errno. Marcus Sundberg 2000-01-07 01:17:05 +0000
  • 39b2b2c3b9 Use Sys_DoubleTime instead of Sys_FloatTime. Marcus Sundberg 2000-01-07 01:16:26 +0000
  • 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. Marcus Sundberg 2000-01-07 01:15:48 +0000
  • 475651495e Don't try to build QW if we don't have UDP. Marcus Sundberg 2000-01-07 01:13:47 +0000
  • eab5b194a5 added dan Nelson Rush 2000-01-06 22:14:48 +0000
  • 36a1b4d7ae added dan olson's patch Nelson Rush 2000-01-06 22:02:55 +0000
  • acc475fa16 Typo fix, and adding a chunk in authors which apparently got lost.. Zephaniah E. Hull 2000-01-06 21:59:55 +0000
  • 1c432eec0e Moved Sys_mkdir() to common/sys_common.c !!! FIXME !!! Move Sys_DoubleTime() there too. Marcus Sundberg 2000-01-06 18:38:40 +0000
  • 983243b577 Moved Sys_mkdir() and Sys_DoubleTime() into common/sys_common.c Marcus Sundberg 2000-01-06 18:36:14 +0000
  • ad0b6604f6 Added checks for sys/time.h, sys/timeb.h, ftime() and _ftime() Marcus Sundberg 2000-01-06 18:28:24 +0000
  • 859cdee6a5 Define INADDR_LOOPBACK in a clean way. Marcus Sundberg 2000-01-06 17:49:39 +0000
  • 3dc80e29b7 Moved Sys_FileTime() into common/sys_common.c Marcus Sundberg 2000-01-06 17:46:47 +0000
  • 62a2ef817c Check for stat() and sys/stat.h Marcus Sundberg 2000-01-06 17:36:36 +0000
  • 64ae53b946 added tim rowley to the AUTHORS, added mention of bootstrap needing autoconf 2.13 in INSTALL and README Nelson Rush 2000-01-06 17:35:07 +0000
  • b794e155b0 applied tim's patch Nelson Rush 2000-01-06 17:29:23 +0000
  • 6e9074153f Moved Sys_Printf into common/sys_common.c Marcus Sundberg 2000-01-06 16:56:38 +0000
  • f816a6dbc1 This was identical to common/sys_dosa.s Marcus Sundberg 2000-01-06 16:33:09 +0000
  • 99291808d9 This was identical to common/sys_dosa.s Marcus Sundberg 2000-01-06 16:26:36 +0000
  • e88e11d77c Removed unused variables Loring Holden 2000-01-06 16:24:05 +0000
  • 2193966719 Copyright notice stuff Joseph Carter 2000-01-06 13:48:07 +0000
  • f8fc99bf98 Add credits for CD and win32 support. Marcus Sundberg 2000-01-06 12:40:11 +0000
  • 428517ae69 more README cleanups, another FIXME added... Needs to be resolved before we release Joseph Carter 2000-01-06 11:27:23 +0000
  • 1695ac5f77 cleanups Joseph Carter 2000-01-06 08:24:16 +0000
  • 9d0755d7ad fixed a problem with the naming convention, added loring for AIX/IRIX/Sun support Nelson Rush 2000-01-06 05:50:32 +0000
  • 5f4a20cce9 added loring for cd-rom support Nelson Rush 2000-01-06 05:36:58 +0000
  • d1efeccbf5 added loring's patch Nelson Rush 2000-01-06 05:35:30 +0000
  • 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); Eric Windisch 2000-01-06 05:21:08 +0000
  • 6e69591b3f added loring's patch to fix non-linux platform problems Nelson Rush 2000-01-06 04:33:34 +0000
  • 670413dee7 removed some things i've fixed Nelson Rush 2000-01-06 03:27:28 +0000
  • 8a2d0d0e8f Fix typo in BSD defines. Marcus Sundberg 2000-01-06 03:13:59 +0000
  • 58a561b806 Made MGL target compile again. Marcus Sundberg 2000-01-06 03:13:04 +0000
  • 7390832583 added thanks to VA and 3dfx (premature), fixed some cosmetics, updated OS support Nelson Rush 2000-01-06 03:10:42 +0000
  • 51693a47db updated TODO Nelson Rush 2000-01-06 02:59:12 +0000
  • 42154bc63f Moved CD_f from cd_linux.c and cd_win.c into cd_wrapper.c. Added support for CDROM on (Free)BSD. Marcus Sundberg 2000-01-06 02:43:04 +0000
  • 8e9d7f6b4b Detect Linux and BSD CD-ROM APIs. Marcus Sundberg 2000-01-06 02:31:32 +0000
  • b28fa0a244 Add #ifndef so file is only included once. Marcus Sundberg 2000-01-06 02:29:09 +0000
  • 581e31b505 Fixed some warnings. Marcus Sundberg 2000-01-06 01:43:44 +0000
  • a6460e7bdd Removed the bogus -DELF statements. Marcus Sundberg 2000-01-06 01:06:17 +0000
  • 98e1681e6b Define HAVE_SYM_PREFIX_UNDERSCORE if C symbols are prefixed by an underscore (should be a real check in the future). Marcus Sundberg 2000-01-06 00:54:51 +0000
  • 4120cda2d2 Include config.h and use #ifdef HAVE_SYM_PREFIX_UNDERSCORE instead of bogus #ifdef ELF Marcus Sundberg 2000-01-06 00:52:51 +0000
  • b86ca17101 Fixed bunch of unused variables. Marcus Sundberg 2000-01-06 00:29:41 +0000
  • e0bfb15dcf Check for vsnprintf() in libdb if we don't have it elsewhere. Marcus Sundberg 2000-01-05 22:42:06 +0000
  • 368ae283a2 Applied Mads' speed cheat fix to qw-server Joseph Carter 2000-01-05 22:41:36 +0000
  • 9e5e83cc73 Added $(LIBS) to linker command lines. Marcus Sundberg 2000-01-05 22:12:51 +0000
  • 04c438c55e Check return code from mmap() properly. Marcus Sundberg 2000-01-05 21:22:48 +0000
  • 8d8f0d617c small oops fixed Joseph Carter 2000-01-05 19:57:35 +0000
  • be84abf0b1 Server makefile is done too, just cosmetics and a better clean target Joseph Carter 2000-01-05 19:45:44 +0000
  • 4ebf133971 Merged the makefile targets as much as is safe to do without a serious code alteration. Cut my build time from 20 minutes down to about 5 from an autoconf-clean tree. Joseph Carter 2000-01-05 19:10:52 +0000
  • b68f84619e Fixes for portability issues.. Zephaniah E. Hull 2000-01-05 16:55:01 +0000
  • 4ecda582f4 Give credit for the GL fullbright fix. Zephaniah E. Hull 2000-01-05 15:24:29 +0000
  • dbbeff44fc We now have fullbright textures for GL! This is going in as a bug fix after talking it over with Knghtbrd and Deek.. Zephaniah E. Hull 2000-01-05 15:23:12 +0000
  • c90b93d0b7 Cleaned the clean targets a bit Joseph Carter 2000-01-05 12:09:29 +0000
  • 6e6f044ef1 VERY IMPORTANT commit before release---crosshair 3 was a little high, you could hit anything simple with it sure, but some of us snipe. Fixed it. Joseph Carter 2000-01-05 10:25:30 +0000
  • 9417c085dc added some things to the TODO Nelson Rush 2000-01-05 03:58:34 +0000
  • e3c4261ea5 Moved old_headers/qwcl/resource.h to qw_client/resource.h Marcus Sundberg 2000-01-05 01:48:02 +0000
  • b2bd0774e0 Moved resource.h and conproc.h from uquake/do_not_include to uquake. Marcus Sundberg 2000-01-05 01:41:36 +0000
  • 65094e2a35 _windowed_mouse needs to be declared. Marcus Sundberg 2000-01-05 01:26:09 +0000
  • d28880656b Win32 has snprintf and vsnprintf underscored. Use proper defines if needed. Marcus Sundberg 2000-01-05 01:19:13 +0000
  • 048b8393f3 Reportedly the #undef sa_family is really needed on SGIs. Marcus Sundberg 2000-01-05 01:14:30 +0000
  • cfbbf80801 Added checks for snprintf, _snprintf and _vsnprintf Marcus Sundberg 2000-01-05 00:34:44 +0000
  • 8ce6e3d062 Removed the dummy VGA_* variables as they are not needed anymore. Marcus Sundberg 2000-01-05 00:31:47 +0000
  • 705c1d0e3b fixed some problems Nelson Rush 2000-01-05 00:11:02 +0000
  • a77bb35db6 Fixed buffer overflow problems, changed sprintf to snprintf don't use this yet, i have a few things that need to be fixed. Nelson Rush 2000-01-05 00:05:48 +0000
  • c5de0f10c5 Added MGL target (relax Palisade - it's only compiled on win32 ;) Moved d_copy.s from SWREND_SRC_PLAT to SVGA_VID_SRC as the functions in there are only used in vid_svgalib.c and vid_vga.c Marcus Sundberg 2000-01-04 23:38:36 +0000
  • 26c0d830b2 Fix includes. filelength() is unused and breaks compile on mingw32. Copied Sys_FileOpenRead() and Sys_DoubleTime() from qw_client/sys_win.c Marcus Sundberg 2000-01-04 23:36:31 +0000
  • 4d03867938 Fix includes. filelength() is unused and breaks compile on mingw32. Marcus Sundberg 2000-01-04 23:34:36 +0000
  • b9d6599958 Include mgraph.h here. Made mouseactive extern (defined in in_win.c) Removed unused variables. Some minor cleanups. Marcus Sundberg 2000-01-04 23:32:43 +0000
  • bb1f7ac924 Define uiWheelMessage and mouseactive here. Removed unused variables. Some minor cleanups. Marcus Sundberg 2000-01-04 23:31:14 +0000
  • fce145168c Arm x86 assembly with #if id386 Marcus Sundberg 2000-01-04 23:30:00 +0000
  • d5be43dd1b Do AC_SUBST() on HAS_MGL, MGL_CFLAGS and MGL_LIBS. Marcus Sundberg 2000-01-04 23:28:12 +0000