summaryrefslogtreecommitdiffstats
path: root/apps/plugins/brickmania.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy1-0/+20
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+10
2018-06-12Agptek Rocker: Build pluginsMarcin Bukat1-0/+8
2018-04-03Zen XFi2: Enable PluginsSebastian Leonhardt1-0/+5
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-1/+1
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+7
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+9
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+8
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+8
2012-04-30brickmania: Disable resuming after game overWieland Hoffmann1-0/+6
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-1/+2
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+8
2012-02-08brickmania: Use short Lvl %d level indicator if neededWieland Hoffmann1-10/+14
2012-02-08brickmania: Use short L: %d life indicator if neededWieland Hoffmann1-7/+10
2012-02-02MPIOs: keymap tweaksMarcin Bukat1-1/+1
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-1/+2
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-1/+2
2011-10-02fuze+: add brickmania keymapAmaury Pouly1-0/+8
2011-05-22Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...Andree Buschmann1-2/+1
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-2/+2
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+8
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