Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | plugins: More HAVE_BACKLIGHT cleanup | Solomon Peachy | 1 | -1/+4 |
2011-09-24 | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon | 1 | -2/+2 |
2011-06-17 | Fix 'unused-but-set-variable' warnings (doom, lua) | Rafaël Carré | 1 | -2/+1 |
2011-01-24 | * Rename backlight_force_on to backlight_ignore_timeout to make it clear what... | Teruaki Kawashima | 1 | -1/+1 |
2010-08-30 | Plugins: modify IRAM copying code | Rafaël Carré | 1 | -5/+0 |
2010-08-24 | Second try: Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 1 | -1/+1 |
2010-08-23 | Revert "Introduce plugin_crt0.c that every plugin links." | Thomas Martitz | 1 | -1/+1 |
2010-08-23 | Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 1 | -1/+1 |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 1 | -3/+3 |
2010-05-07 | Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'... | Thomas Martitz | 1 | -1/+1 |
2010-05-06 | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz | 1 | -3/+10 |
2009-12-18 | Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoo... | Karl Kurbjun | 1 | -0/+5 |
2009-10-14 | Remove private memcpy wrapper that is no longer needed since r19847 and may c... | Nils Wallménius | 1 | -5/+0 |
2009-08-20 | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius | 1 | -3/+5 |
2009-08-01 | Doom: re-add the missing modulus operation I removed in r22097 | Maurus Cuelenaere | 1 | -1/+1 |
2009-08-01 | Doom: prevent division by zero | Maurus Cuelenaere | 1 | -1/+4 |
2009-06-16 | Accept FS#10094 by Teruaki Kawashima: | Jonathan Gordon | 1 | -83/+61 |
2009-01-16 | loader-initialized global plugin API: | Andrew Mahone | 1 | -10/+8 |
2008-10-18 | revert plugin_api part of r18830, as this was the wrong solution for those | Frank Gevaerts | 1 | -1/+1 |
2008-10-18 | code police : fix some multiply defined variables | Frank Gevaerts | 1 | -1/+1 |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 1 | -2/+4 |
2008-05-13 | Plugin parameters should be const. | Steve Bavin | 1 | -2/+2 |
2008-04-07 | m:robe 100: a few button defines and other greyscale related changes | Robert Kukla | 1 | -0/+2 |
2008-01-06 | Doom: Keep the light on during gameplay. | Jens Arnold | 1 | -3/+8 |
2007-10-09 | Hopefully the last fix for crosscompilation of sims with mingw32. | Nicolas Pennequin | 1 | -0/+4 |
2007-10-02 | Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a point... | Jens Arnold | 1 | -20/+20 |
2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare | 1 | -4/+4 |
2007-06-03 | Some fixes to doom dehacked loading - make embedded dehacked files actually l... | Karl Kurbjun | 1 | -0/+2 |
2007-05-08 | Move the old api out of the core and into the plugin lib. | Jonathan Gordon | 1 | -12/+13 |
2007-03-16 | Get rid of the 'center' parameter for splashes. There were only 2 of almost 5... | Jens Arnold | 1 | -2/+2 |
2007-02-17 | Make our Doom plugin see the Doom wad we provide and list "Freedoom" as | Paul Louden | 1 | -2/+2 |
2007-01-17 | Doom for the Gigabeat and some code reduction | Karl Kurbjun | 1 | -187/+104 |
2006-12-13 | Dehacked and BEX support for Doom - currently only supports a DEHACKED file i... | Karl Kurbjun | 1 | -16/+0 |
2006-11-26 | FS#6357, patch 1: let iramcopy and bss share the same space in codecs and | Tomasz Malesinski | 1 | -2/+2 |
2006-11-18 | SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two... | Michael Sevakis | 1 | -16/+3 |
2006-11-15 | Don't need to remove the backdrop for all plugins - leave it up for some. | Karl Kurbjun | 1 | -0/+2 |
2006-10-01 | Deboost under all exits for rockdoom thanks to patch 5851 by David Dent | Karl Kurbjun | 1 | -2/+8 |
2006-06-10 | Fix the menu start for rockdoom | Karl Kurbjun | 1 | -81/+8 |
2006-05-15 | Stop playback before starting to use IRAM | Dave Chapman | 1 | -0/+3 |
2006-04-22 | Better video update, add options to startup menu, change default screensize | Karl Kurbjun | 1 | -1/+13 |
2006-04-17 | Add in error return if appropriate. | Karl Kurbjun | 1 | -4/+6 |
2006-04-17 | Changed the way the addons and demos menus are displayed and built. Should b... | Karl Kurbjun | 1 | -15/+81 |
2006-04-17 | Finally add support for unlimited number of addons and demos. Also cleaned u... | Karl Kurbjun | 1 | -57/+40 |
2006-04-17 | Some code cleanup. Adds Always run to configuration options. | Karl Kurbjun | 1 | -29/+31 |
2006-04-15 | Slight code cleanups, fixed sound parameter - now it saves. Old configuratio... | Karl Kurbjun | 1 | -0/+3 |
2006-04-14 | Start of profiling support for doom. | Karl Kurbjun | 1 | -0/+9 |
2006-04-09 | use #ifdef x instead of #if defined(x) | Christian Gmeiner | 1 | -2/+2 |
2006-04-09 | HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch... | Christian Gmeiner | 1 | -2/+2 |
2006-04-04 | Fix up configurable keys, edit exit string, more work needs to be done on men... | Karl Kurbjun | 1 | -1/+10 |
2006-04-04 | Add configurable keys to Doom, enter, escape and run still need to be handled... | Karl Kurbjun | 1 | -5/+161 |