openclonk/src/landscape/fow
Nicolas Hake 92ed1537a0 Fix off-by-one error in FoW renderer (#1678)
The FoW renderer would try drawing to texture coordinates one pixel
too high (i.e. if the texture was 256 pixels high, it would draw to
pixels with 1 <= y <= 256 instead of 0..255).
2016-02-15 13:52:03 +01:00
..
C4FoW.cpp Use generic vertex attributes for FoW rendering 2016-01-02 19:11:41 -08:00
C4FoW.h Use generic vertex attributes for FoW rendering 2016-01-02 19:11:41 -08:00
C4FoWAmbient.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
C4FoWAmbient.h Fix headless build 2015-06-17 21:30:56 +02:00
C4FoWBeam.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
C4FoWBeam.h Fix headless build 2015-06-17 21:30:56 +02:00
C4FoWBeamTriangle.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4FoWDrawStrategy.cpp Use generic vertex attributes for FoW rendering 2016-01-02 19:11:41 -08:00
C4FoWDrawStrategy.h Use generic vertex attributes for FoW rendering 2016-01-02 19:11:41 -08:00
C4FoWLight.cpp Use VBOs to render the FoW texture 2016-01-01 22:28:22 -08:00
C4FoWLight.h Use VBOs to render the FoW texture 2016-01-01 22:28:22 -08:00
C4FoWLightSection.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
C4FoWLightSection.h Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
C4FoWRegion.cpp Fix off-by-one error in FoW renderer (#1678) 2016-02-15 13:52:03 +01:00
C4FoWRegion.h Fix crash when drawing zero-sized viewports (may happen during editor viewport initialization) 2016-01-15 08:53:00 -05:00