Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5916 - spacerocks jazz up

Attached to Project: Rockbox
Opened by mat holton (matholton) - Friday, 01 September 2006, 02:21 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To No-one
Player Type All players
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

There was a horrible big in the collision detection stuff for the missiles hitting the enemy. I fixed that and jazzed up some other bits.
This task depends upon

Closed by  Zakk Roberts (midkay)
Tuesday, 02 January 2007, 00:33 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed. Thanks!
Comment by Linus Nielsen Feltzing (linusnielsen) - Wednesday, 06 September 2006, 09:33 GMT+2
Please don't attach the entire source file. We need a unified patch file. I have attached a correct patch file for your convenience.
   spacerocks.patch (25.9 KiB)
 apps/plugins/spacerocks.c |  572 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 410 insertions(+), 162 deletions(-)

Comment by Douglas Valentine (Dwyloc) - Sunday, 01 October 2006, 15:51 GMT+2
This patch breaks the h120 build.
Comment by mat holton (matholton) - Wednesday, 04 October 2006, 13:38 GMT+2
That should now work. Well, it works in the simulator!
   spacerocks.patch (16 KiB)
 apps/plugins/spacerocks.c |  432 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 323 insertions(+), 109 deletions(-)

Comment by Douglas Valentine (Dwyloc) - Wednesday, 04 October 2006, 15:35 GMT+2
I get the following error when I try to apply your new patch
"patch unexpectly ends in middle of line
patch: **** unexpected end of file in patch"
Comment by mat holton (matholton) - Thursday, 05 October 2006, 13:49 GMT+2
Right, okay, i've tested this one properly now :-)

give it a whirl.

If you can have a play with it and tell me if you think the gameplay needs tweaking a bit.

I've made the ship and asteroids a bit bigger, added a fancy thrusting effect to the ship and changed the explosion method
   spacerocksjazz.patch (25.9 KiB)
 apps/plugins/spacerocks.c |  572 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 410 insertions(+), 162 deletions(-)

Comment by Douglas Valentine (Dwyloc) - Thursday, 05 October 2006, 16:16 GMT+2
OK thats your patch now working on both my h120 and my iPod nano.

I have not really had time to test game play much yet but so far things are looking good.

Loading...