summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/rockdoom.c
AgeCommit message (Expand)Author
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2009-12-18Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoo...Karl Kurbjun
2009-10-14Remove private memcpy wrapper that is no longer needed since r19847 and may c...Nils Wallménius
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-01Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere
2009-08-01Doom: prevent division by zeroMaurus Cuelenaere
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-01-16loader-initialized global plugin API:Andrew Mahone
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Plugin parameters should be const.Steve Bavin
2008-04-07m:robe 100: a few button defines and other greyscale related changesRobert Kukla
2008-01-06Doom: Keep the light on during gameplay.Jens Arnold
2007-10-09Hopefully the last fix for crosscompilation of sims with mingw32.Nicolas Pennequin
2007-10-02Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a point...Jens Arnold
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-02-17Make our Doom plugin see the Doom wad we provide and list "Freedoom" as Paul Louden
2007-01-17Doom for the Gigabeat and some code reductionKarl Kurbjun
2006-12-13Dehacked and BEX support for Doom - currently only supports a DEHACKED file i...Karl Kurbjun
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-10-01Deboost under all exits for rockdoom thanks to patch 5851 by David DentKarl Kurbjun
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-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-17Some code cleanup. Adds Always run to configuration options.Karl Kurbjun
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-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-04Fix up configurable keys, edit exit string, more work needs to be done on men...Karl Kurbjun
2006-04-04Add configurable keys to Doom, enter, escape and run still need to be handled...Karl Kurbjun
2006-04-03Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode....Karl Kurbjun
2006-04-03Finishing touchesKarl Kurbjun
2006-04-02Properly ifdef H300 video code, fix commented line handling rockbox volumeKarl Kurbjun
2006-04-02Update adds prboom's high resolution support, also makes the scaling for plat...Karl Kurbjun
2006-03-28Do not export load_main_backdrop() via the plugin API. Plugins should alloca...Dave Chapman
2006-03-28Patch #2969 - Doom! Currently only working on the H300.Dave Chapman