.. |
models
|
Fix for Unreal meshes that don't have sequential texture numbers
|
2018-05-16 22:11:24 +02:00 |
a_dynlightdata.cpp
|
Cleaned up #include's in dynamic lights code
|
2018-04-19 11:12:29 +03:00 |
colormaps.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
colormaps.h
|
- GLWall is mostly clean, except some smaller things in gl_sky.cpp
|
2018-04-27 00:22:00 +02:00 |
gldefs.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
matrix.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
matrix.h
|
- moved the matrix code out of 'gl' because the model code also needs it.
|
2017-11-25 13:51:09 +01:00 |
portalgroups.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
r_interpolate.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
r_interpolate.h
|
- changed TObjPtr to take a pointer as its template argument and not the class it points to.
|
2017-03-08 13:35:21 +01:00 |
r_translate.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
r_translate.h
|
- integrated GL parts of translation handling into the main module.
|
2018-04-01 00:59:49 +02:00 |
r_vanillatrans.cpp
|
- use 0 as the default for r_vanillatrans.
|
2017-06-04 12:39:39 +02:00 |
r_vanillatrans.h
|
- r_vanillatrans: Cache the cache! Transform the function into a global variable and recheck at the start of D_Display
|
2017-06-04 12:30:35 +02:00 |
renderinfo.cpp
|
- added a sector index to the subsector struct.
|
2018-04-30 23:48:16 +02:00 |
renderstyle.cpp
|
Corrected render style definition
|
2018-04-27 09:34:02 +02:00 |
renderstyle.h
|
Corrected render style definition
|
2018-04-27 09:34:02 +02:00 |
sprites.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
sprites.h
|
- Added +SPRITEFLIP which reverses a sprite's left-rightness.
|
2017-05-03 21:13:31 +02:00 |
voxels.cpp
|
Removed all superfluous #include's
|
2018-04-24 14:30:35 +03:00 |
voxels.h
|
- changed voxel remapping to make a copy instead of destroying the original.
|
2018-04-03 00:30:02 +02:00 |