summaryrefslogtreecommitdiff
path: root/apps/plugins/doom (follow)
Commit message (Expand)AuthorAge
* Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis2007-06-10
* Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun2007-06-03
* Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis2007-05-22
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Move the old api out of the core and into the plugin lib.Jonathan Gordon2007-05-08
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Kill a few warnings in plugins.Tom Ross2007-02-17
* Make our Doom plugin see the Doom wad we provide and list "Freedoom" as Paul Louden2007-02-17
* Replaced some explicit options for target linking with to be consistent with...Jens Arnold2007-02-15
* Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2007-02-03
* use 11025Hz on all players that support itMarcoen Hirschberg2007-01-18
* Doom for the Gigabeat and some code reductionKarl Kurbjun2007-01-17
* Change the gamedata folder for doom to /.rockbox/doom to go in line with othe...Dominik Riebeling2007-01-13
* Removed executable flagLinus Nielsen Feltzing2007-01-09
* Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...Dan Everton2007-01-05
* Oops. Forgot rockmacros.h.Michael Sevakis2006-12-18
* Doom plugin: Enable reading of DEH files. Please test for real though. :)Michael Sevakis2006-12-18
* Attempt at fixing 64-bit sim warning.Michael Sevakis2006-12-17
* Free more plugin memoryKarl Kurbjun2006-12-13
* Will it fit?Karl Kurbjun2006-12-13
* Another file missedKarl Kurbjun2006-12-13
* Helps to add in the headerKarl Kurbjun2006-12-13
* Dehacked and BEX support for Doom - currently only supports a DEHACKED file i...Karl Kurbjun2006-12-13
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2006-11-18
* Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun2006-11-15
* Doom bugfix: updating a saved tranmap didn't work.Jens Arnold2006-11-05
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell2006-10-26
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* rearrange compiler options to avoid conflicts with header files on FreeBSDMarcoen Hirschberg2006-10-23
* Speed up build process in general by using internal functions of make instead...Jens Arnold2006-10-22
* Deboost under all exits for rockdoom thanks to patch 5851 by David DentKarl Kurbjun2006-10-01
* Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell2006-09-29
* Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell2006-09-29
* Fix sound in Doom on H10 - we don't support 11025Hz so use 44100Hz instead.Barry Wardell2006-09-05
* Fix not being able to exit Doom on the H10.Barry Wardell2006-09-05
* Make doom work with sound on X5.Jens Arnold2006-08-26
* Convert the "short ciruit operator madness" to plain and simple code thatDaniel Stenberg2006-08-16
* Correct calculation of necessary buffer size to give maximum number of shades...Jens Arnold2006-08-10
* Use striped buffering for grayscale targets to make the buffer fit on iPod g3...Jens Arnold2006-08-07
* Fix red iPod g3 build.Jens Arnold2006-08-07
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Barry Wardell's keymappings for H10Daniel Stenberg2006-08-03
* Grayscale library: LCD linearisation and gamma correction.Jens Arnold2006-08-02
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
* Fix the menu start for rockdoomKarl Kurbjun2006-06-10