summaryrefslogtreecommitdiff
path: root/apps/plugins/doom
AgeCommit message (Expand)Author
2006-10-01Deboost under all exits for rockdoom thanks to patch 5851 by David DentKarl Kurbjun
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell
2006-09-05Fix sound in Doom on H10 - we don't support 11025Hz so use 44100Hz instead.Barry Wardell
2006-09-05Fix not being able to exit Doom on the H10.Barry Wardell
2006-08-26Make doom work with sound on X5.Jens Arnold
2006-08-16Convert the "short ciruit operator madness" to plain and simple code thatDaniel Stenberg
2006-08-10Correct calculation of necessary buffer size to give maximum number of shades...Jens Arnold
2006-08-07Use striped buffering for grayscale targets to make the buffer fit on iPod g3...Jens Arnold
2006-08-07Fix red iPod g3 build.Jens Arnold
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-06-10Fix the menu start for rockdoomKarl Kurbjun
2006-05-15Stop playback before starting to use IRAMDave Chapman
2006-04-22Better video update, add options to startup menu, change default screensizeKarl Kurbjun
2006-04-20Optimizations for doom: coldfire asm drawspan routine = not much, fixed point...Karl Kurbjun
2006-04-17Add better error message for messed up graphics.Karl Kurbjun
2006-04-17Properly cache animations at level start. Switches still need some caching c...Karl Kurbjun
2006-04-17Add in error return if appropriate.Karl Kurbjun
2006-04-17Changed the way the addons and demos menus are displayed and built. Should b...Karl Kurbjun
2006-04-17Finally add support for unlimited number of addons and demos. Also cleaned u...Karl Kurbjun
2006-04-17Temporary fix for the high-pitched sounds on iPod: they should sound correct ...Zakk Roberts
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-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-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-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-08Add a simple header and version number to the default.dfg config fileDave Chapman
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-05Remove workaround for broken ARM memset.Thom Johansen
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-04Add configurable keys to Doom, enter, escape and run still need to be handled...Karl Kurbjun
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-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-03Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode....Karl Kurbjun
2006-04-03Prevent a potential unaligned memory accessDave Chapman