rockbox/apps/plugins
Jens Arnold 93c1626d67 FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9617 a1c6a512-1295-4272-9138-f99709370657
2006-04-11 19:29:01 +00:00
..
bitmaps Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments. 2006-04-09 09:39:16 +00:00
chessbox ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4921) 2006-03-27 14:18:17 +00:00
databox
doom use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
lib Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD driver broke it. 2006-04-06 20:31:57 +00:00
midi
pacbox Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c 2006-04-08 09:08:38 +00:00
rockboy use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
searchengine
sudoku HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost() 2006-04-09 14:20:14 +00:00
alpine_cdc.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
battery_bench.c Fix bug #5037, spotted by David Rothenberger, also increase the max threads' count by 2 2006-04-05 08:33:20 +00:00
battery_test.c
bounce.c
brickmania.c fix the bitmaps position bug on X5 2006-03-24 13:59:54 +00:00
bubbles.c Fix pause bug 2006-04-03 22:19:11 +00:00
calculator.c
calendar.c
chessbox.c
chessclock.c
chip8.c
clock.c Add button mappings and support for iAudio X5, also simplified a bit of code. 2006-04-07 00:17:34 +00:00
credits.c Display logo for 3 seconds instead of 2 before rolling the credits - makes it easier to read the build date/time. 2006-03-21 05:45:37 +00:00
credits.pl
cube.c
demystify.c
dice.c Fix dice on the player (sim at least, my player is acting up) 2006-03-12 18:46:05 +00:00
dict.c
elfdep.pl
euroconverter.c
favorites.c
fire.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
firmware_flash.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
flipit.c Improved buttons for ipod 2006-03-18 19:11:18 +00:00
grayscale.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
helloworld.c
iriverify.c
jackpot.c
jewels.c Add audio playback menu 2006-04-07 00:19:18 +00:00
jpeg.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
logo.c x5: use as default BUTTON_POWER to close a plugin 2006-03-27 17:34:23 +00:00
Makefile Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-file plugins instead of specifying it directly in the Makefile 2006-04-01 13:32:16 +00:00
mandelbrot.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
metronome.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
midi2wav.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
minesweeper.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
mosaique.c
mp3_encoder.c MP3 encoder enhancements and optimisations by Antonius Hellman. Details 2006-04-04 19:08:54 +00:00
nim.c
oscilloscope.c Oscilloscope: Don't print speed messages at an irritanting position (i.e. wrapped) * Print speed messages in horizontal mode (as number only). 2006-03-12 13:44:51 +00:00
plasma.c x5: use as default BUTTON_POWER to close a plugin 2006-03-27 17:34:23 +00:00
plugin.lds moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost 2006-04-11 10:37:37 +00:00
pong.c
rockblox.c
rockbox_flash.c
rockboy.c
search.c
sliding_puzzle.c Improved buttons for ipod 2006-03-18 20:17:25 +00:00
snake.c
snake2.c Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments. 2006-04-09 09:39:16 +00:00
snake2.levels
snow.c
sokoban.c
sokoban.levels
solitaire.c Add cardback bitmap for colour LCDs smaller than 220x176. 2006-03-20 22:07:35 +00:00
sort.c
SOURCES Add button mappings and support for iAudio X5, also simplified a bit of code. 2006-04-07 00:17:34 +00:00
spacerocks.c Mikachu's color patch 2006-03-31 14:38:15 +00:00
splitedit.c Fix red builds. 2006-03-28 17:11:59 +00:00
star.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
starfield.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
stats.c Added remote support and music type counter to the stats plugin. Idea inspired by patch 4882 by Dominik Riebeling, used parts of his code 2006-04-02 20:47:42 +00:00
stopwatch.c
SUBDIRS Start building for H100's 2006-04-03 16:17:48 +00:00
test_fps.c FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement. 2006-04-11 19:29:01 +00:00
text_editor.c Fix: don't ask for what file to save to if you 'Save Changes' with a file already opened. 2006-04-04 02:28:04 +00:00
vbrfix.c
video.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
viewer.c Oops, rename the global bool exit to done 2006-04-04 12:27:47 +00:00
viewers.config Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. 2006-04-03 08:51:08 +00:00
vu_meter.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wav2wv.c Eliminate references to "long" types for 64-bit compiles; return audio data 2006-03-26 22:54:15 +00:00
wavplay.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wormlet.c Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen. 2006-03-30 17:29:21 +00:00
xobox.c Small changes to Xobox to make it playable on grayscale targets with slow screen (h1xx) 2006-03-22 17:47:31 +00:00