We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you compare ghosts with a different difficulty, the displayed difficulty in the end card (race results) is misleading.
EXPECTED: The end card shows the correct difficulties for all ghosts.
ACTUAL: The end card only shows one difficulty.
If the ghost difficulties differ, display something different for the difficulty:
Difficulties: [lowest difficulty] to [highest difficulty]
(as a range)
In the end card, show the difficulty for each ghost.
https://www.youtube.com/watch?v=sjjWWtihdac
This is a comparison between Expert and SuperTux, but the end card only shows:
Difficulty: SuperTux
But it should show:
Difficulties: Expert to SuperTux
Version: 0.10-rc1 Source: Git
The text was updated successfully, but these errors were encountered:
Add the display of ghosts difficulties in end race screen for replay …
15ff9d0
…files with standard names (supertuxkart#3849)
4e67edb
ba097bc
Displays ghost difficulties at the end screen of a replay (supertuxka…
4b23fb7
…rt#3849)
4a72a79
Fix supertuxkart#3849
be16d24
Upgrade of fix supertuxkart#4692 about ghost difficulties (origin sup…
d40073a
…ertuxkart#3849)
Upgrade v2 of fix supertuxkart#4692 about ghost difficulties (origin s…
3c09651
…upertuxkart#3849)
No branches or pull requests
Description
If you compare ghosts with a different difficulty, the displayed difficulty in the end card (race results) is misleading.
Steps to reproduce
EXPECTED:
The end card shows the correct difficulties for all ghosts.
ACTUAL:
The end card only shows one difficulty.
Suggested fixes
Simple fix
If the ghost difficulties differ, display something different for the difficulty:
(as a range)
Better fix
In the end card, show the difficulty for each ghost.
Video
https://www.youtube.com/watch?v=sjjWWtihdac
This is a comparison between Expert and SuperTux, but the end card only shows:
But it should show:
Config
Version: 0.10-rc1
Source: Git
The text was updated successfully, but these errors were encountered: