1
0
Fork 0
flightgear/src/Time
jean pellotier b9b280abd1 a new clock following real time pace, for mp protocol
the current timestamp used in mp protocol and in AImultiplayer is not a good one:
it can pause, or even change speed if we change warp value.
we want it to be used for network protocol lag and jitter estimation, and
a time flowing linearly on both side is needed, here's a first introduction
of this timestamp relates to real elapsed time.
here it's initialised to the system clock, then follow the monotonic clock.
in future improvement, it will allow time synchronisation betwen mp players,
to have a very good close formation flight experience.
2018-01-29 12:51:43 +01:00
..
bodysolver.cxx Time: The sun solver has been generalised to to handle any solar system body. 2016-11-08 11:16:24 +01:00
bodysolver.hxx Time: The sun solver has been generalised to to handle any solar system body. 2016-11-08 11:16:24 +01:00
CMakeLists.txt Time: Renamed the sunsolver.cxx to bodysolver.cxx. 2016-11-08 11:16:24 +01:00
light.cxx Time: Calculation and exposure of the moon vector from the local position. 2016-11-08 11:16:24 +01:00
light.hxx Time: Calculation and exposure of the moon vector from the local position. 2016-11-08 11:16:24 +01:00
test_event.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
TimeManager.cxx a new clock following real time pace, for mp protocol 2018-01-29 12:51:43 +01:00
TimeManager.hxx a new clock following real time pace, for mp protocol 2018-01-29 12:51:43 +01:00
ttest.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
win32test.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00