ddnet/src/game/server
bors[bot] b138c4038c
Merge #3304 #3310
3304: Improve list box behaviour, make it more consistent r=heinrich5991 a=def-

Make keys work after searching in vote menu
Unify some duplicated code

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


3310: Found some more times with mins, use hours for consistency r=heinrich5991 a=def-

## 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: def <dennis@felsin9.de>
2020-11-18 23:43:22 +00:00
..
entities Found some more times with mins, use hours for consistency 2020-11-14 00:22:21 +01:00
gamemodes Run clang-format 2020-09-26 21:50:15 +02:00
ddracechat.cpp Found some more times with mins, use hours for consistency 2020-11-14 00:22:21 +01:00
ddracechat.h Run clang-format 2020-09-26 21:50:15 +02:00
ddracecommands.cpp Kick-voting someone from team doesn't kill locked team (fixes #3207) 2020-11-03 08:37:56 +01:00
entity.cpp Run clang-format 2020-09-26 21:50:15 +02:00
entity.h Enable most clang-tidy misc-* checks 2020-11-05 12:03:14 +01:00
eventhandler.cpp Run clang-format 2020-09-26 21:50:15 +02:00
eventhandler.h Run clang-format 2020-09-26 21:50:15 +02:00
gamecontext.cpp Fix random map vote reason to set stars 2020-11-16 17:32:48 +01:00
gamecontext.h Add add_map_votes command for easier local map testing 2020-10-18 00:06:43 +02:00
gamecontroller.cpp Fix spawnpoints calculation 2020-11-08 03:42:35 +01:00
gamecontroller.h Run clang-format 2020-09-26 21:50:15 +02:00
gameworld.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
gameworld.h Run clang-format 2020-09-26 21:50:15 +02:00
player.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
player.h Consider as not-afk on emoticon, chat, vote, 2020-10-07 23:24:50 +02:00
save.cpp Fix grammar mistake 2020-10-19 15:23:48 +02:00
save.h Run clang-format 2020-09-26 21:50:15 +02:00
score.cpp Create fallback wordlist in sourcecode (fixes #3206) 2020-11-03 17:01:16 +01:00
score.h Enable clang-tidy performance-* checks 2020-11-05 11:34:20 +01:00
teams.cpp Finish chat msg: Add comment 2020-10-18 17:57:27 +02:00
teams.h Enable clang-tidy performance-* checks 2020-11-05 11:34:20 +01:00
teehistorian.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
teehistorian.h Run clang-format 2020-09-26 21:50:15 +02:00
teeinfo.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
teeinfo.h Run clang-format 2020-09-26 21:50:15 +02:00