1
0
Fork 0
flightgear/src/Aircraft
Julian Smith 15915b5a79 Added support for continuous uncompressed save to file.
This allows full-fidelity recordings of arbitrary length (limited only by disc
space) to be created and replayed. These recordings always contain multiplayer
information, regardless of /sim/replay/multiplayer.

When an uncompressed recording is loaded, it is not copied into memory. Instead
we extract individual frame information as required when replaying.

Recording to file is activated by setting /sim/replay/record-continuous to
true. We use the same filename pattern as ordinary fgtapes. The file format
is similar except for being uncompressed (so that replaying can seek within
the recording; gzip etc don't seem to support seeking within the uncompressed
stream.)
2020-06-17 21:10:33 +01:00
..
AircraftPerformance.cxx Linux / GCC compile fixes 2018-08-26 15:39:30 +01:00
AircraftPerformance.hxx Fix compile issue on Win10 VS2019 2019-09-16 23:33:28 -05:00
CMakeLists.txt Move aircraft-performance code into a public API 2018-08-26 14:39:42 +01:00
controls.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
controls.hxx SGSubsystem classes: Renaming of the subsystem ID variables and functions. 2019-07-01 14:27:30 +02:00
FlightHistory.cxx Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:40:36 +01:00
FlightHistory.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
flightrecorder.cxx Multiplayer replay: add support to fgtape recordings. improved replay behaviour. 2020-06-05 21:21:14 +01:00
flightrecorder.hxx Multiplayer replay: new, support for replaying multiplayer aircraft as well as the user's aircraft. 2020-06-05 21:21:14 +01:00
initialstate.cxx Aircraft-states feature. 2016-06-17 18:15:35 +01:00
initialstate.hxx Aircraft-states feature. 2016-06-17 18:15:35 +01:00
replay.cxx Added support for continuous uncompressed save to file. 2020-06-17 21:10:33 +01:00
replay.hxx Added support for continuous uncompressed save to file. 2020-06-17 21:10:33 +01:00