ddnet/src/game/client/prediction/entities
def 8134f9fa55 Enable -Wshadow=local
> Warn when a local variable shadows another local variable or parameter.

Found one actual bug in graphics_threaded.cpp

Should reduce confusion in the future when reading source code
2022-03-20 13:24:34 +01:00
..
character.cpp Add modernize-use-bool-literals 2022-02-15 00:12:52 +01:00
character.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
laser.cpp Add more readability checks 2022-01-22 17:45:25 +01:00
laser.h Run clang-format 2020-09-26 21:50:15 +02:00
pickup.cpp Enable -Wshadow=local 2022-03-20 13:24:34 +01:00
pickup.h Predict switch projectiles and pickups, make blinking effect client-side 2021-09-19 14:14:00 +02:00
projectile.cpp Enable -Wshadow=local 2022-03-20 13:24:34 +01:00
projectile.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00