Enhanced Torn Racing UI: Telemetry, driver stats, advanced stats panel, history tracking, and race results export.
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
UI updates
Updated UI
Attempt to fix average speed display at end of race.
Improved panels interface.
Fixed race finish status. Still need to fix average speed display at the end.
Now should be bug free... Let's hope...
Version 2.3.8 represents a significant enhancement over 2.3.7, adding substantial new features including stat history and recent races panels, API integration with API key setting, enhanced reset and telemetry toggle functionalities, and a copy HTML feature. It also includes important improvements to code structure, CSS styling, config loading robustness, and API data handling with retries, making the script more feature-rich, user-friendly, and robust.
Fixed a lot of bugs, working on some more.
Fixed a lot of bugs, and added better mobile support.
Almost fixed all the bugs, and working on mobile screens.
New version
Fixed the script duplicating when loading Dom content (changing leaderboard pages)
Automated update speed based on number of laps.Fixed finish screen.Smoothed out speed animation for more realistic behavior.
Gradual color change for acceleration status text.
Gradual color change for status text.
Added help text to settings panel.
Removed console statements
Reverted due to issue with PDA.
Messed up readme in last update, put a more basic one up. Again version 1.7.2 updates:Update to Torn Racing Telemetry v1.7.2- Removed redundant `speedAcceleration` property and directly set `showSpeed` and `showAcceleration` based on radio button values.- Added description for the `updateInterval` input to explain the trade-off between smoothness and accuracy.- Refactored `updateStatus` and `animate` functions to use a `getColorCode` function for color coding, improving maintainability and readability.
Changed speed to default instead of acceleration.
Torn Racing Telemetry - Version 1.7 Update Notes
We are excited to announce the release of version 1.7 of the Torn Racing Telemetry UserScript. This version brings a host of new features and improvements to enhance your racing experience on Torn. Here's what's new:
GM_setValue
GM_getValue
Option to display the current speed of each driver.
Option to display the acceleration status of each driver.
Adjustable update interval for real-time data refresh.
Option to color-code the status text.
Option to animate speed changes for better visual feedback.
We hope these enhancements make your racing experience on Torn even more enjoyable and informative. Thank you for your continued support!
Faster speed calculations (1000ms - > 500ms)
Removed status text, just displays speed now.
Changed from running every 2 seconds to 1 second.