.. |
formats
|
- common fixes for compilation with GCC and Clang
|
2020-04-12 11:02:05 +03:00 |
hires
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
animtexture.cpp
|
- backport some fixes from Raze - mostly redundant includes.
|
2020-04-11 20:20:39 +02:00 |
animtexture.h
|
- backport some fixes from Raze - mostly redundant includes.
|
2020-04-11 20:20:39 +02:00 |
bitmap.cpp
|
- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.
|
2020-04-11 20:23:26 +02:00 |
bitmap.h
|
- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.
|
2020-04-11 20:23:26 +02:00 |
hw_ihwtexture.cpp
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
hw_ihwtexture.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
hw_material.cpp
|
- fixed compilation.
|
2020-04-11 22:23:09 +02:00 |
hw_material.h
|
- fixed: hwrenderer materials were nullptr checked but the pointers were not always properly initialized
|
2020-04-21 09:41:33 -04:00 |
hw_texcontainer.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
image.cpp
|
- const-ified the palette pointers in the texture creation code.
|
2020-04-11 20:20:39 +02:00 |
image.h
|
- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.
|
2020-04-11 20:23:26 +02:00 |
imagehelpers.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
imagetexture.cpp
|
- let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer.
|
2020-04-13 14:23:57 +02:00 |
m_png.cpp
|
- m_png is common.
|
2020-04-11 20:19:52 +02:00 |
m_png.h
|
- m_png is common.
|
2020-04-11 20:19:52 +02:00 |
multipatchtexturebuilder.cpp
|
- backport some fixes from Raze - mostly redundant includes.
|
2020-04-11 20:20:39 +02:00 |
skyboxtexture.cpp
|
- let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer.
|
2020-04-13 14:23:57 +02:00 |
skyboxtexture.h
|
- let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer.
|
2020-04-13 14:23:57 +02:00 |
texmanip.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
texture.cpp
|
- fixed setup of content ID in CreateTexBuffer.
|
2020-04-13 14:55:16 +02:00 |
textureid.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
texturemanager.cpp
|
- backport some fixes from Raze - mostly redundant includes.
|
2020-04-11 20:20:39 +02:00 |
texturemanager.h
|
- moved texture code to 'common'.
|
2020-04-11 20:20:38 +02:00 |
textures.h
|
- let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer.
|
2020-04-13 14:23:57 +02:00 |