ddnet/src/engine/client
bors[bot] 848bbf543d
Merge #3268
3268: Fix ScaleFontSize with too long strings r=Jupeyy a=def-

Thanks to PopCorn181 for report
![screenshot_2020-11-08_00-03-19](https://user-images.githubusercontent.com/2335377/98453118-d1c1ae00-2155-11eb-97cf-cd5a455c00d3.png)

<!-- What is the motivation for the changes of this pull request -->

## 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
- [x] Considered possible null pointers and out of bounds array indexing
- [ ] 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: def <dennis@felsin9.de>
2020-11-07 23:07:38 +00:00
..
backend_sdl.cpp Fix bugprone-misplaced-widening-cast 2020-11-05 08:25:34 +01:00
backend_sdl.h Rename QuadContainerAsSprite to QuadContainerEx, so its useful for all kind of rendering 2020-10-20 18:45:03 +02:00
client.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
client.h Use NUM_DUMMIES for dummy array length 2020-10-18 23:15:25 +02:00
demoedit.cpp Run clang-format 2020-09-26 21:50:15 +02:00
demoedit.h Manual preparation for cleaner clang-format 2020-09-26 21:41:01 +02:00
friends.cpp Run clang-format 2020-09-26 21:50:15 +02:00
friends.h Make sure headers compile standalone 2020-09-26 21:50:27 +02:00
ghost.cpp Move ghost code to client 2020-10-14 17:08:58 +02:00
ghost.h Move ghost code to client 2020-10-14 17:08:58 +02:00
graphics_threaded.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
graphics_threaded.h Merge #3160 2020-10-20 20:53:54 +00:00
http.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
http.h Run clang-format 2020-09-26 21:50:15 +02:00
input.cpp Update DoEditBox logic to be the same as chat 2020-10-26 01:44:10 +08:00
input.h Update DoEditBox logic to be the same as chat 2020-10-26 01:44:10 +08:00
keynames.h Enable most clang-tidy misc-* checks 2020-11-05 12:03:14 +01:00
notifications.cpp Set libnotify icon 2020-10-01 04:40:19 +08:00
notifications.h Libnotify support for linux client (#2099) 2020-04-14 17:53:53 +02:00
opengl_sl.cpp Enable most clang-tidy misc-* checks 2020-11-05 12:03:14 +01:00
opengl_sl.h Run clang-format 2020-09-26 21:50:15 +02:00
opengl_sl_program.cpp consistent formatting for dbg_msg 2020-10-26 10:04:03 +01:00
opengl_sl_program.h Rename QuadContainerAsSprite to QuadContainerEx, so its useful for all kind of rendering 2020-10-20 18:45:03 +02:00
serverbrowser.cpp Fix and NOLINT bugprone-sizeof-expression 2020-11-05 08:25:34 +01:00
serverbrowser.h Add back Australia... 2020-10-11 01:00:56 +02:00
sound.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
sound.h Make sure headers compile standalone 2020-09-26 21:50:27 +02:00
steam.cpp Run clang-format 2020-09-26 21:50:15 +02:00
text.cpp Merge #3268 2020-11-07 23:07:38 +00:00
updater.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
updater.h Run clang-format 2020-09-26 21:50:15 +02:00
video.cpp consistent formatting for dbg_msg 2020-10-26 10:04:03 +01:00
video.h Run clang-format 2020-09-26 21:50:15 +02:00