summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Collapse)Author
2009-10-10Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ↵Dave Chapman
encrypt (or decrypt) a firmware image for writing to a Nano 2G's firmware partition with ipodpatcher (patch for ipodpatcher is at FS#10609). Also introduce BOOTFILE_EXT2 define for an alternative firmware file extension and add .ipodx for the Nano 2G (.ipod is for unencrypted images, similar to older ipods, and .ipodx is for encrypted images and include the 2KB hash block and modelname 'nn2x'). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23068 a1c6a512-1295-4272-9138-f99709370657
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23051 a1c6a512-1295-4272-9138-f99709370657
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23032 a1c6a512-1295-4272-9138-f99709370657
2009-10-09calculator: use home as clear button for sansa fuzeRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23027 a1c6a512-1295-4272-9138-f99709370657
2009-10-09add Seth Opgenorth to docs/CREDITSMichael Chicoine
correct web link in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23023 a1c6a512-1295-4272-9138-f99709370657
2009-10-08FS#10661 by Seth Opgenorth, adding more levels to brickmaniaNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23012 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Fix chopper to actually remember the level. instead of overriding it on start.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23011 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Use TIME_BEFORE() and redo a macro slightly.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23010 a1c6a512-1295-4272-9138-f99709370657
2009-10-08PPM viewer - initial support for vertical strides - scaler needs to be ↵Karl Kurbjun
modified for full support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23006 a1c6a512-1295-4272-9138-f99709370657
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23005 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Brickmania: Paddle selection needs to be done with the integer portion, not ↵Karl Kurbjun
in fixed point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23004 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Brickmania: Fix the paddle drawing - The strides were wrong with paddles ↵Karl Kurbjun
other than the standard one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23003 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Fix yellowTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22969 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Brickmania: Add an extra check in the hit logic to make sure that the brick ↵Karl Kurbjun
isn't /hit/ after it has been removed from play. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22938 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Brickmania: Fix the flip_sides powerup on touchscreens.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22937 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Brickmania: Touchscreen improvements - Take advantage of the immediate ↵Karl Kurbjun
button data values. Reduce the wait time if the score needs to count up at the end of a level or game. Make sure the game always yeilds after a frame. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22934 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania: Some code refactoring - no functional changes.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22931 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania: Add new, finer detail images for the bricks and the ball for ↵Karl Kurbjun
640x480 screens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22927 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania: Fix the flip-sides powerup with touchscreen and make the whole ↵Karl Kurbjun
gameboard available to position the paddle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22926 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania - Fix and enable the absolute touchscreen mode.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22925 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania: Fix paddle position jumps when an N powerup is picked up.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22909 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Don't assume AUDIO_SRC_MIC always exists.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22907 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Correct the IRAM definitions for the S5L8700/8701 and add definitions for ↵Dave Chapman
plugins/codecs. The current split (64/64 core/plugins for S5L8700 and 96/80 core/plugins for S5L8701) is arbitrary and should probably be tweaked later git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22905 a1c6a512-1295-4272-9138-f99709370657
2009-10-03test_grey.c : use left/right on YH920 instead of rew/ffRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22891 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70HzRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22889 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Samsung YH* : fix test_scanrate compilation by defining an existing buttonRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22886 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Slight cleanup of the calendar pluginNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22884 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot ↵Dave Chapman
be used in SOURCES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22883 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Brickmania: Fix smaller screens, improve speed scaling and collision detection.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22882 a1c6a512-1295-4272-9138-f99709370657
2009-10-03battery_bench requires the register_storage_idle_func() and ↵Dave Chapman
unregister_storage_idle_func() functions, so only compile #if USING_STORAGE_CALLBACK. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22881 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
2009-09-27Clean up duplicate #includesBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Brickmania: Correct the cycle time to match what it was on the H300.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Better menu verbiage for test_codecJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22797 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Clarify the unit of note frequencyAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22760 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Pitch Detector: group note related data togetherAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22758 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Pitch Detector: use special functions for choosing bool valuesAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22755 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Pitch Detector: add the possibility to set the reference frequency of A ↵Alexander Levin
(last part of FS#8768) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22753 a1c6a512-1295-4272-9138-f99709370657
2009-09-17Wormlet: Fix food and argh possibly overlapping each other.Thomas Martitz
Flyspray: FS#10589 Author: Asael Reiter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22724 a1c6a512-1295-4272-9138-f99709370657
2009-09-17Rename Starting Level to Snake Speed, save the last selected speed, remove ↵Johannes Schwarz
highscore list, and clean up the code a little bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22719 a1c6a512-1295-4272-9138-f99709370657
2009-09-13Blackjack: Fix keymap for Gigabeat F as button 'A' and button 'Select' were ↵Mohamed Tarek
swapped. (FS#10563 by Clément Pit-Claudel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22698 a1c6a512-1295-4272-9138-f99709370657
2009-09-13Jpeg Viewer: Add support for Vertical StridesKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22697 a1c6a512-1295-4272-9138-f99709370657
2009-09-13Another take at quitting with an error messageAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22691 a1c6a512-1295-4272-9138-f99709370657
2009-09-12Revert everything to a workable state until the issue is investigated properlyAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22689 a1c6a512-1295-4272-9138-f99709370657
2009-09-12Fix redAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22688 a1c6a512-1295-4272-9138-f99709370657
2009-09-12Quit with an error message if the LCD is not supportedAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22687 a1c6a512-1295-4272-9138-f99709370657
2009-09-12Fix the pitch detector plugin for iaudioM3Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22686 a1c6a512-1295-4272-9138-f99709370657
2009-09-12UI improvements for the pitch detector (ongoing work by David Johnston from ↵Alexander Levin
FS#8768) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22685 a1c6a512-1295-4272-9138-f99709370657