rockbox/apps/plugins
Stepan Moskovchenko 94d9d152b6 More ADSR related voodoo. Hopefully will get to patch prescaler soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11118 a1c6a512-1295-4272-9138-f99709370657
2006-10-03 23:27:44 +00:00
..
bitmaps Heavy graphical rework of solitaire: * Now uses full-card bitmaps (minus border) in several resolutions and colour depths. All graphical work done by Marianne Arnold; 37x49 and 26x33 pixel graphics partially based on the PySol cardset adapted from kdegames 1.0 * Cardback for greyscale targets. * Nicer edges for large cards. * Correct vertical card spacing within columns, hidden cards always use half the space now. * Correct horizontal spacing of columns. 2006-09-29 20:39:29 +00:00
chessbox Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
databox Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
doom Deboost under all exits for rockdoom thanks to patch 5851 by David Dent 2006-10-01 01:07:45 +00:00
lib * Use fast multiplication macro in some more places. * Better pipelining on SH1. 2006-08-19 06:29:23 +00:00
midi More ADSR related voodoo. Hopefully will get to patch prescaler soon. 2006-10-03 23:27:44 +00:00
mpegplayer Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
pacbox Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
rockboy iPod bugfix - re-enable scroll events when leaving rockboy 2006-10-02 19:28:14 +00:00
searchengine Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
sudoku Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
zxbox Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
alpine_cdc.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
battery_bench.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
bounce.c
brickmania.c Stop the paddle moving whie the game is paused.. AKA cheating 2006-08-27 10:17:21 +00:00
bubbles.c Bubbles adapted to H10-5GB by Marianne Arnold. 2006-09-18 21:21:12 +00:00
calculator.c Correct credits for the calculator plugin 2006-08-30 13:30:38 +00:00
calendar.c
chessbox.c
chessclock.c
chip8.c
clock.c
credits.c
credits.pl
cube.c
demystify.c
dice.c
dict.c
disktidy.c
elfdep.pl
euroconverter.c
favorites.c
fire.c Fire: * Improved greyscale palette. * Fixed colour mode (palette was inverted, an d the multiplication factor was chosen in a way that the 'flames' heated up infinitely (avalanche effect). * Better adjustment to the various LCD sizes. * Tweaks and cleanup. 2006-09-08 01:26:09 +00:00
firmware_flash.c
flipit.c
grayscale.c
helloworld.c
iriver_flash.c Gracefully shutdown unless firmware is found. 2006-09-04 16:06:11 +00:00
iriverify.c
jackpot.c
jewels.c Jewels: Different layouts for horizontal, vertical and square LCDs, used for H10-5GB (square) and Gigabeat (vertical). Idea and H10 graphics by Marianne Arnold. 2006-09-24 23:15:37 +00:00
jpeg.c
logo.c
Makefile Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
mandelbrot.c
metronome.c Fix errors when building H10 Normal build. 2006-08-20 23:05:47 +00:00
midi2wav.c
midiplay.c
minesweeper.c Add help string for Gigabeat. Fixes a warning. 2006-08-23 01:32:38 +00:00
mosaique.c Made mosaique less boring on square LCDs. 2006-09-21 20:28:06 +00:00
mp3_encoder.c
nim.c
oscilloscope.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
plasma.c
plugin.lds Iriver iFP7xx memory layout adjustment. 2006-08-12 22:43:44 +00:00
pong.c
rockblox.c Tetrox renamed to Rockblox, to avoid trademark issues 2006-09-19 20:48:47 +00:00
rockbox_flash.c
rockboy.c
rockpaint.c add some consistancy to the path #defines 2006-10-03 10:38:27 +00:00
search.c
sliding_puzzle.c
snake.c
snake2.c
snake2.levels
snow.c
sokoban.c
sokoban.levels
solitaire.c Solitaire: Fixed incorrect condition check that caused an out-of-bounds access allowing to put the 2 of spades into nirvana. 2006-10-01 20:55:41 +00:00
sort.c
SOURCES Jewels: Different layouts for horizontal, vertical and square LCDs, used for H10-5GB (square) and Gigabeat (vertical). Idea and H10 graphics by Marianne Arnold. 2006-09-24 23:15:37 +00:00
spacerocks.c
splitedit.c
star.c
starfield.c
stats.c
stopwatch.c
SUBDIRS Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00
test_fps.c
test_scanrate.c Test plugin for measuring the internal scan rate of the LCD, for developers. B&W and greyscale only for now - needs lcd_blit(). 2006-08-28 00:01:14 +00:00
text_editor.c fix text editor for actions system, stopgap approach untill actions is modified properly for plugins 2006-09-01 02:58:44 +00:00
vbrfix.c
video.c
viewer.c woops, fix the errors/warnings 2006-09-18 15:46:06 +00:00
viewers.config Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00
vu_meter.c
wav2wv.c
wavplay.c
wormlet.c
xobox.c Misc changes to xobox (basically remove some unneed tests and optimise (i hope) the drawing function) 2006-09-17 15:07:11 +00:00
zxbox.c Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00