Loring Holden
d2a2fbf6cb
cmd.c - use (var = Cvar_FindVar(buf)) != 0 instead of (var = Cvar_FindVar(buf))
...
cvar.c - include strings.h for AIX
gl_warp.c - remove unneeded skytexturenum variable
2000-06-12 06:14:00 +00:00
Dabb
3cc97ab304
Added extern.
2000-06-11 08:10:46 +00:00
Anton E. Gavrilov
b9acf19025
stricmp, strnicmp ---> strcasecmp, strncasecmp
2000-06-11 03:47:11 +00:00
Anton E. Gavrilov
7f5c4e4148
Make command and cvar completion case-insensitive.
2000-06-11 00:05:45 +00:00
Joseph Carter
c3649a242a
I feel stupid now, typo fixed
2000-05-28 11:09:59 +00:00
Joseph Carter
ef1c6be3df
New Cvar function: Cvar_SetFlags. Yes, it's there for completeness.
...
Some minor changes to DGA code I couldn't be bothered to back out before
I committed. They don't hurt anything, but they don't really improve
matters much either. The mouse cursor still doesn't get warped off the
screen, but it's no longer bright blue - now it's black and white like
normal. I'm rewriting the damned DGA code from scratch to Get It Right
this time.
2000-05-27 16:40:36 +00:00
Bill Currie
e98edd5f5f
revert back to using f* for file io. I hope this fixes the catapult, but I wouldn't be suprised if it doesn't.
2000-05-23 22:43:36 +00:00
Bill Currie
d30edea236
CVAR_ROM now works
...
provide Cvar_SetROM to get past it. if this proves unnecessary, nuke it :)
provide setrom command: sets the CVAR_ROM flag on a cvar
2000-05-23 08:33:30 +00:00
Joseph Carter
3d59dfed98
Before I can fix the (MANY!) problems with newtree, I have to fix the
...
little problem of mixed QFile and FILE. Since we're not using ZLib in
this tree, QFile makes no real sense. That didn't fix the real problem
I am having though.
2000-05-22 21:16:22 +00:00
Jeff Teunissen
89cdc06e0e
Updated checklist, configure.in (0.2.0), cvar.c
2000-05-22 05:51:05 +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
Jeff Teunissen
ad03ff24de
gl_vidlinux: DIE DIE DIE!
...
cvar.c: use va() for Cvar_SetValue
r_view.c: cvar cleanups
sirf8.S: whitespace
2000-05-22 03:27:00 +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
Danne
52f0fe0bde
Removed unneeded Visual C defs.
2000-05-19 12:58:54 +00:00
Bill Currie
64d00faa8f
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
2000-05-17 23:16:23 +00:00
Bill Currie
832af13c12
all files now include config.h
2000-05-17 10:03:19 +00:00
Dan Olson
1d26c02826
Cvar merge... segfault problems... also unknown problems in vid_svga.c
2000-05-16 04:47:41 +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
Bill Currie
a236fa53e6
split out the server and client specific stuff from cvar.c into sv_cvar.c and cl_cvar.c respectively
2000-05-11 10:04:50 +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