.. |
bitmaps
|
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
|
2007-07-25 09:38:55 +00:00 |
chessbox
|
Oops forgot to svn add new files
|
2007-05-29 16:37:15 +00:00 |
doom
|
Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change)
|
2007-07-20 17:06:55 +00:00 |
lib
|
Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options)
|
2007-07-23 05:40:45 +00:00 |
midi
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
mpegplayer
|
Remove the mad_frame_overlap[] buffer from the main (IRAM) stack in order to prevent the reported stack overflows. On Coldfire, there is enough room to keep it in IRAM, but not on PortalPlayer. However, this should not cause problems as the audio thread has an entire core to itself (except for buffering) and IRAM doesn't make much difference on PP502x.
|
2007-07-23 23:01:47 +00:00 |
pacbox
|
Ooops.
|
2007-07-02 05:33:06 +00:00 |
reversi
|
Gra, i really need to get some sleep.
|
2007-07-01 22:36:01 +00:00 |
rockboy
|
Fix red and remove an unneeded file
|
2007-07-21 04:23:15 +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
|
Plugins that play sound must be sure to set inputs and outputs on audio muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well.
|
2007-06-10 02:10:47 +00:00 |
alpine_cdc.c
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
battery_bench.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +00:00 |
blackjack.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +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
|
|
|
chessbox.c
|
|
|
chessclock.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +00:00 |
chip8.c
|
Accept FS#7264 'Build with -Os switch for coldfire targets'.
|
2007-06-13 15:35:07 +00:00 |
chopper.c
|
Redo my previous commit. Highscore is only shown if there is room on the top line for it, and also only if the current score is less than the high score.
|
2007-07-25 10:21:54 +00:00 |
clock.c
|
If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205
|
2007-06-25 22:27:09 +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
|
Demystify plugin would have crashed ...
|
2007-07-19 04:28:10 +00:00 |
dice.c
|
FS#7478 (heavily modified by me).
|
2007-07-25 13:08:12 +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
|
|
|
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
|
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
|
2007-07-25 09:38:55 +00:00 |
jackpot.c
|
fixed yellow, forgot to increase the plugin API version
|
2007-07-25 10:08:51 +00:00 |
jewels.c
|
Jewels: repair resuming of puzzle mode games.
|
2007-07-08 12:28:56 +00:00 |
jpeg.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +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
|
|
|
mandelbrot.c
|
Mandelbrot: slight speedup on coldfire targets. Only noticeable at high iteration depths with full precision.
|
2007-06-14 22:50:21 +00:00 |
maze.c
|
fix red for maze plugin
|
2007-07-26 11:59:36 +00:00 |
mazezam.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +00:00 |
metronome.c
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +00:00 |
midi2wav.c
|
|
|
midiplay.c
|
Check if the HW is capable of 22.050KHz playback, and revert to using 44.1Khz otherwise.
|
2007-07-24 08:22:14 +00:00 |
minesweeper.c
|
Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros.
|
2007-06-25 18:18:07 +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
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +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
|
|
|
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
|
remove the need for action_signalscreenchange().
|
2007-07-22 06:05:53 +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
|
|
|
rocklife.c
|
propset svn:keywords Id
|
2007-06-29 19:45:00 +00:00 |
rockpaint.c
|
FS#5809:
|
2007-07-26 08:04:28 +00:00 |
search.c
|
|
|
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
|
|
|
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 red build fix. (/me crosses fingers)
|
2007-06-29 20:23:46 +00:00 |
sokoban.levels
|
Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename)
|
2007-06-29 19:52:13 +00:00 |
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
|
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
|
2007-07-25 09:38:55 +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
|
Starfield background should be black (this code from r11605 didn't make it past r13075).
|
2007-06-30 22:41:20 +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
|
FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by me to make it compile due to the menu api change and compile for e200.
|
2007-06-30 20:04:42 +00:00 |
test_codec.c
|
Turn on backlight when test_codec speed test is finished
|
2007-07-07 13:53:29 +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
|
|
|
test_sampr.c
|
Fix small preprocessor goofup.
|
2007-06-09 00:35:07 +00:00 |
test_scanrate.c
|
|
|
text_editor.c
|
FS#5809:
|
2007-07-26 08:04:28 +00:00 |
vbrfix.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
video.c
|
Accept FS#7264 'Build with -Os switch for coldfire targets'.
|
2007-06-13 15:35:07 +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
|
Apply FS #6702: More Sokoban Improvements.
|
2007-06-28 20:45:00 +00:00 |
vu_meter.c
|
Replace VU meter menu with a new one using the new menu api, fixes some
|
2007-06-14 20:02:27 +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
|
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
|
2007-06-14 15:07:54 +00:00 |
zxbox.c
|
|
|