Magnus Norddahl
|
00f6ed45a2
|
Make LightVisibility thread local
|
2017-03-12 20:40:00 +01:00 |
|
Magnus Norddahl
|
5fdbbc4f9e
|
Remove usage of r_viewpoint and r_viewwindow globals from software renderer and poly renderer
|
2017-03-12 18:54:39 +01:00 |
|
Magnus Norddahl
|
0c9014b984
|
- move r_utility globals into r_viewpoint and r_viewwindow
- change r_utility functions to only work on FRenderViewpoint and FViewWindow
|
2017-03-11 23:28:07 +01:00 |
|
Magnus Norddahl
|
65f8d65858
|
Minor code clean up
|
2017-03-06 23:27:02 +01:00 |
|
Rachael Alexanderson
|
28abc96aef
|
- fully implemented "nolightfade" to turn off diminishing lights in the software renderer.
- unfortunately, LIGHT2SHADE had to be transformed into a namespaced function.
|
2017-03-06 16:14:54 -05:00 |
|
Rachael Alexanderson
|
bd61e9f3f4
|
- Disabled dynlights during invulnerability/lightamp (or any FixedColormap or FixedLightLevel)
|
2017-02-27 08:20:26 -05:00 |
|
Rachael Alexanderson
|
10e268ebc0
|
- Change "clipmidtex" compatflag to be accessible in compatibility.txt only.
|
2017-02-23 06:32:53 -05:00 |
|
Magnus Norddahl
|
22be201fc7
|
Split line drawing into more functions
|
2017-02-13 00:00:25 +01:00 |
|
Magnus Norddahl
|
83332562f1
|
Fix skyhack
|
2017-02-12 07:37:18 +01:00 |
|
Magnus Norddahl
|
bb749c032a
|
Create SetTopTexture, SetMiddleTexture and SetBottomTexture
|
2017-02-12 07:24:35 +01:00 |
|
Magnus Norddahl
|
b5c5bd9a1c
|
Create ClipSegmentTopBottom function
|
2017-02-12 06:44:03 +01:00 |
|
Magnus Norddahl
|
8d25a6d8d4
|
rw_offset is not a member variable
|
2017-02-12 06:23:57 +01:00 |
|
Magnus Norddahl
|
0dadf38bbe
|
Create WallPartTexture class
|
2017-02-12 06:17:38 +01:00 |
|
Magnus Norddahl
|
3e28d53308
|
Move rw_havelow and rw_havehigh to local function variables
|
2017-02-11 20:27:11 +01:00 |
|
Magnus Norddahl
|
9e2702d885
|
Move more encrypted code into IsInvisibleLine, IsDoorClosed and IsSolid
|
2017-02-11 20:01:23 +01:00 |
|
Magnus Norddahl
|
1983dd2483
|
Move code closer to where it is used
|
2017-02-11 19:13:26 +01:00 |
|
Magnus Norddahl
|
1141e05fdf
|
Decipher some line setup code into ShouldMarkFloor, ShouldMarkCeiling and ShouldMarkPortal
|
2017-02-11 18:52:49 +01:00 |
|
Magnus Norddahl
|
c17317de24
|
Rename variables and group them a little more how they are used
|
2017-02-11 18:00:02 +01:00 |
|
Magnus Norddahl
|
58495ea714
|
Renamed Clip3DFloors to Clip3D to fix gcc compile error
|
2017-02-06 16:04:27 +01:00 |
|
Magnus Norddahl
|
d9e545a519
|
Hook up thread slices and eliminate some statics hiding in misc functions
|
2017-02-04 15:51:54 +01:00 |
|
Magnus Norddahl
|
45f623faf4
|
Move frame memory allocator into RenderThread
|
2017-02-04 02:50:52 +01:00 |
|
Magnus Norddahl
|
627a388d57
|
Move renderer singletons into a RenderThread class
|
2017-02-04 00:25:37 +01:00 |
|
Magnus Norddahl
|
da346427d3
|
Change draw segment list to use TArray
|
2017-02-03 21:11:55 +01:00 |
|
Magnus Norddahl
|
892350ac2e
|
Add functions to CameraLight
|
2017-02-03 09:00:46 +01:00 |
|
Magnus Norddahl
|
7b4d9675c9
|
Fix compile errors
|
2017-02-02 15:24:21 +01:00 |
|
Magnus Norddahl
|
f3d968cf41
|
Move wall drawer args into functions
|
2017-02-02 11:16:18 +01:00 |
|
Magnus Norddahl
|
e78e76a593
|
Move r_viewport variables into a class
|
2017-02-01 16:02:21 +01:00 |
|
Magnus Norddahl
|
e17c8c1678
|
Split wall drawer selection from sprite
|
2017-01-30 11:25:25 +01:00 |
|
Magnus Norddahl
|
7c7d6e99e9
|
Split DrawerArgs into WallDrawerArgs, ColumnDrawerArgs, SpanDrawerArgs and SkyDrawerArgs
|
2017-01-29 10:05:37 +01:00 |
|
Magnus Norddahl
|
92bd752935
|
Move drawerargs globals into a class and make them local
|
2017-01-29 07:49:04 +01:00 |
|
Rachael Alexanderson
|
2fb82aaa9f
|
Revert "- Fully implemented Graf's level.PreserveSectorColor() changes into the software renderers."
This reverts commit 2f9453bc86 .
# Conflicts:
# src/swrenderer/line/r_line.cpp
# src/swrenderer/line/r_renderdrawsegment.cpp
# src/swrenderer/things/r_decal.cpp
# src/swrenderer/things/r_wallsprite.cpp
|
2017-01-28 17:37:57 -05:00 |
|
Magnus Norddahl
|
4afac0f2cc
|
Force all drawing to go through DrawerStyle
|
2017-01-28 16:36:39 +01:00 |
|
Rachael Alexanderson
|
2f9453bc86
|
- Fully implemented Graf's level.PreserveSectorColor() changes into the software renderers.
|
2017-01-28 09:53:24 -05:00 |
|
Magnus Norddahl
|
5f38b15635
|
Move colfunc family of globals into a DrawerStyle class and localize its usage
|
2017-01-28 07:08:59 +01:00 |
|
Magnus Norddahl
|
ed05a2edd3
|
Create CameraLight class
|
2017-01-26 10:22:54 +01:00 |
|
Magnus Norddahl
|
4bbf1ba11c
|
Move visibility stuff into LightVisibility
|
2017-01-26 09:49:07 +01:00 |
|
Magnus Norddahl
|
6899b351a2
|
Create class for draw segment list
|
2017-01-26 08:01:44 +01:00 |
|
Magnus Norddahl
|
2821c15795
|
Rename drawseg_t to DrawSegment
|
2017-01-26 07:03:27 +01:00 |
|
Magnus Norddahl
|
86d9594d6e
|
Convert r_walldraw to a class
|
2017-01-24 08:41:35 +01:00 |
|
Magnus Norddahl
|
b256f6ed89
|
Make wallsetup globals local to where they are used
|
2017-01-24 07:06:47 +01:00 |
|
Magnus Norddahl
|
ac74a7a1e0
|
Refactor wall setup into ProjectedWallLine and ProjectWallTexcoords
|
2017-01-24 06:50:17 +01:00 |
|
Magnus Norddahl
|
12271cbfb5
|
Remove the 1000 portal segment limit and make WallPortals private to RenderPortal
|
2017-01-24 05:31:39 +01:00 |
|
Magnus Norddahl
|
e94cb3f114
|
Rename visplane_t to VisiblePlane
|
2017-01-19 03:11:49 +01:00 |
|
Magnus Norddahl
|
1c3440e391
|
Merge remote-tracking branch 'gzdoom/master' into qzdoom
# Conflicts:
# src/r_plane.cpp
# src/r_plane.h
|
2017-01-16 06:03:21 +01:00 |
|
Magnus Norddahl
|
f6cc75fad5
|
Convert r_clipsegment into a class
|
2017-01-15 22:57:42 +01:00 |
|
Magnus Norddahl
|
74e1cea9c3
|
Removed openings array
|
2017-01-15 22:21:21 +01:00 |
|
Magnus Norddahl
|
5ea28897af
|
Move r_scene into a class
|
2017-01-14 02:25:02 +01:00 |
|
Magnus Norddahl
|
9723078121
|
Removed dc_texturemid
|
2017-01-12 22:52:17 +01:00 |
|
Magnus Norddahl
|
9e940b4287
|
Remove basecolormap global
|
2017-01-12 21:29:19 +01:00 |
|
Magnus Norddahl
|
929e07697d
|
Remove foggy global
|
2017-01-12 20:13:21 +01:00 |
|