ddnet/src/engine
bors[bot] 11d5e87047
Merge #3255
3255: Add block list for drivers r=def- a=Jupeyy

Only briefly tested,
- the error message is bad
- the impl basically only works for the intel windows string, so its not really a generalized list

fixes #3234
## 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
- [ ] 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: Jupeyy <jupjopjap@gmail.com>
Co-authored-by: def <dennis@felsin9.de>
2020-11-12 07:40:10 +00:00
..
client Merge #3255 2020-11-12 07:40:10 +00:00
docs Fix typo 2018-07-10 17:29:02 +08:00
external Fix external directory in .clang-tidy 2020-10-14 15:45:47 +02:00
server Fix updating points on SQLite3 backend 2020-11-11 20:27:22 +01:00
shared Merge #3255 2020-11-12 07:40:10 +00:00
antibot.h Run clang-format 2020-09-26 21:50:15 +02:00
client.h Warn new players about name with points (fixes #3178) 2020-10-23 23:37:49 +02:00
config.h Use warnings popups for some io failures 2020-10-02 16:06:16 +02:00
console.h Run clang-format 2020-09-26 21:50:15 +02:00
demo.h Run clang-format 2020-09-26 21:50:15 +02:00
editor.h Run clang-format 2020-09-26 21:50:15 +02:00
engine.h Use two threads for the server thread pool 2018-10-07 12:47:32 +02:00
friends.h Run clang-format 2020-09-26 21:50:15 +02:00
ghost.h Update ghost format to v6: Replace CRC with SHA256 2020-10-14 17:08:58 +02:00
graphics.h NOLINT bugprone-forward-declaration-namespace 2020-11-05 08:25:34 +01:00
input.h Update DoEditBox logic to be the same as chat 2020-10-26 01:44:10 +08:00
kernel.h Run clang-format 2020-09-26 21:50:15 +02:00
keys.h Use scancodes instead of keycodes for input (fixes #796, please test) 2017-07-21 19:53:49 +02:00
map.h Run clang-format 2020-09-26 21:50:15 +02:00
masterserver.h Run clang-format 2020-09-26 21:50:15 +02:00
message.h Run clang-format 2020-09-26 21:50:15 +02:00
server.h Allow IServer users to check when client's names change 2020-10-14 16:42:35 +02:00
serverbrowser.h UI Elements 2020-10-19 23:52:29 +02:00
sound.h Modulize skins, particles, emoticons and game 2020-10-09 09:07:19 +02:00
steam.h Allow joining and inviting others via Steam friend list while ingame 2020-09-06 17:08:38 +02:00
storage.h Run clang-format 2020-09-26 21:50:15 +02:00
textrender.h Fix text color change 2020-11-08 19:43:01 +01:00
updater.h Overhauled job system 2017-11-23 15:47:38 +01:00
uuid.h Make sure headers compile standalone 2020-09-26 21:50:27 +02:00
warning.h Add block list for drivers 2020-11-05 21:07:14 +01:00