summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Buflib/swcodec: Improve playback stopping behavior on allocation.Thomas Martitz1-37/+25
2011-09-08FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displ...Nils Wallménius1-17/+12
2011-09-08Use buflib for skin images. Allows much more images to be loadedJonathan Gordon4-27/+73
2011-09-08make some stuff staticJonathan Gordon1-3/+3
2011-09-08fix checkwpsJonathan Gordon1-2/+16
2011-09-08Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon2-16/+65
2011-09-08MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'...Andree Buschmann2-4/+4
2011-09-07Buflib: Clarification about invalid handlesThomas Martitz3-4/+6
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann3-3/+20
2011-09-07Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used.Andree Buschmann2-4/+4
2011-09-07Fix FS#12262 - Volume (and all sound settings and anything using the "table" ...Jonathan Gordon1-0/+4
2011-09-06fix the last of the errorJonathan Gordon3-8/+8
2011-09-06fix checkwpsJonathan Gordon1-0/+2
2011-09-06Add the new file and fix the compile errorJonathan Gordon2-4/+235
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon12-12/+126
2011-09-06rk27xx - enable a few test pluginsMarcin Bukat6-5/+31
2011-09-06rk27xx - enable debug screenMarcin Bukat1-1/+2
2011-09-06rk27xx - implement basic keymap for reference designMarcin Bukat1-0/+91
2011-09-06midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius5-13/+12
2011-09-04fix error, none of this code is needed or would work in the checkwps program ...Jonathan Gordon1-2/+5
2011-09-04Remove duplicated code to search for a setting by its cfg nameJonathan Gordon3-13/+19
2011-09-04mikmod: enable compiler optimizations for coldfire, they were disabled to wor...Nils Wallménius1-6/+1
2011-09-03Remove several 'set but not used' GCC 4.6.1 warnings from MikMod.Andree Buschmann4-11/+9
2011-09-03Fix yellow and red.Andree Buschmann1-0/+8
2011-09-03FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported ...Andree Buschmann27-58/+239
2011-09-03Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'.Andree Buschmann1-1/+4
2011-09-03Do not set '-fgnu89-inline' for MIPS targets.Andree Buschmann2-2/+12
2011-09-03FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler war...Andree Buschmann2-1/+7
2011-09-03Add the list colour callback and a proper title icon to the simplelist apiJonathan Gordon2-2/+16
2011-09-03Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.Andree Buschmann1-0/+2
2011-09-03Remove 'set but not used' warning by GCC 4.6.1.Andree Buschmann1-2/+0
2011-09-03pacbox: Declare several local functions and variables static.Andree Buschmann2-7/+10
2011-09-02Sanify dsp.c (re)sample buffer indirection.Michael Sevakis1-45/+60
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis4-14/+4
2011-09-01Fix the timeout so the selected item will scrollJonathan Gordon1-1/+1
2011-09-01Remove obsolete init cruft from audio system because of diminished dependenci...Michael Sevakis5-64/+26
2011-08-31Fix residual red, thanks to Zagor.Andree Buschmann1-2/+2
2011-08-31Fix some more libgme compile issues.Andree Buschmann1-1/+1
2011-08-31Check for CPU_ARM in libgme/blip_buffer.Andree Buschmann1-1/+1
2011-08-31Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann68-4816/+4036
2011-08-31Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis1-3/+4
2011-08-31Build libgme with the same compiler settings as other codecs.Andree Buschmann1-17/+17
2011-08-31Declare several libgme functions static.Andree Buschmann9-35/+17
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz3-11/+9
2011-08-30Fix red.Andree Buschmann1-0/+1
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann13-29/+38
2011-08-30Bump plugin api version.Thomas Martitz1-1/+1
2011-08-30Remove buflib from the pluginlib and use the core one.Thomas Martitz6-417/+39
2011-08-30Clean up and simplify the voice thread code.Michael Sevakis1-171/+148
2011-08-30Fix h100 red and other warnings.Thomas Martitz2-5/+3