mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #6] [MERGED] Track Status & Driver Tyre Tracking #64
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/6
Author: @IAmTomShaw
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @IAmTomShaw
Base:
main← Head:track_status📝 Commits (1)
377909eTrack Status & Driver Tyre Tracking📊 Changes
10 files changed (+156 additions, -38 deletions)
View changed files
➕
images/tyres/0.0.png(+0 -0)➕
images/tyres/1.0.png(+0 -0)➕
images/tyres/2.0.png(+0 -0)➕
images/tyres/3.0.png(+0 -0)➕
images/tyres/4.0.png(+0 -0)📝
main.py(+3 -9)📝
src/arcade_replay.py(+81 -23)📝
src/f1_data.py(+54 -6)➕
src/graphics.py(+0 -0)➕
src/lib/tyres.py(+18 -0)📄 Description
The track status is now indicated by changing the colour of the circuit to represent yellow flags, red flags, VSC (virtual safety car), SC (safety car), etc.
Drivers' current tyre compounds are now also visible next to their three letter code on the leaderboard.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.