Skip to content

Commit

Permalink
Update year in copyright notice and source code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jval1972 committed Dec 8, 2021
1 parent 07cf79f commit 11290d1
Show file tree
Hide file tree
Showing 269 changed files with 6,113 additions and 6,113 deletions.
2 changes: 1 addition & 1 deletion Base/R_CalcHiResTables_Loop2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
hrtp^ := r + g shl 8 + b;

inc(hrtp);
{$IFNDEF LASTLOOP}
{$IFNDEF LASTLOOP}
inc(vplj);
{$ENDIF}

2 changes: 1 addition & 1 deletion Base/R_ReadDC32Cache_Loop2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
{$IFNDEF LASTLOOP}
inc(src1);
inc(src2);
{$ENDIF}
{$ENDIF}

8 changes: 4 additions & 4 deletions Base/R_RenderSegLoop32.inc
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ begin
else if mid < 0 then
pceilingclip^ := -1
else
{$ENDIF}
{$ENDIF}
pceilingclip^ := mid;
{$IFDEF DEBUG}
R_CheckClipItem(pceilingclip);
Expand Down Expand Up @@ -414,7 +414,7 @@ begin
else if yl < 1 then
pceilingclip^ := -1
else
{$ENDIF}
{$ENDIF}
pceilingclip^ := yl - 1;
{$IFDEF DEBUG}
R_CheckClipItem(pceilingclip);
Expand Down Expand Up @@ -513,7 +513,7 @@ begin
else if mid < -1 then
pfloorclip^ := -1
else
{$ENDIF}
{$ENDIF}
pfloorclip^ := mid;
{$IFDEF DEBUG}
R_CheckClipItem(pfloorclip);
Expand Down Expand Up @@ -547,7 +547,7 @@ begin
else if yh + 1 < -1 then
pfloorclip^ := -1
else
{$ENDIF}
{$ENDIF}
pfloorclip^ := yh + 1;
{$IFDEF DEBUG}
R_CheckClipItem(pfloorclip);
Expand Down
8 changes: 4 additions & 4 deletions Base/R_RenderSegLoop8.inc
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ begin
else if mid < 0 then
pceilingclip^ := -1
else
{$ENDIF}
{$ENDIF}
pceilingclip^ := mid;
{$IFDEF DEBUG}
R_CheckClipItem(pceilingclip);
Expand Down Expand Up @@ -370,7 +370,7 @@ begin
else if yl < 1 then
pceilingclip^ := -1
else
{$ENDIF}
{$ENDIF}
pceilingclip^ := yl - 1;
{$IFDEF DEBUG}
R_CheckClipItem(pceilingclip);
Expand Down Expand Up @@ -469,7 +469,7 @@ begin
else if mid < -1 then
pfloorclip^ := -1
else
{$ENDIF}
{$ENDIF}
pfloorclip^ := mid;
{$IFDEF DEBUG}
R_CheckClipItem(pfloorclip);
Expand Down Expand Up @@ -503,7 +503,7 @@ begin
else if yh + 1 < -1 then
pfloorclip^ := -1
else
{$ENDIF}
{$ENDIF}
pfloorclip^ := yh + 1;
{$IFDEF DEBUG}
R_CheckClipItem(pfloorclip);
Expand Down
4 changes: 2 additions & 2 deletions Base/R_Wall32_BatchFunc1.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
begin
while ypos <= w.dc_yh do
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -22,7 +22,7 @@
begin
while ypos <= w.dc_yh do
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand Down
40 changes: 20 additions & 20 deletions Base/R_Wall32_BatchFunc2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -25,7 +25,7 @@

if (ypos >= w.dc_yl) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -45,7 +45,7 @@

while ypos <= min_yh do
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -59,7 +59,7 @@
inc(frac1, fracstep1);
inc(destl);

spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -81,7 +81,7 @@
w := @walls.walls[0];
if (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -99,7 +99,7 @@

if (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -124,7 +124,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -142,7 +142,7 @@

if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -165,7 +165,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -183,7 +183,7 @@

if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -210,7 +210,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -231,7 +231,7 @@

if (ypos >= w.dc_yl) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -254,7 +254,7 @@

while ypos <= min_yh do
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -271,7 +271,7 @@
inc(frac1, fracstep1);
inc(destl);

spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -296,7 +296,7 @@
w := @walls.walls[0];
if (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -317,7 +317,7 @@

if (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand Down Expand Up @@ -345,7 +345,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -366,7 +366,7 @@

if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -392,7 +392,7 @@
w := @walls.walls[0];
if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac1) shr FRACBITS)
spot := (LongWord(frac1) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand All @@ -413,7 +413,7 @@

if (ypos >= w.dc_yl) and (ypos <= w.dc_yh) then
begin
spot := (LongWord(frac2) shr FRACBITS)
spot := (LongWord(frac2) shr FRACBITS)
{$IFDEF MASK_TC}mod mod_height
{$ELSE}
and
Expand Down
Loading

0 comments on commit 11290d1

Please sign in to comment.