..
bitmaps
Removed executable flag
2007-01-09 23:22:14 +00:00
chessbox
Removed executable flag
2007-01-09 23:22:14 +00:00
doom
Removed executable flag
2007-01-09 23:22:14 +00:00
lib
Removed executable flag
2007-01-09 23:22:14 +00:00
midi
More ADSR related voodoo. Hopefully will get to patch prescaler soon.
2006-10-03 23:27:44 +00:00
mpegplayer
Fix audio for Coldfire targets - the EMAC was being initialised in the main thread, not the audio thread. Also fix some comments and kill the video thread if the audio thread can not be created.
2007-01-02 13:36:17 +00:00
pacbox
Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by Piotr Jafiszow
2007-01-03 23:53:22 +00:00
rockboy
Removed executable flag
2007-01-09 23:22:14 +00:00
searchengine
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
2006-10-27 21:48:06 +00:00
sudoku
force sane colours on sudoku so the board is viewable on light-on-dark themes
2006-12-18 02:33:39 +00:00
zxbox
After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c when adding PLUGIN_IRAM_INIT.
2006-11-26 19:57:40 +00:00
alpine_cdc.c
Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to have a thread remove itself. No subsequent yield() is needed either. Small Note: in current scheduler implementation it safe to call remove_thread IFF 1) thread removes itself 2) its state is known to be running (1 implies 2) as any objects with the waiting removed thread will be corrupted (m->thread, q->thread no longer valid or no longer same object if recycled, etc.).
2006-12-21 02:33:01 +00:00
battery_bench.c
Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to have a thread remove itself. No subsequent yield() is needed either. Small Note: in current scheduler implementation it safe to call remove_thread IFF 1) thread removes itself 2) its state is known to be running (1 implies 2) as any objects with the waiting removed thread will be corrupted (m->thread, q->thread no longer valid or no longer same object if recycled, etc.).
2006-12-21 02:33:01 +00:00
bounce.c
Bounce demo: * Fixed title splash, this was broken for ages. * Fixed both boucing/ scrolling text and background clock (RTC targets only) to properly work for all resolutions, using the new fixedpoint math library. * Coloured scrolltext no longer changes the colour of the background clock. * Some more slight fixes, and preparations for resolution dependent font bitmap.
2006-12-10 23:03:34 +00:00
brickmania.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
bubbles.c
Removed executable flag
2007-01-09 23:22:14 +00:00
calculator.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
calendar.c
Use correct file mode when creating files. Fixes task 5452
2006-05-30 11:26:41 +00:00
chessbox.c
Removed executable flag
2007-01-09 23:22:14 +00:00
chessclock.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
chip8.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
clock.c
fix the analog clock on 'portrait' screens
2006-12-05 10:13:14 +00:00
credits.c
fix scroll speed on the gigabeat
2006-08-09 13:25:19 +00:00
credits.pl
Patch #1272052 by Henrik Backe - Move credits to a plugin
2005-09-02 05:39:09 +00:00
cube.c
Cube: Keep main colours and backdrop.
2006-11-26 18:41:09 +00:00
demystify.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
dice.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
dict.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
disktidy.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
elfdep.pl
first shot at a perl script that generates the dependencies for the .elf files
2005-03-06 00:05:33 +00:00
euroconverter.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
fire.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
fireworks.c
Fully-configurable fireworks display plugin, written by me. Supported on all bitmap LCD targets except Recorder/Ondio (currently runs way too slow on those). Have fun, and happy new year! :)
2007-01-01 12:44:05 +00:00
firmware_flash.c
Code Police raid. Mostly changed // comments and indented to Rockbox style.
2006-03-03 08:14:44 +00:00
flipit.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
grayscale.c
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
2006-08-07 01:46:42 +00:00
helloworld.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
iriver_flash.c
Don't corrupt the original firmware when updating bootloader.
2006-10-16 08:34:48 +00:00
iriverify.c
Use correct file mode when creating files. Fixes task 5452
2006-05-30 11:26:41 +00:00
jackpot.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
jewels.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
jpeg.c
Always use a black backgound while displaying images in jpegviewer, and use the usual foreground/background colors and backdrop in the jpegviewer menu
2006-12-07 17:23:52 +00:00
logo.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
Makefile
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
2006-10-27 21:48:06 +00:00
mandelbrot.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
mazezam.c
Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks horizontally to reach the exit of each level. Should work on all bitmap-LCD targets.
2007-01-02 02:00:15 +00:00
metronome.c
fix metronome sync button
2006-12-04 01:04:14 +00:00
midi2wav.c
Code Police raid. Mostly changed // comments and indented to Rockbox style.
2006-03-03 08:14:44 +00:00
midiplay.c
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
2006-11-26 18:31:41 +00:00
minesweeper.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
mosaique.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
mp3_encoder.c
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
2006-11-26 18:31:41 +00:00
nim.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
oscilloscope.c
Don't need to remove the backdrop for all plugins - leave it up for some.
2006-11-15 06:14:27 +00:00
plasma.c
Hopefully clean up some errors
2006-11-15 06:46:35 +00:00
plugin.lds
merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.
2006-12-29 02:49:12 +00:00
pong.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
properties.c
Bugfix: recursive directory properties could not be aborted
2006-12-13 19:52:08 +00:00
random_folder_advance_config.c
dont allow the volume setting to wrap
2006-11-06 10:11:51 +00:00
rockblox.c
Rockblox for the last two targets (ifp and Sansa). The Sansa keymap has already been there, the ifp keymap is working but might have room for improvements by someone who can test on the unit.
2007-01-06 12:38:41 +00:00
rockbox_flash.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
rockboy.c
Made the overlay loader code part of the plugin library.
2006-02-23 20:46:33 +00:00
rockpaint.c
Don't need to remove the backdrop for all plugins - leave it up for some.
2006-11-15 06:14:27 +00:00
search.c
Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the
2007-01-10 08:27:42 +00:00
sliding_puzzle.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
snake.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
snake2.c
didn't include the frequency stuff in snake2
2006-11-15 06:58:08 +00:00
snake2.levels
Removed executable flag
2007-01-09 23:22:14 +00:00
snow.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
sokoban.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
sokoban.levels
this is the levels file for sokoban
2004-05-21 17:15:10 +00:00
solitaire.c
Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by Piotr Jafiszow
2007-01-03 23:53:22 +00:00
sort.c
Use correct file mode when creating files. Fixes task 5452
2006-05-30 11:26:41 +00:00
SOURCES
Rockblox for the last two targets (ifp and Sansa). The Sansa keymap has already been there, the ifp keymap is working but might have room for improvements by someone who can test on the unit.
2007-01-06 12:38:41 +00:00
spacerocks.c
Removed executable flag
2007-01-09 23:22:14 +00:00
splitedit.c
please, oh please give me a green build so I can goto bed
2006-11-19 14:39:02 +00:00
star.c
Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by Piotr Jafiszow
2007-01-03 23:53:22 +00:00
starfield.c
Starfield should be white on black on colour targets, and disable backdrops.
2006-11-26 18:26:31 +00:00
stats.c
Add "m4b" to the list of supported filename extensions.
2006-12-08 13:55:14 +00:00
stopwatch.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
SUBDIRS
1) Delete unused files from old database and old gui files 2) Remove unneccesary includes of the old database header 3) Delete the deprecated databox plugin
2006-12-11 20:21:36 +00:00
test_fps.c
Removed executable flag
2007-01-09 23:22:14 +00:00
test_sampr.c
Added test_sampr playback samplerate testing plugin. Should show a list of rates defined for the HW_SAMPR_CAPS in the config file. Currently plays sine, triangle, sawtooth and square waves at 441Hz at the default samplerate of 44.1Khz. Changing rates will raise or lower the pitch. Add test_sampr.c to apps/plugins/SOURCES to build. Tested only on ColdFire targets so far.
2007-01-03 12:38:01 +00:00
test_scanrate.c
Removed executable flag
2007-01-09 23:22:14 +00:00
text_editor.c
dont allow the volume setting to wrap
2006-11-06 10:11:51 +00:00
vbrfix.c
New plugin loader. Solves the crashes introduced with the .bss changes while 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.
2006-01-15 18:20:18 +00:00
video.c
please, oh please give me a green build so I can goto bed
2006-11-19 14:39:02 +00:00
viewer.c
* Move checkbox to plugin api (core never uses it)
2006-11-19 14:11:42 +00:00
viewers.config
Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stereo, any bitrate) and .mpg file (MPEG program stream) parsing for mpegplayer - .m2v files are no longer supported. .mpg parser based on patch #6366 from Mathieu Favreaux. Currently limited to only playing files smaller than the available buffer RAM (it will play longer files, but never refills the buffer when it runs empty). There is also no a/v sync implemented, and still no seeking support. Coldfire (iriver H3x0 and iaudio X5) users can use the optimisations provided in patch #5995 to increase the framerate, and PortalPlayer (ipods and iriver H10) users will want to use kernel_on_cop_6.diff from FS#5755 which enables mpegplayer to run the video thread on the second CPU core - video on the second core with audio on the first core runs at the same speed as the old mpegplayer did with no audio.
2007-01-01 12:59:32 +00:00
vu_meter.c
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
2006-10-26 13:38:09 +00:00
wav2wv.c
Eliminate references to "long" types for 64-bit compiles; return audio data
2006-03-26 22:54:15 +00:00
wavplay.c
Removed executable flag
2007-01-09 23:22:14 +00:00
wormlet.c
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code.
2006-11-27 02:16:32 +00:00
xobox.c
Don't need to remove the backdrop for all plugins - leave it up for some.
2006-11-15 06:14:27 +00:00
zxbox.c
Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.
2006-09-15 11:11:16 +00:00