Commit Graph

277 Commits

Author SHA1 Message Date
Marcus Sundberg 65094e2a35 _windowed_mouse needs to be declared. 2000-01-05 01:26:09 +00:00
Marcus Sundberg d28880656b Win32 has snprintf and vsnprintf underscored. Use proper defines if needed. 2000-01-05 01:19:13 +00:00
Marcus Sundberg 048b8393f3 Reportedly the #undef sa_family is really needed on SGIs. 2000-01-05 01:14:30 +00:00
Marcus Sundberg cfbbf80801 Added checks for snprintf, _snprintf and _vsnprintf 2000-01-05 00:34:44 +00:00
Marcus Sundberg 8ce6e3d062 Removed the dummy VGA_* variables as they are not needed anymore. 2000-01-05 00:31:47 +00:00
Nelson Rush 705c1d0e3b fixed some problems 2000-01-05 00:11:02 +00:00
Nelson Rush a77bb35db6 Fixed buffer overflow problems, changed sprintf to snprintf don't use this yet, i have a few things that need to be fixed. 2000-01-05 00:05:48 +00:00
Marcus Sundberg 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
2000-01-04 23:38:36 +00:00
Marcus Sundberg 26c0d830b2 Fix includes.
filelength() is unused and breaks compile on mingw32.
Copied Sys_FileOpenRead() and Sys_DoubleTime() from qw_client/sys_win.c
2000-01-04 23:36:31 +00:00
Marcus Sundberg 4d03867938 Fix includes.
filelength() is unused and breaks compile on mingw32.
2000-01-04 23:34:36 +00:00
Marcus Sundberg b9d6599958 Include mgraph.h here.
Made mouseactive extern (defined in in_win.c)
Removed unused variables.
Some minor cleanups.
2000-01-04 23:32:43 +00:00
Marcus Sundberg bb1f7ac924 Define uiWheelMessage and mouseactive here.
Removed unused variables.
Some minor cleanups.
2000-01-04 23:31:14 +00:00
Marcus Sundberg fce145168c Arm x86 assembly with #if id386 2000-01-04 23:30:00 +00:00
Marcus Sundberg d5be43dd1b Do AC_SUBST() on HAS_MGL, MGL_CFLAGS and MGL_LIBS. 2000-01-04 23:28:12 +00:00
Marcus Sundberg 54f4335a8a Autoconf network headers. 2000-01-04 23:06:13 +00:00
Marcus Sundberg 0a99e0d5fe Include ctype.h for is*() functions.
Removed unused variables from InitConProc().
2000-01-04 23:02:02 +00:00
Marcus Sundberg b8d1dd372a Added @NET_LIBS@ to LDFLAGS. 2000-01-04 22:59:57 +00:00
Marcus Sundberg a6be84b54d Merged into net_udp.c. 2000-01-04 22:58:19 +00:00
Marcus Sundberg 61a1599c80 Autoconf network headers.
Merged in qw_common/net_wins.c
2000-01-04 22:56:56 +00:00
Marcus Sundberg 6120f2dab5 Server need mmsystem.h for timeGetTime() 2000-01-04 22:24:49 +00:00
Marcus Sundberg de443cad14 Mingw32 needs to include initguid.h before dinput.c - do that if we have it
uiWheelMessage needs to be defined here.
Avoid multi-line C++-comments.
2000-01-04 22:16:27 +00:00
Marcus Sundberg f0a9fffc5a Add support for cd_win.c 2000-01-04 22:11:17 +00:00
Marcus Sundberg 5d5cfd6e4b Include mmsystem.h if we have it. 2000-01-04 22:09:43 +00:00
Marcus Sundberg c4e15e0eed Added checks for networking headers and initguid.h.
Added AC_C_CONST - for (ancient/weird) compilers that don't support const.
Added AC_C_INLINE - you can now use the "inline" keyword portably, it will
be defined to nothing, __inline, __inline__ or empty depending on the
compiler.
Added checks for a bunch of functions. All are not used yet, but most
should be.
Added checks for MGL (the graphics library that vid_win.c uses.
Aligned help messages properly. ;)
Link with -lwinmm when using Windows sound code.
Check for networking functions in common libraries.
Use sys_win.c when compiling for mingw32.
2000-01-04 22:00:41 +00:00
Marcus Sundberg d576b7c9d1 Made building outside the sourcedir work again.
Made top of Makefile look like qw_client/Makefile.in
2000-01-04 21:29:10 +00:00
Marcus Sundberg 8b4503ff05 Made building outside the source dir possible again. 2000-01-04 21:26:22 +00:00
Nelson Rush 1969220a36 another error with the sed script in the TODO, extra ) for the sizeof() taken out. 2000-01-04 20:35:46 +00:00
Nelson Rush 37c91db62a in TODO the sed script to fix the files was changing sprintf to sprintf instead of snprintf, fixed. 2000-01-04 20:22:13 +00:00
Joseph Carter d44ae00ade couple of feature requests to work on post-release 2000-01-04 18:50:27 +00:00
Joseph Carter 6c74e92dd2 No longer do the makefiles stat the obj dir for every compile! While I
experienced almost no visible benefit in terms of compile time, others
with older machines will and the makefiles are generally cleaner now.
2000-01-04 12:02:27 +00:00
Joseph Carter 3562cf3e68 More Debian updates, about to upload "0.0.9" (can't use -pre in versions
very well) to Debian's servers.
2000-01-04 06:16:16 +00:00
Nelson Rush 19b2728495 Applied prototype fix to vid_svgalib.c and removed unused variable from qw_client/cl_main.c 2000-01-04 05:52:00 +00:00
Nelson Rush de9345e948 Added Justin A. McCright for help on fixing an svgalib problem. 2000-01-04 05:40:25 +00:00
Nelson Rush de56a6f223 removed extra m_filter registration 2000-01-04 05:38:27 +00:00
Nelson Rush 5f20ff0bd7 added loring's multi-platform, non-mesa OpenGL patch. 2000-01-04 05:33:00 +00:00
Joseph Carter 4b8ca8dd26 Broke Makefile.in, here's a fix 2000-01-04 04:38:05 +00:00
Joseph Carter 49d9711def Small mingw32 fix and updated debian/control 2000-01-04 04:14:35 +00:00
Joseph Carter 740177b2c0 Another merge from BigM 2000-01-04 03:34:56 +00:00
Joseph Carter 244297cedc Added cvs2cl.pl to tools, added a changelog target to the makefile, and
removed the ChangeLog.
2000-01-04 03:26:19 +00:00
Joseph Carter 62be83ba6f The most important commit I have ever done! 2000-01-04 02:42:31 +00:00
Joseph Carter e1c130cef8 Erf, small fix to configure.in 2000-01-04 02:38:54 +00:00
Zephaniah E. Hull 6006adda7c Backported and merged the qw_client/keys.c to uquake.
Added support for the KP_* keysyms..
2000-01-04 01:53:31 +00:00
Joseph Carter 3e71009f2a uquake/crc.c is common 2000-01-04 01:05:52 +00:00
Joseph Carter 0b8df448c2 Major configure.in update, applied BigM's gl_rsurf.c merge patch 2000-01-04 01:03:18 +00:00
Zephaniah E. Hull ced209c8ba Reordering the scancode stuff for some stuff I'm doing after release.. 2000-01-04 00:17:30 +00:00
Jeff Teunissen fbc21a8c5e * Merged d_polyse.c from qw_client, _unchanged_ -- current data suggest it
works properly with UQ.
* Repaired my FIXME in r_alias.c (caused UQ's software targets to segfault)
2000-01-03 23:27:17 +00:00
Joseph Carter c61b284f58 Missed an adivtab.h, pardon my fuckup. 2000-01-03 22:21:42 +00:00
Nelson Rush 0b480a8691 added copyright lines 2000-01-03 22:12:26 +00:00
Nelson Rush d75ee8d6b7 Optimized VectorCompare() 2000-01-03 22:10:13 +00:00
Nelson Rush 5e087f73d6 Took the ""'s off of Justin's name. 2000-01-03 22:03:49 +00:00