Alexander Szpakowski
|
0611234067
changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders
|
12 years ago |
vrld
|
85fa71c519
Make love.graphics.getFont() return (and set) default font when no font set.
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
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
|
9682ebecf9
Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set()
|
13 years ago |
vrld
|
2b7da8ea27
Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
vrld
|
cd66b01da3
Add GLSL version number check to PixelEffect::isSupported()
|
14 years ago |
vrld
|
48137cd2e1
Fix Issue #278: Set default filter mode for new images.
|
14 years ago |
vrld
|
28b4008797
Rename Framebuffer to Canvas (issue #263). Move error reporting code.
|
14 years ago |
Bart van Strien
|
4165ac7e66
Add love.event.quit
|
14 years ago |
Bart van Strien
|
bd2b190a19
Add love.graphics.isSupported
|
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 |
vrld
|
939041886c
Add masking (see issue #211). Only "hard" masks are supported, no
|
14 years ago |
rude
|
3fe9b2ff16
Reverted module selection feature. This is not really desired.
|
14 years ago |
Bill Meltsner
|
33a2110b00
added love.graphics.arc
|
14 years ago |
Bart van Strien
|
b4139ffab5
Rename loaders to fit their locations
|
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 |
Bart van Strien
|
f4da97d46e
Add hasFocus (issue #117)
|
14 years ago |
vrld
|
320ac05fd1
Fix of http://bitbucket.org/bartbes/love-fbo/issue/7
|
15 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 |
Bart van Strien
|
b8c82d51b8
Oops, that wasn't supposed to be in the repo (yet)
|
15 years ago |
Bart van Strien
|
8362e86627
First import and review of vrld's patch
|
15 years ago |
Bill Meltsner
|
176645e25d
added love.graphics.setIcon
|
15 years ago |