summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* FPS test: Made output better fit smaller screens. * Added remote LCD FPS meas...Jens Arnold2006-04-11
* moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg2006-04-11
* use the power switch on units without off button (like the X5)Daniel Stenberg2006-04-11
* use #ifdef x instead of #if defined(x)Christian Gmeiner2006-04-09
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner2006-04-09
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Dave Chapman2006-04-09
* make use of cpu_boost to speed up generation of new sudoku fieldChristian Gmeiner2006-04-09
* Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitm...Zakk Roberts2006-04-09
* Add a simple header and version number to the default.dfg config fileDave Chapman2006-04-08
* Test plugin for measuring LCD update speed, for developers.Jens Arnold2006-04-08
* Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold2006-04-08
* Add audio playback menuChristian Gmeiner2006-04-07
* Add button mappings and support for iAudio X5, also simplified a bit of code.Zakk Roberts2006-04-07
* Fix warningKarl Kurbjun2006-04-06
* Scaling code fixed by clamping down the width to a max of SCREENWIDTH. Remov...Karl Kurbjun2006-04-06
* Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile.Thom Johansen2006-04-06
* Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold2006-04-06
* Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold2006-04-06
* Remove workaround for broken ARM memset.Thom Johansen2006-04-05
* Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ...Hristo Kovachev2006-04-05
* Fix finale text and try and prevent some data corruption due to the scaling c...Karl Kurbjun2006-04-05
* Fix automap coordinatesKarl Kurbjun2006-04-05
* Make savegame strings more informativeKarl Kurbjun2006-04-04
* Fix up configurable keys, edit exit string, more work needs to be done on men...Karl Kurbjun2006-04-04
* Doom on H1x0: Don't waste memory, the grayscale lib doesn't need that much, b...Jens Arnold2006-04-04
* MP3 encoder enhancements and optimisations by Antonius Hellman. DetailsThom Johansen2006-04-04
* Add configurable keys to Doom, enter, escape and run still need to be handled...Karl Kurbjun2006-04-04
* Oops, rename the global bool exit to doneHristo Kovachev2006-04-04
* Patch #5011 by Peter K. Cawley: added playback_control menu in text viewer pl...Hristo Kovachev2006-04-04
* iPod: Make the hold switch bring up the in-game menu.Dave Chapman2006-04-04
* Correct the #ifdef logic for timer_unregister() and add a comment describing ...Dave Chapman2006-04-04
* Fix: don't ask for what file to save to if you 'Save Changes' with a file alr...Zakk Roberts2006-04-04
* Make the core key mappings more logical - e.g. map KEY_UPARROW to "key_up". ...Dave Chapman2006-04-04
* Workaround for Rockbox's broken memset on ARMDave Chapman2006-04-03
* Fix pause bugAdam Boot2006-04-03
* Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode....Karl Kurbjun2006-04-03
* Prevent a potential unaligned memory accessDave Chapman2006-04-03
* Clean up the (incorrect) #ifdef spaghetti for the timer. We now have a user ...Dave Chapman2006-04-03
* Finishing touchesKarl Kurbjun2006-04-03
* Doom can't use the user timer at the same time as using the grayscale lib.Dave Chapman2006-04-03
* Fix #ifKarl Kurbjun2006-04-03
* Start building for H100'sKarl Kurbjun2006-04-03
* Add grayscale lib for the H100'sKarl Kurbjun2006-04-03
* Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.Hristo Kovachev2006-04-03
* Fix warningKarl Kurbjun2006-04-03
* Fixes graphic errors in scaling code, note sure about the fix in hu_lib.c tho...Karl Kurbjun2006-04-03
* Added remote support and music type counter to the stats plugin. Idea inspire...Hristo Kovachev2006-04-02
* Properly ifdef H300 video code, fix commented line handling rockbox volumeKarl Kurbjun2006-04-02
* The search plugin should not have been disabled.Jens Arnold2006-04-02
* Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold2006-04-02