Commit graph

264 commits

Author SHA1 Message Date
Maddes Buecher
05df2f53f2 Changed all .C files to fit the Coding Style Guide 2000-08-20 13:33:48 +00:00
Maddes Buecher
5765a6c08f More PAK files support, necessary for huge addons like X-Men when additional PAK files are present in base dir "id1"
Seems not to be needed in 'newtree', can somebody confirm this?
2000-08-16 21:31:05 +00:00
Maddes Buecher
06224a998f + UQuake says now "UQuake" and not "QuakeWorld" in title bar of windowed Windows game
+ Demoplayback check in UQuake's M_Main_Key() of MENU.C now similar to QW
+ typos
  "allways" instead of "always"
  "allready" instead of "already"
2000-08-12 01:01:30 +00:00
Maddes Buecher
1f42871632 Maddes 2000-09-10 14:12 GMT+1
Changed files: common/vid_<system>.c, common/vid.h, uquake/menu.c, qw_client/menu.c, AUTHORS

* Corrected the menu system to work as intended (extra options depending on used vid_<system>.c file)
  ATTENTION!!! I'm not able to test for the different *nixes, please check if I changed everything correctly, plus the previously disabled extra options have to be checked too. Thanks.

* Fixed where you couldn't get back from console when accessed through menu (taken from qw_client)

* Fixed menu bind problem in QW ( now \"%s\" )
2000-08-10 12:16:59 +00:00
Pontus Lidman
95a8c7e466 Patch for Windows NT/2000 IPv6 support from Florent Parent applied. 2000-06-14 09:58:03 +00:00
Brian Koropoff
af70d33ba9 Fixed a bug in the server address book that made it draw from the beginning of the list even when the cursor was somewhere else. Stupid me. 2000-05-12 00:57:57 +00:00
Dan Olson
86a35efba3 A bunch of stuff:
Cvar_Alias_Get now returns void
cl_pred.c is Tonik's client jumping prediction fix
the rest are adding new aliases: s_volume->volume and sv_edgefriction->edgefriction
2000-05-06 23:03:45 +00:00
Bill Currie
976e1dcdda apply slist related patches from snax 2000-05-06 11:01:16 +00:00
Anton E. Gavrilov
ffe219aee1 Added cl_slist.c to the project. 2000-05-05 15:43:26 +00:00
Anton E. Gavrilov
1656f76b88 Added cl_rocketlight, cl_muzzleflash cvars. 2000-05-05 14:47:03 +00:00
Bill Currie
d0e1bc6cf7 preserve cl_warncmd across gamedir changes 2000-05-05 02:49:44 +00:00
Dan Olson
84e95dd1e6 snax's server list patches. Credit given in AUTHORS 2000-05-04 00:58:26 +00:00
Anton E. Gavrilov
2e596668ba Some changes to scoreboard (single player support). No more Sbar_SoloScoreboard() 2000-05-03 19:01:19 +00:00
Bill Currie
a32eb9e1b8 common/cl_input.c:
fix what looks like a bug. if (ms>250) ms=100; ???
common/cl_main.c common/cvars.h qw_client/cl_parse.c:
	put running autoexec.cfg back in, BUT now controlled by a cvar (cl_autoexec).
2000-05-03 11:34:57 +00:00
Anton E. Gavrilov
71af74200b Remove "exec autoexec.cfg" on gamedir change; add checking that frontend.cfg exists before trying to execute it 2000-05-03 09:28:33 +00:00
Bill Currie
32d25d8567 change pushlatency's default to -999 which apearently was the original default. 2000-05-02 21:46:39 +00:00
Bill Currie
98aeb39780 renamed _windowed_mouse to in_grab
Also, FULL SCREEN QUAKE IS HERE!!! unfortunatly, so is full screen quake :/. ie if you have the vidmode extentions, you don't have a choice at the moment. Still, that's just a matter of cvars :), but not tonight.
2000-05-01 13:08:01 +00:00
Bill Currie
7da23db202 separate out checks for VIDMODE and DGA in preparation for the Great Vidmode Hack :) 2000-05-01 10:36:00 +00:00
Bill Currie
90cab60e05 rename vid_nt_gl.c to vid_wgl.c and touch up the windows build stuff to reflect the change. 2000-04-30 22:44:06 +00:00
Bill Currie
4d551f0f51 rename common/gl_vidnt.c -> common/vid_nt_gl.c, common/gl_vidglx.c -> common/vid_glx.c and common/gl_vidlinux_3dfx.c -> common/vid_3dfxsvga.c and touch up the relevant files to reflect the name change.
I got sick of the inconsistency in the vid files.
2000-04-30 22:27:58 +00:00
Bill Currie
85254360f4 fix a really nasty bug where downloads were going to the wrong place. there may be more fixes needed so qf copes with the new fs_basepath, and esp ~. 2000-04-30 10:50:24 +00:00
Bill Currie
2e61dac258 casue autoexec.cfg to be executed in the new gamedir (after frontend.cfg)
also, clean up quakefs.c a little (minor)
2000-04-27 10:56:31 +00:00
Thad Ward
80c33d051f corrected for the r_part files change 2000-04-17 22:03:35 +00:00
Joseph Carter
9993d2c301 r_part.c now contains full particle code for software, gl_rpart.c full
particle code for GL.
2000-04-16 14:26:53 +00:00
Bill Currie
592cc310bd bump up the max mouse sensitivity to 25 (you can still have 1000 if you want (buy editing your config.cfg):) 2000-04-12 23:21:56 +00:00
Bill Currie
14ed577d20 make the mouse sensitivity bar `integral' again (as it was before we got to the menus:) 2000-04-12 23:09:42 +00:00
Thad Ward
385da24022 removed mglfx.lib from the link options for the gl targets, as gl doesn't use it. 2000-04-10 18:13:00 +00:00
Joseph Carter
8ce9970c91 qw_common is DEAD - removed cruft. 2000-04-05 14:32:06 +00:00
Thad Ward
b3d1e2ebaf msvc projects can cow use the latest version of MGL, which fixes a few of the lockup problems.
VERY IMPORTANT: read the readme.win file. it tells you what you need to do to get it working,
as there are a couple of things that need to be done by the developer on their own machine.
2000-04-05 06:06:05 +00:00
Anton E. Gavrilov
f5620c9f5b Changed Cvar_Set(char *, char*) to Cvar_Set(cvar_t *, char *). You can kill me now =] 2000-04-03 14:30:02 +00:00
Anton E. Gavrilov
81dd3e4912 *** empty log message *** 2000-04-03 14:21:56 +00:00
Anton E. Gavrilov
d765224808 *** empty log message *** 2000-04-03 13:19:47 +00:00
Anton E. Gavrilov
13ae9667f8 *** empty log message *** 2000-04-03 11:22:34 +00:00
Bill Currie
549af06fa9 Applied CoderJoe's (Thad Ward) win32 patchs. compiles, links and runs.
BTW, win32 targets now use opendir etc.
2000-03-31 05:58:16 +00:00
Bill Currie
a21dfa1a3f fix miss-named pushlatency 2000-03-28 05:05:57 +00:00
Bill Currie
56bf6beed5 fix a /really lame/ bug that killed both invert mouse and mlook in one fell
swoop.
2000-03-28 03:41:06 +00:00
Anton E. Gavrilov
a19108fc80 Uncommented SleepUntilInput (PAUSE_SLEEP); 2000-03-27 15:15:46 +00:00
Joseph Carter
c57298ed75 new cvar, cl_talksound. Defaults to misc/talk.wav. Could probably use a
little more error checking and possibly default to misc/talk.wav if the
file you give it doesn't exist or something.  If someone wants to do that
go for it - I'm just adding it to my personal todo list for later so I can
get back to GL fullbright stuff.
2000-03-26 11:49:29 +00:00
Bill Currie
1c91ed2381 fix the incorrect $i and -ne :/.
propogate the list fix to the other makefiles
2000-03-23 23:04:48 +00:00
Jeff Teunissen
7167c5a749 view.c: Whitespace changes.
*/menu.c: Sliders update the string versions of cvars again. Also, UQ now
has config menu entries for the HUD.
2000-03-20 14:24:20 +00:00
Marcus Sundberg
674ddcffe5 The big whitespace cleanup. ;-)
Removed trailing whitespace from code lines.
2000-03-19 15:59:51 +00:00
Anton E. Gavrilov
82f8cf07b9 Updated MSVC project files. Every target compiles and works. 2000-03-19 13:07:44 +00:00
Bill Currie
a7d766abc9 more fixings for "make install" 2000-03-15 01:09:48 +00:00
Bill Currie
2800c2856e make install now works (caused by a flakey install-sh), as does build_rpm.
Also, there was a bug in configure.in that caused glx not to be built at all on
my system.

NOTE: I changed SRC_DIR to srcdir (GNU `standard'), though I'm beginning to
wonder if that was so good.
2000-03-13 11:54:24 +00:00
Bill Currie
2f47ba42f2 merge qw_client/view.c and uquake/view.c into common/view.c 2000-03-12 00:36:50 +00:00
Joseph Carter
e818226c34 This SHOULD allow Mega2K to work whenever it gets released. View offsets
are done (sorry if this steps on your toes with the view.c merge Deek) and
I'm almost positive flymode will now work.  Even though view offset is
done, it won't.

The reason for this is that cl.stats[STAT_FLYMODE] is pretty much going to
ALWAYS be 0 on a standard server.  Since 0 tells us that we're not flying,
this is fine.  cl.stats[STAT_VIEWHEIGHT] is also going to be 0, but it
should be 22 for normal views.  I could always assume this value is an
offset from 22, but that just seems lame to me.  I'll either do it anyway
or we'll have to find a good opportunity in the connect cycle to set the
cl.qfserver qboolean to true.

I'm thinking about using an info key value for this, but we'd be better
served I think by coordinating with QSG to up the protocol version across
all engines.
2000-03-11 21:29:48 +00:00
Joseph Carter
2cfc6ee445 Mostly whitespace cleanups while checking out the SERVERONLY defines in
the file.
2000-03-11 12:34:11 +00:00
Anton E. Gavrilov
620d7482b1 Updated MVSC project files. 2000-03-11 10:17:05 +00:00
Loring Holden
a2284ec9c8 Use ASM_ARCH instead of NO_ASMOPT to figure out if we are on an x86 platform 2000-03-11 05:36:18 +00:00
Anton E. Gavrilov
fd5d30dd06 Updated MSVC project files 2000-03-10 23:25:39 +00:00