Bill Currie
5c7b50ab0b
add an item for doublesize modes
2001-02-22 19:06:56 +00:00
Bill Currie
07ae0ed92c
fix broken ipv6 address field
2001-02-22 19:00:34 +00:00
Bill Currie
3d35af018f
add reporting of compression support
2001-02-22 17:06:12 +00:00
Bill Currie
42e52a7093
%s/libutil.a/libqfutil.a/g due to name space clash found when linking SDL.
...
New naming convention, all libs will be libqf<subsys>.a (should we instead
use libQF<subsys>.a?). The .so libs, when we get to them, will have to be
sorted out then.
2001-02-22 16:53:15 +00:00
Bill Currie
7516666084
libutil.a is now used by both qw and nq
2001-02-22 08:12:13 +00:00
Bill Currie
9aa50a847c
clean up the mess caused by attempting to merge cmd.[ch]. When taken further,
...
this might give us nice controlability of when cvars can be changed.
2001-02-22 04:46:59 +00:00
Bill Currie
d1313dfebb
update configure.in for the new location of win32/version.h
2001-02-22 04:13:53 +00:00
Bill Currie
be075686bf
move the win32 includes to the top level using qw's stuff
2001-02-22 04:10:24 +00:00
Bill Currie
cff964427a
remove redundant files
2001-02-22 04:00:09 +00:00
Bill Currie
9f69abff14
remove redundant fields
2001-02-22 03:48:39 +00:00
Joseph Carter
4537b2daaa
GGI has been eradicated. It's broken and none of us use it, therefore
...
nobody's fixing it. Given that without DGA it's not really much faster
than X11 anyway and the lack of a maintainer, it's deadwood.
2001-02-22 00:24:45 +00:00
Ragnvald Maartmann-Moe IV
c6da49206e
More typos, spelling corrections, and case fixes fed to the nearest handy fiend.
2001-02-22 00:15:03 +00:00
Ragnvald Maartmann-Moe IV
a0565418d9
Stomped out lots of typos and case inconsistencies. fixme, Fixme, FIXME!
2001-02-21 23:45:49 +00:00
Bill Currie
d2438ec0c8
really only need one alsa dir
2001-02-21 23:27:30 +00:00
Jeff Teunissen
d17189c2c0
Add the future directory tree to TODO
2001-02-21 22:39:45 +00:00
Jeff Teunissen
e4608744d2
str*cmp -> str*equal, where appropriate.
2001-02-21 22:38:58 +00:00
Bill Currie
42ce5b1184
nq now plays demos nicely (call Key_Init_Cvars and Con_Init_Cvars)
2001-02-21 22:34:42 +00:00
Bill Currie
505e27e445
clean this up for our new names
2001-02-21 22:29:37 +00:00
Bill Currie
c9ab2f1e10
forgot about all the automake macros
2001-02-21 22:26:47 +00:00
Bill Currie
8fc799f81c
we finally have a bin naming scheme acceptable by all :)
...
nq-*
nq-server
qw-client-*
qw-server
2001-02-21 22:22:32 +00:00
Bill Currie
c6a37b31a4
s/stricmp/strcasesmp/
2001-02-21 22:03:25 +00:00
Bill Currie
cd7fdf33d3
s/stricmp/strcasecmp/
2001-02-21 22:00:52 +00:00
Bill Currie
10b8c5e8ad
ok, nq compiles again
2001-02-21 21:44:57 +00:00
Jeff Teunissen
de96c6c3b8
Configure updates. QSG_VERSION has completed its change to
...
{QW,NQ}_QSG_VERSION, because NQ and QW support differing versions.
2001-02-21 21:38:07 +00:00
Jeff Teunissen
eeabafe9f7
Misc. configure cleanups. I'll check for QSG stuff myself.
2001-02-21 21:13:29 +00:00
Bill Currie
a3ec4ac781
fix a #define clash I missed earlier
2001-02-21 19:53:41 +00:00
Bill Currie
95f6db7775
start merging stuff into libs/util and fix the concequences in nq. nq doesn't
...
build yet though (keys.c, *screen.c and *view.c) due to console fun.
2001-02-21 19:35:06 +00:00
Joseph Carter
9a47e3c92c
A modification to the gun location hack code.. The QW HUD was supposed to
...
give you a little more screen real-estate. It does, but you still have a
big gun blocking most of your screen in the center. If you turned off the
HUD, you got more screen and less gun. That now happens whenever the HUD
is displayed.
This is a temporary measure. At a later point, the gun will always be at
the bottom of the view area regardless of fov.
2001-02-21 19:13:03 +00:00
Bill Currie
8a6de9f990
forgot about ogg support
2001-02-21 00:22:48 +00:00
Bill Currie
2a131734c1
gotta keep track of where we're going :)
2001-02-21 00:12:40 +00:00
Joseph Carter
23ed09f249
Slightly different gl_fires effect. taniwha may back this out if he hates
...
it, but I kinda like it.
2001-02-20 23:36:50 +00:00
Joseph Carter
c2cea45217
NEWSTYLE is gone, sortof. The Cvar defaults for NEWSTYLE are now just the
...
defaults in non-win32 targets. BASEDIR/SKINBASE are gone and the Cvars
which use them in the code are just given the oldstyle defaults now. Use
of "base" is gone. It was a half-assed solution to a problem that doesn't
exist yet. When it finally does exist, we'll fix it right.
2001-02-20 23:06:48 +00:00
Joseph Carter
9438b77fdf
Removed old configure stuff, it's merged now
2001-02-20 22:58:46 +00:00
Joseph Carter
4dd9f74fc0
NQ defined CVAR_HEAP for user-created Cvars, did nothing with it though.
2001-02-20 16:15:43 +00:00
Joseph Carter
2ae91bbbc6
Finished cleaning out the unused Cvar flags. The only ones we actually
...
ever used were CVAR_NONE, CVAR_ARCHIVE, CVAR_USERINFO, CVAR_SERVERINFO,
CVAR_ROM, and CVAR_USER_CREATED. I kept CVAR_NOTIFY and CVAR_LATCH as
well since the latter was supposed to actually be implemented at some
point and the former would make a useful debug feature.
2001-02-20 15:31:49 +00:00
Zephaniah E. Hull
a7b59259c1
New name scheme for generated bins.
...
cougar-(qw|nq)-cl-*
cougar-(qw|nq)-sv
If someone really wants to a S&R on cougar in configure.in and the two
Makefile.am files will change it to something else.
2001-02-20 13:46:04 +00:00
Joseph Carter
089fb150db
CVAR_INIT was unused, we have always used CVAR_ROM for that. Removed the
...
cruft.
2001-02-20 11:25:46 +00:00
Bill Currie
c83f38d8bf
bring Mercury's changes back in
2001-02-20 04:57:07 +00:00
Bill Currie
e3b7ab218e
minor fixups
2001-02-20 03:51:04 +00:00
Bill Currie
e33986e87a
add needed things for autoconfiscation
2001-02-20 03:23:35 +00:00
Zephaniah E. Hull
75618f96c9
Working on one common configure which lets nq and qw compile.
...
There, needs a little clean up though.
2001-02-20 03:10:06 +00:00
Bill Currie
c2cf8ff5e7
add ChangeLog
2001-02-20 00:07:18 +00:00
Bill Currie
5e7703d5fe
missed these files. not bad considering the number of files involved :)
2001-02-19 21:17:47 +00:00
Bill Currie
87854e1a0c
initial checkin of most recent newtree and nuq(?) source
2001-02-19 21:15:25 +00:00
Bill Currie
8ad4a755a2
more fix up work. Nothing totally right, yet, but getting closer.
2001-02-12 09:20:26 +00:00
Jeff Teunissen
091e4f77b1
Clean up the Forge source tree. Also, I'm starting to use ProjectCenter to
...
manage the makefile.
2001-02-10 20:07:39 +00:00
Bill Currie
c1e3e1e9e7
Map now compiles (but probably doesn't work: lots of warnings)
2001-02-09 06:50:40 +00:00
Bill Currie
27ed336d44
EntityArray now compiles
2001-02-09 06:08:53 +00:00
Jeff Teunissen
317d3bddb8
New program (incomplete, and horridly broken): Forge.app. It's going to be
...
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
2001-02-09 01:52:44 +00:00
Bill Currie
d5a81d94e4
add command docs and update cvar docs for qf-server and qf-client-x11 for
...
beta7. Others will be forthcoming.
2001-02-06 19:21:47 +00:00