summaryrefslogtreecommitdiff
path: root/apps/plugins/doom (follow)
Commit message (Expand)AuthorAge
...
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Doom plugin: Missed properly making a few 'unsigned' on my second pass.Michael Sevakis2010-05-29
* Doom plugin: In anticipation of moving to the EABI toolchain, because of its ...Michael Sevakis2010-05-29
* Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts2010-05-07
* Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26
* Coldfire targets: tiny optimisation.Jens Arnold2010-03-09
* Revert accidental changes from r24723Michael Sparmann2010-02-17
* Add more information to the battery debug screen for Nano2GMichael Sparmann2010-02-17
* Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok2010-02-14
* Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoo...Karl Kurbjun2009-12-18
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* These are the last plugin keymaps needed for the GoGear SA9200.Robert Menes2009-12-10
* Short enum fixes for doom plugin.Andrew Mahone2009-11-20
* Doom: test to see if it still needs Os on arm - that was set when the plugin ...Karl Kurbjun2009-11-15
* Remove private memcpy wrapper that is no longer needed since r19847 and may c...Nils Wallménius2009-10-14
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere2009-08-01
* Doom: prevent division by zeroMaurus Cuelenaere2009-08-01
* FS#10080Nils Wallménius2009-07-14
* Silence the gcc 4.4.0 warning by making this code look like it was probably m...Jens Arnold2009-07-14
* Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2009-06-29
* Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon2009-06-16
* Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré2009-05-13
* FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz2009-04-10
* M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default...Karl Kurbjun2009-04-09
* Enable plugins on the Onda VX747Maurus Cuelenaere2009-04-07
* Some tweaks to the Doom keymap for D2/touchscreen targets.Rob Purchase2009-03-30
* Use a static pattern rule to restrict the dependency on [pluginname].o to sin...Jens Arnold2009-03-04
* Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo2009-01-24
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Fix cygwin sim build.Björn Stenberg2009-01-08
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast F...Michael Sevakis2009-01-05
* Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli2009-01-04
* Cleaner solution to plugin-included core files.Björn Stenberg2009-01-03
* List sscanf.c in SOURCES instead of doom.makeBjörn Stenberg2009-01-03
* Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere2008-12-08
* Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg2008-12-04
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Don't objcopy simulator plugins.Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts2008-10-18
* code police : fix some multiply defined variablesFrank Gevaerts2008-10-18
* Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase2008-09-16
* fix FS#8641Frank Gevaerts2008-09-08