1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/server
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
..
battles Fixed morale and luck chance lookup. 2023-10-13 20:43:15 +02:00
processors Add game pause 2023-10-08 16:03:57 +02:00
queries convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CGameHandler.cpp Remove assert triggered while flying 2023-10-12 13:40:28 +02:00
CGameHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CMakeLists.txt Moved management of turn order into a new class 2023-08-24 23:34:33 +03:00
CVCMIServer.cpp Apply suggestions from code review 2023-10-16 21:24:59 +02:00
CVCMIServer.h possibility to change name 2023-10-13 23:04:35 +02:00
LobbyNetPackVisitors.h possibility to change name 2023-10-13 23:04:35 +02:00
NetPacksLobbyServer.cpp possibility to change name 2023-10-13 23:04:35 +02:00
NetPacksServer.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ServerNetPackVisitors.h Add game pause 2023-10-08 16:03:57 +02:00
ServerSpellCastEnvironment.cpp Use optional instead of Json for queries 2023-09-26 13:42:20 +03:00
ServerSpellCastEnvironment.h Use optional instead of Json for queries 2023-09-26 13:42:20 +03:00
StdInc.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
StdInc.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TurnTimerHandler.cpp Fixed battle replay 2023-09-06 16:03:47 +03:00
TurnTimerHandler.h Added support for concurrent battles to gamestate and server 2023-09-06 16:03:02 +03:00
VCMI_server.cbp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
VCMI_server.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00