rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
19661eeef8
|
(svn r25911) -Add: Support for drawing dashed lines.
|
2013-10-23 19:41:20 +00:00 |
|
frosch
|
ca1469b782
|
(svn r22439) -Fix (r22291, r22426): Drawing lines of length zero failed.
|
2011-05-08 18:20:21 +00:00 |
|
frosch
|
d3f23f0fbd
|
(svn r22426) -Fix (r22291): Drawing vertical and horizontal lines of width 1 missed drawing the first pixel.
|
2011-05-05 20:20:52 +00:00 |
|
rubidium
|
7dfcc69011
|
(svn r22397) -Document: some tidbits of the blitter code
|
2011-05-01 10:15:33 +00:00 |
|
frosch
|
1db0b427d9
|
(svn r22302) -Codechange: Replace a linear search with a binary search.
|
2011-04-09 11:32:11 +00:00 |
|
frosch
|
c81c55e008
|
(svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine().
|
2011-04-02 16:39:30 +00:00 |
|
frosch
|
d0511a0f74
|
(svn r22290) -Codechange: Somewhat deduplicate one line of code.
|
2011-04-02 15:07:58 +00:00 |
|
frosch
|
81b419c7d5
|
(svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine().
|
2011-04-02 11:55:54 +00:00 |
|