1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/client/renderSDL
2024-09-20 21:25:09 +02:00
..
CBitmapFont.cpp Read scaling filter for fonts from config 2024-09-02 22:08:19 +00:00
CBitmapFont.h Fixes for Sonar issues 2024-08-17 20:54:29 +00:00
CBitmapHanFont.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CBitmapHanFont.h Fixes for Sonar issues 2024-08-17 20:54:29 +00:00
CTrueTypeFont.cpp fix xbrz font fallback 2024-09-20 21:25:09 +02:00
CTrueTypeFont.h Added option to define true type fonts size for each xbrz mode 2024-09-03 10:36:50 +00:00
CursorHardware.cpp Fix cursor scaling 2024-08-17 15:25:26 +00:00
CursorHardware.h Reduce direct access to CAnimation, removed various caching schemes 2024-07-19 10:08:50 +00:00
CursorSoftware.cpp Fix cursor scaling 2024-08-17 15:25:26 +00:00
CursorSoftware.h Reduce direct access to CAnimation, removed various caching schemes 2024-07-19 10:08:50 +00:00
ImageScaled.cpp Implemented generation of player-colored version of DiBoxBck 2024-09-12 21:22:41 +00:00
ImageScaled.h Clean up scaling code, implemented image size optimization 2024-08-17 15:25:26 +00:00
RenderHandler.cpp Fix colorization of Fortress and Inferno adventure map image from hota 2024-09-13 12:45:51 +00:00
RenderHandler.h Add debug code to save every loaded image to a file 2024-09-13 12:26:31 +00:00
ScreenHandler.cpp Set no filtering by default for now 2024-08-17 19:11:30 +00:00
ScreenHandler.h Implement selection of upscaling filter in launcher 2024-08-17 15:25:26 +00:00
SDL_Extensions.cpp Bitmap fonts now use nearest neighbour scaling instead of xbrz 2024-09-02 21:31:01 +00:00
SDL_Extensions.h Bitmap fonts now use nearest neighbour scaling instead of xbrz 2024-09-02 21:31:01 +00:00
SDL_PixelAccess.h Remove no longer needed code 2024-07-19 10:08:50 +00:00
SDLImage.cpp Fix creatures with non-cyan background in battle when xbrz is not in use 2024-09-17 14:48:28 +00:00
SDLImage.h Implemented generation of player-colored version of DiBoxBck 2024-09-12 21:22:41 +00:00
SDLImageLoader.cpp Rename IConstImage to more clear ISharedImage 2024-08-17 15:25:26 +00:00
SDLImageLoader.h Rename IConstImage to more clear ISharedImage 2024-08-17 15:25:26 +00:00
SDLRWwrapper.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
SDLRWwrapper.h Move all created files into better locations 2023-02-01 16:28:48 +02:00