1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-02 09:02:03 +02:00
vcmi/client/renderSDL
2024-08-17 15:25:26 +00:00
..
CBitmapFont.cpp H3 fonts now use atlas for font data. Implemented xBRZ scaling for fonts 2024-08-17 15:25:26 +00:00
CBitmapFont.h H3 fonts now use atlas for font data. Implemented xBRZ scaling for fonts 2024-08-17 15:25:26 +00:00
CBitmapHanFont.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CBitmapHanFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CTrueTypeFont.cpp TTF fonts will now be rendered correctly in upscaling mode 2024-08-17 15:25:26 +00:00
CTrueTypeFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03: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 xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +00:00
ImageScaled.h xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +00:00
RenderHandler.cpp xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +00:00
RenderHandler.h xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +00:00
ScreenHandler.cpp First iteration of upscaled rendering 2024-08-17 15:25:25 +00:00
ScreenHandler.h TTF fonts will now be rendered correctly in upscaling mode 2024-08-17 15:25:26 +00:00
SDL_Extensions.cpp First working version of xBRZ upscaler 2024-08-17 15:25:26 +00:00
SDL_Extensions.h First working version of xBRZ upscaler 2024-08-17 15:25:26 +00:00
SDL_PixelAccess.h Remove no longer needed code 2024-07-19 10:08:50 +00:00
SDLImage.cpp xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +00:00
SDLImage.h xBRZ-upscaled images now support common palette-transform effects: 2024-08-17 15:25:26 +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