1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/renderSDL
Johannes Schauer Marin Rodrigues a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
Mixed line endings cause problems when exporting patches with
git-format-patch and then trying to "git am" a patch with mixed and
non-matching line endings. In such a situation git will fail to apply
the patch.

This commit runs the dos2unix tools on the remaining files with CRLF
(\r\n) line endings to convert them to line-feeds (\n) only.

Files that are Windows specific like *.vcxproj and *.props files were
not converted.

Closes: #3073
2023-10-19 16:23:21 +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 height fix 2023-09-29 00:08:25 +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 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02: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 Add VSync to settings 2023-09-26 18:55:25 +02:00
ScreenHandler.h fix window open while sound playing 2023-09-19 11:20:16 +02:00
SDL_Extensions.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02: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 vcmi: modernize headers 2023-04-30 13:35:54 +03:00
SDLImage.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +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 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