1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/render
2024-07-21 16:15:28 +03:00
..
CAnimation.cpp Fixes broken player-coloring on animations (e.g. hero in battle) 2024-07-20 18:28:47 +00:00
CAnimation.h Fixed loading of flipped and duplicate images in animations 2024-07-19 10:08:50 +00:00
Canvas.cpp Created separate classes for shared, unchangeable image and image 2024-07-19 10:08:50 +00:00
Canvas.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CBitmapHandler.cpp Make some non-const static variables const or constexpr 2024-02-12 13:22:54 +02:00
CBitmapHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CDefFile.cpp All images are now loaded via RenderHandler class 2024-07-19 10:08:50 +00:00
CDefFile.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ColorFilter.cpp Merge pull request #3614 from IvanSavenko/sonarcloud_fixes_2 2024-02-14 16:44:58 +02:00
ColorFilter.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
Colors.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
Colors.h Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
EFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
Graphics.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
Graphics.h Created separate classes for shared, unchangeable image and image 2024-07-19 10:08:50 +00:00
ICursor.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
IFont.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
IFont.h Replaced all usage of SDL_Color outside of render with ColorRGBA 2023-07-31 21:07:30 +03:00
IImage.h Reviewed usage of EBlitMode, now specified clearly in all cases 2024-07-19 10:08:50 +00:00
IImageLoader.h Created separate classes for shared, unchangeable image and image 2024-07-19 10:08:50 +00:00
ImageLocator.cpp Fixed loading of flipped and duplicate images in animations 2024-07-19 10:08:50 +00:00
ImageLocator.h Fixed loading of flipped and duplicate images in animations 2024-07-19 10:08:50 +00:00
IRenderHandler.h Replaced raw json nodes with ImageLocator class 2024-07-19 10:08:50 +00:00
IScreenHandler.h fix window open while sound playing 2023-09-19 11:20:16 +02:00