summaryrefslogtreecommitdiff
path: root/src/m_misc.c
AgeCommit message (Expand)Author
2015-03-27misc: Handle M_StringCopy() short buffer case.Simon Howard
2015-03-27Avoid calling strlen() on a potentially unterminated stringFabian Greffrath
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-10-06terminate the destination string in M_StringReplace()Fabian Greffrath
2014-05-05Clean up file headers.Simon Howard
2014-04-01misc: Fix safe vsnprintf() function.Simon Howard
2014-04-01misc: Tweak safe string functions slightly.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2014-03-29misc: Make arguments to string functions const.Simon Howard
2014-03-29misc: Add M_StringConcat.Simon Howard
2014-03-29misc: Add string utility functions.Simon Howard
2013-09-20Set setup tool title so that it it shows the name of the correct gameSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-04On Windows, convert the USER and USERNAME environment variables from OEMSimon Howard
2011-06-13Merge from trunk.Simon Howard
2010-04-18Fix unsigned integer overflow with calls to M_StrCaseStr whereSimon Howard
2010-02-08Add case-insensitive version of strstr(), and use this instead ofSimon Howard
2009-11-21Merge from trunk.Simon Howard
2009-10-17Import donut overrun emulation code from PrBoom+ (Thanks entryway).Simon Howard
2008-12-01Add missing header includes.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-09-07Move m_bbox.[ch] back to common (needed by v_video.c). Remove someSimon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon 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