openclonk/src/control
Lukas Werling 60841c1d96 Write text files with unix file endings
The old LineFeed constant caused problems with Qt. Using \n directly is
easier and I don't think there's a reason left to use \r\n anyways.
We've always converted the files in the repository. Nowadays, even
notepad.exe works with unix file endings.
2019-02-19 15:28:12 +01:00
..
C4Control.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Control.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameControl.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GameControl.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameParameters.cpp Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4GameParameters.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameSave.cpp Write text files with unix file endings 2019-02-19 15:28:12 +01:00
C4GameSave.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4PlayerControl.cpp Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4PlayerControl.h Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
C4PlayerInfo.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4PlayerInfo.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4PlayerInfoConflicts.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Record.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Record.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4RoundResults.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4RoundResults.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Teams.cpp Fix team count inconsistency with random teams (#2051) 2019-02-02 00:27:36 +01:00
C4Teams.h Fix team count inconsistency with random teams (#2051) 2019-02-02 00:27:36 +01:00