Magnus Norddahl
|
7b58eab332
|
- fix softpoly light visibility bug
|
2017-03-26 05:28:27 +02:00 |
|
Magnus Norddahl
|
321e2da979
|
- initialize clipper with the view frustum for better performance
- change translucent objects to be pointers for faster sorting
|
2017-03-24 22:04:07 +01:00 |
|
Magnus Norddahl
|
c21037fb03
|
- fix sky sector portals
|
2017-03-24 02:11:24 +01:00 |
|
Magnus Norddahl
|
e12f48699e
|
- fix the culling bugs in softpoly by switching to a pseudo-angle clipper
|
2017-03-23 03:41:44 +01:00 |
|
Magnus Norddahl
|
11e5759913
|
- detached the poly renderer from the software renderer
|
2017-03-20 08:28:16 +01:00 |
|
Christoph Oelckers
|
fea4079b7c
|
- moved nodes into FLevelLocals.
|
2017-03-17 01:42:37 +01:00 |
|
Christoph Oelckers
|
f201dab534
|
- moved the subsectors into FLevelLocals.
|
2017-03-17 00:22:52 +01:00 |
|
Christoph Oelckers
|
2b2c986bd0
|
- cleanup of GL renderer interface and improper header use in software renderer.
|
2017-03-16 21:34:03 +01:00 |
|
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 |
|
Christoph Oelckers
|
d2beacfc5f
|
- except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types.
|
2017-03-09 19:54:41 +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 |
|
Magnus Norddahl
|
4bbf1ba11c
|
Move visibility stuff into LightVisibility
|
2017-01-26 09:49:07 +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
|
2659090e1c
|
Move renders into folders
|
2016-12-27 06:31:55 +01:00 |
|