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
2014-04-01
misc: Fix safe vsnprintf() function.
Simon Howard
2014-04-01
misc: Tweak safe string functions slightly.
Simon Howard
2014-04-01
Replace all snprintf() calls with M_snprintf().
Simon Howard
2014-03-30
Eliminate some uses of sprintf() from common code.
Simon Howard
2014-03-29
misc: Make arguments to string functions const.
Simon Howard
2014-03-29
misc: Add M_StringConcat.
Simon Howard
2014-03-29
misc: Add string utility functions.
Simon Howard
2013-09-20
Set setup tool title so that it it shows the name of the correct game
Simon Howard
2012-10-28
Merge from trunk.
Simon Howard
2012-02-04
On Windows, convert the USER and USERNAME environment variables from OEM
Simon Howard
2011-06-13
Merge from trunk.
Simon Howard
2010-04-18
Fix unsigned integer overflow with calls to M_StrCaseStr where
Simon Howard
2010-02-08
Add case-insensitive version of strstr(), and use this instead of
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-10-17
Import donut overrun emulation code from PrBoom+ (Thanks entryway).
Simon Howard
2008-12-01
Add missing header includes.
Simon Howard
2008-11-02
Fix up raven-branch copyright notices.
Simon Howard
2008-10-30
Factor out Heretic and Hexen versions of m_misc.c. Make -file for
Simon Howard
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
[next]