index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
m_misc.c
Age
Commit message (
Expand
)
Author
2008-09-07
Move m_bbox.[ch] back to common (needed by v_video.c). Remove some
Simon Howard
2008-09-07
Move dehacked code to doom/. Split dehacked string replacement code into
Simon Howard
2008-09-06
Remove includes of doomdef.h where possible, move generic parts into top
Simon Howard
2008-03-09
Split out configuration file code from m_misc.c into m_config.c. Move
Simon Howard
2008-02-28
Add fixes for MSVC warnings (thanks entryway).
Simon Howard
2008-02-26
Minor config file documentation fixes.
Simon Howard
2008-02-25
Replace manpage header, footer, environment files with a single template
Simon Howard
2008-02-24
Switch to using CONFIG_VARIABLE_ macros for the configuration file
Simon Howard
2008-02-11
Add support for sample rate conversion using libsamplerate (thanks to
Simon Howard
2008-01-24
Make lookup tables const where possible.
Simon Howard
2008-01-20
Refactor the video mode configuration system.
Simon Howard
2007-12-13
Add missing argument to the extraconfig command line parameter.
Simon Howard
2007-12-13
Add @vanilla tag for Vanilla doom command line options. Add missing
Simon Howard
2007-08-31
Use gcc packed attribute for all structures read/written to disk. This
Simon Howard
2007-08-08
Make M_FileExists work on directories.
Simon Howard
2007-08-06
Remove duplicate FileExists function.
Simon Howard
2007-07-08
Make the numeric keypad behave like Vanilla does.
Simon Howard
2007-06-21
Add arrlen() macro as a clearer way of doing sizeof(array) /
Simon Howard
2007-06-20
Add new configuration options for the mouse and joystick for controls
Simon Howard
2007-06-14
Add configuration file variable to change the sound sample rate
Simon Howard
2007-05-31
Initial joystick support.
Simon Howard
2007-03-16
Add back shiftxform table so that the shift key works in multiplayer
Simon Howard
2007-03-16
Add config file option to enable/disable native keyboard bindings.
Simon Howard
2007-03-15
Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed
Simon Howard
2007-03-10
Ignore the HOME environment variable on Windows - just behave like
Simon Howard
2007-02-23
Add a configuration file value to allow the SDL video driver to be
Simon Howard
2007-01-06
temp -> tempdir
Russell Rice
2007-01-06
Choose the locations for temporary files more intelligently.
Simon Howard
2006-12-24
Javadoc-style self-documenting system for command line options.
Simon Howard
2006-12-22
Add definitions for PATH and directory separators.
Simon Howard
2006-12-21
Split off IWAD-related code into separate d_iwad.c. On Windows, search
Simon Howard
2006-12-15
Split off scaling code into i_scale.c. Add aspect ratio correction
Simon Howard
2006-11-19
Silence warnings in debug build
Russell Rice
2006-10-23
Detect when keyboard variables are changed and convert back so that the
Simon Howard
2006-10-23
Move MakeDirectory function into m_misc.c. Move configdir related code
Simon Howard
2006-10-18
Strip out CVS logs, RCS Id tags.
Simon Howard
2006-09-22
Add DEH_String() conversions on more strings that are not being converted.
Simon Howard
2006-09-21
Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by
Simon Howard
2006-09-21
Use DEFAULT_INT enum value rather than 0.
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-09-16
Undo previous commit: 'comport' and 'showmessages' are only generated
Simon Howard
2006-09-16
Preserve 'comport' variable in configuration files even though it is unused.
Simon Howard
2006-09-15
Interpret the snd_sfxdevice and snd_musicdevice values in the configuration
Simon Howard
2006-08-31
Call R_ExecuteSetViewSize immediately after calling I_InitGraphics.
Simon Howard
2006-08-31
Allow the demo size limit to be disabled through the config file.
Simon Howard
2006-05-29
Change the mouse acceleration behavior to accelerate by multiplying by a
Simon Howard
2006-05-26
Add an option to disable autoadjusting the video mode.
Simon Howard
2006-05-19
Add a config file setting to allow a delay to be specified on startup.
Simon Howard
2006-03-25
New feature to allow compiling without multiplayer support
Simon Howard
2006-03-23
Separate variables for config file volume levels and sound API internal
Simon Howard
[next]