gschup / ggrs

GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!
Other
507 stars 25 forks source link

Fix/Feature: Lockstep #79

Open gschup opened 3 months ago

gschup commented 3 months ago

Fixes several bugs in the sync layer / input_queue logic. This now allows for max_prediction_window to be set to 0 and thus falling back to lockstep netcode (with unnecessary gamestate save requests).