summaryrefslogtreecommitdiffstats
path: root/apps/plugins/doom
AgeCommit message (Expand)AuthorFilesLines
2008-05-13Plugin parameters should be const.Steve Bavin2-3/+3
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis1-0/+11
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-8/+30
2008-04-07m:robe 100: a few button defines and other greyscale related changesRobert Kukla2-0/+12
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-1/+1
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-1/+1
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold1-0/+10
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-10/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+10
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+10
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold1-1/+1
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold1-0/+1
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2008-01-07Gah, e200 sets CONFIG_LCD to LCD_X5.Jens Arnold1-1/+2
2008-01-06Doom LCD update: * Speed up the C versions slightly (colour and greyscale). *...Jens Arnold1-77/+127
2008-01-06Doom: Keep the light on during gameplay.Jens Arnold1-3/+8
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2-20/+13
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold1-1/+1
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun1-1/+1
2007-11-02set the iriver h100 and h300 keys correctly (fix red)Jonathan Gordon1-6/+16
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun1-9/+12
2007-10-09Hopefully the last fix for crosscompilation of sims with mingw32.Nicolas Pennequin2-0/+6
2007-10-07Do the checking arm targets in a nicer way in the makefileNils Wallménius1-2/+1
2007-10-02Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a point...Jens Arnold1-20/+20
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold1-0/+10
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-2/+6
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold2-3/+5
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2-14/+5
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis1-3/+9
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun3-6/+9
2007-05-22Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis1-2/+30
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman3-3/+3
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-12/+13
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-8/+8
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2-3/+3
2007-02-17Kill a few warnings in plugins.Tom Ross1-1/+1
2007-02-17Make our Doom plugin see the Doom wad we provide and list "Freedoom" as Paul Louden1-2/+2
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold1-1/+1
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+2
2007-01-18use 11025Hz on all players that support itMarcoen Hirschberg1-1/+1
2007-01-17Doom for the Gigabeat and some code reductionKarl Kurbjun24-271/+241
2007-01-13Change the gamedata folder for doom to /.rockbox/doom to go in line with othe...Dominik Riebeling2-2/+2
2007-01-09Removed executable flagLinus Nielsen Feltzing2-0/+0
2007-01-05Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...Dan Everton1-6/+0
2006-12-18Oops. Forgot rockmacros.h.Michael Sevakis1-0/+1
2006-12-18Doom plugin: Enable reading of DEH files. Please test for real though. :)Michael Sevakis1-73/+93
2006-12-17Attempt at fixing 64-bit sim warning.Michael Sevakis1-2/+2
2006-12-13Free more plugin memoryKarl Kurbjun3-20/+26