Continue replay saving

This commit is contained in:
Miloslav Ciz 2025-02-23 15:58:31 +01:00
parent e43ed793a3
commit 27da348b24
6 changed files with 218 additions and 185 deletions

View file

@ -1,5 +1,10 @@
=========== GENERAL ==============
- make the U-ramp map taller due to new physics
- replay format should probably record game version
- also there should probably be some version system that says version of
physics vs version of everything else; replay could only record physics
version (maybe just two or three chars?)
- on 1st map the camera is obscured by the wall at the start, fix it somehow
(not the best first impression)
- culling is very slow now, it showed that distance bailout can accelerate it