openclonk/src/lib
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
..
C4InputValidation.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4InputValidation.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Log.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Log.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4LogBuf.cpp Fix infinite loop when encountering invalid <tags> 2017-12-22 21:44:22 +01:00
C4LogBuf.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Markup.cpp Fix C4LogBuf breaking lines within markup 2017-12-21 22:57:52 +01:00
C4Markup.h Fix C4LogBuf breaking lines within markup 2017-12-21 22:57:52 +01:00
C4NameList.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4NameList.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Random.cpp Bring back and fix the netpuncher 2016-09-08 21:10:06 +02:00
C4Random.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4RandomRecord.cpp Bring back and fix the netpuncher 2016-09-08 21:10:06 +02:00
C4Real.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Real.h Fix several broken conversions from C4Fixed->bool->int (#1904) 2017-04-19 09:24:27 +02:00
C4Rect.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Rect.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4SimpleLog.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Stat.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Stat.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
SHA1.h Remove boost any usage of boost libraries 2015-09-30 00:16:12 +02:00
Standard.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
Standard.h unify two implementations of Angle in the engine 2017-07-19 22:04:43 +02:00
StdAdaptors.h Fix build on gcc 4.x 2018-10-15 21:01:15 +02:00
StdBuf.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdBuf.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdColors.h Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
StdCompiler.cpp Fix StdCompilerINIWrite/19c1badfa 2017-08-25 15:10:28 +02:00
StdCompiler.h Fix StdCompilerINIWrite/08714a67f 2017-08-24 16:40:05 +02:00
StdMesh.cpp Fix assertion failure when joining with openclonk-server 2017-11-05 22:23:38 +01:00
StdMesh.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdMeshLoader.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdMeshLoader.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdMeshLoaderBinary.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdMeshLoaderBinaryChunks.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdMeshLoaderBinaryChunks.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdMeshLoaderDataStream.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
StdMeshLoaderXml.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
StdMeshMaterial.cpp Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
StdMeshMaterial.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdMeshMath.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdMeshMath.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdMeshUpdate.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdMeshUpdate.h Twiddle with header organization: lib{misc,c4script} do no longer include GL/glew.h 2016-10-20 18:46:32 +02:00
StdResStr2.cpp Revisit #includes 2017-05-15 13:24:59 +02:00