Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diff between at start/finish doubles for about a second #51

Closed
jfgilliam opened this issue May 28, 2016 · 1 comment
Closed

diff between at start/finish doubles for about a second #51

jfgilliam opened this issue May 28, 2016 · 1 comment
Assignees

Comments

@jfgilliam
Copy link
Contributor

L. Bryce Whitson found a bug on the Relative widget. The differential doubles for about one second after he crosses the start/finish line. It's very apparent in this video. https://youtu.be/8GyyvGrfsgM

@jfgilliam
Copy link
Contributor Author

iRacing is not resetting the current lap time back to zero as soon as you cross the line. It's waiting a second or two. You can see this in their F1 box. I'm going to fix it by calculating it myself by subtracting the time you crossed the finish line from the current time.

@jfgilliam jfgilliam self-assigned this May 29, 2016
jfgilliam added a commit that referenced this issue Jun 13, 2016
    1. Fixed #51
#51, 
       diff between at start/finish doubles for about a second 
    2. Updated the Dallara DW12 profile. The Oil and Water Level meters
needed adjusting.
    3. Minor color adjustment to the FuelTank widget to show a Green
background
       on the numbers if you already have enough fuel in the tank to
finish, Yellow if you have enough 
       room in the tank to get what you need to finish at the next pit
and Red if you cannot
       add enough fuel to finish (More stops will be needed).
    4. Added an option to the Flags widget to not show the messages,
just the flags.
    5. Added Incidents to several Apps and Widgets. This is for your
own/team car. 
       iRacing did not expose the values for other cars not on your
team.
    6. Added new Track Config for Imola (Autodromo Internazionale Enzo e
Dino Ferrari) 
    7. New API Calls
       - /Session/IncidentLimit - The incident limit for this session.
       - /Car/(CARIDENTIFIER)/IsDriving - If you are in the specified
car.
       - /Car/(CARIDENTIFIER)/Incidents - Number of incidents for the
driver of the specified car.
       - /Car/(CARIDENTIFIER)/IncidentsTeam - Number of incidents for
the whole team of the specified car.
jfgilliam added a commit that referenced this issue Jun 13, 2016
    1. Fixed #51
#51, 
       diff between at start/finish doubles for about a second. 
    2. Updated the Dallara DW12 profile. The Oil and Water Level meters
needed adjusting.
    3. Minor color adjustment to the FuelTank widget to show a Green
background
       on the numbers if you already have enough fuel in the tank to
finish, Yellow if you have enough 
       room in the tank to get what you need to finish at the next pit
and Red if you cannot
       add enough fuel to finish (More stops will be needed).
    4. Added an option to the Flags widget to not show the messages,
just the flags.
    5. Added Incidents to several Apps and Widgets. This is for your
own/team car. 
       iRacing did not expose the values for other cars not on your
team.
    6. Added new Track Config for Imola (Autodromo Internazionale Enzo e
Dino Ferrari) 
    7. New API Calls
       - /Session/IncidentLimit - The incident limit for this session.
       - /Car/(CARIDENTIFIER)/IsDriving - If you are in the specified
car.
       - /Car/(CARIDENTIFIER)/Incidents - Number of incidents for the
driver of the specified car.
       - /Car/(CARIDENTIFIER)/IncidentsTeam - Number of incidents for
the whole team of the specified car.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant