summaryrefslogtreecommitdiff
path: root/src/m_misc.c
AgeCommit message (Expand)Author
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
2006-01-10Shut up compiler warningsSimon Howard
2006-01-09Deduce a sane player name by examining environment variables. AddSimon Howard
2006-01-08Strip carriage returns from the end of lines when reading configurationSimon Howard
2006-01-08show_endoom config file option to disable the endoom screenSimon Howard
2005-10-16Global "configdir" variable with directory to store config files in.Simon Howard
2005-09-17Mouse acceleration code to emulate old DOS driversSimon Howard
2005-09-17Set the default values for variables in their initialisers. Remove theSimon Howard
2005-09-17Rewrite configuration loading code; assign a type to each configurationSimon Howard
2005-09-11Second configuration file to allow chocolate doom-specific settings.Simon Howard
2005-09-07Remove non-ANSI C headers and functionsSimon Howard
2005-09-07Maintain dos-specific options in config fileSimon Howard
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
2005-08-04Silence compiler warningsSimon Howard
2005-07-24Move to SDL for graphics.Simon Howard
2005-07-23Use ANSI-standard limit constants. Remove LINUX define.Simon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard