MathewWi / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

Sorting of Games #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Games like Pikmin and Pikmin 2 or Wii Sports and Wii Sports Resort
2. Check the sorting of the Game
3. Sometimes the Game are correct sortet (Pikmin, Pikmin 2), other times the 
have the wrong sequenz (Pikmin 2, Pikmin).

What is the expected output? What do you see instead?

A sorting of the Games beginning from the Game with the least characters up to 
numbers and to the games with more characters. 
Means -> No More Heroes 1, No More Heroes 2, Pikmin, Pikmin 2, Secret Files, 
Secret Files 2, Wii Sport, Wii Sport Resort, Wii Fit, Wii Fit Plus,

What version of the product are you using? On what operating system?
Downloaded Version 2.0 with 249 ios

Please provide any additional information below.
It's really strange, cause sometimes (if u try to update the cache) the sorting 
of some games are correct. But after a new reload of the cache the sorting may 
be different.

Original issue reported on code.google.com by starlord...@googlemail.com on 23 Jun 2010 at 3:42

GoogleCodeExporter commented 9 years ago
check you have downloaded titles from the settings menu (titles.txt), and check 
titles.ini also

Original comment by Miigotu on 24 Jun 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Sure. I checked the titles.ini/txt.
I also changed some names. But nevertheless the sorting is confusing.
If u are changing the titles.ini the sorting will be changed.
But it's also no "correct" row of games.

e.g. Rayman Raving Rabbids 2 -> Rayman Raving Rabbids -> No more Heroes 2 -> No 
more Heroes -> Wii Sports Resort -> Wii Sports

Normally the sorting algorithm have to check the length of the string. 
So a smaller string is above a longer string ("Wii Sports" -> "Wii Sports 
Resort"). And the smaller string must be also above numbers in a correct row 
("Rayman Raving Rabbids" -> "Rayman Raving Rabbids 2" -> "Rayman Raving Rabbids 
3")

That would be the correct display of the game list.

Original comment by starlord...@googlemail.com on 24 Jun 2010 at 12:16

GoogleCodeExporter commented 9 years ago
"Normally the sorting algorithm have to check the length of the string. "
It already does this.  Make sure you installed wiiflow FRESH with 2.0

r-win had already fixed this a long time ago.

Original comment by Miigotu on 27 Jun 2010 at 12:48

GoogleCodeExporter commented 9 years ago
I tried to make a fresh install without success.

U can try it yourself. Take Wii Sports, Wii Sports Resort and Rayman Raving 
Rabbids and Raving Rabbids 2.

Original comment by starlord...@googlemail.com on 27 Jun 2010 at 11:25

GoogleCodeExporter commented 9 years ago
@starlord.email: 

You are right, it's really fixed in the next commit.

Original comment by r-...@live.com on 27 Jun 2010 at 11:47