This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10585 - c200: Brickmania ball moves very slowly and bonus items don't fall down
Attached to Project:
Rockbox
Opened by Bertrik Sikken (bertrik) - Saturday, 05 September 2009, 04:38 GMT+2
Last edited by Bertrik Sikken (bertrik) - Thursday, 17 December 2009, 23:38 GMT+2
Opened by Bertrik Sikken (bertrik) - Saturday, 05 September 2009, 04:38 GMT+2
Last edited by Bertrik Sikken (bertrik) - Thursday, 17 December 2009, 23:38 GMT+2
|
DetailsOn sansa c200 and c200v2 in the brickmania game plugin, the ball moves very slowly. Also bonus items don't drop anymore, they just keep floating at the position of the brick they were in.
Reverting r22582 ("Brickmania: Make the game speed scale with the GAMESCREEN_HEIGHT") makes it work again. |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Thursday, 17 December 2009, 23:38 GMT+2
Reason for closing: Fixed
Thursday, 17 December 2009, 23:38 GMT+2
Reason for closing: Fixed
I think that some colossal loop is needed a faster CPU, so the game is slower than the supposed.
Before r22582, It was supposed to be very fast, so it became balanced.
In r22582, the speed was changed, (by the size of the screen), and from then, it's supposed to be normal, and, in actual fact, slow.
Some time ago, I write some code to replace that loop (It's in
FS#10485, but there is many other changes there)This code, caused brickmania become very fast (if I remember it correctly, I couldn't finish level 4)
But this was before r22582, and there was to many other changes, so auto-merging is impossible.
However, I can rewrite this part of the code, but it's still a large change, so I think that it's better that a develop will have a look.
Still, there are a lot of think that can be improved. (And also some bugs that can be fixed)