ddnet/src/game/server
Zwelf 010d545fac Fix Crash in CSafeTeam::Safe/Load
Fixes #6304

`pEnt` is freed after removing, so must not be used in the next loop
iteration.
2023-01-25 18:47:03 +01:00
..
entities Remove unused m_FreezeTime == -1 state 2023-01-06 23:09:01 +01:00
gamemodes Don't load best time when already in progress 2023-01-01 12:18:29 +01:00
alloc.h Remove dead code 2022-05-31 19:32:07 +02:00
ddracechat.cpp Add credits 2022-12-05 19:21:36 +01:00
ddracecommands.cpp Remove projectiles on save and load 2023-01-03 23:38:58 +01: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 Huge variable naming format 2022-07-08 18:01:29 +02:00
eventhandler.h Huge variable naming format 2022-07-08 18:01:29 +02:00
gamecontext.cpp Don't count (connecting) players for voting 2023-01-02 11:25:13 +01:00
gamecontext.h Persist AFK state of players on map change 2022-12-23 00:13:10 +01:00
gamecontroller.cpp More minimal clang-tidy 15 run 2023-01-23 11:20:05 +01:00
gamecontroller.h Pass x and y to OnEntity instead Pos 2022-12-17 12:17:58 +01:00
gameworld.cpp Fix Crash in CSafeTeam::Safe/Load 2023-01-25 18:47:03 +01:00
gameworld.h Remove projectiles on team change 2023-01-04 21:08:47 +01:00
player.cpp Persist AFK state of players on map change 2022-12-23 00:13:10 +01:00
player.h Persist AFK state of players on map change 2022-12-23 00:13:10 +01:00
save.cpp Remove projectiles on save and load 2023-01-03 23:38:58 +01: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 Don't duplicate type in same line 2022-12-31 13:04:21 +01:00
scoreworker.h Merge #6226 #6230 2023-01-04 18:03:11 +00:00
teams.cpp Remove projectiles on team change 2023-01-04 21:08:47 +01:00
teams.h Swap times should be per player, not per team (fixes #6155) 2022-12-18 00:01:04 +01:00
teehistorian.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
teehistorian.h Organize game-server includes 2022-06-17 20:32:56 +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