ddnet/src/game/client
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
..
components Fix layout of kick/spec vote list items 2023-01-16 15:37:58 +01:00
prediction More minimal clang-tidy 15 run 2023-01-23 11:20:05 +01:00
animstate.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
animstate.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
component.cpp Allow multiple addresses per server in the serverbrowser 2022-07-10 16:52:07 +02:00
component.h Allow multiple addresses per server in the serverbrowser 2022-07-10 16:52:07 +02:00
gameclient.cpp Refactor team state unpacking 2023-01-03 23:55:26 +01:00
gameclient.h Restart client race demo when round is restarted 2023-01-03 23:38:37 +01:00
laser_data.cpp Add DDNetLaser to have more info about a laser shot 2022-09-15 01:01:32 +02:00
laser_data.h Add DDNetLaser to have more info about a laser shot 2022-09-15 01:01:32 +02:00
lineinput.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
lineinput.h m_DisplayStr -> m_aDisplayStr 2022-03-31 12:52:24 +02:00
projectile_data.cpp Constify snap more (inspired by upstream) 2022-10-09 15:12:12 +02:00
projectile_data.h force tunezone 2021-04-23 11:01:38 +08:00
race.cpp Move index check before usage, use std::size 2022-11-29 23:32:31 +01:00
race.h Organize game-client includes 2022-05-29 21:24:43 +02:00
render.cpp Fix misspellings 2022-10-25 13:51:56 -03:00
render.h Running and AFK anim. states 2022-09-16 12:30:05 +02:00
render_map.cpp Make tileflag names consistent with automappers 2022-12-19 18:39:36 +01:00
skin.h Get away from vector for skins 2022-10-12 22:32:36 +02:00
ui.cpp Fix DoLabelStreamed by using offsets, instead of rebuilding when x,y changes 2023-01-07 11:51:48 +01:00
ui.h Add page up/down, home, end hotkeys to UI 2023-01-06 00:52:46 +01:00
ui_listbox.cpp Allow navigating listboxes when no item is currently selected 2023-01-08 14:48:30 +01:00
ui_listbox.h Port CListBox from upstream, smooth scrolling for all lists 2023-01-06 12:46:16 +01:00
ui_rect.cpp Move CRenderTools::DrawUIRect/4 to CUIRect::Draw/4 2022-08-12 19:37:08 +02:00
ui_rect.h Move CRenderTools::DrawUIRect/4 to CUIRect::Draw/4 2022-08-12 19:37:08 +02:00
ui_scrollregion.cpp Add ui_smooth_scroll_time variable to adjust smooth scrolling 2023-01-10 18:19:06 +01:00
ui_scrollregion.h Mark parameters as const when possible 2022-11-29 23:32:31 +01:00