1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/client/renderSDL
2024-04-25 18:53:12 +03: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 Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CBitmapHanFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CTrueTypeFont.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CTrueTypeFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
CursorHardware.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CursorHardware.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CursorSoftware.cpp Use the "nullptr" literal. 2023-10-27 18:18:59 +00:00
CursorSoftware.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +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 Do not show "(client)" in window title 2024-04-25 18:53:12 +03:00
ScreenHandler.h fix window open while sound playing 2023-09-19 11:20:16 +02:00
SDL_Extensions.cpp Convert C-style casts to the more verbose C++ style 2024-01-10 00:30:35 +00:00
SDL_Extensions.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
SDL_PixelAccess.h
SDLImage.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
SDLImage.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
SDLImageLoader.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
SDLImageLoader.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
SDLRWwrapper.cpp
SDLRWwrapper.h