.. |
beatbox
|
|
|
bitmaps
|
Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordinates in the code.
|
2011-01-10 07:32:29 +00:00 |
chessbox
|
Fix marginal buffer overflow in chessbox.
|
2011-08-26 15:50:16 +00:00 |
clock
|
|
|
doom
|
MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'. Now only set this parameter if GCCNUM > 401.
|
2011-09-08 06:23:33 +00:00 |
fft
|
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well.
|
2011-06-29 06:37:04 +00:00 |
fractals
|
Fix last known 'variable set but not used' warning reported from GCC 4.6.0.
|
2011-05-04 06:11:59 +00:00 |
frotz
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
goban
|
FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displays (clips and mrobe100).
|
2011-09-08 12:44:34 +00:00 |
imageviewer
|
GSoC/Buflib: Enable compaction in buflib.
|
2011-08-30 14:01:45 +00:00 |
lib
|
rk27xx - enable a few test plugins
|
2011-09-06 12:39:49 +00:00 |
lua
|
Fix 'unused-but-set-variable' warnings (doom, lua)
|
2011-06-17 00:14:58 +00:00 |
midi
|
midi: make the patch sample data pointer a *int16_t to get rid of some ugly casting and drop an acessor macro to make caching the pointer in the synthVoice loop possible. Speeds up midi by 1-2% on cf and 3-5% on PP.
|
2011-09-06 10:34:20 +00:00 |
mikmod
|
mikmod: enable compiler optimizations for coldfire, they were disabled to work around a bug in the old toolchain.
|
2011-09-04 08:32:02 +00:00 |
mpegplayer
|
MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'. Now only set this parameter if GCCNUM > 401.
|
2011-09-08 06:23:33 +00:00 |
pacbox
|
pacbox: Declare several local functions and variables static.
|
2011-09-03 10:40:56 +00:00 |
pdbox
|
Fix last known 'set but not used' warning by GCC 4.6.1.
|
2011-05-13 19:40:17 +00:00 |
pictureflow
|
Buflib: Clarification about invalid handles
|
2011-09-07 23:16:29 +00:00 |
reversi
|
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-08 21:06:38 +00:00 |
rockboy
|
FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app builds and enable it for 32 bit too. Fixes linking errors on simbuilds.
|
2011-06-07 11:56:23 +00:00 |
searchengine
|
|
|
shortcuts
|
|
|
sudoku
|
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-08 21:06:38 +00:00 |
text_viewer
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
zxbox
|
Fix another 'set but not used' warning.
|
2011-05-13 19:34:11 +00:00 |
alarmclock.c
|
|
|
alpine_cdc.c
|
Remove tabs.
|
2011-05-08 21:21:02 +00:00 |
battery_bench.c
|
battery bench: fix redundant '#' in the battery bench instruction header
|
2011-07-25 18:52:09 +00:00 |
bench_mem_jpeg.c
|
|
|
bench_scaler.c
|
|
|
blackjack.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
boomshine.lua
|
|
|
bounce.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
brickmania.c
|
Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscreen targets.
|
2011-05-22 13:53:31 +00:00 |
bubbles.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
BUILD_OVERLAY
|
|
|
calculator.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
calendar.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
CATEGORIES
|
Add test_gfx and test_resize to CATEORIES so they show up in the right place
|
2011-01-12 21:00:09 +00:00 |
chessbox.c
|
|
|
chessclock.c
|
Declaration of 'pause' from chessclock is redeclared as different kind of symbol by android-ndk-r5
|
2011-01-22 16:55:59 +00:00 |
chip8.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
chopper.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
clix.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
codebuster.c
|
|
|
credits.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
credits.pl
|
|
|
crypt_firmware.c
|
|
|
cube.c
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
demystify.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
dice.c
|
|
|
dict.c
|
|
|
disktidy.c
|
Remove tabs.
|
2011-05-08 21:21:02 +00:00 |
disktidy.config
|
Disktidy: New default files and folders for disktidy.config;
|
2011-05-14 00:24:54 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
|
|
fire.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
fireworks.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
firmware_flash.c
|
|
|
flipit.c
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
goban.c
|
|
|
greyscale.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
helloworld.c
|
|
|
helloworld.lua
|
|
|
invadrox.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
iriver_flash.c
|
Fix warning about using static vars in non static inline functions with gcc 4.5.
|
2010-12-27 10:46:29 +00:00 |
iriverify.c
|
|
|
jackpot.c
|
|
|
jewels.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
keybox.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
lamp.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
logo.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
lrcplayer.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
matrix.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
maze.c
|
maze: fix warning spotted by gcc 4.6.0
|
2011-03-28 21:44:23 +00:00 |
mazezam.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
md5sum.c
|
|
|
metronome.c
|
Correct the metronome keymap in the manual. Better describe buttons/actions in metronome help text. Closes FS#11773.
|
2011-02-03 21:20:50 +00:00 |
minesweeper.c
|
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-08 21:06:38 +00:00 |
mosaique.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
mp3_encoder.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
nim.c
|
|
|
oscilloscope.c
|
Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works.
|
2011-07-02 11:55:38 +00:00 |
pegbox.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
pictureflow.c
|
|
|
pitch_detector.c
|
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 13:48:28 +00:00 |
plasma.c
|
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-03 20:28:56 +00:00 |
plugin.lds
|
rk27xx - enable a few test plugins
|
2011-09-06 12:39:49 +00:00 |
plugin_crt0.c
|
|
|
plugins.make
|
Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when compiling. Fixes compiler warnings for mingw and cygwin simulatior builds.
|
2011-09-07 19:21:57 +00:00 |
pong.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
properties.c
|
Blindly forcing stylus mode on plugin entry for an arbitrary subset of touch targets is a *REALLY BAD IDEA* so do it properly so we dont have to revert any commits.
|
2011-02-27 09:30:33 +00:00 |
random_folder_advance_config.c
|
Blindly forcing stylus mode on plugin entry for an arbitrary subset of touch targets is a *REALLY BAD IDEA* so do it properly so we dont have to revert any commits.
|
2011-02-27 09:30:33 +00:00 |
remote_control.c
|
Second try: Introduce plugin_crt0.c that every plugin links.
|
2010-08-24 14:30:46 +00:00 |
resistor.c
|
Remove now unneeded variable
|
2011-08-25 19:24:16 +00:00 |
robotfindskitten.c
|
Declaration of 'pause' from robotfindskitten has conflicting types for 'pause' from android-ndk-r5
|
2011-01-22 18:27:05 +00:00 |
rockblox.c
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
rockblox1d.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
rockbox-fonts.config
|
|
|
rockbox_flash.c
|
|
|
rockboy.c
|
|
|
rocklife.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
rockpaint.c
|
GSoC/Buflib: Enable compaction in buflib.
|
2011-08-30 14:01:45 +00:00 |
search.c
|
|
|
settings_dumper.c
|
|
|
shopper.c
|
Second try: Introduce plugin_crt0.c that every plugin links.
|
2010-08-24 14:30:46 +00:00 |
sliding_puzzle.c
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
snake.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
snake2.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
snake2.levels
|
|
|
snow.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
sokoban.c
|
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-08 21:06:38 +00:00 |
sokoban.levels
|
|
|
solitaire.c
|
Fix unintentional removal of an if-statement.
|
2011-05-22 14:10:05 +00:00 |
sort.c
|
|
|
SOURCES
|
don't install boomshine.lua if lua.rock isn't built
|
2011-05-17 22:29:36 +00:00 |
SOURCES.app_build
|
RaaA: Enable plugins for application builds
|
2011-02-24 23:35:16 +00:00 |
spacerocks.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
splitedit.c
|
|
|
star.c
|
Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0.
|
2011-05-01 14:44:20 +00:00 |
starfield.c
|
Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works.
|
2011-07-02 11:55:38 +00:00 |
stats.c
|
stats plugin: Add new things to count. Playlist and video files.
|
2010-12-28 14:42:30 +00:00 |
stopwatch.c
|
RaaA: Fix write locations of plugins
|
2011-03-02 23:43:54 +00:00 |
stopwatch.lua
|
|
|
SUBDIRS
|
Add MikMod plugin, ported by Jason Yu, with some minor work by Craig Mann and William Peters (FS#8806)
|
2010-12-12 15:03:30 +00:00 |
SUBDIRS.app_build
|
RaaA: Enable plugins for application builds
|
2011-02-24 23:35:16 +00:00 |
superdom.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
test_boost.c
|
|
|
test_codec.c
|
rk27xx - enable a few test plugins
|
2011-09-06 12:39:49 +00:00 |
test_core_jpeg.c
|
|
|
test_disk.c
|
rk27xx - enable a few test plugins
|
2011-09-06 12:39:49 +00:00 |
test_fps.c
|
rk27xx - enable a few test plugins
|
2011-09-06 12:39:49 +00:00 |
test_gfx.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
test_grey.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
test_greylib_bitmap_scale.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
test_mem.c
|
Higher precision for test_mem plugin.
|
2011-01-01 19:54:01 +00:00 |
test_mem_jpeg.c
|
|
|
test_resize.c
|
|
|
test_sampr.c
|
|
|
test_scanrate.c
|
HD300 - plugins keymaps
|
2010-11-30 10:52:14 +00:00 |
test_touchscreen.c
|
|
|
test_viewports.c
|
|
|
test_viewports.lua
|
|
|
text_editor.c
|
|
|
theme_remove.c
|
|
|
vbrfix.c
|
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
|
2011-08-14 15:13:00 +00:00 |
video.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
viewers.config
|
Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.
|
2011-01-09 13:22:54 +00:00 |
vu_meter.c
|
Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works.
|
2011-07-02 11:55:38 +00:00 |
wav2wv.c
|
|
|
wavplay.c
|
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
|
2011-02-02 17:43:32 +00:00 |
wavrecord.c
|
Fix r29171 red. Forgot to replace a few.
|
2011-01-30 01:15:23 +00:00 |
wavview.c
|
|
|
wormlet.c
|
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
|
2011-01-24 12:29:16 +00:00 |
xobox.c
|
Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses were left on the buffer too long.
|
2011-04-24 23:44:58 +00:00 |
zxbox.c
|
|
|