summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Button mappings for iPods, using mp3_is_playing() for harware platforms, ↵Hristo Kovachev2006-01-25
| | | | | | file format converted to unix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8453 a1c6a512-1295-4272-9138-f99709370657
* And the plugin itself ... :)Hristo Kovachev2006-01-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8452 a1c6a512-1295-4272-9138-f99709370657
* New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by meHristo Kovachev2006-01-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8451 a1c6a512-1295-4272-9138-f99709370657
* Fix bug caused by change to external bitmaps - use the correct stride value ↵Dave Chapman2006-01-24
| | | | | | for lcd_bitmap_part() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8440 a1c6a512-1295-4272-9138-f99709370657
* Fixed USB handling in grayscale library mode.Jens Arnold2006-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8435 a1c6a512-1295-4272-9138-f99709370657
* Cube: Solid greyscale mode is now supported on Archos Recorders and Ondios, ↵Jens Arnold2006-01-23
| | | | | | using the grayscale library. The grayscale library gets switched on & off as needed when changing the display mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8433 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: gray_putsxyofs() couldn't have worked beforeJens Arnold2006-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8432 a1c6a512-1295-4272-9138-f99709370657
* Grayscale library: colour macros now matching the core LCD drivers.Jens Arnold2006-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8431 a1c6a512-1295-4272-9138-f99709370657
* Small bugfix for LCDs > 128 pixels high.Dave Chapman2006-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8430 a1c6a512-1295-4272-9138-f99709370657
* Correct backlight handlingDave Chapman2006-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8429 a1c6a512-1295-4272-9138-f99709370657
* BrickMania game (currently only for H300 and iPod Color) from Ben Basha ↵Dave Chapman2006-01-23
| | | | | | (Paprica) with modifications by me to use external bitmaps and make the code more (but not yet completely) compliant with Rockbox coding guidelines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8428 a1c6a512-1295-4272-9138-f99709370657
* Forgotten Makefile change - Link bitmap libraries against plugins for the ↵Dave Chapman2006-01-23
| | | | | | SDL sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8427 a1c6a512-1295-4272-9138-f99709370657
* bmp2rb build system optimisation - only build the necessary libraries for ↵Dave Chapman2006-01-23
| | | | | | the target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8422 a1c6a512-1295-4272-9138-f99709370657
* Fix sim builds broken by the bmp2rb-in-build-system patchDave Chapman2006-01-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8420 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at using bmp2rb in the build system. Don't forget to re-run ↵Dave Chapman2006-01-22
| | | | | | configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657
* Looks like an extra line snuck into an ipod commit, created broken clean targetBrandon Low2006-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8405 a1c6a512-1295-4272-9138-f99709370657
* gcc 4.0.2 uses memcpy() to initialise variables on the stack, so we ↵Dave Chapman2006-01-20
| | | | | | explicitly use rb->memcpy instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8401 a1c6a512-1295-4272-9138-f99709370657
* Initial support for iPod color and video. The Nano has a 176x132 LCD, which ↵Dave Chapman2006-01-20
| | | | | | is the first colour LCD smaller than the gameboy's 160x144 display - so it needs work to skip scanlines. Button handling still needs more work - only up/down/left/right/start are currently mapped. Code is removed from IRAM due to 'relocation truncated to fit: R_ARM_PC24' errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8400 a1c6a512-1295-4272-9138-f99709370657
* simulator build fixDaniel Stenberg2006-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8398 a1c6a512-1295-4272-9138-f99709370657
* Karl Kurbjun's patch #1407719:Daniel Stenberg2006-01-20
| | | | | | | | | | | | | | Here's another patch for rockboy that adds automatic frameskip (it's pretty rough as I haven't figured out an accurate timer), fullscreen support on the H300, and a bit of assembly and some IRAM stuff. I'm not sure if I'm doing the IRAM stuff correct though as it doesn't seem to make much of a difference if any. I've also added a statistics option that will show how many frames per second the gameboy is seeing (not what the player is getting) and what the frameskip is at. When you enable stats sometimes you have to go back into the menu and then come out to clear erronous values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8397 a1c6a512-1295-4272-9138-f99709370657
* Sudoku: Fixed drawing of scratchpad on archos LCD.Jens Arnold2006-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8395 a1c6a512-1295-4272-9138-f99709370657
* more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980)Daniel Stenberg2006-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8386 a1c6a512-1295-4272-9138-f99709370657
* Use symbolic name better and don't appear to crash on the You WIN screenBrandon Low2006-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8381 a1c6a512-1295-4272-9138-f99709370657
* Level caching and screen size/color handling for sokoban from myself and ↵Brandon Low2006-01-19
| | | | | | Midgey34 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8380 a1c6a512-1295-4272-9138-f99709370657
* Profiling support, tools and documentation.Brandon Low2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
* removed a few ifdefsDaniel Stenberg2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8367 a1c6a512-1295-4272-9138-f99709370657
* Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
* The .entry section does no longer exist.Jens Arnold2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8363 a1c6a512-1295-4272-9138-f99709370657
* Remove use of stdio.h. Proper handling of IRAM.Thom Johansen2006-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8361 a1c6a512-1295-4272-9138-f99709370657
* The dependency generation for credits.c failed since it includes a fileDaniel Stenberg2006-01-16
| | | | | | | | | that does't exist when gcc -MM is used. Thus we do one more work-around that creates the file before depedency generation and then removes it again afterwards... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8355 a1c6a512-1295-4272-9138-f99709370657
* Archos recorders: The Rockboy overlay loader now uses the same header as the ↵Jens Arnold2006-01-16
| | | | | | plugin loader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8354 a1c6a512-1295-4272-9138-f99709370657
* Correctly set the channel mode to "Stereo" and not "Dual Channel".Dave Chapman2006-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8353 a1c6a512-1295-4272-9138-f99709370657
* iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to ↵Dave Chapman2006-01-16
| | | | | | 0x0 from its original location at 0x10000000 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8351 a1c6a512-1295-4272-9138-f99709370657
* New plugin loader. Solves the crashes introduced with the .bss changes while ↵Jens Arnold2006-01-15
| | | | | | keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
* Metronome patch by Martin Scarratt: BPM entry acceleration and proper ↵Linus Nielsen Feltzing2006-01-14
| | | | | | stopping of playback on iriver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8348 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
* Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of ↵Thom Johansen2006-01-11
| | | | | | IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8339 a1c6a512-1295-4272-9138-f99709370657
* Support for other platforms than just Coldfire.Thom Johansen2006-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8332 a1c6a512-1295-4272-9138-f99709370657
* The Shine mp3 encoder by Gabriel Bouvigne, made as plugin/viewer by AntoniusDaniel Stenberg2006-01-11
| | | | | | | Hellman git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8331 a1c6a512-1295-4272-9138-f99709370657
* Correct metronome sound on PCM playback targetsLinus Nielsen Feltzing2006-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8325 a1c6a512-1295-4272-9138-f99709370657
* Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing2006-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8324 a1c6a512-1295-4272-9138-f99709370657
* Metronome now builds on all targetsLinus Nielsen Feltzing2006-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8322 a1c6a512-1295-4272-9138-f99709370657
* Add iPod button definitions for MetronomeDave Chapman2006-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8321 a1c6a512-1295-4272-9138-f99709370657
* Don't build metronome on the iPodLinus Nielsen Feltzing2006-01-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657
* Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt ↵Linus Nielsen Feltzing2006-01-10
| | | | | | and me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8319 a1c6a512-1295-4272-9138-f99709370657
* SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg2006-01-09
| | | | | | | | simulator with the hope that once it works fine, we can remove the other two and only have one unified simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8312 a1c6a512-1295-4272-9138-f99709370657
* Fixed a warning.Jens Arnold2006-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8310 a1c6a512-1295-4272-9138-f99709370657
* Don't include the .bss section in the archos rockboy overlay as well. ↵Jens Arnold2006-01-08
| | | | | | Explicitly add common symbols to .bss section for plugins and codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8309 a1c6a512-1295-4272-9138-f99709370657
* Don't include the .bss and .ibss sections in the binary image for codecs and ↵Jens Arnold2006-01-08
| | | | | | plugins. Saves quite some disk space (and buffer space in case of codec changes during playback). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8308 a1c6a512-1295-4272-9138-f99709370657
* Even more button fixes for solitaireLinus Nielsen Feltzing2005-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8272 a1c6a512-1295-4272-9138-f99709370657