summaryrefslogtreecommitdiffstats
path: root/apps/plugins/brickmania.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-02Still coming along with HDD6330 plugin keymaps.Robert Menes1-0/+8
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-3/+3
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-3/+3
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+8
2010-04-20Brickmania: Fix bogus firesTomer Shalev1-3/+2
2010-04-20Brickmania: Use defined constant instead of hard-coded valueTomer Shalev1-4/+4
2010-04-20Yet another try at fixing "FS#10959 - Brickmania - Ball disappears"Tomer Shalev1-2/+2
2010-04-20Brickmania: Fix flip delay was actually N+1 seconds (11 instead of 10)Tomer Shalev1-1/+1
2010-04-20Brickmania: No need to init these global variables, as they are set later onTomer Shalev1-8/+8
2010-04-20Brickmania: Move Congratulations message a bit up, so it won't get clipped by...Tomer Shalev1-4/+3
2010-03-28Brickmania: Don't use hard coded valueTomer Shalev1-2/+2
2010-03-27Brickmania: Fix yellowTomer Shalev1-1/+3
2010-03-27Brickmania: Prevent a ball that is sticked to the edge of the pad from being ...Tomer Shalev1-0/+7
2010-03-27Brickmania: Simplify movement of pad (and any balls that are sticked to it)Tomer Shalev1-29/+20
2010-03-27Brickmania: Prevent two overlapping balls from destrying bricks together and ...Tomer Shalev1-0/+1
2010-02-27Brickmania: Test if power-up hit side of paddleTomer Shalev1-11/+18
2010-02-27Brickmania: Use helper function check_rect to test whether ball hits brickTomer Shalev1-47/+94
2010-02-27use same variable/macro name for highscore among plugins.Teruaki Kawashima1-14/+11
2010-02-27Brickmania: Use NUMBER_OF_POWERUPS in enumTomer Shalev1-5/+4
2010-02-27Brickmania: Revert to using intersection checks for testing if powerup hitTomer Shalev1-110/+123
2010-02-27Brickmania: Use static whenever possibleTomer Shalev1-36/+40
2010-02-27Brickmania: Fix inner loop used the same variable as outer loop, which trashedTomer Shalev1-7/+10
2010-02-26Brickmania: Fix NUMBER_OF_POWERUPS and POWER_TYPE_COUNT were used for the sam...Tomer Shalev1-4/+4
2010-02-26Brickmania: Re-arrange code (no functional change)Tomer Shalev1-79/+156
2010-02-26Brickmania: Fix wrong power image in shown, caused by previous commitTomer Shalev1-3/+3
2010-02-26FS#11057 - brickmania: simplify the powerupsTomer Shalev1-194/+227
2010-02-24FS#11049 - Brickmania: Make brick a two-dimensional arrayTomer Shalev1-51/+47
2010-02-22some changes to use of display_text.Teruaki Kawashima1-12/+3
2010-02-21Brickmania: Hopefully prevent dissappearing of the ballTomer Shalev1-104/+104
2010-02-21Brickmania: Use predefined macro definition when possibleTomer Shalev1-6/+6
2010-02-19FS#10485 - Some changes for brickmaniaTomer Shalev1-66/+67
2010-02-19Brickmania: Use defines for score valuesTomer Shalev1-20/+32
2010-02-19Brickmania: Remove spaces at the end of lineTomer Shalev1-151/+151
2010-02-19Brickmania: Forgotten one more hard-coded valueTomer Shalev1-1/+1
2010-02-19Brickmania: Use constant for default value and rename variable of flip-sides ...Tomer Shalev1-8/+10
2010-02-19Brickmania: Use constants for number of bricks rows and columns, and for numb...Tomer Shalev1-10/+12
2010-02-19Brickmania: Use constant for number of firesTomer Shalev1-5/+6
2010-02-18Brickmania: Test returned value of file operationsTomer Shalev1-30/+40
2010-02-16Brickmania: Fix FS#10959 - Ball disappearsTomer Shalev1-7/+13
2010-02-15Brickmania: Fix continue message for Cowon D2Tomer Shalev1-0/+1
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok1-0/+9
2010-02-07Brickmania: Use touchpad actions even if buttons are assigned to them (Cowon D2)Tomer Shalev1-9/+25
2010-02-07Cowon D2: Use buttons for Brickmania instead of touchscreen, which hides the ...Tomer Shalev1-0/+3
2010-01-02Brickmania: Change the drawing/collision detection to simplify position manag...Karl Kurbjun1-35/+35
2009-12-23Brickmania: Improve screen collision detection.Karl Kurbjun1-24/+56
2009-12-18Accept a form of FS #10561 by Clément Pit-Claudel: Fullscreen Brickmania for...Karl Kurbjun1-6/+0