.. |
beatbox
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
bitmaps
|
Small improvements to sliding puzzle. (1) Don't draw the 'Moves' box at fixed size, and display 'Moves:' and number of moves on one line for square and portrait screens. (2) Use 4x4 spots on Archos too, to make the spots look square on the Archos display - change the default 80x64 image accordingly. (3) Replace the 110x110 images with 108x108 so that the width is evenly divisible by 4 (number of spots) as mentioned in the comment. (4) Make the greyscale images look a little less broken, could be even better though. -- The code could be made simpler and more flexible but one step at a time.
|
2008-02-02 12:10:42 +00:00 |
chessbox
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
clock
|
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
|
2008-01-23 08:25:04 +00:00 |
doom
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
lib
|
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
|
2008-01-26 00:16:06 +00:00 |
midi
|
Midiplay: more consistent button mapping on c200 - use the volume buttons to adjust volume (BTN_UP/DOWN), making it possible to use the 'Play' button for play/pause.
|
2008-01-13 14:52:31 +00:00 |
mpegplayer
|
mpegplayer: Use the core DSP to process audio. Removes the sample rate restriction on audio and any mpeg audio samplerate may be used. Use the global sound settings for audio output with the option to force any one of the processing stages off. All are forced off by default. I didn't personally care to fully duplicate the Sound Settings menu which would have been needed since using the core one would affect settings globally and exactly the same configuration probably isn't desired since the CPU load for video playback is much greater. Rebalance the threading to compensate with some expense to buffering speed.
|
2008-02-01 02:25:15 +00:00 |
pacbox
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
reversi
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
rockboy
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
searchengine
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
shortcuts
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
sudoku
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
zxbox
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
alpine_cdc.c
|
Phase in thread_wait when waiting for a thread to exit. Begin phasing out the spinlock object for general use; it will become a multicore-only object for core locking. Take care of plugins first.
|
2007-10-22 05:57:38 +00:00 |
battery_bench.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
blackjack.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
bounce.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
brickmania.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
bubbles.c
|
|
|
calculator.c
|
|
|
calendar.c
|
|
|
CATEGORIES
|
m:robe 100:
|
2008-01-11 21:48:01 +00:00 |
chessbox.c
|
|
|
chessclock.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
chip8.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
chopper.c
|
|
|
credits.c
|
|
|
credits.pl
|
|
|
cube.c
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
demystify.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
dice.c
|
Fixed the Total being out of screen with huge fonts like ter-u32b
|
2007-10-26 16:44:52 +00:00 |
dict.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
disktidy.c
|
|
|
elfdep.pl
|
|
|
euroconverter.c
|
|
|
fire.c
|
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
|
2008-01-23 08:25:04 +00:00 |
fireworks.c
|
|
|
firmware_flash.c
|
|
|
flipit.c
|
Flipit for Sansa c200 and add the help text in the welcome screen for both Sansas. Update the manual as well.
|
2007-10-22 13:53:16 +00:00 |
greyscale.c
|
Greyscale test plugin: Add missing button definitions for M5.
|
2008-01-13 12:30:11 +00:00 |
helloworld.c
|
|
|
invadrox.c
|
|
|
iriver_flash.c
|
Added the checksum for H100/H110/H115 bootloader also.
|
2008-02-09 15:32:55 +00:00 |
iriverify.c
|
|
|
jackpot.c
|
|
|
jewels.c
|
Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Mention this in the manual button table too and add the missing information for other targets as well. The table part in the tex file is restructured, a small workaround was necessary to make the Ipod manuals build correctly (is commented). Maybe someone with better tex skills could find a better solution?
|
2007-10-16 20:25:49 +00:00 |
jpeg.c
|
Oops, forgot to change some #ifdefs
|
2008-01-24 17:49:06 +00:00 |
logo.c
|
Use the .h bitmap headers.
|
2008-01-31 21:05:32 +00:00 |
Makefile
|
|
|
mandelbrot.c
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
matrix.c
|
Set proper svn:keywords
|
2008-01-31 17:34:48 +00:00 |
maze.c
|
|
|
mazezam.c
|
|
|
metronome.c
|
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
|
2008-01-23 08:25:04 +00:00 |
metronome.h
|
|
|
midi2wav.c
|
|
|
minesweeper.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
mosaique.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
mp3_encoder.c
|
Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious of this one, it'll certainly bite us again. Gut out all the silly file selection stuff, this plugin is already a viewer. Note that mp3_encoder still is buggy and needs more work (or we need a transcoder plugin...).
|
2007-10-30 10:42:08 +00:00 |
nim.c
|
|
|
oscilloscope.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
pictureflow.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
plasma.c
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
plugin.lds
|
Initial Cowon D2 commit:
|
2008-01-14 22:04:48 +00:00 |
pong.c
|
Pong: small improvement in the c200 buttonmap; the left paddle is now controlled with the volume buttons. Also update the manual accordingly.
|
2007-10-16 19:57:30 +00:00 |
properties.c
|
|
|
random_folder_advance_config.c
|
|
|
robotfindskitten.c
|
|
|
robotfindskitten_messages.h
|
|
|
rockblox.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
rockbox_flash.c
|
|
|
rockboy.c
|
|
|
rocklife.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
rockpaint.c
|
|
|
search.c
|
|
|
sliding_puzzle.c
|
sliding_puzzle improvements: * Use the UI font for numerals and 'moves' display when possible. * Center the numerals and the 'moves' display. * Use a simple line separator. * Use black text on white background for greyscale targets. * Simplify the code a bit.
|
2008-02-03 14:34:37 +00:00 |
snake.c
|
|
|
snake2.c
|
|
|
snake2.levels
|
|
|
snow.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
sokoban.c
|
|
|
sokoban.levels
|
|
|
solitaire.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
sort.c
|
|
|
SOURCES
|
D2 simulator build (plugins not built yet)
|
2008-01-22 22:48:36 +00:00 |
spacerocks.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
splitedit.c
|
|
|
star.c
|
|
|
starfield.c
|
Fix starfield displaying stars in white on grayscale devices (they remain visible) when printing info message ...
|
2007-10-26 16:01:52 +00:00 |
stats.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
stopwatch.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
SUBDIRS
|
D2 simulator build (plugins not built yet)
|
2008-01-22 22:48:36 +00:00 |
superdom.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
test_codec.c
|
FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little.
|
2007-12-15 13:54:58 +00:00 |
test_disk.c
|
|
|
test_fps.c
|
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
|
2008-01-13 00:11:43 +00:00 |
test_resize.c
|
* Add mktccboot to svn:ignore for tools/
|
2008-01-26 01:34:23 +00:00 |
test_sampr.c
|
|
|
test_scanrate.c
|
|
|
test_viewports.c
|
Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385.
|
2008-01-08 01:22:14 +00:00 |
text_editor.c
|
Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor
|
2007-11-20 02:11:13 +00:00 |
vbrfix.c
|
Reduce stack usage in the vbrfix plugin. Fixes FS#8402.
|
2008-01-09 12:39:06 +00:00 |
video.c
|
|
|
viewer.c
|
Reverse the behaviour of the scrollwheel (i.e. fwd/clockwise is down, back/anti-clockwise is up) in the text viewer for the Sansa. This was accidentally changed in r16045
|
2008-01-17 11:29:14 +00:00 |
viewers.config
|
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
|
2008-01-26 00:16:06 +00:00 |
vu_meter.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
wav2wv.c
|
|
|
wavplay.c
|
|
|
wavrecord.c
|
|
|
wavview.c
|
|
|
wormlet.c
|
|
|
xobox.c
|
|
|
zxbox.c
|
|
|