ddnet/src/engine/client
bors[bot] 40a36c2dfc
Merge #3377 #3487
3377: Add Thread Safety Analysis r=heinrich5991 a=def-

https://clang.llvm.org/docs/ThreadSafetyAnalysis.html

## 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 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)


3487: Fix centisecs rounding in str_time_float r=heinrich5991 a=def-

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

## 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 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>
2021-01-10 15:00:19 +00:00
..
backend_sdl.cpp Don't render fully transparent quads 2020-12-29 14:59:17 +01:00
backend_sdl.h Allow windows resizing 2020-12-13 00:52:57 +01:00
blocklist_driver.cpp Increase Intel driver blocklist range 2020-12-03 16:42:50 +01:00
blocklist_driver.h Track the driver state 2020-11-07 07:01:12 +01:00
client.cpp Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
client.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03: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 Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
friends.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03: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 Don't render fully transparent quads 2020-12-29 14:59:17 +01:00
graphics_threaded.h Don't render fully transparent quads 2020-12-29 14:59:17 +01:00
http.cpp Add Thread Safety Analysis 2020-12-23 18:13:21 +01:00
http.h Move PNG loading in SkinDL to fetch thread (fixes #3398) 2020-12-13 00:08:46 +01:00
input.cpp Fixed mouse jumping 2020-12-18 16:50:45 +03: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 Fix quad shader 2020-12-29 03:40:35 +01:00
serverbrowser.cpp Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
serverbrowser.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
sound.cpp Add Thread Safety Analysis 2020-12-23 18:13:21 +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 branch 'master' into pr_color_picker 2020-12-13 20:40:33 +03:00
updater.cpp Version 15.2.1: Quick autoupdate fix 2020-11-17 17:04:21 +01:00
updater.h Add Thread Safety Analysis 2020-12-23 18:13:21 +01:00
video.cpp Add Thread Safety Analysis 2020-12-23 18:13:21 +01:00
video.h Add Thread Safety Analysis 2020-12-23 18:13:21 +01:00