Magnus Norddahl
|
e78e76a593
|
Move r_viewport variables into a class
|
2017-02-01 16:02:21 +01:00 |
|
Magnus Norddahl
|
4fdacfe96e
|
Fix crash in palette mode
|
2017-01-31 13:26:06 +01:00 |
|
Magnus Norddahl
|
eadeccd709
|
Fix typo
|
2017-01-30 20:23:50 +01:00 |
|
Magnus Norddahl
|
0c61b56655
|
Clean up SkyDrawerArgs interface
|
2017-01-30 20:21:18 +01:00 |
|
Magnus Norddahl
|
98fa2976fa
|
Clean up the SpanDrawerArgs interface a bit
|
2017-01-30 12:46:17 +01:00 |
|
Magnus Norddahl
|
c574b0ad3f
|
Remove R_InitColumnDrawers and only allow DrawerArgs classes to call drawers
|
2017-01-30 11:53:11 +01:00 |
|
Magnus Norddahl
|
c486892c4a
|
Make colfunc, wallfunc, spanfunc private and remove the rest
|
2017-01-30 11:43:15 +01:00 |
|
Magnus Norddahl
|
2f365e7d2b
|
Rename ColumnDrawerArgs to SpriteDrawerArgs
|
2017-01-30 11:27:58 +01:00 |
|
Magnus Norddahl
|
e17c8c1678
|
Split wall drawer selection from sprite
|
2017-01-30 11:25:25 +01:00 |
|
Magnus Norddahl
|
36a23d60b8
|
Make spanfunc private and local to SpanDrawerArgs
|
2017-01-30 05:26:57 +01:00 |
|
Magnus Norddahl
|
81a20213a7
|
Force colormap/light selection to go through function calls
|
2017-01-30 05:07:07 +01:00 |
|
Magnus Norddahl
|
fd459b1f13
|
Remove redundant span drawer args
|
2017-01-30 04:35:28 +01:00 |
|
Magnus Norddahl
|
162f469630
|
Remove unused variables from the old 4 column drawers
|
2017-01-29 10:25:32 +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
|
8fceb60532
|
Removed unused variable
|
2017-01-28 08:40:31 +01:00 |
|
Magnus Norddahl
|
bd35d1d39f
|
Remove ds_fcolormap
|
2017-01-28 08:19:21 +01:00 |
|
Magnus Norddahl
|
dbf9cd5de5
|
Remove a few more drawerargs
|
2017-01-28 08:17:31 +01:00 |
|
Magnus Norddahl
|
9eebe3e940
|
Remove unused drawer args
|
2017-01-28 08:04:11 +01:00 |
|
Magnus Norddahl
|
fe40ad200e
|
Remove the goto in RenderDecal::Render!
|
2017-01-28 07:13:52 +01: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 |
|
alexey.lysiuk
|
6a826f37bd
|
Fixed compilation with GCC/Clang
No more 'error: cannot jump from this goto statement to its label'
|
2017-01-26 22:21:22 +02: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
|
933f2d116a
|
Move DrewAVoxel to VisibleSpriteList
|
2017-01-26 08:39:44 +01:00 |
|
Magnus Norddahl
|
34f85569b4
|
Change RenderTranslucentPass to be a singleton
|
2017-01-26 08:36:28 +01:00 |
|
Magnus Norddahl
|
8b0304c1e3
|
Remove static from RenderFogBoundary
|
2017-01-26 08:24:44 +01:00 |
|
Magnus Norddahl
|
29dcea49d7
|
Move RenderDrawSegment to its own file
|
2017-01-26 08:13:39 +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
|
9d9395c855
|
Updated the copyright
|
2017-01-26 06:59:20 +01:00 |
|
Magnus Norddahl
|
348b73eb83
|
Fix gcc warning
|
2017-01-25 03:45:57 +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
|
946ab93ff6
|
Remove unused friend declaration
|
2017-01-24 05:00:11 +01:00 |
|
Magnus Norddahl
|
f94cced13d
|
Move ColormapLight to r_light
|
2017-01-24 04:24:04 +01:00 |
|
Magnus Norddahl
|
ca8f71b561
|
Remove the need for RenderPlayerSprites::SetupSpriteScale
|
2017-01-24 04:19:43 +01:00 |
|
Magnus Norddahl
|
ba6094be2e
|
Detach player sprites from VisibleSprite
|
2017-01-24 04:15:54 +01:00 |
|
Magnus Norddahl
|
07acd9375b
|
The memset antipattern cannot be used on classes with a virtual table
|
2017-01-24 02:28:32 +01:00 |
|
Rachael Alexanderson
|
03226e5a0a
|
Merge https://github.com/coelckers/gzdoom
# Conflicts:
# src/r_things.cpp
|
2017-01-23 00:17:25 -05:00 |
|
Magnus Norddahl
|
112085ebff
|
Split Clear into two functions
|
2017-01-19 03:19:31 +01:00 |
|
Magnus Norddahl
|
e94cb3f114
|
Rename visplane_t to VisiblePlane
|
2017-01-19 03:11:49 +01:00 |
|
Magnus Norddahl
|
9eef7f9b32
|
Make visplanes hash list private
|
2017-01-19 03:02:32 +01:00 |
|
Magnus Norddahl
|
a92771431b
|
Changed visible plane list to use the shared frame memory allocator instead of using its own internal free list
|
2017-01-19 01:47:58 +01:00 |
|
Magnus Norddahl
|
111b5c5469
|
Add support for repeating skies in the TC sky drawer
|
2017-01-19 00:12:54 +01:00 |
|