summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-17Chopper update. Fix endgame text not showing up and menu being invisible afte...Zakk Roberts1-26/+20
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen2-19/+34
2007-02-17FS #6443 from Jonas Häggqvist - add an "install" target.Dave Chapman1-2/+13
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to dr_controll...Dave Chapman1-1/+6
2007-02-16Fix 3g buildsBarry Wardell1-0/+3
2007-02-16No functional changes, just reorganising code:Barry Wardell5-200/+217
2007-02-16Add #include for use with rbutilDave Chapman1-0/+1
2007-02-16Fixed typo in polish translation, closes FS #6666Nils Wallménius1-2/+2
2007-02-16Make a couple of private functions 'static'Nils Wallménius1-4/+4
2007-02-16SWCODEC: Remove the last quirks when upsampling.Michael Sevakis2-18/+21
2007-02-16Removed some unused menu codeLinus Nielsen Feltzing3-53/+4
2007-02-16Minor code policing and cleanupLinus Nielsen Feltzing1-47/+46
2007-02-16Fix errors I hope.Michael Sevakis1-1/+1
2007-02-16SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...Michael Sevakis1-246/+405
2007-02-16Fix a warning.Paul Louden1-1/+0
2007-02-16Added a missing word.Paul Louden1-1/+1
2007-02-16Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope.Zakk Roberts1-3/+4
2007-02-16Implement the actual-button-name-for-game-over-message addition from my previ...Zakk Roberts1-3/+5
2007-02-16A few chopper changes. Changed colorscheme from blue on backdrop to green on ...Zakk Roberts1-150/+158
2007-02-16FS #5535 - Chopper game ported from IPL by Ben Basha. This commit is chopper...Dave Chapman2-0/+946
2007-02-16fix menu exiting bug I introduced in the last commitJonathan Gordon1-1/+3
2007-02-15Remove the menu title on the player.Jonathan Gordon1-3/+4
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing5-47/+51
2007-02-15Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...Thom Johansen2-72/+56
2007-02-15* Add support for an optional y coordinate to the progressbar (from FS #4783).Nicolas Pennequin12-32/+44
2007-02-15Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on C...Magnus Holmgren1-188/+122
2007-02-15Fix 64 bit warning.Jens Arnold1-1/+1
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold10-10/+12
2007-02-15Fixed the incorrect APE header format define cause parsing to fail.Miika Pekkarinen1-1/+1
2007-02-15Fix simulator builds with logf enabled.Magnus Holmgren1-2/+5
2007-02-15Change the sleep timer icon to make it look like a settingJonathan Gordon1-1/+3
2007-02-15Fix a bug where the CPU stays boosted when the voice is activatedLinus Nielsen Feltzing1-1/+3
2007-02-15Fix the repeat mode menu itemJonathan Gordon1-2/+16
2007-02-15fix buildsJonathan Gordon1-0/+2
2007-02-15Move the info and manage settings menus to the new systemJonathan Gordon3-323/+341
2007-02-14Brickmania update for the Gigabeat: fixed menu and smaller game area to make ...Nicolas Pennequin3-5/+22
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen3-90/+27
2007-02-14Add foreground and background color information to iCatcher and UniCatcher.Nicolas Pennequin1-0/+4
2007-02-14rename rockboxlogo3 to rockboxlogoMarcoen Hirschberg3-1/+1
2007-02-14Oops, no need to allocate that much memory. Thanks to Lear for noticing this.Nicolas Pennequin1-2/+2
2007-02-14Add missing entries to FILES to hopefully get everything included in the tarb...Nils Wallménius1-0/+2
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin16-6/+640
2007-02-14the position of the progress bar background was off by 1 pixelMarcoen Hirschberg1-1/+1
2007-02-14Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold1-5/+6
2007-02-14Remove dishonest spc amplificationAdam Gashlin1-3/+2
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon13-53/+170
2007-02-14Cleaned indents, added Shay Green (blargg) to credits.Adam Gashlin3-4/+5
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin10-1/+3089
2007-02-13Make database endianess independent.Miika Pekkarinen6-51/+288
2007-02-13remove put_cursorxy() which is not usedJonathan Gordon1-38/+0