ddnet/src/game/server
Dennis Felsing 48d0228428
Merge pull request #7077 from infclass/ddnet-fix-pause
CGameClient::Predict: Disable prediction if the game is paused
2023-08-26 18:35:17 +00:00
..
entities Merge pull request #5398 from AssassinTee/feature/elasticity-tuning 2023-07-28 13:58:42 +00:00
gamemodes try to fix broken score 2023-05-16 16:42:08 +02:00
alloc.h Get rid of unused warning 2023-04-04 09:08:38 +02:00
ddracechat.cpp Merge #6790 #6793 2023-07-01 16:04:13 +00:00
ddracecommands.cpp Fix bug, increase dump_log max seconds to 10min 2023-07-15 14:57:12 +00:00
entity.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
entity.h Remove projectiles on save and load 2023-01-03 23:38:58 +01:00
eventhandler.cpp rewrite int64_t to CClientMask 2023-01-24 09:27:29 +01:00
eventhandler.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
gamecontext.cpp Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
gamecontext.h Merge pull request #7077 from infclass/ddnet-fix-pause 2023-08-26 18:35:17 +00:00
gamecontroller.cpp Send team 0 for switchers as well on solo server 2023-05-29 16:05:53 +02:00
gamecontroller.h Cleanup declarations 2023-08-15 19:02:17 +03:00
gameworld.cpp Use std::vector and std::deque instead of most std::lists 2023-07-01 15:44:35 +02:00
gameworld.h Use std::vector and std::deque instead of most std::lists 2023-07-01 15:44:35 +02:00
player.cpp Fix scoreboard time being reset when using /timecp 2023-08-11 16:41:42 +02:00
player.h Split emoticon sending into nearby and global players 2023-06-11 13:31:50 +02:00
save.cpp Add templated str_append function for arrays with fixed size 2023-06-14 00:04:01 +02:00
save.h Remove projectiles on save and load 2023-01-03 23:38:58 +01:00
score.cpp Merge #6226 #6230 2023-01-04 18:03:11 +00:00
score.h Fix scoreboard showing wrong best time 2022-12-31 12:36:03 +01:00
scoreworker.cpp Increase another SQL query buffer size 2023-08-12 19:42:05 +02:00
scoreworker.h fix CScorePlayerResult for visual c++ compiler 2023-08-25 18:17:01 +02:00
teams.cpp Add templated str_append function for arrays with fixed size 2023-06-14 00:04:01 +02:00
teams.h Bring Team logic into teams.cpp 2023-04-02 21:40:39 -04:00
teehistorian.cpp Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
teehistorian.h Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
teeinfo.cpp Mark parameters as const when possible 2022-11-29 23:32:31 +01:00
teeinfo.h Mark parameters as const when possible 2022-11-29 23:32:31 +01:00