Heretic: add true color support (#1111) #534
Annotations
10 warnings and 10 notices
src/heretic/am_map.c#L37
macro 'NUMSHADES' defines an integral constant; prefer an enum instead
|
src/heretic/am_map.c#L38
variable 'color_shades' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L106
variable 'fb' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L106
variable 'fb' provides global access to a non-const object; consider making the pointed-to data 'const'
|
src/heretic/am_map.c#L106
variable name 'fb' is too short, expected at least 3 characters
|
src/heretic/am_map.c#L159
variable 'antialias_normal' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L164
variable 'antialias_overlay' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L168
variable 'antialias' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L168
variable 'antialias' provides global access to a non-const object; consider making the pointed-to data 'const'
|
src/heretic/am_map.c#L199
parameter name 'X0' is too short, expected at least 3 characters
|
src/heretic/am_map.c#L1
File src/heretic/am_map.c does not conform to Custom style guidelines. (lines 159, 160, 164, 165, 199, 587, 589, 594, 1275, 1279, 1283, 1301, 1362, 1406)
|
src/heretic/d_main.c#L1
File src/heretic/d_main.c does not conform to Custom style guidelines. (lines 878)
|
src/heretic/r_data.c#L1
File src/heretic/r_data.c does not conform to Custom style guidelines. (lines 532, 533, 534, 535, 536, 538, 539, 540, 541, 542, 544, 546, 547, 548, 549, 551, 552, 553, 554, 555, 557, 558, 559, 560, 561, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 577, 578, 579, 580, 582, 583, 584, 585, 586, 587, 589, 590, 631, 632, 633)
|
src/heretic/r_draw.c#L1
File src/heretic/r_draw.c does not conform to Custom style guidelines. (lines 235, 314)
|
src/heretic/r_local.h#L1
File src/heretic/r_local.h does not conform to Custom style guidelines. (lines 193)
|
src/heretic/r_plane.c#L1
File src/heretic/r_plane.c does not conform to Custom style guidelines. (lines 534)
|
src/heretic/r_things.c#L1
File src/heretic/r_things.c does not conform to Custom style guidelines. (lines 674)
|
src/i_video.c#L1
File src/i_video.c does not conform to Custom style guidelines. (lines 2056, 2057, 2058, 2059, 2060)
|
src/i_video.h#L1
File src/i_video.h does not conform to Custom style guidelines. (lines 69)
|
src/v_trans.h#L1
File src/v_trans.h does not conform to Custom style guidelines. (lines 66)
|
The logs for this run have expired and are no longer available.
Loading