.. |
lib
|
Added the apps/recorder dir to the include path for recorder builds
|
2004-07-08 13:12:16 +00:00 |
battery_test.c
|
Fixed so that the plugin is exitable (was irritating that the first plugin
|
2004-06-23 08:49:55 +00:00 |
bounce.c
|
Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly.
|
2004-05-14 22:55:05 +00:00 |
calculator.c
|
declare variables before code, remain C89-compatible
|
2004-05-19 10:45:55 +00:00 |
calendar.c
|
Fixes: snprintf() lengths, buffer sizes.
|
2004-05-08 20:05:29 +00:00 |
chessclock.c
|
Ooops, I declared a variable in the middle of the code. Shame on me.
|
2004-06-18 10:08:32 +00:00 |
chip8.c
|
same treatment like for video plugin: mp3_play_init() removed
|
2004-02-21 22:30:07 +00:00 |
clock.c
|
Changed the behaviour of F2, and simplified the version string handling
|
2004-06-30 06:01:19 +00:00 |
cube.c
|
I found several plugins to draw beyond screen boundary
|
2003-12-23 22:24:48 +00:00 |
favorites.c
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
firmware_flash.c
|
Corrected spelling
|
2004-06-29 13:12:07 +00:00 |
flipit.c
|
Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font.
|
2003-11-20 01:05:47 +00:00 |
grayscale.c
|
Adapted to new grayscale framework
|
2004-06-02 23:54:18 +00:00 |
helloworld.c
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
jackpot.c
|
Pierre Delore's jackpot game plugin for the Player/Studio
|
2003-07-24 09:40:15 +00:00 |
jpeg.c
|
supporting 4:2:2 vertical subsampling
|
2004-06-10 06:48:24 +00:00 |
Makefile
|
Added the apps/recorder dir to the include path for recorder builds
|
2004-07-08 13:12:16 +00:00 |
mandelbrot.c
|
Fixed a warning
|
2004-06-16 21:13:40 +00:00 |
metronome.c
|
Patch #958658, metronome uses plugin_register_timer now
|
2004-05-26 06:56:18 +00:00 |
mosaique.c
|
Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying
|
2004-01-08 13:09:45 +00:00 |
nim.c
|
adjust to the new splash()
|
2004-01-08 12:00:58 +00:00 |
oscillograph.c
|
Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/
|
2003-06-29 16:33:04 +00:00 |
plugin.lds
|
Suggestion by Magnus Holmgren: avoid odd bytecount for plugins
|
2003-08-04 19:13:42 +00:00 |
pong.c
|
Move two steps on each move up/down. (Attempt to make it more playable after
|
2004-06-23 06:59:16 +00:00 |
rockblox.c
|
Tetris is now Rockblox, to avoid trademark problems
|
2004-06-14 12:50:05 +00:00 |
rockbox_flash.c
|
The .ucl flasher now tells if the bootloader is not up to date. I hope that eases to phase out the old one with the flat battery problem.
|
2004-03-13 18:36:57 +00:00 |
sliding_puzzle.c
|
Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly.
|
2004-05-14 22:55:05 +00:00 |
snake.c
|
Snake had font problems as well
|
2003-11-20 01:23:04 +00:00 |
snow.c
|
Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/
|
2003-06-29 16:33:04 +00:00 |
sokoban.c
|
use the new path to the levels file, the daily build of tomorrow will make
|
2004-05-21 17:25:46 +00:00 |
sokoban.levels
|
this is the levels file for sokoban
|
2004-05-21 17:15:10 +00:00 |
star.c
|
I found several plugins to draw beyond screen boundary
|
2003-12-23 22:24:48 +00:00 |
stopwatch.c
|
Some changes to make the stop watch work better on the player, like scrolling the lap times. Now it also handles the USB.
|
2004-04-22 01:09:12 +00:00 |
vbrfix.c
|
Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock.
|
2004-06-10 13:29:52 +00:00 |
video.c
|
removed a bit of obsolete stuff
|
2004-05-23 15:41:28 +00:00 |
viewer.c
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
viewers.config
|
Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock.
|
2004-06-10 13:29:52 +00:00 |
vu_meter.c
|
patch #908634 applied
|
2004-03-19 22:15:52 +00:00 |
wormlet.c
|
Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/
|
2003-06-29 16:33:04 +00:00 |