1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-28 23:06:24 +02:00
vcmi/client/adventureMap
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
..
AdventureMapInterface.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureMapInterface.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureMapShortcuts.cpp Added Query to track visit duration for Taverns and Markets 2023-10-04 17:47:12 +03:00
AdventureMapShortcuts.h Block turn end button after player ends turn 2023-09-26 13:42:20 +03:00
AdventureMapWidget.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureMapWidget.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureOptions.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureOptions.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AdventureState.h Use new adventure map state to detect opponent human turn 2023-07-27 17:26:52 +02:00
CInfoBar.cpp lastActivated with overload 2023-10-10 23:51:05 +02:00
CInfoBar.h lastActivated with overload 2023-10-10 23:51:05 +02:00
CInGameConsole.cpp fix window open while sound playing 2023-09-19 11:20:16 +02:00
CInGameConsole.h Simplified text input handling, fixes hotkeys on windows with text input 2023-07-04 18:42:52 +03:00
CList.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
CList.h Fix updating of hero & town lists on adventure map 2023-07-15 16:09:44 +03:00
CMinimap.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CMinimap.h Replaced clickLeft with clickPressed clickReleased methods 2023-07-08 14:33:04 +03:00
CResDataBar.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CResDataBar.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
MapAudioPlayer.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
MapAudioPlayer.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TurnTimerWidget.cpp Show timer only for one player 2023-10-06 18:17:05 +02:00
TurnTimerWidget.h Timers fixes 2023-08-30 03:33:59 +04:00