ddnet/src/game/server
bors[bot] 71477de816
Merge #3581
3581: Improve performance of /top5points query, remove negative /top5points since it makes no sense anyway r=heinrich5991 a=def-

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

## 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: def <dennis@felsin9.de>
2021-02-20 16:36:20 +00:00
..
entities Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
gamemodes GameController: Introduce GetMaskForPlayerWorldEvent() 2021-01-19 22:36:23 +03:00
alloc.h Extract allocation macros to alloc.h (mimic the upstream) 2021-01-10 14:25:12 +03:00
ddracechat.cpp Improve error messages when you can't join team 2021-01-23 15:52:57 +01:00
ddracecommands.cpp Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
entity.cpp Make netclipping of entities and events respect shown distance (fixes #3420) 2021-01-11 23:11:28 +01:00
entity.h Make netclipping of entities and events respect shown distance (fixes #3420) 2021-01-11 23:11:28 +01:00
eventhandler.cpp Make netclipping of entities and events respect shown distance (fixes #3420) 2021-01-11 23:11:28 +01:00
eventhandler.h Make netclipping of entities and events respect shown distance (fixes #3420) 2021-01-11 23:11:28 +01:00
gamecontext.cpp Fix crash on autoban unsupported client 2021-02-11 12:51:56 +01:00
gamecontext.h Fix crash on autoban unsupported client 2021-02-11 12:51:56 +01:00
gamecontroller.cpp GameController: Introduce GetMaskForPlayerWorldEvent() 2021-01-19 22:36:23 +03:00
gamecontroller.h GameController: Introduce GetMaskForPlayerWorldEvent() 2021-01-19 22:36:23 +03:00
gameworld.cpp GameController: Backport reorder from upstream 2021-01-16 03:20:57 +03:00
gameworld.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
player.cpp Fix /pause not working 2021-02-01 00:58:09 +01:00
player.h CPlayer: Make the emote-related members private 2021-01-16 03:20:58 +03:00
save.cpp Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
save.h Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
score.cpp Merge #3581 2021-02-20 16:36:20 +00:00
score.h Add /top5team s?i command to show all team ranks of a player 2020-12-10 13:44:11 +01:00
teams.cpp Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
teams.h Improve error messages when you can't join team 2021-01-23 15:52:57 +01:00
teehistorian.cpp Clarify teehistorian code 2021-01-28 23:42:01 +01:00
teehistorian.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03: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