ddnet/src/game/server
2021-01-16 03:20:58 +03:00
..
entities Refactor the SetEmote code to remove custom CCharacter methods 2021-01-16 03:20:58 +03:00
gamemodes Synchronize database thread via atomic_bool instead of use_count from shared pointer 2020-12-08 18:11:00 +01:00
alloc.h Extract allocation macros to alloc.h (mimic the upstream) 2021-01-10 14:25:12 +03:00
ddracechat.cpp CPlayer: Rename EyeEmote to EyeEmoteEnabled (to be clear) 2021-01-16 03:20:58 +03:00
ddracecommands.cpp gamecontext.h: Remove unused player.h include 2021-01-10 14:25:12 +03: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 CPlayer: Rename EyeEmote to EyeEmoteEnabled (to be clear) 2021-01-16 03:20:58 +03:00
gamecontext.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
gamecontroller.cpp Backport IGameController::OnPlayerDisconnect() from the upstream 2021-01-16 03:20:58 +03:00
gamecontroller.h Backport IGameController::OnPlayerDisconnect() from the upstream 2021-01-16 03:20:58 +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 CPlayer: Add missing reset for m_LastEyeEmote 2021-01-16 03:20:58 +03:00
player.h CPlayer: Rename EyeEmote to EyeEmoteEnabled (to be clear) 2021-01-16 03:20:58 +03:00
save.cpp Make CSaveTee and CPlayer not friends anymore 2021-01-16 03:20:57 +03:00
save.h Run clang-format 2020-09-26 21:50:15 +02:00
score.cpp gamecontext.h: Remove unused player.h include 2021-01-10 14:25:12 +03: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 Remove unused onChangeTeamState 2021-01-11 14:29:01 +01:00
teams.h Remove unused onChangeTeamState 2021-01-11 14:29:01 +01:00
teehistorian.cpp Fix variable names manually 2020-11-02 22:40:40 +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