Joseph Carter
|
2607f7e1ac
|
I'd been meaning to do this for awhile but thought I was the only one who
cared. fov > 90 in software and your gun is never drawn. No more, now
your gun will be drawn unless you esplicitly turn it off.
|
2000-04-30 06:57:39 +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
|
1603855e58
|
Mercury: thanks for pointing out that the player entity number /is/ cl.playernum+1. I've undone my +1 removals.
|
2000-04-12 08:49:37 +00:00 |
|
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
|
76db7204bc
|
A TEMPORARY fix for gl_flashblend (it defaults to 0 in software now).
|
2000-04-03 18:06:22 +00:00 |
|
Joseph Carter
|
88f637963a
|
r* done
|
2000-03-24 11:25:06 +00:00 |
|
Marcus Sundberg
|
674ddcffe5
|
The big whitespace cleanup. ;-)
Removed trailing whitespace from code lines.
|
2000-03-19 15:59:51 +00:00 |
|
Joseph Carter
|
5bfd333ae6
|
DEATH TO cl.items!
|
2000-03-06 14:28:53 +00:00 |
|
Zephaniah E. Hull
|
754ab06b44
|
Fixing the new cvar mess...
|
2000-02-27 18:51:50 +00:00 |
|
Dan Olson
|
106dada0b2
|
Non functional cvar code. Compiles, but won't run.
|
2000-02-27 07:13:32 +00:00 |
|
Bill Currie
|
edbb589045
|
merge qw_client/cl_main.c and uquake/cl_main.c into common/cl_main.c
For the rest, convert all refs to FILE and gzFile to QFile, and similar for
file functions (eg fprintf, fgets, fread, etc)
|
2000-02-08 05:06:58 +00:00 |
|
Zephaniah E. Hull
|
925344be77
|
uquake now works! All targets I can test!
I also merged console.[ch] while I was at it..
|
2000-01-29 18:46:26 +00:00 |
|
Zephaniah E. Hull
|
f18b3bcf02
|
HUGE changes..
Basicly, sound_lib.a is built, and is compiled into the clients..
Note, uquake is SERIOUSLY FSCKED..
|
2000-01-27 17:06:02 +00:00 |
|
Jeff Teunissen
|
2930814d25
|
r_main.c cosmetic changes ("Globals missaligned" -> "Globals misaligned"),
cleaned up a couple #if's
|
2000-01-22 11:22:28 +00:00 |
|
Jeff Teunissen
|
35169e2b94
|
Merged r_main.c -- it wasn't the chore it looked like it was going to be.
It's still #ifdef'ed all over the place, but there are max. 100 lines that
aren't common.
|
2000-01-22 10:51:27 +00:00 |
|