summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-29setup: Allow backspace or del to clear controls.Simon Howard
2014-04-29hexen: Fix joystick strafe left/right buttons.Simon Howard
2014-04-28setup: Detect and configure hat-based D-pads.Simon Howard
2014-04-28joystick: Add "hat axis" support.Simon Howard
2014-04-28joystick: Increase 'dead zone' size.Simon Howard
2014-04-28setup: Add support for button axis calibration.Simon Howard
2014-04-28joystick: Add support for "button axes".Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-04-26Merge branch 'master' of github.com:chocolate-doom/chocolate-doomSimon Howard
2014-04-26osx: Handle .hhe, .seh file extensions.Simon Howard
2014-04-22Fix a segfault in i_sdlmusic.cFabian Greffrath
2014-04-22Follow up for "fix man/Makefile for forks"Fabian Greffrath
2014-04-19server: Fix sending of WAD/DEH checksums to clients.Simon Howard
2014-04-19setup: Make iwad_t pointers const.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
2014-04-19setup: Change labelling to clarify gamepad support.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-17Merge branch 'master' of github.com:chocolate-doom/chocolate-doomSimon Howard
2014-04-17Add first version of philosophy document.Simon Howard
2014-04-13setup: Call TXT_Shutdown on exit.Simon Howard
2014-04-12music: Fix -dumpsubstconfig for Heretic/Hexen.Simon Howard
2014-04-12video: Change default for screen_bpp to 0.Simon Howard
2014-04-12net: Add -nodes command line argument.Simon Howard
2014-04-12hexen: Create HR (startup) screen at native bpp.Simon Howard
2014-04-12textscreen: Init screen at native bit depth.Simon Howard
2014-04-10setup: Save selected game when browsing menus.Simon Howard
2014-04-10doom: Allow warp up to MAP40 to match Vanilla.Simon Howard
2014-04-10midifile: Fix portability issue with malloc(0).Simon Howard
2014-04-10sound: Fix crash with large values of snd_channels.Simon Howard
2014-04-10pcsound: Fix resouce leak with speaker_handle.Simon Howard
2014-04-09setup: Show error when server address not entered.Simon Howard
2014-04-07music: Suggest using .ogg format, not .mp3.Simon Howard
2014-04-06Fix typo in README.Music.Simon Howard
2014-04-05music: Minor tweaks to substitute music code.Simon Howard
2014-04-05music: First code for HQ music substitution.Simon Howard
2014-04-05setup: Add missing argument to M_StringJoin.Simon Howard
2014-04-05setup: Adjust positioning of sound dialog.Simon Howard
2014-04-05Simplify INSTALL.template music notes.Simon Howard
2014-04-05Rename README.OPL to README.Music and extend.Simon Howard
2014-04-05Fix man/Makefile for forksFabian Greffrath
2014-04-03deh_main.c: Fix bogus check in DEH_ParseAssignment()Fabian Greffrath
2014-04-01misc: Fix safe vsnprintf() function.Simon Howard
2014-04-01misc: Tweak safe string functions slightly.Simon Howard
2014-04-01osx: Use safe string functions for launcher.Simon Howard
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