summaryrefslogtreecommitdiff
path: root/src/v_video.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.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-24Fix various Clang compiler warnings.Simon Howard
2014-03-17Remove 0 summand.Fabian Greffrath
2014-03-17Add some strictly unnecessary curly braces.Fabian Greffrath
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2013-10-06Fix RANGECHECK on V_DrawPatch() functions, so the game exits with anSimon Howard
2011-09-24Add -testcontrols to Heretic.Simon Howard
2011-09-24Rework mouse speed box drawing code and move to common code, so that itSimon Howard
2011-02-14Fix to HUlib_drawYellowText (more Hex-Rays code-skipping shenanigans),James Haley
2010-09-27+ V_DrawXlaPatch addedSamuel Villareal
2010-08-29Added patch clipping callback mechanism, since Strife needs to modifyJames Haley
2008-12-01Add missing header includes.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-31Move gamma correction table to tables.c.Simon Howard
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
2008-10-01Merge tinttable variable to common.Simon Howard
2008-10-01Finish merge of hexen/v_video.c to common (oops)Simon Howard
2008-10-01Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code toSimon Howard
2008-09-20Remove bits from heretic/m_misc.c that are in common; changeSimon Howard
2008-09-20Merge heretic/v_video.c to common code.Simon Howard
2008-09-20Remove screens[] and all remaining use of it.Simon Howard
2008-09-20Clean up string munging for selecting PCX filename.Simon 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-20Add a dest_buffer pointer for the v_video code, and V_UseBuffer to allowSimon Howard
2008-09-20Add I_VideoBuffer variable for pointer to screen buffer used bySimon Howard
2008-09-11Refactor configuration file system to allow configuration file variablesSimon 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-06Split off patch code from r_defs.h into a common file. Remove dependencySimon 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-09Remove some unneeded functions from i_system.c. Make I_Error exit usingSimon Howard
2008-01-24Make lookup tables const where possible.Simon Howard
2007-06-21Revert previous change from bitshifts to divides; this causes demoSimon Howard
2007-06-16Use divides instead of bitshifts, for claritySimon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-08-06Bomb out with an error when trying to draw patches that go off the screen,Simon Howard
2005-09-17Set the default values for variables in their initialisers. Remove theSimon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard