Bill Currie
e73ff67bf3
fix for bsd
2001-01-27 04:37:37 +00:00
Bill Currie
21654b12e5
server builds (and works, thanks for the test, Dabb) and an sdl client attempts
...
to link.
2001-01-24 17:41:34 +00:00
Bill Currie
733d55603c
partial fixes for cross-compiling using mingw32. MIGHT break normal builds
2001-01-24 00:06:58 +00:00
Bill Currie
81ac48eaf0
fix for *nix
2001-01-08 17:52:20 +00:00
Dabb
e32fb4d048
Drop packets from ports under <1024 (server only). Also drop packets
...
with invalid source address (broadcast and any).
2001-01-08 17:47:38 +00:00
Bill Currie
ccba39666b
#include audit
2000-12-30 02:16:36 +00:00
Bill Currie
d2e9339f00
this should fix the unknown error on w2k
2000-12-20 17:16:56 +00:00
Dabb
c3a0ab3aa1
Packet logging support for debugging and educational purposes.
2000-12-11 15:30:52 +00:00
Jeff Teunissen
54e2a4d9d3
Okay, the big whitespace reformat. There is some silliness (case
...
statements, variable declarations), but all in all it's not bad.
2000-12-08 06:51:37 +00:00
Zephaniah E. Hull
66e0e31b57
strcat -> strncat
...
sprintf -> snprintf
AKA, really big buffer overflow security fixes.
More to come, geez we have holes everywhere.
2000-12-05 11:08:30 +00:00
Dabb
af1a000fb1
Why SockadrToNetadr(&from,&net_from) twice? Removed extra.
2000-08-17 16:48:06 +00:00
Loring Holden
5b094c2aa1
Reapply changes - this time tested w/ svga under Linux
2000-05-26 03:55:27 +00:00
Bill Currie
0bd4043ca4
revert lsh's checkins. They broke newtree for everybody but him.
2000-05-25 09:48:21 +00:00
Loring Holden
8005c0d25e
I got this tree to build under Solaris, AIX, IRIX, & Linux.
...
In order to do so I:
* included strings.h and string.h in many files so various functions would be
defined
* Fixed model_t collision problem in cl_main.c (Solaris)
* com.c - corrected WORDS_BIGENDIAN spelling
* gl_draw.c - Use HAVE_GL_COLOR_INDEX8_EXT to avoid referencing
GL_COLOR_INDEX8_EXT when it isn't available
* net_udp.c - use socklen_t to appease AIX
2000-05-25 06:14:56 +00:00
Bill Currie
ea1386f190
fixes for __attribute__((format)) (I'll commit that /after/ release) and freelook
2000-05-22 05:47:14 +00:00
Bill Currie
af032b8d55
port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet)
...
split up the headerfiles and such. common.[ch] and qwsvdef.h no longer exist. More work still needs to be done (esp for windows) but this should be a major improvement.
2000-05-21 08:24:45 +00:00
Marcus Sundberg
c7d068a829
Fix warning in MSVC++.
2000-05-20 01:47:54 +00:00
Marcus Sundberg
e8cf54f5f3
Merged net_wins.c with net_udp.c.
2000-05-20 00:04:33 +00:00
Bill Currie
832af13c12
all files now include config.h
2000-05-17 10:03:19 +00:00
Joseph Carter
6e37b33f44
sys.h is no longer part of quakedef.h
...
sys_wina.S is now sys_x86.S (same as now gone sys_dosa.S, used on Linux too)
Updated Linux Makefile to reflect above
Linux translation table thingy now compiles properly
2000-05-14 16:56:28 +00:00
Joseph Carter
38f9b705b9
Whee! Every source file just got edited. Added the QF-style GPL header
...
to the top. What I didn't add was descriptions. Someone else wanna take
those on?
2000-05-11 16:03:29 +00:00
Dan Olson
b139acafc2
^M cleanup, and qw-server compiles with -Werror
2000-05-10 20:33:16 +00:00
Joseph Carter
d859383680
Initial revision
2000-05-10 11:29:38 +00:00