ddnet/src/game/server
bors[bot] 9e9024d449
Merge #5585
5585: Only announce birthday once (fixes #5576) r=heinrich5991 a=def-

No matter if you use /timecp or rename

<!-- 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: Dennis Felsing <dennis@felsin9.de>
2022-07-07 09:35:05 +00:00
..
entities send correct time diff on finish 2022-07-06 17:43:20 +02:00
gamemodes Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
alloc.h Remove dead code 2022-05-31 19:32:07 +02:00
ddracechat.cpp Fix more unsafe define 2022-06-29 23:52:03 +02:00
ddracecommands.cpp Organize game-server includes 2022-06-17 20:32:56 +02:00
entity.cpp Introduce and use constexpr CCharacterCore::PhysicalSize 2022-05-28 21:46:44 +03:00
entity.h Organize game-server includes 2022-06-17 20:32:56 +02:00
eventhandler.cpp Organize game-server includes 2022-05-29 21:24:43 +02:00
eventhandler.h Organize game-server includes 2022-05-29 21:24:43 +02:00
gamecontext.cpp Fix player input player flags translation with sixup 2022-07-01 00:00:17 +02:00
gamecontext.h Fix player input player flags translation with sixup 2022-07-01 00:00:17 +02:00
gamecontroller.cpp Merge #5420 2022-06-26 07:57:33 +00:00
gamecontroller.h Make spawn position independent of players in other teams 2022-02-06 00:01:50 +01:00
gameworld.cpp Organize game-server includes 2022-06-17 20:32:56 +02:00
gameworld.h Organize game-server includes 2022-06-17 20:32:56 +02:00
player.cpp Merge #5585 2022-07-07 09:35:05 +00:00
player.h Only announce birthday once (fixes #5576) 2022-07-07 10:24:41 +02:00
save.cpp Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
save.h Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
score.cpp Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
score.h Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
scoreworker.cpp Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
scoreworker.h send correct time diff on finish 2022-07-06 17:43:20 +02:00
teams.cpp send correct time diff on finish 2022-07-06 17:43:20 +02:00
teams.h Renamed some time checkpoint related variables. 2022-07-06 15:13:55 +02:00
teehistorian.cpp Record player switch in teehistorian 2022-05-21 21:37:17 +02:00
teehistorian.h Organize game-server includes 2022-06-17 20:32:56 +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