1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00
vcmi/lib/gameState
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
..
CGameState.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
CGameState.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CGameStateCampaign.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
CGameStateCampaign.h Replaced hero crossover logic with one that actually matches H3 2023-06-26 17:15:59 +03:00
EVictoryLossCheckResult.h Fix 2023-09-09 14:27:51 +02:00
InfoAboutArmy.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
InfoAboutArmy.h Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
QuestInfo.h Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
SThievesGuildInfo.h Converted (almost) all namespace enum's to enum classes 2023-08-25 13:38:02 +03:00
TavernHeroesPool.cpp Merge pull request #2772 from wb180/tavernPoolHeroesFix 2023-09-07 10:54:44 +03:00
TavernHeroesPool.h Remove bitmasks of PlayerColor's. Add encode/decode methods 2023-09-04 18:56:16 +03:00
TavernSlot.h Update tavern on end of 7th turn of player in question 2023-08-24 23:34:33 +03:00