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 |
|
Magnus Norddahl
|
56045c1293
|
Remove r_drawers.h and move softpoly drawer related stuff out of the swrenderer
|
2017-02-23 09:02:13 +01:00 |
|
Magnus Norddahl
|
ad507ca246
|
Removed drawergen tool and all LLVM dependencies (don't let the door hit you on your way out, llvm!)
|
2017-02-23 08:28:18 +01:00 |
|
Magnus Norddahl
|
38453d0435
|
Added most of the blend modes
|
2017-02-22 00:27:06 +01:00 |
|
Magnus Norddahl
|
c918950ff6
|
Add php drawer for the poly renderer
|
2017-02-21 09:08:51 +01:00 |
|
Rachael Alexanderson
|
9c50600286
|
- fix compile errors
|
2017-02-05 00:53:36 -05:00 |
|
Magnus Norddahl
|
5bae06a3c6
|
Make RenderScene the work dispatching class
|
2017-02-04 14:00:21 +01:00 |
|
Magnus Norddahl
|
6f5e720576
|
Split drawer command queue from drawer threads
|
2017-02-04 12:38:05 +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
|
e90b73539e
|
Move viewport drawing to its own folder
|
2017-02-02 15:10:06 +01:00 |
|
Magnus Norddahl
|
ca93d7456a
|
Change redundant bRenderingToCanvas into a helper function
|
2017-02-01 21:59:48 +01:00 |
|
Magnus Norddahl
|
93166fa150
|
Remove r_swtruecolor variable as it is redundant
|
2017-02-01 21:42:08 +01:00 |
|
Magnus Norddahl
|
e78e76a593
|
Move r_viewport variables into a class
|
2017-02-01 16:02:21 +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 |
|
Rachael Alexanderson
|
2f9453bc86
|
- Fully implemented Graf's level.PreserveSectorColor() changes into the software renderers.
|
2017-01-28 09:53:24 -05: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 |
|
Rachael Alexanderson
|
07409f4997
|
- fixed compile error with status bar code in poly renderer.
|
2017-01-21 01:23:49 -05:00 |
|
Magnus Norddahl
|
2848ca53dc
|
Merge remote-tracking branch 'gzdoom/master' into qzdoom
# Conflicts:
# src/r_things.cpp
# src/r_things.h
|
2017-01-16 23:05:34 +01:00 |
|
Magnus Norddahl
|
6c76c8534b
|
Change visstyle_t back to how it was in ZDoom and stop using it internally in the swrenderer
|
2017-01-16 16:23:02 +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
|
601ddb270d
|
Create a class for the viewport
|
2017-01-15 04:06:52 +01:00 |
|
Magnus Norddahl
|
f9175561bb
|
Change RenderTarget global to be an internal swrenderer variable
|
2017-01-15 03:19:03 +01:00 |
|
Magnus Norddahl
|
4c12ba740f
|
Remove SetWindow from FRenderer interface
|
2017-01-15 02:46:43 +01:00 |
|
Magnus Norddahl
|
3093aaadc9
|
Remove SetupFrame and CopyStackedViewParameters from FRenderer interface
|
2017-01-15 01:54:25 +01:00 |
|
Magnus Norddahl
|
e1506df8a6
|
Change globvis to be picked up from the r_light values in softpoly
|
2017-01-13 15:22:22 +01:00 |
|
Magnus Norddahl
|
8209c4f392
|
Fix compile error
|
2017-01-13 13:27:31 +01:00 |
|
Magnus Norddahl
|
9e940b4287
|
Remove basecolormap global
|
2017-01-12 21:29:19 +01:00 |
|
Magnus Norddahl
|
80e1844d6c
|
Split r_main into r_viewport, r_scene and r_light
|
2017-01-12 16:21:46 +01:00 |
|
Magnus Norddahl
|
dce3a1c81c
|
Move remaining parts of r_things into r_visiblesprite
|
2017-01-11 15:41:42 +01:00 |
|
Rachael Alexanderson
|
6c04439315
|
- Fixed compile errors with last merge.
|
2017-01-09 10:16:24 -05:00 |
|
Magnus Norddahl
|
3b5dc96f4a
|
Move player sprite scale to r_playersprite and make it private
|
2017-01-09 14:28:31 +01:00 |
|
Magnus Norddahl
|
bf850bb788
|
Merge remote-tracking branch 'gzdoom/master' into qzdoom
# Conflicts:
# src/swrenderer/scene/r_things.cpp
|
2017-01-07 17:44:15 +01:00 |
|
Magnus Norddahl
|
d3056d2679
|
Split poly_triangle into multiple files
|
2016-12-30 02:20:24 +01:00 |
|
Magnus Norddahl
|
2659090e1c
|
Move renders into folders
|
2016-12-27 06:31:55 +01:00 |
|