Hello,
For the graph.exe, i didn't see before that Graph.exe use line order in TSV file for the start position and i sort racer in this file by finish position. I change it in the next release.
For the Pit of Astro, i indicate only Body major or minor damage, because the list of possible dammage is so long and the line of pit stop in html result can grow and become illisible.
Possible damage in pit:
enum
{
PSE_NOTHING,
PSE_STOP,
PSE_FR_DAM,
PSE_FR_WHL,
PSE_LE_FR_DAM,
PSE_LE_FR_WHL,
PSE_RI_FR_DAM,
PSE_RI_FR_WHL,
PSE_RE_DAM,
PSE_RE_WHL,
PSE_LE_RE_DAM,
PSE_LE_RE_WHL,
PSE_RI_RE_DAM,
PSE_RI_RE_WHL,
PSE_BODY_MINOR,
PSE_BODY_MAJOR,
PSE_SETUP,
PSE_REFUEL,
};