vrld
|
9c9b1810b7
Decrese core-line width when overdrawing to preserve original line width.
|
13 years ago |
vrld
|
b0fbff108c
Better line smoothing.
|
13 years ago |
vrld
|
cde8b92113
Remove some type conversion warnings.
|
13 years ago |
vrld
|
a7e040001b
Reset current color after drawing smooth lines.
|
13 years ago |
Bart van Strien
|
864c800e10
Fix some warnings
|
13 years ago |
vrld
|
247f57c10b
Fix issue 246: Add line antialiasing through 'overdraw'.
|
13 years ago |
Bill Meltsner
|
bc278cf2b8
love.graphics.arc is now better and actually draws in the right direction
|
13 years ago |
Bart van Strien
|
53e010a832
Remove all uses of LOVE_UNUSED, and simply not name the arguments instead
|
13 years ago |
Bart van Strien
|
7c8fff979a
Create love.window, abstract SDL out of love.graphics
|
13 years ago |
Bart van Strien
|
5fb4f2c63d
Request ALL the bits
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bill Meltsner
|
57f9cf439e
Add LOVE_UNUSED macro to stamp out all those "unused parameter" warnings
|
14 years ago |
vrld
|
ce9e694acc
Make setDefaultImageFilter() not break image:setFilter() (thanks adrix89!)
|
14 years ago |
vrld
|
48137cd2e1
Fix Issue #278: Set default filter mode for new images.
|
14 years ago |
Bart van Strien
|
bee9d49515
Add premultiplied blending
|
14 years ago |
Bart van Strien
|
190e11d016
Move wrapping to Font::getWrap and make printf use that (fixes issue #230)
|
14 years ago |
Bart van Strien
|
5c43ba2779
More float quad work (issue #285)
|
14 years ago |
vrld
|
ec2cf3fbe9
Rename Mask to Stencil
|
14 years ago |
vrld
|
28b4008797
Rename Framebuffer to Canvas (issue #263). Move error reporting code.
|
14 years ago |
rude
|
e1d1ebb2f1
Fix warnings in MSVC 2010.
|
14 years ago |
vrld
|
24a52f056b
Add pixel effects (love-glsl)
|
14 years ago |
vrld
|
b1c5b948c3
Fix issue #259: oy ignored in love.graphics.drawq
|
14 years ago |
Bart van Strien
|
94d16c095c
Always check if the fsaa succeeded
|
14 years ago |
Bart van Strien
|
cc4f0e2661
Add love.graphics.getMode, thanks Boolsheet (issue #254)
|
14 years ago |
vrld
|
6ea187b2f1
Use *ARB versions for VBOs in SpriteBatch. Throw error if SpriteBatch not
|
14 years ago |
vrld
|
d420d68048
Add shear transformation and transform object (issue #152).
|
14 years ago |
Bart van Strien
|
43a6357b54
Use correct height for y correction in set/getScissor (bug #234)
|
14 years ago |
Bart van Strien
|
efb8efb45e
Prevent overflows and underflows in love.graphics.push and love.graphics.pop (bug #118)
|
14 years ago |
vrld
|
30d6968ef9
Rename 'defineMask' to 'newMask'. Add inverted mask (issue #226).
|
14 years ago |
Bart van Strien
|
1a340cd6a0
Do not wrap when a single word is longer than the wrap limit.
|
14 years ago |