.. |
gl_bsp.cpp
|
- Fixed GCC/Clang compile errors.
|
2017-01-13 15:42:53 +01:00 |
gl_clipper.cpp
|
- do not process subsectors if rendering a stacked sector portal and the clipper is set to 'blocked', i.e. no visible parts are present.
|
2016-07-23 10:23:34 +02:00 |
gl_clipper.h
|
- do not process subsectors if rendering a stacked sector portal and the clipper is set to 'blocked', i.e. no visible parts are present.
|
2016-07-23 10:23:34 +02:00 |
gl_decal.cpp
|
Add normals to decals
|
2016-10-13 18:04:00 +02:00 |
gl_drawinfo.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_drawinfo.h
|
- removed most of the specific options for legacy hardware and consolidated them in one variable (does not work yet.)
|
2016-09-01 11:52:52 +02:00 |
gl_fakeflat.cpp
|
- refactored the global sectors array into a more VM friendly type and moved it into FLevelLocals.
|
2017-01-07 19:32:24 +01:00 |
gl_flats.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_portal.cpp
|
- fixed some edge cases with visible player sprites through non-static line portals. This required reinstating some code which I thought was no longer needed.
|
2017-01-07 15:44:38 +01:00 |
gl_portal.h
|
- fixed some edge cases with visible player sprites through non-static line portals. This required reinstating some code which I thought was no longer needed.
|
2017-01-07 15:44:38 +01:00 |
gl_renderhacks.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_scene.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_sky.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_skydome.cpp
|
- let 'forcenoskystretch' also apply to sky mode 2 and OpenGL, to reflect its true meaning the internal flag has been renamed to FORCETILEDSKY which it always was about.
|
2017-01-13 11:12:43 +01:00 |
gl_sprite.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_spritelight.cpp
|
- changed the license of the OpenGL renderer to LGPL v3.
|
2016-09-14 20:01:13 +02:00 |
gl_vertex.cpp
|
- changed the license of the OpenGL renderer to LGPL v3.
|
2016-09-14 20:01:13 +02:00 |
gl_wall.h
|
- added UDMF properties to set glows per sector.
|
2016-12-28 21:35:42 +01:00 |
gl_walls.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |
gl_walls_draw.cpp
|
- fixed: The check for explicitly not splitting wall polygons at seg vertices was inverted.
|
2017-01-02 23:21:28 +01:00 |
gl_weapon.cpp
|
- refactored global sides array to be more VM friendly.
|
2017-01-08 18:46:17 +01:00 |