ddnet/src/game/server
2022-02-21 16:33:53 +01:00
..
entities Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
gamemodes Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
alloc.h maybe_unused with older compilers 2021-11-04 10:59:25 +01:00
ddracechat.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
ddracecommands.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
entity.cpp Add more readability checks 2022-01-22 17:45:25 +01:00
entity.h Add some further readability checks, mostly redundancy 2022-01-22 17:22:01 +01:00
eventhandler.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
eventhandler.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
gamecontext.cpp Don't try to send messages outside of sv_max_clients (fixes# 4750) 2022-02-21 16:33:53 +01:00
gamecontext.h Ignore start line warning in practice mode 2022-01-31 13:21:26 +01:00
gamecontroller.cpp Fix clang-format 2022-02-15 00:32:04 +01:00
gamecontroller.h Make spawn position independent of players in other teams 2022-02-06 00:01:50 +01:00
gameworld.cpp Improve interfaces by exposing SwapClients in CEntities 2021-12-14 10:35:00 +01:00
gameworld.h Init m_pNextTraverseEntity 2022-02-09 15:26:50 +01:00
player.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
player.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
save.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
save.h Add modernize-use-equals-delete 2022-02-15 00:20:34 +01:00
score.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
score.h Factor CScoreWorker out of CScore, add SaveScore test 2021-12-19 19:40:20 +01:00
scoreworker.cpp Add modernize-use-emplace 2022-02-15 00:15:06 +01:00
scoreworker.h Factor CScoreWorker out of CScore, add SaveScore test 2021-12-19 19:40:20 +01:00
teams.cpp Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
teams.h Refactoring of g_Config.m_SvTeam, See #4601 2022-02-19 18:11:15 +01:00
teehistorian.cpp Record player_ready event in teehistorian 2022-02-07 23:31:46 +01:00
teehistorian.h Record player_ready event in teehistorian 2022-02-07 23:31:46 +01: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