]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - mathlib.c
Add skipmaterialflagsmask feature to TraceLine and friends - this allows more sensibl...
[xonotic/darkplaces.git] / mathlib.c
2016-12-10 havocDisable the __int128 code path for lehmer 128bit RNG...
2016-12-10 havoconly use __int128 math on x86_64
2016-11-28 havocFix __int128 based implementation of mul128, needed...
2016-11-28 havocFix severe bugs in mul128 implementation which was...
2016-11-27 havocAdded an implementation of Lehmer random number generat...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-03-07 divverentv_yshearing: Make the cvar take the max angle to apply...
2016-03-04 divverentv_yshearing: Make view and input behave more like Duke...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-09 divverenttry to really fix vectorvectors to be 100% equivalent...
2012-02-20 divverentadd a note about a VectorVectors bug
2012-02-18 vortexVectorVectors: renormalize 'up' vector as it seems...
2011-05-23 havocadded LoopingFrameNumberFromDouble function to do this...
2008-09-04 divverentfix the mathlib corner case vectoangles2('0 0 -1',...
2007-12-06 havocadded DP_QC_VECTOANGLES_WITH_ROLL
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-24 havoc#ifdef 0'd out BoxOnPlaneSide_Separate as it is not...
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