Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10463 - new powerup in brickmania

Attached to Project: Rockbox
Opened by Asael Reiter (AsaelReiter) - Friday, 24 July 2009, 11:20 GMT+2
Last edited by Robert Kukla (roolku) - Sunday, 26 July 2009, 22:47 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I think that a powerup that is enlarging the pad (in brickmania) will be nice.
So, this is a beginning.
Some more files (The BMPs, for example) need editing. I will do it later.
   bm.diff (12.2 KiB)
 apps/plugins/brickmania.c |   90 ++++++++++++++++++++++++++--------------------
 1 file changed, 52 insertions(+), 38 deletions(-)

This task depends upon

Closed by  Robert Kukla (roolku)
Sunday, 26 July 2009, 22:47 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  committed as r22057
Comment by Asael Reiter (AsaelReiter) - Friday, 24 July 2009, 12:47 GMT+2
Well, I edited some BMPs, and it works on Sansa Clip.
ToDo: change BMPs for other resolutions.
   bm.diff (13 KiB)
 apps/plugins/bitmaps/native/SOURCES |    1 
 apps/plugins/brickmania.c           |   92 ++++++++++++++++++++----------------
 2 files changed, 54 insertions(+), 39 deletions(-)

   brickmania_powerups.112x64x1.bmp (0.3 KiB)
   brickmania_long_pads.112x64x1.bmp (0.3 KiB)
Comment by Asael Reiter (AsaelReiter) - Friday, 24 July 2009, 12:55 GMT+2
Now N reduces it to normal size.
   bm.diff (13.5 KiB)
 apps/plugins/bitmaps/native/SOURCES |    1 
 apps/plugins/brickmania.c           |   96 +++++++++++++++++++++---------------
 2 files changed, 58 insertions(+), 39 deletions(-)

Comment by Asael Reiter (AsaelReiter) - Friday, 24 July 2009, 14:41 GMT+2
Here is BMP files for all resolution. They're need some touch-up, but I think it works.
   bm.diff (17.2 KiB)
 apps/plugins/bitmaps/native/SOURCES |   10 +++
 apps/plugins/brickmania.c           |   96 +++++++++++++++++++++---------------
 2 files changed, 67 insertions(+), 39 deletions(-)

   brickbitmaps.zip (25.4 KiB)
Comment by Gman (Thecoolgman) - Saturday, 25 July 2009, 02:44 GMT+2
I would try this if I could get the current build some where, I looked at the BMPs they seem fine. Nice job.
Comment by Asael Reiter (AsaelReiter) - Sunday, 26 July 2009, 08:54 GMT+2
As Chronon advised in http://forums.rockbox.org/index.php?topic=22309, I created an powerup that shrinks the pad.
I did not created all BMPs yet, but it works on SansaClip (checked on simulator).
By the way, does someone know a quick way to create the BMPs?
Comment by Asael Reiter (AsaelReiter) - Sunday, 26 July 2009, 08:55 GMT+2
OOPS, I forgot to upload the files.
   bm.diff (18.3 KiB)
 apps/plugins/bitmaps/native/SOURCES |   11 +++
 apps/plugins/brickmania.c           |  114 +++++++++++++++++++++++-------------
 2 files changed, 86 insertions(+), 39 deletions(-)

   brickmania_powerups.112x64x1.bmp (1.5 KiB)
   brickmania_short_pads.112x64x1.bmp (0.2 KiB)
Comment by Asael Reiter (AsaelReiter) - Sunday, 26 July 2009, 13:35 GMT+2
I created the BMPs.
They're a bit ugly, but I think that the arrows were good idea.
(application/x-gzip)    bitmaps.tar.gz (34.7 KiB)
   bm.diff (18.4 KiB)
 apps/plugins/bitmaps/native/SOURCES |   20 ++++++
 apps/plugins/brickmania.c           |  110 +++++++++++++++++++++++-------------
 2 files changed, 91 insertions(+), 39 deletions(-)

Comment by Asael Reiter (AsaelReiter) - Sunday, 26 July 2009, 14:23 GMT+2
Fix some bugs.
   bm.diff (18.2 KiB)
 apps/plugins/bitmaps/native/SOURCES |   20 ++++++
 apps/plugins/brickmania.c           |  108 +++++++++++++++++++++++-------------
 2 files changed, 90 insertions(+), 38 deletions(-)

Comment by Asael Reiter (AsaelReiter) - Sunday, 26 July 2009, 21:57 GMT+2
Add the new powerups to the help.
   bm.diff (18.6 KiB)
 apps/plugins/bitmaps/native/SOURCES |   20 ++++++
 apps/plugins/brickmania.c           |  110 +++++++++++++++++++++++-------------
 2 files changed, 92 insertions(+), 38 deletions(-)

Comment by Gman (Thecoolgman) - Sunday, 26 July 2009, 22:02 GMT+2
Here I fixed up the E and S power ups if you want to use it.

Loading...