openclonk/src/graphics
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
..
Bitmap256.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
Bitmap256.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4BltTransform.cpp Twiddle with header organization: lib{misc,c4script} do no longer include GL/glew.h 2016-10-20 18:46:32 +02:00
C4BltTransform.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Draw.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Draw.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4DrawGL.cpp Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
C4DrawGL.h Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
C4DrawGLCtx.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4DrawGLMac.h Fix mac build 2016-10-21 01:25:48 +02:00
C4DrawGLMac.mm Fix mac build 2016-10-21 01:25:48 +02:00
C4DrawMeshGL.cpp Add resolution uniform for sprite and mesh shaders (#2031) 2018-04-18 12:02:43 +02:00
C4DrawT.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4DrawT.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Facet.cpp StdCompiler: Use terms "Serializer" and "Deserializer" 2017-03-11 15:05:41 +01:00
C4Facet.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FacetEx.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4FacetEx.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FontLoader.cpp Fix condition in font loading code 2017-12-21 22:57:37 +01:00
C4FontLoader.h Fix some valgrind warnings and a leak in openclonk-server 2017-09-01 15:59:46 +02:00
C4FontLoaderCustomImages.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GraphicsResource.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GraphicsResource.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Shader.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Shader.h Add remaining glUniform-functions 2017-08-23 23:53:55 +02:00
C4Surface.cpp Revert assert from 0027666c4 2018-01-13 13:54:38 +01:00
C4Surface.h Fix some valgrind warnings and a leak in openclonk-server 2017-09-01 15:59:46 +02:00
C4SurfaceLoaders.cpp Fix some valgrind warnings and a leak in openclonk-server 2017-09-01 15:59:46 +02:00
CSurface8.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
CSurface8.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
StdPNG.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
StdPNG.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00