summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn2004-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4313 a1c6a512-1295-4272-9138-f99709370657
* mp3_play_init() removed, this was resetting the sound settings. Playback is ↵Jörg Hohensohn2004-02-21
| | | | | | the normal state anyhow, we could remove this function from the plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4312 a1c6a512-1295-4272-9138-f99709370657
* option to resume to the position it was stopped last timeJörg Hohensohn2004-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4301 a1c6a512-1295-4272-9138-f99709370657
* spinup the disk more early, and a recovery for underruns: seek to the last ↵Jörg Hohensohn2004-02-06
| | | | | | position. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4300 a1c6a512-1295-4272-9138-f99709370657
* The new video player, with audio!Jörg Hohensohn2004-02-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4298 a1c6a512-1295-4272-9138-f99709370657
* not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbedJörg Hohensohn2004-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4289 a1c6a512-1295-4272-9138-f99709370657
* first game with sound: chip8 makes noiseJörg Hohensohn2004-01-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4286 a1c6a512-1295-4272-9138-f99709370657
* I knew this was going too fast with the new LCD function. Now contains a fix ↵Jörg Hohensohn2004-01-27
| | | | | | to control the speed to 71 fps, until I release the new A/V player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4279 a1c6a512-1295-4272-9138-f99709370657
* prepared to flash uncompressed ucl such that suitable Rockbox builds ↵Jörg Hohensohn2004-01-18
| | | | | | directly execute from ROM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4252 a1c6a512-1295-4272-9138-f99709370657
* nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn2004-01-15
| | | | | | | (BTW: cut still images like lena to fit into buffer if they don't loop any more) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4236 a1c6a512-1295-4272-9138-f99709370657
* Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg2004-01-08
| | | | | | | visual effects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4208 a1c6a512-1295-4272-9138-f99709370657
* Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg2004-01-08
| | | | | | | I also code-policed it somewhat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4207 a1c6a512-1295-4272-9138-f99709370657
* adjust to the new splash()Daniel Stenberg2004-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4204 a1c6a512-1295-4272-9138-f99709370657
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
| | | | | | | was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
* tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn2004-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4191 a1c6a512-1295-4272-9138-f99709370657
* checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn2004-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4186 a1c6a512-1295-4272-9138-f99709370657
* Fixed yellow and red buildsLinus Nielsen Feltzing2003-12-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4182 a1c6a512-1295-4272-9138-f99709370657
* Patch #866595, a rock that displays a clock, both digital and analog, by ↵Linus Nielsen Feltzing2003-12-28
| | | | | | Zakk Roberts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4181 a1c6a512-1295-4272-9138-f99709370657
* I found several plugins to draw beyond screen boundaryJörg Hohensohn2003-12-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4176 a1c6a512-1295-4272-9138-f99709370657
* better USB handling, typo fixedJörg Hohensohn2003-12-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4174 a1c6a512-1295-4272-9138-f99709370657
* emulator is a lot faster with my lcd_blit() function and yield() instead of ↵Jörg Hohensohn2003-12-22
| | | | | | sleep() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4171 a1c6a512-1295-4272-9138-f99709370657
* the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn2003-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4163 a1c6a512-1295-4272-9138-f99709370657
* prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4158 a1c6a512-1295-4272-9138-f99709370657
* Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The ↵Linus Nielsen Feltzing2003-12-15
| | | | | | video LED bug is now dead and buried. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4147 a1c6a512-1295-4272-9138-f99709370657
* #ifdef platform exclusion fixedJörg Hohensohn2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4146 a1c6a512-1295-4272-9138-f99709370657
* the video player plugin and file the type / plugin API for itJörg Hohensohn2003-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4145 a1c6a512-1295-4272-9138-f99709370657
* fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg2003-12-12
| | | | | | | the wrong way. I didn't address the actual error due to limited time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4128 a1c6a512-1295-4272-9138-f99709370657
* relaxed version checking, some people had problems with itJörg Hohensohn2003-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4114 a1c6a512-1295-4272-9138-f99709370657
* Re-added analog clockBjörn Stenberg2003-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4113 a1c6a512-1295-4272-9138-f99709370657
* now supporting V2 Recorder, firmware_flash has extra checks against files ↵Jörg Hohensohn2003-11-30
| | | | | | for wrong platform (hope it's not too strict, causing false rejects) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4084 a1c6a512-1295-4272-9138-f99709370657
* No more dependency of the cat commandLinus Nielsen Feltzing2003-11-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4077 a1c6a512-1295-4272-9138-f99709370657
* not yet for V2Jörg Hohensohn2003-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4067 a1c6a512-1295-4272-9138-f99709370657
* Star had font problems as wellLinus Nielsen Feltzing2003-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4052 a1c6a512-1295-4272-9138-f99709370657
* Snake had font problems as wellLinus Nielsen Feltzing2003-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4051 a1c6a512-1295-4272-9138-f99709370657
* Sliding puzzle couldn't handle large fonts very well. Now it uses the ↵Linus Nielsen Feltzing2003-11-20
| | | | | | SYSFIXED font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4050 a1c6a512-1295-4272-9138-f99709370657
* Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font.Linus Nielsen Feltzing2003-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4049 a1c6a512-1295-4272-9138-f99709370657
* The calendar couldn't handle a non-default font in some occasionsLinus Nielsen Feltzing2003-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4047 a1c6a512-1295-4272-9138-f99709370657
* Disable this plugin on v2 recorders for nowBjörn Stenberg2003-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4043 a1c6a512-1295-4272-9138-f99709370657
* Ooops. The bugfix contained a bug.Linus Nielsen Feltzing2003-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
* End-of-game bug fixed by BluechipLinus Nielsen Feltzing2003-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4031 a1c6a512-1295-4272-9138-f99709370657
* Ok, I admit it, it was sillyLinus Nielsen Feltzing2003-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4029 a1c6a512-1295-4272-9138-f99709370657
* VU meter no longer starves the mpeg thread, and now uses a correct maximum ↵Linus Nielsen Feltzing2003-11-10
| | | | | | level for the scaling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4028 a1c6a512-1295-4272-9138-f99709370657
* Patch #780511 by Pierre Delore, a NIM game for PlayersLinus Nielsen Feltzing2003-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4011 a1c6a512-1295-4272-9138-f99709370657
* Patch #816310 by Lee Pilgrim, a VU meter pluginLinus Nielsen Feltzing2003-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4010 a1c6a512-1295-4272-9138-f99709370657
* from request #628509: ported the Chip-8 emulator as a pluginJörg Hohensohn2003-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3996 a1c6a512-1295-4272-9138-f99709370657
* the plugin is now prepared to flash the "V2" variant: boxes without boot ROM ↵Jörg Hohensohn2003-10-26
| | | | | | which start from flash mirrored to address zero git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3988 a1c6a512-1295-4272-9138-f99709370657
* Corrected invalid function prototype.Björn Stenberg2003-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3960 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad #include / #ifdef order that always produced a 0-byte .rockBjörn Stenberg2003-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3959 a1c6a512-1295-4272-9138-f99709370657
* I release this plugin to cvs, now that I released new firmware images (see ↵Jörg Hohensohn2003-09-09
| | | | | | http://joerg.hohensohn.bei.t-online.de/archos/flash) with my new CRC check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3953 a1c6a512-1295-4272-9138-f99709370657
* version check removed, pointless since playersJörg Hohensohn2003-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3945 a1c6a512-1295-4272-9138-f99709370657