.. |
databox
|
iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided
|
2005-11-12 16:07:17 +00:00 |
lib
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
midi
|
Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32
|
2005-10-06 19:27:43 +00:00 |
rockboy
|
Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). Some cleanup; killed a ton of TABs.
|
2005-11-16 22:59:28 +00:00 |
searchengine
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
alpine_cdc.c
|
Sound settings rework: * Put all fixed parameters (unit, decimals, step, min, max, default, set function) for the individual settings into one structure array. * Use the new individual sound setting functions where appropriate. * Added dummy sound setting functions and defined the codec type for the sims. Fixes wrong sound settings ranges in the simulators. * Code cleanup.
|
2005-11-06 23:12:11 +00:00 |
battery_test.c
|
Hristo Kovachev's keypad fixes for the H300 build
|
2005-06-29 12:47:24 +00:00 |
bounce.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
calculator.c
|
Hristo Kovachev's keypad fixes for the H300 build
|
2005-06-29 12:47:24 +00:00 |
calendar.c
|
First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display.
|
2005-06-24 22:33:21 +00:00 |
chessclock.c
|
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only.
|
2005-07-06 22:58:02 +00:00 |
chip8.c
|
Chip8 works again on grayscale devices
|
2005-07-07 09:48:30 +00:00 |
clock.c
|
Patch #1272052 by Henrik Backe - Move credits to a plugin
|
2005-09-02 05:39:09 +00:00 |
credits.c
|
Credit scroll speed as sine wave in an attempt to beome more readable on the
|
2005-09-22 10:56:42 +00:00 |
credits.pl
|
Patch #1272052 by Henrik Backe - Move credits to a plugin
|
2005-09-02 05:39:09 +00:00 |
cube.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
demystify.c
|
New demo plugin, screensaver style, by Kevin Ferrare.
|
2005-10-07 22:22:07 +00:00 |
dict.c
|
(1) Replaced endian code, this is a little more readable.
|
2005-06-05 14:21:51 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
|
|
favorites.c
|
More audio code restructuring, mostly renaming functions so far
|
2005-04-04 12:06:29 +00:00 |
fire.c
|
New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and optimised by me.
|
2005-10-07 20:37:41 +00:00 |
firmware_flash.c
|
size check adjusted, naked bootbox is small
|
2005-08-23 08:00:16 +00:00 |
flipit.c
|
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only.
|
2005-07-06 22:58:02 +00:00 |
grayscale.c
|
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler on the fly, for both tick and user timer. Precondition is that the higher frequencies are integer multiples of the base: now NORMAL is 45 MHz and MAX is 124 MHz. Removes the need for applications with longer timer periods (>= 10 ms) to boost the CPU all the time, e.g. the grayscale lib. Timer counts are now always based on the base frequency (CPU_FREQ). * Adjusted the RAM refresh timers to the new frequencies (all frequencies for H100) * All: Fixed the tick timer count being off by one.
|
2005-10-03 09:24:36 +00:00 |
helloworld.c
|
|
|
iriverify.c
|
Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when converting already converted files
|
2005-05-27 06:54:16 +00:00 |
jackpot.c
|
|
|
jewels.c
|
Bejeweled: Changed the tile size for archos recorder/Ondio to 8x10 to account for the non-square LCD aspect.
|
2005-11-17 21:03:24 +00:00 |
jpeg.c
|
H1x0: Changed lcd_blit() and the grayscale library to use the same internal format as on archos (1bpp). While the slowdown of the ISR is minimal (the intermediate buffers are in IRAM), the planar grayscale buffer takes only half the space for a given depth, and gray_update[_rect]() and unbuffered drawing/scrolling are faster because less data needs to be moved. It should also make porting of video.rock somewhat easier. * Archos recorders, Ondios: Some slight optimisations of the grayscale library.
|
2005-09-30 20:10:27 +00:00 |
logo.c
|
Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme.
|
2005-07-07 00:05:29 +00:00 |
Makefile
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
mandelbrot.c
|
Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision (3 bits), but way faster than before. Full precision routine uses the EMAC on coldfire. No more 64 bit arithmetics used except within the asm inlines.
|
2005-10-16 22:24:00 +00:00 |
metronome.c
|
Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api.
|
2005-07-26 20:01:11 +00:00 |
midi2wav.c
|
Fake an USB connections to force reload of the file-tree after running these viewers.
|
2005-08-31 00:30:46 +00:00 |
minesweeper.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
mosaique.c
|
Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed.
|
2005-06-30 21:07:00 +00:00 |
nim.c
|
|
|
oscillograph.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
oscilloscope.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
plasma.c
|
New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended by Kevin Ferrare.
|
2005-10-07 20:35:27 +00:00 |
plugin.lds
|
iPod: Implement plugin.lds and enable codec building for all SWCODEC platforms, not just H100 series
|
2005-11-12 16:01:15 +00:00 |
pong.c
|
Hristo Kovachev's keypad fixes for the H300 build
|
2005-06-29 12:47:24 +00:00 |
rockblox.c
|
First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display.
|
2005-06-24 22:33:21 +00:00 |
rockbox_flash.c
|
allow the flash plugin to verify the RomBox link address
|
2005-08-23 07:26:40 +00:00 |
rockboy.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
search.c
|
|
|
sliding_puzzle.c
|
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only.
|
2005-07-06 22:58:02 +00:00 |
snake.c
|
Hristo Kovachev's keypad fixes for the H300 build
|
2005-06-29 12:47:24 +00:00 |
snake2.c
|
argh, unused variable removed
|
2005-08-13 20:41:30 +00:00 |
snake2.levels
|
|
|
snow.c
|
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only.
|
2005-07-06 22:58:02 +00:00 |
sokoban.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
sokoban.levels
|
|
|
solitaire.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
sort.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
SOURCES
|
iPod: CONFIG_CPU is not defined for the sims - use CONFIG_KEYPAD to disable plugins for the iPod (which is probably a better choice anyway)
|
2005-11-17 09:31:47 +00:00 |
splitedit.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
star.c
|
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only.
|
2005-07-06 22:58:02 +00:00 |
starfield.c
|
Don't call a plugin function just 'main()', this will crash the win32 simulator.
|
2005-11-17 18:54:00 +00:00 |
stats.c
|
Forgot to update the screen before splashing.
|
2005-09-02 22:25:25 +00:00 |
stopwatch.c
|
Hristo Kovachev's keypad fixes for the H300 build
|
2005-06-29 12:47:24 +00:00 |
sudoku.c
|
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition.
|
2005-11-16 21:09:23 +00:00 |
vbrfix.c
|
Archos recording/playback: (1) Xing header creation: * Now estimates the framecount from the recording time if the MAS frame counter saturates, so it always writes a valid Xing header. * Reverted my brainless short-xing-header change. This was only valid for layer 3. (2) Xing/VBRI header evaluation: Fixed possible overflow in bitrate calculation. (3) MPEG thread: Avoid double chunk size limiting for the rare case of 8 MB modded Ondios.
|
2005-09-15 05:29:26 +00:00 |
video.c
|
Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api.
|
2005-07-26 20:01:11 +00:00 |
viewer.c
|
adjusted for the h300 to make it do similar as the h100
|
2005-06-29 13:25:45 +00:00 |
viewers.config
|
Modified the viewers.config syntax slightly. The name field should now include
|
2005-10-05 08:02:10 +00:00 |
vu_meter.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
wav2wv.c
|
Fake an USB connections to force reload of the file-tree after running these viewers.
|
2005-08-31 00:30:46 +00:00 |
wormlet.c
|
First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display.
|
2005-06-24 22:33:21 +00:00 |