qzdoom/src/gamedata/textures
Christoph Oelckers b7d09c95dd - cleanup of savegame picture code.
* re-added screen blends for images from the hardware renderer.
* moved all postprocessing of the image out of the renderers.
* cleaned out a large piece of cruft for handling the palette in the frame buffer class. This was all a remnant of the old paletted backend that no longer exists. Nowadays the screen blend is just a postprocessing effect drawn over the 3D screen, there is no need to maintain any of it as global state anymore.
* since the engine doesn't produce paletted screenshots anymore there is no need to have handling for it in the generation code. This depended on otherwise obsolete information so it got removed along with that information.
2019-03-09 14:48:14 +01:00
..
formats - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
hires - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
anim_switches.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
animations.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
bitmap.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
bitmap.h - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
image.cpp - cleanup of savegame picture code. 2019-03-09 14:48:14 +01:00
image.h - added a function that creates a texture for a text in a given font. 2019-02-18 20:53:56 +01:00
imagehelpers.h - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
imagetexture.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
multipatchtexturebuilder.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
skyboxtexture.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
skyboxtexture.h - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
texture.cpp - moved the resourcefiles and textures folders into gamedata. 2019-02-01 18:31:57 +01:00
texturemanager.cpp - fixed a warning and set NOINITCALL for a few CVARs accessing the current level. 2019-02-24 10:05:01 +01:00
textures.h - more work on graphics substitutiion 2019-02-21 00:35:27 +01:00