Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2-Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maru
SRB2-Tests
Commits
fd4acd50
Commit
fd4acd50
authored
9 months ago
by
Maru
Browse files
Options
Downloads
Patches
Plain Diff
Replace r_things.h
parent
28aaeb6c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5317
failed
9 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/r_things.h
+9
-2
9 additions, 2 deletions
src/r_things.h
with
9 additions
and
2 deletions
src/r_things.h
+
9
−
2
View file @
fd4acd50
...
...
@@ -48,8 +48,9 @@ extern fixed_t sprbotscreen;
extern
fixed_t
windowtop
;
extern
fixed_t
windowbottom
;
void
R_DrawMaskedColumn
(
column_t
*
column
,
unsigned
lengthcol
);
void
R_DrawFlippedMaskedColumn
(
column_t
*
column
,
unsigned
lengthcol
);
// rr - added 'column_t *brightmap'
void
R_DrawMaskedColumn
(
column_t
*
column
,
unsigned
lengthcol
,
column_t
*
brightmap
);
void
R_DrawFlippedMaskedColumn
(
column_t
*
column
,
unsigned
lengthcol
,
column_t
*
brightmap
);
void
R_DrawFlippedPost
(
UINT8
*
source
,
unsigned
length
,
void
(
*
drawcolfunc
)(
void
));
// ----------------
...
...
@@ -97,6 +98,9 @@ transnum_t R_GetThingTransTable(fixed_t alpha, transnum_t transmap);
void
R_ThingOffsetOverlay
(
mobj_t
*
thing
,
fixed_t
*
outx
,
fixed_t
*
outy
);
// rr - maplighting related
fixed_t
R_GetSpriteDirectionalLighting
(
angle_t
angle
);
// --------------
// MASKED DRAWING
// --------------
...
...
@@ -228,6 +232,9 @@ typedef struct vissprite_s
INT16
clipbot
[
MAXVIDWIDTH
],
cliptop
[
MAXVIDWIDTH
];
INT32
dispoffset
;
// copy of mobj->dispoffset, affects ordering but not drawing
// rr
patch_t
*
bright
;
}
vissprite_t
;
extern
UINT32
visspritecount
,
numvisiblesprites
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment