summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman5-1/+11
2006-02-20Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold1-1/+73
2006-02-20BrickMania for iPod NanoBen Basha19-9/+92
2006-02-19Re-adding in binary modeDave Chapman18-0/+0
2006-02-19Added in ASCII mode.Dave Chapman18-0/+0
2006-02-19Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ...Ben Basha19-54/+224
2006-02-19Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen1-2/+12
2006-02-19Repeat rate adaption is now handled by the button driver.Jens Arnold1-3/+0
2006-02-19Replace the range_limit lookup table with an inline function, asm optimised f...Jens Arnold1-112/+71
2006-02-18Oops, fix the simulator buildsHristo Kovachev1-1/+5
2006-02-18Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev1-1/+0
2006-02-18"Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid...Hristo Kovachev3-83/+336
2006-02-17Fix playback stopping during playback due to lack of yields when framerate fa...Brandon Low1-0/+2
2006-02-17Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iP...Jens Arnold1-3/+3
2006-02-17Use macro instead of literal constant for readability.Jens Arnold1-14/+16
2006-02-17Colour JPEG display on colour targets.Jens Arnold1-141/+374
2006-02-17*Side flickering bug fixed. *Continue game bug fixed. + Added sleep timer cou...Ben Basha1-19/+53
2006-02-16the JPEG core can now also decode color images, this has to be wired to the a...Jörg Hohensohn1-11/+222
2006-02-16Patch #1432941 - Colour support for Plasma by Mikael MagnussonDave Chapman2-4/+61
2006-02-16Fixed scrolling for iPods (now scrolling the wheel forward will move down, an...Zakk Roberts1-49/+50
2006-02-15Bejeweled: speed fixes, graphics enhancements, and use external bitmapsAdam Boot7-1564/+319
2006-02-15New powerup - multi ballsBen Basha2-123/+189
2006-02-12Mapped iFP DRAM to 0xc00000 and enabled caching in this area.Tomasz Malesinski1-1/+1
2006-02-11Just a very simple change to test if the new distributed buildsystem picks it...Tomas Salfischberger1-1/+1
2006-02-10Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCDDave Chapman2-4/+10
2006-02-10Fix iPod 4G grayscale warningsDave Chapman1-1/+1
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low1-3/+3
2006-02-09Various build sytem cleanupsBrandon Low1-29/+30
2006-02-08Changed the 'stride' parameter of all *_bitmap_part() function to always mean...Jens Arnold1-2/+4
2006-02-08Ooops, small fix.Jens Arnold1-1/+1
2006-02-08Preparation for colour gfx viewers: xlcd_color_bitmap_part() and xlcd_color_b...Jens Arnold2-0/+78
2006-02-08JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold3-19/+199
2006-02-08Fix typo for iPod 3G keypad check.Dave Chapman1-1/+1
2006-02-07Rework PCM bufferBrandon Low2-13/+3
2006-02-07Fixed a few warningsHristo Kovachev1-1/+2
2006-02-071. Updated battery_bench plugin:Hristo Kovachev1-43/+133
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold2-59/+14
2006-02-05iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman5-18/+86
2006-02-05Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...Jens Arnold3-38/+245
2006-02-05Minor cleaning - move card back bitmap to external bmp file, and define card ...Dave Chapman3-107/+19
2006-02-03Added iFP keybindings.Tomasz Malesinski1-0/+5
2006-02-03Fixed warnings on iFP.Tomasz Malesinski2-0/+9
2006-02-01Add break effect + Bigger bricksBen Basha4-6/+18
2006-01-27Remove calls to cpu_boost - they are not required any moreBen Basha1-7/+0
2006-01-27shortened the comment to 80 colDaniel Stenberg1-1/+1
2006-01-27Made lots of keys' code depend on the actual definition of the key insteadDaniel Stenberg1-7/+14
2006-01-271 - don't assume 160x128 means iriver h1x0 display, added check for depthDaniel Stenberg1-2/+5
2006-01-27Portability enhancements - make the menu bitmap positions #defines, introduce...Dave Chapman3-59/+101
2006-01-26Patch #1415757 by Ben Basha - Brickmania update, Flip powerup plus some brick...Linus Nielsen Feltzing2-85/+144
2006-01-26Adjusted the bitmap build to run make in the bitmap directoriesDaniel Stenberg2-1/+38