ddnet/src/game/client
bors[bot] a1668e0a5b
Merge #4812
4812: Full size sound settings r=Jupeyy a=def-

Old:
![screenshot-20220312@234506](https://user-images.githubusercontent.com/2335377/158037595-d3a6affc-3092-4b6c-9668-aab13f66801c.png)
New:
![screenshot-20220312@234420](https://user-images.githubusercontent.com/2335377/158037596-06889367-93d9-4c92-891b-c380653d8a3d.png)

## Checklist

- [x] Tested the change ingame
- [x] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] 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: def <dennis@felsin9.de>
2022-03-13 07:23:57 +00:00
..
components Merge #4812 2022-03-13 07:23:57 +00:00
prediction Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
animstate.cpp Fix clang-analyzer-core.UndefinedBinaryOperatorResult 2020-10-14 15:45:47 +02:00
animstate.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
component.cpp Make components member of CGameClient 2021-07-12 12:07:31 +02:00
component.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
gameclient.cpp CGameClient::LoadMapSettings: Load the default tuning params by default 2022-03-08 14:24:37 +03:00
gameclient.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
lineinput.cpp Support GUI/Cmd key and use it as equivalent to ctrl in default shortcuts 2021-12-18 12:23:20 +01:00
lineinput.h replace DeleteUntilCursor and DeleteFromCursor with SetRange 2021-11-25 00:05:04 +01:00
projectile_data.cpp Sanitize owner data in client (fixes #4388) 2021-11-24 15:41:27 +01:00
projectile_data.h force tunezone 2021-04-23 11:01:38 +08:00
race.cpp Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
race.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
render.cpp Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
render.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
render_map.cpp Fix clang-format 2022-02-15 00:32:04 +01:00
skin.h Different comparators for skins in UI (no case) and regular skins (with case) 2021-03-23 13:39:54 +01:00
ui.cpp Auto font size 2022-03-11 17:34:48 +01:00
ui.h Auto font size 2022-03-11 17:34:48 +01:00
ui_ex.cpp Auto font size 2022-03-11 17:34:48 +01:00
ui_ex.h move DoClearableEditBox to CUIEx 2021-12-03 20:26:23 +01:00