1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/renderSDL
2023-09-11 22:20:11 +02:00
..
CBitmapFont.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CBitmapFont.h Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CBitmapHanFont.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CBitmapHanFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CTrueTypeFont.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CTrueTypeFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CursorHardware.cpp Merged master into develop 2023-08-03 23:38:32 +03:00
CursorHardware.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CursorSoftware.cpp Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CursorSoftware.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
RenderHandler.cpp Added RenderHandler that acts as factory for images and animations 2023-09-04 18:22:34 +03:00
RenderHandler.h Added RenderHandler that acts as factory for images and animations 2023-09-04 18:22:34 +03:00
ScreenHandler.cpp Show message box when H3 data is missing 2023-08-06 18:16:32 +03:00
ScreenHandler.h Always show correct game resolution in settings, unaffected by scaling 2023-07-15 16:09:44 +03:00
SDL_Extensions.cpp code review 2023-09-10 20:52:35 +02:00
SDL_Extensions.h code review 2023-09-10 20:52:35 +02:00
SDL_PixelAccess.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
SDLImage.cpp Added RenderHandler that acts as factory for images and animations 2023-09-04 18:22:34 +03:00
SDLImage.h Removed some usages of std string as resource path 2023-09-04 18:22:34 +03:00
SDLImageLoader.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
SDLImageLoader.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
SDLRWwrapper.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
SDLRWwrapper.h