ddnet/src/game/server/entities
Zwelf e4157a744b Remove unused m_FreezeTime == -1 state
Reduces code complexity. Both `g_Config.m_SvFreezeDelay`[[1]] and `GetSwitchDelay(int Index)`[[2]] can only return non-negative numbers, therefore this is currently dead code and can be removed.

The last time it was possible to pass a negative number was removed in 561ce64666 (diff-29ffe32916052e1066eed938021aadfeb29f855d7c63d9c1ca3350aceffb79f3L1624)

[1]: c8ea372d98/src/engine/shared/config_variables.h (L213)
[2]: c8ea372d98/src/game/mapitems.h (L467)
2023-01-06 23:09:01 +01:00
..
character.cpp Remove unused m_FreezeTime == -1 state 2023-01-06 23:09:01 +01:00
character.h Fix physics change by weak hook fix (fixes #5769) 2022-10-27 17:44:54 +02:00
door.cpp Merge #5886 2022-12-21 00:36:35 +00:00
door.h Recreate all entities when restarting round 2022-12-17 12:17:58 +01:00
dragger.cpp Merge #5886 2022-12-21 00:36:35 +00:00
dragger.h Huge variable naming format 2022-07-08 18:01:29 +02:00
dragger_beam.cpp Merge #5886 2022-12-21 00:36:35 +00:00
dragger_beam.h Organize game-server includes 2022-06-17 20:32:56 +02:00
gun.cpp Merge #5886 2022-12-21 00:36:35 +00:00
gun.h Huge variable naming format 2022-07-08 18:01:29 +02:00
laser.cpp Add DDNetLaser to have more info about a laser shot 2022-09-15 01:01:32 +02:00
laser.h Remove projectiles on save and load 2023-01-03 23:38:58 +01:00
light.cpp Merge #5886 2022-12-21 00:36:35 +00:00
light.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
pickup.cpp Recreate all entities when restarting round 2022-12-17 12:17:58 +01:00
pickup.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
plasma.cpp Send laser objects as DDNetLaser with type (fixes #5885) 2022-09-27 13:25:20 +02:00
plasma.h revert to double explotion plasma bullets if the bullet hits obstacle 2022-05-22 21:59:51 +02:00
projectile.cpp Remove unused variable m_Force in CProjectile 2022-12-20 11:36:47 +01:00
projectile.h Remove projectiles on save and load 2023-01-03 23:38:58 +01:00