Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9440 - Antibomb: Paratroopers varient

Attached to Project: Rockbox
Opened by Tony Huynh (insanepotato) - Thursday, 02 October 2008, 05:25 GMT+2
Task Type Patches
Category Games
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

This is a variant of an the classic Paratroopers.

It lacks the particles, planes and stacking men. Instead of solders, They're just falling bombs.

For more details about the source of inspiration:
http://en.wikipedia.org/wiki/Paratrooper_(video_game)
   antibomb.diff (15.3 KiB)
 rockbox/apps/plugins/antibomb.c |  507 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 507 insertions(+)

This task depends upon

Comment by Maurus Cuelenaere (mcuelenaere) - Thursday, 02 October 2008, 11:15 GMT+2
You seem to've forgotten that the Rockbox guidelines don't allow you to use C++ style comments (//), so you'll need to replace those with /* */

http://svn.rockbox.org/viewvc.cgi/trunk/docs/CONTRIBUTING
Comment by Frank Gevaerts (fg) - Thursday, 02 October 2008, 11:37 GMT+2
Please also add the SOURCES and CATEGORIES bits to the patch

To get this included in official builds, it also needs to have a manual section. We strongly prefer a patch to the manual for this. If you're not familiar with LaTeX, please provide at least the text to be added to the manual.
Comment by Tony Huynh (insanepotato) - Saturday, 04 October 2008, 11:04 GMT+2
I have reformatted the code to adhere by the regulations found on the ConributingToRockbox page, and I have included patches for CATEGORIES and SOURCES, and a text file to go into the manual.
   antibomb.diff (15.9 KiB)
 rockbox/apps/plugins/antibomb.c |  515 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 515 insertions(+)

   antibomb_categories.diff (0.3 KiB)
 rockbox/apps/plugins/CATEGORIES |    1 +
 1 file changed, 1 insertion(+)

   antibomb_sources.diff (0.4 KiB)
 rockbox/apps/plugins/SOURCES |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

   antibomb_man.txt (0.4 KiB)
Comment by Robert Menes (RMenes379) - Monday, 10 November 2008, 17:10 GMT+2
The manual page should be written in LaTeX. You can check out the source code for the manual to see how the styling should be.
Comment by Tony Huynh (insanepotato) - Tuesday, 11 November 2008, 02:02 GMT+2
Sorry about that, I will obtain LaTex and make a proper manual file in a few weeks; I have exams at the moment.
Comment by Tony Huynh (insanepotato) - Saturday, 07 February 2009, 04:54 GMT+2
I edited the source so it can compile on r19934.

Just put the manual file in the rockbox root directory and expand it, the files should expand to the correct places.
   antibomb.diff (20.1 KiB)
 apps/plugins/antibomb.c |  507 ++++++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES    |    3 
 apps/plugins/CATEGORIES |  215 ++++++++++----------
 3 files changed, 617 insertions(+), 108 deletions(-)

   antibomb_manual.zip (7.6 KiB)
Comment by Tony Huynh (insanepotato) - Saturday, 07 February 2009, 08:45 GMT+2
added some defines to guess key mapping if a key map does not exist...
   antibomb.diff (16.1 KiB)
 apps/plugins/antibomb.c |  515 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 515 insertions(+)

Comment by Tony Huynh (insanepotato) - Saturday, 07 February 2009, 08:58 GMT+2
Images in the zip, manual and source in patch.
fixed some formatting
   antibomb.diff (18.5 KiB)
 apps/plugins/antibomb.c     |  514 ++++++++++++++++++++++++++++++++++++++++++++
 manual/plugins/antibomb.tex |   41 +++
 2 files changed, 555 insertions(+)

   antibomb_manual_images.zip (6.9 KiB)

Loading...