]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - svbsp.c
remove another useless check
[xonotic/darkplaces.git] / svbsp.c
2010-09-27 havocavoid crashes if MAX_SVBSP_POLYGONPOINTS would be exceeded
2010-07-15 havocraise SVBSP polygon points limit to avoid crashes with...
2010-01-31 havocfix more warnings
2010-01-07 havocreduce stack requirements
2009-12-25 havocmore optimizations to SVBSP code
2009-12-25 havocimproved performance of SVBSP code
2009-12-24 havocadded back the old method of comparing points to the...
2009-12-24 eihrulfixed plane test typo
2009-12-24 havocchanged svbsp code to use floats instead of doubles
2008-02-14 havocremove unnecessary #include of quakedef.h
2008-01-27 havocrewrote most of the VM_Polygon/DebugPolygon code, it...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-03-25 havoceliminated dependency on quakedef.h, this file now...
2007-01-29 havocsome minor optimizations, comment corrections, and...
2007-01-28 havocimplemented Shadow Volume BSP based culling of lit...