aboutsummaryrefslogtreecommitdiff
path: root/graphics/primitives.cpp
AgeCommit message (Collapse)Author
2020-01-11GRAPHICS: Fix arguments order in drawRectScott Percival
2019-12-25DIRECTOR: Added drawing for QuickDraw cast membersEugene Sandulenko
2019-09-07HDB: Remove useless returnsStrangerke
2018-09-08GRAPHICS: Simplify trig usage in primitivesDavid Fioramonti
Combined if statements and simplified trig. cos(atan2(y,x)) = x / sqrt(x^2 + y^2) and sin(atan2(y,x)) = y / sqrt(x^2 + y^2).
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-08-25GRAPHICS: Correcting think line thicknessEugene Sandulenko
2016-08-25GRAPHICS: Fix potential rounding errors in the h/v thick line drawingEugene Sandulenko
2016-08-25GRAPHICS: Fix discrepancy in the thick line drawing functionFilippos Karapetis
The shortcuts for horizontal and vertical lines should draw the extra thickness pixels around the line, not below it or to the right
2016-02-19GRAPHICS: Silence some false positive MSVC warningsFilippos Karapetis
2016-02-14GRAPHICS: Fully fix compilation under MSVCMartin Kiewitz
2016-02-14GRAPHICS: Fix compilation under MSVCEugene Sandulenko
2016-02-14GRAPHICS: Fix regression in polygon drawingEugene Sandulenko
2016-02-14GRAPHICS: Use our own sort instead of bubbleEugene Sandulenko
2016-02-14GRAPHICS: Move generic primitives from WAGE engineEugene Sandulenko
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-10-27GRAPHICS: Make drawThickLine take a thickness in both x and y directionsMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2008-01-05Converted some spaces to tabs.Torbjörn Andersson
svn-id: r30225
2007-12-19Replaced sqrtf by sqrt (the former causes more problems than the tiny ↵Max Horn
potential improvement is worth it) svn-id: r29905
2007-12-19Include SQRTFS missing fix also for Symbian OSLars Persson
svn-id: r29904
2007-12-09Fixed typosMax Horn
svn-id: r29793
2007-12-09Fix for bug #1845876: MACOSX 10.2.8: sqrtf undefinedMax Horn
svn-id: r29791
2007-11-25An attempt to implement thick line drawing.Eugene Sandulenko
svn-id: r29639
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-04-14Use const keyword to help compiler optimize codeMax Horn
svn-id: r21866
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20519
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-04-27Patch #1186744 (Common line-drawing function)Max Horn
svn-id: r17842