summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-03-05for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn1-21/+26
2004-03-01Log scale for the VU meter, patch #897248 by Lee PilgrimLinus Nielsen Feltzing1-173/+163
2004-02-21same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn1-2/+0
2004-02-21mp3_play_init() removed, this was resetting the sound settings. Playback is t...Jörg Hohensohn1-3/+4
2004-02-07option to resume to the position it was stopped last timeJörg Hohensohn1-53/+59
2004-02-06spinup the disk more early, and a recovery for underruns: seek to the last po...Jörg Hohensohn1-8/+37
2004-02-05The new video player, with audio!Jörg Hohensohn1-271/+742
2004-01-31not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbedJörg Hohensohn1-0/+2
2004-01-30first game with sound: chip8 makes noiseJörg Hohensohn1-4/+51
2004-01-27I knew this was going too fast with the new LCD function. Now contains a fix ...Jörg Hohensohn1-8/+27
2004-01-18prepared to flash uncompressed ucl such that suitable Rockbox builds directly...Jörg Hohensohn1-19/+33
2004-01-15nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn1-87/+126
2004-01-08Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg1-0/+106
2004-01-08Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg1-222/+232
2004-01-08adjust to the new splash()Daniel Stenberg1-1/+1
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg8-39/+45
2004-01-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-3/+3
2003-12-28Patch #866595, a rock that displays a clock, both digital and analog, by Zakk...Linus Nielsen Feltzing1-0/+748
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn1-29/+181
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-1/+0
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn1-3/+5
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn1-0/+198
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6
2003-12-07relaxed version checking, some people had problems with itJörg Hohensohn1-4/+8
2003-12-06Re-added analog clockBjörn Stenberg1-10/+4
2003-11-30now supporting V2 Recorder, firmware_flash has extra checks against files for...Jörg Hohensohn2-11/+80
2003-11-28No more dependency of the cat commandLinus Nielsen Feltzing1-1/+1
2003-11-25not yet for V2Jörg Hohensohn1-2/+4
2003-11-20Star had font problems as wellLinus Nielsen Feltzing1-0/+1
2003-11-20Snake had font problems as wellLinus Nielsen Feltzing1-6/+7
2003-11-20Sliding puzzle couldn't handle large fonts very well. Now it uses the SYSFIXE...Linus Nielsen Feltzing1-0/+1
2003-11-20Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font.Linus Nielsen Feltzing1-0/+1
2003-11-20The calendar couldn't handle a non-default font in some occasionsLinus Nielsen Feltzing1-12/+22
2003-11-19Disable this plugin on v2 recorders for nowBjörn Stenberg1-0/+3
2003-11-16Ooops. The bugfix contained a bug.Linus Nielsen Feltzing1-2/+2
2003-11-16End-of-game bug fixed by BluechipLinus Nielsen Feltzing1-10/+12
2003-11-11Ok, I admit it, it was sillyLinus Nielsen Feltzing1-1/+1
2003-11-10VU meter no longer starves the mpeg thread, and now uses a correct maximum le...Linus Nielsen Feltzing1-4/+7
2003-11-04Patch #780511 by Pierre Delore, a NIM game for PlayersLinus Nielsen Feltzing1-0/+295
2003-11-04Patch #816310 by Lee Pilgrim, a VU meter pluginLinus Nielsen Feltzing1-0/+113
2003-10-30from request #628509: ported the Chip-8 emulator as a pluginJörg Hohensohn1-0/+553
2003-10-26the plugin is now prepared to flash the "V2" variant: boxes without boot ROM ...Jörg Hohensohn1-35/+106
2003-09-21Corrected invalid function prototype.Björn Stenberg1-1/+1
2003-09-20Fixed bad #include / #ifdef order that always produced a 0-byte .rockBjörn Stenberg1-3/+2