Bill Currie
|
6a94607d9d
|
rename VectorMA to VectorMultAdd, add VectorMultSub and use it in a few
places. Not certain how much speed difference it makes :/
|
2003-08-08 15:25:53 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
265edd1fef
|
Small optimization.
|
2003-03-21 00:52:30 +00:00 |
|
Bill Currie
|
761a7546dd
|
re-arrange things so __attribute__ and __builtin_expect are properly
autoconfiscated so rcsid will continue to work with gcc 3.3
|
2003-01-15 15:31:36 +00:00 |
|
Bill Currie
|
71196fedf6
|
make gcc more anal about prototypes, string constants and function
visibility (ie, global functions must have a prototype)
|
2003-01-06 18:28:13 +00:00 |
|
Bill Currie
|
ca4b3acd6c
|
big protototype cleanup. Now, except for a few cases, all non-static
prototypes are in headers files.
|
2002-11-05 19:12:51 +00:00 |
|
Bill Currie
|
65033cbe64
|
make no_pogo_stick 3 force friction whether or not jump is active
|
2002-10-18 17:47:31 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
eb54acf140
|
Whitespace.
|
2002-09-28 02:33:39 +00:00 |
|
Bill Currie
|
d9eff16941
|
allow players to run down ramps normally when no_pogo_stick bit 1 is set
|
2002-09-14 03:34:33 +00:00 |
|
Bill Currie
|
e8baa18abd
|
correct a spelling error
|
2002-09-13 04:31:10 +00:00 |
|
Bill Currie
|
a6318a3baf
|
enhanced no_pogo_stick control
|
2002-09-13 04:30:18 +00:00 |
|
Bill Currie
|
676527a0d3
|
if the velocity is 0, don't bother clipping it.
|
2002-02-25 18:40:51 +00:00 |
|
Bill Currie
|
b1f4a778f9
|
the rcsid commit from hell }:>
|
2001-09-28 06:26:31 +00:00 |
|
Bill Currie
|
def8bb3cd5
|
LordHavoc's VectorIsNull changes from 0.3 but as VectorIsZero (no such thing
as a `null' vector) plus a couple of other bits from his patch.
|
2001-09-11 05:18:15 +00:00 |
|
Bill Currie
|
3b5969df1e
|
don't call the packet acker when running a demo
|
2001-09-07 03:49:30 +00:00 |
|
Bill Currie
|
3a9191760f
|
some minor improvements
|
2001-09-07 00:11:22 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
2f5e0cf603
|
whitespace and headers.
|
2001-08-29 02:12:57 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
b1c0bb7626
|
Header/whitespace rampage continues.
|
2001-08-28 03:47:10 +00:00 |
|
Bill Currie
|
323015b11a
|
include/QF header cleanup. including config.h (or any file from include) is
a nono because headers in include/QF get installed, but include don't and thus
would break quakeforge-dev.
|
2001-05-31 05:33:13 +00:00 |
|
Bill Currie
|
e939ccc40a
|
cvars now sport a callback function that gets called whenever the cvar changes
or on initial get.
|
2001-03-31 01:02:52 +00:00 |
|
Bill Currie
|
f78b973978
|
move the api headers into include/QF and clean up (most of) the resulting mess.
target specific files that I don't build won't compile yet. just put QF/
infront of the offending headers.
Also move ver_check into libqfutils
|
2001-03-27 20:33:07 +00:00 |
|
Bill Currie
|
87854e1a0c
|
initial checkin of most recent newtree and nuq(?) source
|
2001-02-19 21:15:25 +00:00 |
|