Today
Update: FullServerDemo - create a save when starting a new chunk - Moved chunk logic outside of packet serialization - Using double buffering of packets when performing a save, to sort which packets go along which save/chunk - Packet timestamps are now resolved during recoridng time, not during demo thread's serialization stage(as that can be deferred and out of sync) - Moved all demo-related logic from BaseNetwork to BaseNetwork.Demos Mostly done with the recorder side. Tests: Ran around on craggy with editor's autosave enabled and at max frequency (1 second), and demo recording at min chunk length(1 min).