Bill Currie
|
c413be05bd
|
misc cl.playernum fixups (never +/-1). unfortunatly, qw ambient sounds are currently borked. I'll investigate this further tomorrow. What the problem is is that cl.playernum is being used as the player entity number and is base 1 in uq and base 0 in qw. also, it seems that ambient sounds are entity 0 (or seem to be). As I said, I need to investigate this further (and I will).
|
2000-04-11 10:43:32 +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 |
|
Joseph Carter
|
ea03a007de
|
a little cleanup of the view height offset code..
|
2000-04-02 00:32:00 +00:00 |
|
Joseph Carter
|
018ca24c62
|
flymode WORKS! I'm also poking around a few other qw_server files..
|
2000-04-01 23:40:29 +00:00 |
|
Joseph Carter
|
8bbe24a289
|
All finished!
|
2000-03-24 14:43:43 +00:00 |
|
Anton E. Gavrilov
|
29a43006d0
|
Killed an #ifdef UQUAKE
|
2000-03-20 16:07:51 +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 |
|
Jeff Teunissen
|
3db83b18d7
|
Misc. fixes.
|
2000-03-18 03:40:22 +00:00 |
|
Anton E. Gavrilov
|
7da71c8673
|
v_contentblend works in both QW and uquake now; also, it is a float (not toggle) now.
|
2000-03-18 03:35:10 +00:00 |
|
Bill Currie
|
0d33daa4a0
|
undid knghtbrd's recent changes as they broke [atleast] uquake.
|
2000-03-16 03:02:44 +00:00 |
|
Joseph Carter
|
bf764072a0
|
I thought this was already checked in. If it fixes something with view
stuff cool. If it breaks stuff.... Um, well...
|
2000-03-16 02:26:12 +00:00 |
|
Bill Currie
|
7226e6201b
|
merge in many of deeks modifications (especially formatting). The rest, I'm too
tired to look at now.
|
2000-03-12 12:20:11 +00:00 |
|
Bill Currie
|
260cab9c10
|
some more merge tweeks. hopefully didn't break anything
|
2000-03-12 10:41:50 +00:00 |
|
Bill Currie
|
ba97294a41
|
tidy up a messy part of the merge
|
2000-03-12 08:13:35 +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 |
|