summaryrefslogtreecommitdiff
path: root/src/i_scale.c
AgeCommit message (Expand)Author
2015-03-26Move MSVC-specific inline definition to doomtype.hFabian Greffrath
2014-10-25Remove 1280x1000 scaling.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-02-20Mark 512x400 mode as decent quality.Simon Howard
2013-09-19Add missing newline.Simon Howard
2013-09-19Fix crash at Heretic E2 end screen (thanks Leitbild).Simon Howard
2011-06-13Merge from trunk.Simon Howard
2011-05-08Shut up compiler warnings.Simon Howard
2011-04-18Add test hack for simulating Porsche Monty's scanline emulation (seeSimon Howard
2010-08-31Merge from trunk.Simon Howard
2010-08-03When in windowed mode, allow the screen size to be dynamically resizedSimon Howard
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
2008-09-20Replace all use of screens[0] by I_VideoBuffer.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-02-05fix a few warningsRussell Rice
2008-02-04Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen).Simon Howard
2008-01-20Fix loading disk icon. Add back -1, -2, -3 command line options forSimon Howard
2008-01-20Refactor the video mode configuration system.Simon Howard
2007-06-20Add x5 screen scale (thanks MikeRS!)Simon Howard
2006-12-18Add missing copyright statement, comments.Simon Howard
2006-12-18x3, x4 aspect ratio corrected scale functions.Simon Howard
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard