ddnet/src/game/client
bors[bot] 537be53fc2
Merge #5329
5329: Let the names in the mini score hud overflow to the left r=def- a=C0D3D3V

## Checklist

- [x] Tested the change ingame
- [ ] 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
- [x] Considered possible null pointers and out of bounds array indexing
- [x] Changed no physics that affect existing maps
- [x] 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: c0d3d3v <c0d3d3v@mag-keinen-spam.de>
2022-06-03 12:48:50 +00:00
..
components Let the names in the mini score hud overflow to the left 2022-06-03 13:57:39 +02:00
prediction Send switch timing info in extended switch state netobject 2022-06-02 01:04:34 +02: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 Unify logging infrastructure between IConsole and dbg_msg 2022-04-29 15:21:26 +02:00
component.h Organize game-client includes 2022-05-29 21:24:43 +02:00
gameclient.cpp Merge #5301 2022-06-02 20:04:33 +00:00
gameclient.h Move switch state to gamecore 2022-06-02 00:51:25 +02:00
lineinput.cpp Remove base/tl/base.h 2022-05-15 20:36:16 +02:00
lineinput.h m_DisplayStr -> m_aDisplayStr 2022-03-31 12:52:24 +02:00
projectile_data.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
projectile_data.h force tunezone 2021-04-23 11:01:38 +08:00
race.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
race.h Organize game-client includes 2022-05-29 21:24:43 +02:00
render.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
render.h Extract CRenderTools::RenderCursor 2022-05-27 19:43:12 +02:00
render_map.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
skin.h Use std::vector<CSkin> instead of sorted_array 2022-05-27 00:03:13 +02:00
ui.cpp Merge #5254 #5257 2022-05-27 18:37:17 +00:00
ui.h Organize game-client includes 2022-05-29 21:24:43 +02:00
ui_ex.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
ui_ex.h Organize game-client includes 2022-05-29 21:24:43 +02:00