Heretic: add true color support #529
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#L589
macro argument should be enclosed in parentheses
|
src/heretic/am_map.c#L604
variable 'stopped' is non-const and globally accessible, consider making it const
|
src/heretic/am_map.c#L1121
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
|
src/heretic/am_map.c#L1121
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t'
|
src/heretic/am_map.c#L1151
statement should be inside braces
|
src/heretic/am_map.c#L1374
statement should be inside braces
|
src/heretic/am_map.c#L1414
multiple declarations in a single statement reduces readability
|
src/heretic/am_map.c#L1414
variable 'ErrorAccTemp' is not initialized
|
src/heretic/am_map.c#L1
File src/heretic/am_map.c does not conform to Custom style guidelines. (lines 591, 593, 598, 1153, 1291, 1306, 1308, 1309, 1310)
|
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 533, 534, 535, 536, 537, 539, 540, 541, 542, 543, 544, 546, 548, 549, 550, 551, 553, 554, 555, 556, 557, 559, 560, 561, 562, 563, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 579, 580, 581, 582, 584, 585, 586, 587, 588, 589, 591, 592, 636, 637, 638)
|
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_main.c#L1
File src/heretic/r_main.c does not conform to Custom style guidelines. (lines 882, 883)
|
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/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