supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Highscores for GPs #360

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: kinsu

Highscores are currently shown for tracks, but not for highscores. They could be added with a little layout change, to also show the track's screenshot and the track list.

See http://forum.freegamedev.net/viewtopic.php?f=17&t=1090&p=16846#p16846

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/360

supertuxkart-sourceforge-migration commented 10 years ago

Author: pascal ??? I do not work on this project...

supertuxkart-sourceforge-migration commented 10 years ago

Author: vespus Replying to pascal:

??? I do not work on this project... Oops! Sorry, I meant to put my username - "vespus" (as opposed to Pascal, which is my real name)... Sorry about the confusion.

supertuxkart-sourceforge-migration commented 10 years ago

Author: vespus Some initial code changes.

The attached patch handles saving and updating GP Highscores and displays a message in the race results GUI if a player has obtained a highscore (after the race highscore has been displayed).

The next step is updating the GP info window to display GP highscores, as suggested by Kinsu above.

Stylistic and programming suggestions welcome, obviously.