rockbox/apps/plugins
Christian Gmeiner 98d5212983 HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10114 a1c6a512-1295-4272-9138-f99709370657
2006-06-12 00:13:00 +00:00
..
bitmaps Grayscale graphics for sokoban. (h1x0, ipod mini and ipod 4g) 2006-06-10 23:08:29 +00:00
chessbox Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). 2006-04-15 11:27:47 +00:00
databox
doom Fix the menu start for rockdoom 2006-06-10 18:47:11 +00:00
lib Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
midi Fixed freezing after loader error messages. 2006-05-08 02:43:29 +00:00
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 Added reload_directory() to plugin api and modified text editor and sudoku plugins to call it when saving a new file. Fixes B#5360. 2006-06-04 16:36:49 +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 Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. 2006-06-06 22:23:52 +00:00
battery_test.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
bounce.c
brickmania.c *decrease brickmania bitmaps files in the bitmaps folders. *fix break effect bitmaps of the nano and the x5. 2006-06-05 20:41:52 +00:00
bubbles.c Ipod mini: Correct placement of odd bubble rows. 2006-04-21 05:58:38 +00:00
calculator.c
calendar.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
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 Fix Player builds and extend the delay between the last name appearing and the plugin exiting from 1 second to 2.5 seconds. 2006-05-29 10:46:41 +00:00
credits.pl
cube.c fix simulator build for the gigabeat 2006-05-22 16:28:19 +00:00
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
flipit.c Flipit grayscale bitmaps for native grayscale LCDs 2006-06-10 22:43:38 +00:00
grayscale.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
helloworld.c
iriverify.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
jackpot.c
jewels.c Add an 'Exit Jewels' option to the in-game menu to avoid having to exit to the main menu to quit; this allows us to remove the Menu+Select 'quit' key for iPods, which could be accidentally pressed during play. 2006-05-16 03:34:45 +00:00
jpeg.c Patch #5362 from Alexander Spyridakis - fixes bugs #5159 and #5061 2006-05-20 13:47:08 +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
midiplay.c HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost() 2006-06-12 00:13:00 +00:00
minesweeper.c The code police strikes back. * Simpler button wait. 2006-05-25 14:05:47 +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 Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
sliding_puzzle.c Improved buttons for ipod 2006-03-18 20:17:25 +00:00
snake.c
snake2.c Explicitly set the foreground colour instead of using the user's default foreground colour. Fixes bug report #5117 (which was applicable to all Colour targets) 2006-04-13 14:03:59 +00:00
snake2.levels
snow.c
sokoban.c Fix b&w LCD targets. 2006-06-10 23:17:56 +00:00
sokoban.levels
solitaire.c Add cardback bitmap for colour LCDs smaller than 220x176. 2006-03-20 22:07:35 +00:00
sort.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
SOURCES Enable wormlet for the ipod 3g - there is no reason to exclude it. 2006-05-23 20:25:20 +00:00
spacerocks.c fix simulator build for the gigabeat 2006-05-22 16:28:19 +00:00
splitedit.c Fix red builds. 2006-03-28 17:11:59 +00:00
star.c Make the ball/block move faster on color screens. 2006-06-11 13:25:44 +00:00
starfield.c
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 Build Sudoku for the iPod Nano - just use the 160x128 bitmaps. 2006-04-16 20:38:15 +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 Added reload_directory() to plugin api and modified text editor and sudoku plugins to call it when saving a new file. Fixes B#5360. 2006-06-04 16:36:49 +00:00
vbrfix.c
video.c
viewer.c Fix wide view mode on viewer 2006-06-03 07:04:02 +00:00
viewers.config Fixed freezing after loader error messages. 2006-05-08 02:43:29 +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 Enable wormlet for the ipod 3g - there is no reason to exclude it. 2006-05-23 20:25:20 +00:00
xobox.c Couple more minor adjustments: * Rename old CLR_CYAN define to CLR_LTBLUE to reflect last commit's color change. * Holding a direction key gives old behavior with which player can go straight through edges without stopping (best of both worlds). 2006-05-23 03:57:35 +00:00