rockbox/apps/plugins
Linus Nielsen Feltzing 79dd35ec65 Removed the need for memcpy()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4875 a1c6a512-1295-4272-9138-f99709370657
2004-07-13 19:22:07 +00:00
..
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
calculator.c
calendar.c
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
clock.c Removed progressbar() and a few tables as well 2004-07-08 13:15:16 +00:00
cube.c
favorites.c
firmware_flash.c Corrected spelling 2004-06-29 13:12:07 +00:00
flipit.c
grayscale.c Adapted to new grayscale framework 2004-06-02 23:54:18 +00:00
helloworld.c
jackpot.c
jpeg.c scrollbar() parameters were swapped 2004-07-09 07:04:45 +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
nim.c
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
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
search.c Removed the need for memcpy() 2004-07-13 19:22:07 +00:00
sliding_puzzle.c The check for solvable puzzles didn't use all squares. This fixes bug #911484. Now uses rand() instead of current_tick for randomizing. 2004-07-12 10:46:00 +00:00
snake.c
snow.c
sokoban.c
sokoban.levels
star.c
stopwatch.c The stop watch now inhibits the idle poweroff while counting 2004-07-12 08:10:55 +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 scrollbar() parameters were swapped 2004-07-09 07:04:45 +00:00
viewer.c The plugin API now supports ctype macros like tolower() and friends 2004-07-13 14:01:41 +00:00
viewers.config New plugin, search.rock, by Stefan Meyer (Patch #723682) 2004-07-13 14:25:19 +00:00
vu_meter.c
wormlet.c