openclonk/src/game
Nicolas Hake 3edc6d9ead Fix misleading indentation on several controlled statements
The C++ standard doesn't require us to stuff multiple statements
onto the same line, so we should avoid this for readability reasons.
This is especially true if one of the statements is controlled and
others aren't.
2018-12-31 14:27:14 +01:00
..
C4Application.cpp Fix fallthrough in command line parsing 2018-04-23 12:12:32 +02:00
C4Application.h Launch editor via argv[0] on Unix systems without /proc/self/exe (#1999) 2018-02-17 12:57:43 +01:00
C4FullScreen.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4FullScreen.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Game.cpp Add EvaluateOnAbort scenario flag for Tower of Despair 2018-02-18 21:46:56 +01:00
C4Game.h Add EvaluateOnAbort scenario flag for Tower of Despair 2018-02-18 21:46:56 +01:00
C4GameScript.cpp Renamed *MissionAccess functions 2018-04-05 19:34:16 +02:00
C4GameScript.h Send script-defined statistics to the masterserver 2017-02-17 23:29:16 +01:00
C4GameVersion.h Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4GraphicsSystem.cpp /screenshot: Add error message when in editor (#1137) 2017-12-23 12:11:28 +01:00
C4GraphicsSystem.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Physics.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Viewport.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Viewport.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
ClonkMain.cpp Revisit #includes 2017-05-15 13:24:59 +02:00