Skip to content

9.14

Matus Celko requested to merge feat/9.14 into master

Version 9.14.0

Main Application:
  • Reports: Added another report generation after race. The first report, suffix _Line, will be generated when player crosses the line (this is the current after race report). Another report, suffix _End, will be generated after player exists session. If sim continues to send valid data after player crosses the finish line, this report should be more complete, and contain also last laps of opponents finishing after the player
  • Timing Grid, Pace column: During race, the pace column will also contain estimated laps for the gap to close. By default, this will be shown after initial 5 minutes in race, for drivers that are four position around the player. It will by shown for drivers where the gap is expected to close, at latest, 5 laps after the race finishes. Each overtake the driver has to do adds 2seconds to the gap to close. All these properties can be adjusted in the settings.
  • Timing Grid, Estimated lap time column: During practice and qualification, if a driver is improving, the estimated lap time will also contain the estimated position for the current estimated lap time.
  • Pit Estimated: The pit board showing the estimated return position during pit stop will now be showed when driver is entering pits.

Resolves #92 (closed)

Edited by Matus Celko

Merge request reports