summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-01textscreen: Use safe string functions.Simon Howard
2014-04-01setup: Eliminate use of sprintf().Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-31strife: Add missing NULL to M_StringJoin call.Simon Howard
2014-03-31Fix typo in src/strife/p_saveg.cFabian Greffrath
2014-03-30sound: Fix compile when using libsamplerate.Simon Howard
2014-03-30strife: Eliminate use of sprintf().Simon Howard
2014-03-30hexen: Eliminate use of sprintf().Simon Howard
2014-03-30heretic: Eliminate use of sprintf().Simon Howard
2014-03-30doom: Eliminate use of sprintf().Simon Howard
2014-03-30music: Free string using free() rather than Z_Free().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2014-03-30dehacked: Eliminate some more uses of strncpy().Simon Howard
2014-03-30hexen: Make -playdemo cope with paths.Simon Howard
2014-03-30heretic: Make -playdemo cope with paths.Simon Howard
2014-03-29common: Eliminate use of unsafe string functions.Simon Howard
2014-03-29setup: Eliminate use of unsafe string functions.Simon Howard
2014-03-29strife: Eliminate use of unsafe string functions.Simon Howard
2014-03-29misc: Make arguments to string functions const.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-29doom: Eliminate use of unsafe string functions.Simon Howard
2014-03-29Fix erroneous call to M_StringJoinSimon Howard
2014-03-29misc: Add M_StringConcat.Simon Howard
2014-03-29misc: Add string utility functions.Simon Howard
2014-03-28video: Fix calculation of -devparm ticker.Simon Howard
2014-03-27hexen: Allow abort on startup by pressing escape.Simon Howard
2014-03-27Fix .rc files so version info shows on Windows 7.Simon Howard
2014-03-27video: Fix crash when running fullscreen with -2.Simon Howard
2014-03-27setup: Make default sound volumes match Vanilla.Simon Howard
2014-03-27strife: Fix default music volume to match Vanilla.Simon Howard
2014-03-27Define a keyboard scan code for PrintScreen.Simon Howard
2014-03-26Fix typos in config API usageFabian Greffrath
2014-03-25Set GUS patch path variable using D_SetVariable.Simon Howard
2014-03-25config: Add API to get/set config variables.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2014-03-23Autodetect GUS patches installed with BFG Edition.Simon Howard
2014-03-23Rearrange order of SDL sound startup.Simon Howard
2014-03-23Set default for key_menu_screenshot to 0.Simon Howard
2014-03-23heretic/hexen: Fix -timedemo.Simon Howard
2014-03-23doom: Add initial support for versions < v1.9.Simon Howard
2014-03-23doom: Emulate 'no fog on spawn west' Vanilla bug.Simon Howard
2014-03-23pcsound: Extend frequency table to 128 entries.Simon Howard
2014-03-23setup: Add missing snd_maxslicetime_ms variable.Simon Howard
2014-03-23music: Add config var for external music program.Simon Howard
2014-03-23sound: Add config variable to control buffer size.Simon Howard
2014-03-22heretic/hexen: Fix automap background scrolling.Simon Howard
2014-03-20Merge pull request #365 from fabiangreffrath/bfg_warningSimon Howard
2014-03-20Remove superfluous dividers.Fabian Greffrath
2014-03-20Print a warning if the user is attempting to record or playback a demo or con...Fabian Greffrath