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
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
2006-02-15
Remove the savegame buffer entirely. Keep the old savegame size limit
Simon Howard
2006-01-20
Import differences from stable branch.
Simon Howard
2006-01-10
Shut up compiler warnings
Simon Howard
2006-01-09
Deduce a sane player name by examining environment variables. Add
Simon Howard
2006-01-08
Strip carriage returns from the end of lines when reading configuration
Simon Howard
2006-01-08
show_endoom config file option to disable the endoom screen
Simon Howard
2005-10-16
Global "configdir" variable with directory to store config files in.
Simon Howard
2005-09-17
Mouse acceleration code to emulate old DOS drivers
Simon Howard
2005-09-17
Set the default values for variables in their initialisers. Remove the
Simon Howard
2005-09-17
Rewrite configuration loading code; assign a type to each configuration
Simon Howard
2005-09-11
Second configuration file to allow chocolate doom-specific settings.
Simon Howard
2005-09-07
Remove non-ANSI C headers and functions
Simon Howard
2005-09-07
Maintain dos-specific options in config file
Simon Howard
2005-08-04
Turn on compiler optimisation and warning options
Simon Howard
2005-08-04
Silence compiler warnings
Simon Howard
2005-07-24
Move to SDL for graphics.
Simon Howard
2005-07-23
Use ANSI-standard limit constants. Remove LINUX define.
Simon Howard
2005-07-23
Update copyright to GNU GPL
Simon Howard
2005-07-23
Initial revision
Simon Howard