]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - polygon.c
r_water_scissormode: 0 = none, 1 = scissor only, 2 = cull only, 3 = both
[xonotic/darkplaces.git] / polygon.c
2007-12-31 havocremoved #include of quakedef.h as it doesn't seem necessary
2007-12-31 havocoptimized PolygonF_Divide/PolygonD_Divide functions...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2006-02-28 havoccasts to fix warnings in MSVC x64, thanks Willis
2006-02-23 havocchanged Polygon[DF]_Divide functions to also be able...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2004-08-30 molivierFixed a couple of warnings
2004-08-30 havocfixed severe bugs in QuadForPlane (broken axis selectio...
2004-08-25 havocchanged Collision_NewBrushFromPlanes to use new polygon...