summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
* Brickmania: Test if power-up hit side of paddleTomer Shalev2010-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24949 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use helper function check_rect to test whether ball hits brickTomer Shalev2010-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24948 a1c6a512-1295-4272-9138-f99709370657
* use same variable/macro name for highscore among plugins.Teruaki Kawashima2010-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24941 a1c6a512-1295-4272-9138-f99709370657
* Silly editor, missing a ,.Mustapha Senhaji2010-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24940 a1c6a512-1295-4272-9138-f99709370657
* Stats Plugin: Update the list of suported/counted music file extensions.Mustapha Senhaji2010-02-27
| | | | | | | And like that is a stats plugin after all, here is one: We do support by our codecs, 50 different file types now, wow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24939 a1c6a512-1295-4272-9138-f99709370657
* clix: make code to check whether game is end or not to a separate function ↵Teruaki Kawashima2010-02-27
| | | | | | to reduce indents. make holding key keep moving cursor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24938 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use NUMBER_OF_POWERUPS in enumTomer Shalev2010-02-27
| | | | | | | Thanks for kugel and linuxstb for this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24935 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Revert to using intersection checks for testing if powerup hitTomer Shalev2010-02-27
| | | | | | | | | | | | | | paddle r24925 introduced a potential bug: the collision detection with the paddle is not using the line intersection checks and consequently could cause the powerup to be missed if the drop speed is fast enough (which varies depending on the target because of the speed scaling). Thanks for Karl Kurbjun for noticing and alerting! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24934 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use static whenever possibleTomer Shalev2010-02-27
| | | | | | | - Also fix some code styling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24933 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix inner loop used the same variable as outer loop, which trashedTomer Shalev2010-02-27
| | | | | | | powerups when paddle hit Normal or Fire powerups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24932 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix NUMBER_OF_POWERUPS and POWER_TYPE_COUNT were used for the ↵Tomer Shalev2010-02-26
| | | | | | | | | same purpose Thanks for Asael Reiter for spotting this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24928 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Re-arrange code (no functional change)Tomer Shalev2010-02-26
| | | | | | | - Remove use of typedefs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24927 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix wrong power image in shown, caused by previous commitTomer Shalev2010-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24926 a1c6a512-1295-4272-9138-f99709370657
* FS#11057 - brickmania: simplify the powerupsTomer Shalev2010-02-26
| | | | | | | | | Author: Asael Reiter Added some changes by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24925 a1c6a512-1295-4272-9138-f99709370657
* Remote support for the alarmclock pluginKevin Ferrare2010-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24921 a1c6a512-1295-4272-9138-f99709370657
* Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts2010-02-25
| | | | | | | | Change pdbox include paths to handle this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
* Alarm clock plugin for RTC targetsRafaël Carré2010-02-25
| | | | | | | Author: Clément Pit-Claudel Flyspray: FS#11056 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24912 a1c6a512-1295-4272-9138-f99709370657
* plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima2010-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24907 a1c6a512-1295-4272-9138-f99709370657
* imageviewer: add button to quit plugin immediately if there is enough key ↵Teruaki Kawashima2010-02-25
| | | | | | for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24904 a1c6a512-1295-4272-9138-f99709370657
* Viewer: Fix red cause by stupid lack of attentionTomer Shalev2010-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24897 a1c6a512-1295-4272-9138-f99709370657
* FS#10552 - Cowon D2: pgup/pgdn on minus/plus buttons in text viewerTomer Shalev2010-02-24
| | | | | | | | | | | | Author: Nemtsev Alexey Changes that were not part of the original patch: - Updated corresponding manual entry - Added support for having both buttons and touchscreen mapping to the same action git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24896 a1c6a512-1295-4272-9138-f99709370657
* Rockblox: Map touchscreen top-middle to rotate CWTomer Shalev2010-02-24
| | | | | | | | | | - Add support for defining a secondary 'rotate CCW' action - could be needed by future touchscreen targets - Update manual accordingly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24895 a1c6a512-1295-4272-9138-f99709370657
* Rockblox: For touchscreen targets, left/right goes to CCW/CW respectively, andTomer Shalev2010-02-24
| | | | | | | not the opposite. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24894 a1c6a512-1295-4272-9138-f99709370657
* Rockblox: Rename Rotate Left|Right to Rotate CW|CCWTomer Shalev2010-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24893 a1c6a512-1295-4272-9138-f99709370657
* FS#10643 - Cowon D2: Chopper game control using hardware buttonsTomer Shalev2010-02-24
| | | | | | | | | | This is only part of the original patch. I didn't agree with all the original changes to keymapping. Author: Nemtsev Alexey git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24892 a1c6a512-1295-4272-9138-f99709370657
* FS#11049 - Brickmania: Make brick a two-dimensional arrayTomer Shalev2010-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24890 a1c6a512-1295-4272-9138-f99709370657
* kiss_fftr appears to perform two real-valued ffts in parallel -- so feed ↵Dave Hooper2010-02-22
| | | | | | it only one signal of size N/2 (as opposed to splitting a single signal of size N into two interleaved parts which is what it seemed to be doing before) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24865 a1c6a512-1295-4272-9138-f99709370657
* plugin: implement highscore_show for player and use it in rockblox.Teruaki Kawashima2010-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24861 a1c6a512-1295-4272-9138-f99709370657
* some changes to use of display_text.Teruaki Kawashima2010-02-22
| | | | | | | | | | * add parameter, wait_key to display_text(). - set this true to wait button press after all words is displayed. * use ARRAYLEN macro instead of #define WORDS * add macro to indicate end of style array. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24846 a1c6a512-1295-4272-9138-f99709370657
* as3525v2: build normal firmware properly (Clipv2/+)Rafaël Carré2010-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24840 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Hopefully prevent dissappearing of the ballTomer Shalev2010-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24810 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use predefined macro definition when possibleTomer Shalev2010-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24809 a1c6a512-1295-4272-9138-f99709370657
* FS#10485 - Some changes for brickmaniaTomer Shalev2010-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24775 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use defines for score valuesTomer Shalev2010-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24771 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Remove spaces at the end of lineTomer Shalev2010-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24769 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Forgotten one more hard-coded valueTomer Shalev2010-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24768 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use constant for default value and rename variable of flip-sides ↵Tomer Shalev2010-02-19
| | | | | | delay git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24767 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use constants for number of bricks rows and columns, and for ↵Tomer Shalev2010-02-19
| | | | | | number of levels git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24766 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Use constant for number of firesTomer Shalev2010-02-19
| | | | | | | Part of FS#10485 by Asael Reiter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24764 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Test returned value of file operationsTomer Shalev2010-02-18
| | | | | | | This doesn't solve FS#11031, but it's a good practice to test returned values nevertheless. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24759 a1c6a512-1295-4272-9138-f99709370657
* FS#10535: bmp viewer plugin.Teruaki Kawashima2010-02-18
| | | | | | | * changed bmp.c so that it loads bitmap larger than LCD correctly. * removed bmp entry form inbuilt_filetypes in filetypes.c so that bmp files will be opened with bmp viewer when selected in browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24754 a1c6a512-1295-4272-9138-f99709370657
* Revert accidental changes from r24723Michael Sparmann2010-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24724 a1c6a512-1295-4272-9138-f99709370657
* Add more information to the battery debug screen for Nano2GMichael Sparmann2010-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
* Only build Lua overlay on low-mem targetsMaurus Cuelenaere2010-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24702 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix FS#10959 - Ball disappearsTomer Shalev2010-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24700 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix continue message for Cowon D2Tomer Shalev2010-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24671 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ↵Szymon Dziok2010-02-14
| | | | | | the target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24658 a1c6a512-1295-4272-9138-f99709370657
* FS#10984 - multifont! 2 major additions:Jonathan Gordon2010-02-14
| | | | | | | | | | 1) seperate UI font for the remote and main displays 2) allow individual skins to load additional fonts for use in the skin (Uo to 7 extra in this first version) see CustomWPS for info on how to load a font in the skins. Code should always use FONT_UI+screen_number to get the correct user font git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24644 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok2010-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 a1c6a512-1295-4272-9138-f99709370657
* Lua fscanf: use pointer of file descriptor instead of file descriptor itself ↵Maurus Cuelenaere2010-02-13
| | | | | | to avoid 64-bit pointer<->int clash (aka fix yellow). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24633 a1c6a512-1295-4272-9138-f99709370657