vrld
|
26780681ea
Remove artifacts at line endings (see 4f9c5db78143).
|
13 years ago |
vrld
|
b5f3addd35
Remove antialiasing artifacts when drawing lines at a very big scale.
|
13 years ago |
Bill Meltsner
|
b956813e8e
Freeze, Allman police!
|
13 years ago |
Bill Meltsner
|
fc6a9df304
Report lack of support for the subtract blendmode through the Blue Screen of LÖVE instead of stderr spam.
|
13 years ago |
Bill Meltsner
|
57b4d2c5b9
Add support for falling back to glBlendEquationEXT if necessary.
|
13 years ago |
Bill Meltsner
|
d69ec266be
Call PixelEffect::detach() in Graphics::reset, not Graphics::clear (fixes issue #379)
|
13 years ago |
Bill Meltsner
|
84634affd5
Make love.graphics.toggleFullscreen properly handle graphics state.
|
13 years ago |
Bill Meltsner
|
8f781e9f13
Add "combine" color mode, for colorizing images (see https://love2d.org/forums/viewtopic.php?f=4&t=7648 )
|
13 years ago |
Bill Meltsner
|
a0be14869f
Fix state saving to handle any blend/colormode
|
13 years ago |
vrld
|
1a9eafb76a
Fix buffer over-read in draw_overdraw() (thanks, Boolsheet!).
|
13 years ago |
Bart van Strien
|
2ac4a9e6d0
Manually keep track of bound textures, so we don't have to poll each frame
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
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 |