summaryrefslogtreecommitdiff
path: root/src/doom
AgeCommit message (Expand)Author
2015-06-03Fix demo desyncs caused by P_RunThinkers() change.Simon Howard
2015-05-27Merge pull request #516 from khokh2001/oldoplSimon Howard
2015-05-27Oops, revert debug changesFabian Greffrath
2015-05-27desktop: Add some additional keywords to *.desktop filesFabian Greffrath
2015-05-12doom: the sky changes in final2 map11->12 and map20->21 transitions.Mike Swanson
2015-05-10Add back the Doom PWAD reload hack.Simon Howard
2015-05-04remove duplicate src/doom/doom.desktop.in templateFabian Greffrath
2015-05-04warnings: fix some cast to/from pointer from/to int warningsFabian Greffrath
2015-05-01Perform case-insensitive check for .lmp extension.Simon Howard
2015-04-26doom: Clear origin pointer when stopping sound.Simon Howard
2015-04-26Don't read currentthinker->next after Z_Free().Simon Howard
2015-03-26Add a wrapper with "void (void)" signature around G_CheckDemoStatusFabian Greffrath
2015-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
2015-03-05Initialize floor->type and floor->crush fields in EV_BuildStairs()Fabian Greffrath
2015-02-20Refactor config file API.Simon Howard
2015-02-20Fix game code that makes false boolean assumptions.Simon Howard
2015-02-19doom: Change weaponowned[] to an int array.Simon Howard
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-11-01Revert "Automap accuracy fixes"James Haley
2014-11-01Automap accuracy fixesJames Haley
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-10-21Merge branch 'master' of github.com:chocolate-doom/chocolate-doomSimon Howard
2014-10-21bfgedition: remap menu graphics by means of DEH_AddStringReplacement()Fabian Greffrath
2014-10-21doom: Add -pack parameter to specify mission pack.Simon Howard
2014-10-19doom: Write -cdrom savegames to c:\doomdata.Simon Howard
2014-10-19doom: Add game names for Freedoom IWADs.Simon Howard
2014-10-18Fix dehacked patch loading order.Simon Howard
2014-10-18dehacked: Allow override of string replacements.Simon Howard
2014-10-18doom: Refactor IWAD dehacked patch loading.Simon Howard
2014-10-17doom: Add -noiwaddeh command line parameter.Simon Howard
2014-10-08Allow -warp to episodes beyond episode 4.Simon Howard
2014-09-13Add vld_ prefix for vldoor_e enum values.Simon Howard
2014-09-13dehacked: Load Freedoom DEHACKED lump on startup.Simon Howard
2014-09-11improvements to the [STRINGS] section parserFabian Greffrath
2014-09-08add parser for [STRINGS] sections in BEX filesFabian Greffrath
2014-06-18Move extern definitions for p_map.c to p_local.hFabian Greffrath
2014-05-05Clean up file headers.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.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-10doom: Allow warp up to MAP40 to match Vanilla.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30doom: Eliminate use of sprintf().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2014-03-30hexen: Make -playdemo cope with paths.Simon Howard
2014-03-29doom: Eliminate use of unsafe string functions.Simon Howard
2014-03-29misc: Add M_StringConcat.Simon Howard
2014-03-29misc: Add string utility functions.Simon Howard