.. |
bitmaps
|
brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing)
|
2007-04-19 12:14:54 +00:00 |
chessbox
|
Oops forgot to svn add new files
|
2007-05-29 16:37:15 +00:00 |
doom
|
Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls.
|
2007-06-03 22:03:36 +00:00 |
lib
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
midi
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
mpegplayer
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
pacbox
|
Adapt Pacbox for the Sansa's LCD - it was using the ipod Nano display routine before.
|
2007-05-26 08:48:44 +00:00 |
rockboy
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
searchengine
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
sudoku
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
zxbox
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
alpine_cdc.c
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
battery_bench.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
blackjack.c
|
Rename some macros to account for the recently added M5 port. No code changes.
|
2007-03-16 23:02:39 +00:00 |
bounce.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
brickmania.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
bubbles.c
|
Correct butoon help text for ipods, fixes FS#7243
|
2007-06-01 21:29:53 +00:00 |
calculator.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
calendar.c
|
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change.
|
2007-03-16 23:47:03 +00:00 |
chessbox.c
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
chessclock.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
chip8.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
chopper.c
|
Update some comments in menu.h to be hopefully more helpful.
|
2007-05-20 08:26:27 +00:00 |
clock.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
credits.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
credits.pl
|
|
|
cube.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
demystify.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
dice.c
|
Update some comments in menu.h to be hopefully more helpful.
|
2007-05-20 08:26:27 +00:00 |
dict.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
disktidy.c
|
Update some comments in menu.h to be hopefully more helpful.
|
2007-05-20 08:26:27 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
fire.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
fireworks.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
firmware_flash.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
flipit.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
grayscale.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
helloworld.c
|
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
|
2007-03-16 21:56:08 +00:00 |
invadrox.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
iriver_flash.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
iriverify.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
jackpot.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
jewels.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
jpeg.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
logo.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
Makefile
|
Replaced some explicit options for target linking with to be consistent with the sims.
|
2007-02-15 20:28:08 +00:00 |
mandelbrot.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
mazezam.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
metronome.c
|
Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero as well when tapping in the beat.
|
2007-04-12 17:58:42 +00:00 |
midi2wav.c
|
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
|
2007-03-16 21:56:08 +00:00 |
midiplay.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
minesweeper.c
|
* minesweeper.c: Cosmetics.
|
2007-06-03 22:00:48 +00:00 |
mosaique.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
mp3_encoder.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
nim.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
oscilloscope.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
plasma.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
plugin.lds
|
Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim.
|
2007-03-05 00:04:00 +00:00 |
pong.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
properties.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
random_folder_advance_config.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
rockblox.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
rockbox_flash.c
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
rockboy.c
|
|
|
rockpaint.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
search.c
|
Fix simulator builds, and some debugf() format strings.
|
2007-03-17 09:54:28 +00:00 |
sliding_puzzle.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
snake.c
|
Update some comments in menu.h to be hopefully more helpful.
|
2007-05-20 08:26:27 +00:00 |
snake2.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
snake2.levels
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
snow.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
sokoban.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
sokoban.levels
|
|
|
solitaire.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
sort.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
SOURCES
|
Add recorder and ondio support to Xobox.
|
2007-06-05 21:49:51 +00:00 |
spacerocks.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
splitedit.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
star.c
|
* Speed up the level transition in Star for iPod Video (else it's sloooooow).
|
2007-06-06 21:10:48 +00:00 |
starfield.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
stats.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
stopwatch.c
|
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
|
2007-05-19 23:38:09 +00:00 |
SUBDIRS
|
Enable rockboy for M5.
|
2007-04-09 17:47:32 +00:00 |
test_codec.c
|
Fix compilation on the H10 - it doesn't have BUTTON_SELECT.
|
2007-05-23 20:51:47 +00:00 |
test_disk.c
|
Extended test_disk plugin: * Measure directory manipulation speed (file create/open/delete, directory scan) and file create/write/read access speed for several buffer sizes. * Added log file writing (one file per menu action).
|
2007-05-22 20:49:22 +00:00 |
test_fps.c
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
test_sampr.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
test_scanrate.c
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
text_editor.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
vbrfix.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
video.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
viewer.c
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
viewers.config
|
Add test_codec to viewers.config. As Jens pointed out, if it's not built, it won't be included in the target viewers.config, so it does no harm to include it.
|
2007-06-08 19:32:36 +00:00 |
vu_meter.c
|
Hopefully take care of the scrollwheel difficulties in plugins on e200.
|
2007-05-22 06:31:44 +00:00 |
wav2wv.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wavplay.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wavrecord.c
|
Wavrecord: Let the menu start at the most convenient item.
|
2007-05-28 08:32:55 +00:00 |
wavview.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wormlet.c
|
Update some comments in menu.h to be hopefully more helpful.
|
2007-05-20 08:26:27 +00:00 |
xobox.c
|
Fix a bug concerning difficulty, pointed out by DerPapst in IRC.
|
2007-06-07 22:04:27 +00:00 |
zxbox.c
|
|
|