This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Need to sort out the alive_ranges stuff..
The plan, as yet unimplemented: * Inserting into CH at a frame should imply alive at that frame. * Detecting component removal outside of rollback should mark death frame in the SS. Death frames in SS are an array of frame,death i think, since server can add component back any time * Re-apply deaths at frames from SS during rollback, since the SS death frames are authoritative - ie replicon removed it. * alive_at_frame is then check ss death mask && ch.has-value-at-frame
- Loading branch information
Showing
8 changed files
with
210 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.