Created attachment 2077[details]
Variable maximum rewind for unlagged against Tremulous R1198
This patch dynamically allocates unlaggedMarkers. The number of unlagged markers will be calculated with g_unlagged and sv_fps. Pings less than or equal to g_unlagged will be unlagged.
The default maximum rewind time in tremulous with the default frame rate of 20FPS is 450ms. Without dynamically allocating markers, the maximum rewind time is badly decreased with a higher server frame rate.
Created attachment 2077 [details] Variable maximum rewind for unlagged against Tremulous R1198 This patch dynamically allocates unlaggedMarkers. The number of unlagged markers will be calculated with g_unlagged and sv_fps. Pings less than or equal to g_unlagged will be unlagged. The default maximum rewind time in tremulous with the default frame rate of 20FPS is 450ms. Without dynamically allocating markers, the maximum rewind time is badly decreased with a higher server frame rate.