gzdoom/src/hwrenderer
alexey.lysiuk 4cc78c3273 - fixed compilation warning with GCC and Clang
src/hwrenderer/dynlights/hw_aabbtree.cpp:143:24: warning: comparison of integers of different signs: 'const int' and 'unsigned int' [-Wsign-compare]
2019-01-03 14:24:09 +02:00
..
data - hole filling subsectors must also be explicitly triangulated for the automap because they may be non-convex. 2018-11-10 08:04:03 +01:00
dynlights - fixed compilation warning with GCC and Clang 2019-01-03 14:24:09 +02:00
models - fix wrong attribute count passed to SetFormat 2018-11-23 12:09:36 +01:00
postprocessing - renamed some variables because they were getting into the way of analyzing usage of the global variable of the same name. 2018-12-28 18:11:33 +01:00
scene - rewrote dynamic lights to not use actors for the internal representation and made DynamicLight a purely scripted class. 2019-01-01 19:35:55 +01:00
textures - removed the static members from FMaterial. 2018-12-29 13:28:22 +01:00
utility Rename ColorAdd to AddColor, and use it ingame 2018-12-26 16:58:27 +01:00