ddnet/src/game/client
bors[bot] 0f5d4d8bec
Merge #6372
6372: Check in CI that no C standard headers are used, replace all usages of C standard headers with C++ headers, replace usages of C math functions r=def- a=Robyt3

Closes #6334.

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test (especially base/) or added coverage to integration test
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: Robert Müller <robytemueller@gmail.com>
2023-03-01 22:34:26 +00:00
..
components Merge #6372 2023-03-01 22:34:26 +00:00
prediction Replace usages of C math functions 2023-03-01 19:26:53 +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 Replace usages of C math functions 2023-03-01 19:26:53 +01:00
gameclient.h Only call onresize events if actual size changed 2023-02-25 16:02:38 +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 Replace usages of C math functions 2023-03-01 19:26:53 +01: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 Replace usages of C math functions 2023-03-01 19:26:53 +01:00
render.h Running and AFK anim. states 2022-09-16 12:30:05 +02:00
render_map.cpp Replace usages of C math functions 2023-03-01 19:26:53 +01:00
skin.h Get away from vector for skins 2022-10-12 22:32:36 +02:00
ui.cpp Remove unused argument of Text/TextWidth/TextLineCount 2023-02-20 20:06:17 +01:00
ui.h Replace usages of C math functions 2023-03-01 19:26:53 +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 Replace usages of C math functions 2023-03-01 19:26:53 +01:00
ui_scrollregion.h Fix erratic smooth scrolling when scroll time is changed 2023-02-26 12:12:08 +01:00