]> icculus.org git repositories - divverent/darkplaces.git/history - matrixlib.c
particles: allow a particlefont.txt file (same dir as particlefont.tga) to override...
[divverent/darkplaces.git] / matrixlib.c
2009-02-20 havocreport a proper trace_plane_normal for trace_startsolid...
2008-08-11 havocported some features over from darkwar matrixlib.[ch]
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-09-23 havocdisable double/float conversion warnings in matrixlib...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-01-28 havocpatch from Tomaz adding a proper matrix inverter, it...
2006-11-06 havocimplemented MATRIX4X4_OPENGLORIENTATION #define option...
2006-11-06 havocmore cleaning of matrix4x4_t struct access
2006-11-06 havoccleaned up almost all direct indexing of matrix4x4_t...
2006-06-28 sajtFixed a bug in Matrix4x4_CopyTranslateOnly... which...
2006-03-23 havocfixed really stupid bug in Matrix4x4_Normalize - it...
2005-11-13 havocadded Matrix4x4_Normalize
2004-08-10 havocadded identitymatrix const struct which can be used...
2004-05-16 havocTomaz optimized Matrix4x4_CreateFromQuakeEntity
2004-03-25 havocinclude <> above ""
2003-03-10 molivierFixed a MSVC6 warning in matrixlib. Added a "Public...
2003-03-07 havocadded Matrix4x4_OriginFromMatrix, and Matrix4x4_ScaleFr...
2003-02-14 havocadded VectorBlend and Matrix4x4_Blend
2002-12-03 molivierRemoved some warnings in MSVC6
2002-11-20 havocremoved all 3x4 matrix support (wasn't used, and isn...
2002-11-11 havocthanks to Tomaz for finding a severe bug in CopyTransla...
2002-09-27 havocCL_TraceLine can now return what entity was hit (this...
2002-09-06 havocnow uses hardware transforms
2002-08-30 havocconsistency cleanup of a (disabled) part of Invert_Simple
2002-08-29 havocfixed viewmodel (it wasn't drawing because it's matrix...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-07-21 havocinclude quakedef (which drags in lots of other stuff...
2002-07-17 havocmerged matrix4x4 and matrix3x4 into matrixlib, updated...