Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Add getObserved and interpolation support #32

Closed Alrecenk closed 2 years ago

Alrecenk commented 2 years ago

Adds built in support for display timing offsets using getObserved with support for optional user-defined interpolation.

Fixes a bug where events older than base-time could occasionally be run by the server and create problems. Fixes some bugs with the Chat Demo where null fetches could result in crashes for clients awaking from running in the background.