summaryrefslogtreecommitdiff
path: root/apps/plugins (unfollow)
Commit message (Expand)Author
2006-04-17Some code cleanup. Adds Always run to configuration options.Karl Kurbjun
2006-04-16Fix run so that it stays enabled across level loads. Removed some unused cod...Karl Kurbjun
2006-04-16Decrease doom's code size and some code cleanup.Karl Kurbjun
2006-04-16Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.Dave Chapman
2006-04-16Disable some unused code (code used in network play) to bring the plugin size...Dave Chapman
2006-04-15Slight code cleanups, fixed sound parameter - now it saves. Old configuratio...Karl Kurbjun
2006-04-15Patch #5102 by Anton Romanov: Bubbles for ipod mini.Jens Arnold
2006-04-15Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawin...Jens Arnold
2006-04-15Chessbox: New pieces for ipod mini, and simplified, easier recognisable piece...Jens Arnold
2006-04-15New Sudoku bitmaps for 220x176x16 and larger LCDs.Zakk Roberts
2006-04-14Start of profiling support for doom.Karl Kurbjun
2006-04-13Prevent non-standard wads (most notably GP32 wads) that should not run from e...Karl Kurbjun
2006-04-13Explicitly set the foreground colour instead of using the user's default fore...Dave Chapman
2006-04-11Jewels: fix a couple minor menu inconsistenciesAdam Boot
2006-04-11Brickmania and Tetrox for iPod mini by Anton Romanov (FS #5094 & #5067)Ben Basha
2006-04-11FPS test: Made output better fit smaller screens. * Added remote LCD FPS meas...Jens Arnold
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg
2006-04-11use the power switch on units without off button (like the X5)Daniel Stenberg
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Dave Chapman
2006-04-09make use of cpu_boost to speed up generation of new sudoku fieldChristian Gmeiner
2006-04-09Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitm...Zakk Roberts
2006-04-08Add a simple header and version number to the default.dfg config fileDave Chapman
2006-04-08Test plugin for measuring LCD update speed, for developers.Jens Arnold
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold
2006-04-07Add audio playback menuChristian Gmeiner
2006-04-07Add button mappings and support for iAudio X5, also simplified a bit of code.Zakk Roberts
2006-04-06Fix warningKarl Kurbjun
2006-04-06Scaling code fixed by clamping down the width to a max of SCREENWIDTH. Remov...Karl Kurbjun
2006-04-06Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile.Thom Johansen
2006-04-06Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold
2006-04-06Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold
2006-04-05Remove workaround for broken ARM memset.Thom Johansen
2006-04-05Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ...Hristo Kovachev
2006-04-05Fix finale text and try and prevent some data corruption due to the scaling c...Karl Kurbjun
2006-04-05Fix automap coordinatesKarl Kurbjun
2006-04-04Make savegame strings more informativeKarl Kurbjun
2006-04-04Fix up configurable keys, edit exit string, more work needs to be done on men...Karl Kurbjun
2006-04-04Doom on H1x0: Don't waste memory, the grayscale lib doesn't need that much, b...Jens Arnold
2006-04-04MP3 encoder enhancements and optimisations by Antonius Hellman. DetailsThom Johansen
2006-04-04Add configurable keys to Doom, enter, escape and run still need to be handled...Karl Kurbjun
2006-04-04Oops, rename the global bool exit to doneHristo Kovachev
2006-04-04Patch #5011 by Peter K. Cawley: added playback_control menu in text viewer pl...Hristo Kovachev
2006-04-04iPod: Make the hold switch bring up the in-game menu.Dave Chapman
2006-04-04Correct the #ifdef logic for timer_unregister() and add a comment describing ...Dave Chapman
2006-04-04Fix: don't ask for what file to save to if you 'Save Changes' with a file alr...Zakk Roberts
2006-04-04Make the core key mappings more logical - e.g. map KEY_UPARROW to "key_up". ...Dave Chapman
2006-04-03Workaround for Rockbox's broken memset on ARMDave Chapman
2006-04-03Fix pause bugAdam Boot