summaryrefslogtreecommitdiff
path: root/src/m_misc.c
AgeCommit message (Expand)Author
2009-10-17Import donut overrun emulation code from PrBoom+ (Thanks entryway).Simon Howard
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-02-26Minor config file documentation fixes.Simon Howard
2008-02-25Replace manpage header, footer, environment files with a single templateSimon Howard
2008-02-24Switch to using CONFIG_VARIABLE_ macros for the configuration fileSimon Howard
2008-02-11Add support for sample rate conversion using libsamplerate (thanks toSimon Howard
2008-01-24Make lookup tables const where possible.Simon Howard
2008-01-20Refactor the video mode configuration system.Simon Howard
2007-12-13Add missing argument to the extraconfig command line parameter.Simon Howard
2007-12-13Add @vanilla tag for Vanilla doom command line options. Add missingSimon Howard
2007-08-31Use gcc packed attribute for all structures read/written to disk. ThisSimon Howard
2007-08-08Make M_FileExists work on directories.Simon Howard
2007-08-06Remove duplicate FileExists function.Simon Howard
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-06-20Add new configuration options for the mouse and joystick for controlsSimon Howard
2007-06-14Add configuration file variable to change the sound sample rateSimon Howard
2007-05-31Initial joystick support.Simon Howard
2007-03-16Add back shiftxform table so that the shift key works in multiplayerSimon Howard
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-10Ignore the HOME environment variable on Windows - just behave likeSimon Howard
2007-02-23Add a configuration file value to allow the SDL video driver to beSimon Howard
2007-01-06temp -> tempdirRussell Rice
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-12-22Add definitions for PATH and directory separators.Simon Howard
2006-12-21Split off IWAD-related code into separate d_iwad.c. On Windows, searchSimon Howard
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard
2006-11-19Silence warnings in debug buildRussell Rice
2006-10-23Detect when keyboard variables are changed and convert back so that theSimon Howard
2006-10-23Move MakeDirectory function into m_misc.c. Move configdir related codeSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-21Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by Simon Howard
2006-09-21Use DEFAULT_INT enum value rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-16Undo previous commit: 'comport' and 'showmessages' are only generatedSimon Howard
2006-09-16Preserve 'comport' variable in configuration files even though it is unused.Simon Howard
2006-09-15Interpret the snd_sfxdevice and snd_musicdevice values in the configurationSimon Howard
2006-08-31Call R_ExecuteSetViewSize immediately after calling I_InitGraphics. Simon Howard
2006-08-31Allow the demo size limit to be disabled through the config file.Simon Howard
2006-05-29Change the mouse acceleration behavior to accelerate by multiplying by aSimon Howard
2006-05-26Add an option to disable autoadjusting the video mode.Simon Howard
2006-05-19Add a config file setting to allow a delay to be specified on startup.Simon Howard
2006-03-25New feature to allow compiling without multiplayer supportSimon Howard
2006-03-23Separate variables for config file volume levels and sound API internalSimon Howard
2006-02-15Remove the savegame buffer entirely. Keep the old savegame size limitSimon Howard
2006-01-20Import differences from stable branch.Simon Howard