summaryrefslogtreecommitdiff
path: root/src/doom/g_game.c
AgeCommit message (Expand)Author
2015-05-12doom: the sky changes in final2 map11->12 and map20->21 transitions.Mike Swanson
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-10-08Allow -warp to episodes beyond episode 4.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30doom: Eliminate use of sprintf().Simon Howard
2014-03-29doom: Eliminate use of unsafe string functions.Simon Howard
2014-03-24Fix various Clang compiler warnings.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-17Allow for PNG screenshots.Fabian Greffrath
2013-11-03Merge from trunk.Simon Howard
2012-12-24Merge from trunk.Simon Howard
2012-12-23Fix Doom episode 4 par time selection.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-21Add -statdump command line parameter, to generate the same output asSimon Howard
2011-10-13Split out common main loop code into separate file, d_loop.c.Simon Howard
2011-09-24Rework mouse speed box drawing code and move to common code, so that itSimon Howard
2011-09-20Add dedicated pack_chex and pack_hacx values for the Chex Quest and HacxSimon Howard
2011-06-13Merge from trunk.Simon Howard
2011-02-12Merge from trunk.Simon Howard
2010-12-10Merge from trunk.Simon Howard
2010-09-26Restructure player quit code to take place on the first tic after theSimon Howard
2010-08-31Merge from trunk.Simon Howard
2010-05-03Merge from trunk.Simon Howard
2010-02-05Merge from trunk.Simon Howard
2009-06-12Merge from trunk.Simon Howard
2009-06-09Move menu/map/weapon key variables into common code, and bind variables.Simon Howard
2009-06-09Merge from trunk.Simon Howard
2008-09-28Move novert support into common i_video.c code.Simon Howard
2008-09-20Remove bits from heretic/m_misc.c that are in common; changeSimon Howard
2008-09-20Replace all use of screens[0] by I_VideoBuffer.Simon Howard
2008-09-20Remove screen parameter from V_DrawPatch functions; update code to useSimon Howard
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
2008-09-10Split out variables for controls into common m_controls.c.Simon Howard
2008-09-06Remove dependencies of i_video.c on doom/ code.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-09-06Move doom-specific files to a separate directory.Simon Howard