ddnet/src/game/client/prediction
Dennis Felsing 1af3c2274a More minimal clang-tidy 15 run
Alternative to #6294

The only remaining problems are:
/home/deen/git/ddnet/src/engine/client/backend/glsl_shader_compiler.cpp:22:26: warning: unnecessary temporary object created while calling emplace_back [modernize-use-emplace]
        m_vDefines.emplace_back(SGLSLCompilerDefine(DefineName, DefineValue));
                                ^~~~~~~~~~~~~~~~~~~~                       ~
2023-01-23 11:20:05 +01:00
..
entities Remove unused m_FreezeTime == -1 state 2023-01-06 23:09:01 +01:00
entity.cpp Fix heap-use-after-free in CGameWorld::RemoveEntity 2022-06-26 11:28:23 +02:00
entity.h Add an option to remove weak hook & bounce 2022-07-21 17:04:16 +02:00
gameworld.cpp More minimal clang-tidy 15 run 2023-01-23 11:20:05 +01:00
gameworld.h Mark parameters as const when possible 2022-11-29 23:32:31 +01:00