]> icculus.org git repositories - divverent/darkplaces.git/history - mathlib.c
fix bug that made pants/shirt not render in rtlighting (logic was backwards on the...
[divverent/darkplaces.git] / mathlib.c
2005-06-09 havocreplaced uses of VectorNormalizeFast with VectorNormali...
2005-03-05 havocmore refactoring of q1bsp rendering
2004-05-16 havocTomaz optimized AngleVectorsFLU for the roll == 0 case
2004-05-15 havocTomaz optimized AngleVectors for the roll == 0 case
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-02 havocadded several BoxPlane comparison functions to find...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-07-10 havoc#if 0'd out a few unused functions
2003-03-27 havocadded Math_atov function (ascii to vector), tries to...
2003-02-28 havoclights now have an orientation (this isn't editable...
2003-01-15 havoctiny cleanup to RotatePointAroundVector (uses a VectorC...
2002-11-20 havocremoved all 3x4 matrix support (wasn't used, and isn...
2002-09-11 havocBoxOnPlaneSideFunc code - gone, replaced by BoxOnPlaneSide
2002-07-08 havocsome whitespace cleanups and a correction of a comment
2002-07-08 havoca minor whitespace cleanup on R_ConcatRotations
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-22 lordhavocfix a bunch of pointer type warnings introduced by...
2002-05-21 lordhavocmade various things take const pointers (optimizer...
2002-04-11 lordhavocremoved silly uses of 'long' (now int, or qbyte *,...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-26 lordhavocchanged most #define macros to use (,,,) format instead...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocforgot to put a newline at the end of the file
2001-10-29 lordhavocmoved ixtable definition and initialization code to...
2001-10-28 lordhavocmade the Sorted Edge Rasterizer (hidden surface removal...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-04-26 lordhavoca big change with a little description...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-09-18 lordhavocremoval of various id386 junk
2000-08-22 lordhavocInitial revision