Bart van Strien
|
1e00f0f981
Move the default image filter to the Image class, instead of Graphics applying it on newImage
|
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
|
247f57c10b
Fix issue 246: Add line antialiasing through 'overdraw'.
|
13 years ago |
Bart van Strien
|
7c8fff979a
Create love.window, abstract SDL out of love.graphics
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
vrld
|
48137cd2e1
Fix Issue #278: Set default filter mode for new images.
|
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 |
vrld
|
24a52f056b
Add pixel effects (love-glsl)
|
14 years ago |
Bart van Strien
|
cc4f0e2661
Add love.graphics.getMode, thanks Boolsheet (issue #254)
|
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 |
Bill Meltsner
|
09ed781f66
tabs for indentation, not spaces (dammit Xcode)
|
14 years ago |
Bill Meltsner
|
c981d835d3
Cleaned up/updated love.graphics doc comments.
|
14 years ago |
vrld
|
30d6968ef9
Rename 'defineMask' to 'newMask'. Add inverted mask (issue #226).
|
14 years ago |
vrld
|
939041886c
Add masking (see issue #211). Only "hard" masks are supported, no
|
14 years ago |
vrld
|
aa5eb4380d
Add Color class.
|
14 years ago |
vrld
|
2a42c64a35
Replace line drawing via GL_LINE with custom line drawing (issue #153)
|
14 years ago |
Bill Meltsner
|
33a2110b00
added love.graphics.arc
|
14 years ago |
Bill Meltsner
|
94b4319878
trashed old unnecessary font stuff - compiles, but obviously will not work yet
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
vrld
|
e3067ff33d
Fix issue #136 - Filter for Imagefonts.
|
14 years ago |
vrld
|
28df1edf03
Code cleanup: remove unnecessary `print' routines
|
14 years ago |
Bart van Strien
|
36226401bf
Store and restore caption and mouse visibility when using setMode (bug #142)
|
14 years ago |
Bart van Strien
|
f4da97d46e
Add hasFocus (issue #117)
|
14 years ago |
Bart van Strien
|
9d35792fe5
Did the name change
|
15 years ago |
Bart van Strien
|
f87738edb5
Added first review of vrld's FBO patch
|
15 years ago |