[PR #6] [MERGED] Track Status & Driver Tyre Tracking #64

Closed
opened 2026-05-07 00:18:29 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: track_status


📝 Commits (1)

  • 377909e Track 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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/6 **Author:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `track_status` --- ### 📝 Commits (1) - [`377909e`](https://github.com/IAmTomShaw/f1-race-replay/commit/377909ef84f9faab42f0fa2ed5e6638756214b7e) Track Status & Driver Tyre Tracking ### 📊 Changes **10 files changed** (+156 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:29 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#64
No description provided.