vrld
|
d5dce6284f
Fix issue #294: Canvas not working when not rendering to default render target.
|
14 years ago |
Bart van Strien
|
cc7b6431eb
Change default segments for l.g.circle to max(10, r)
|
14 years ago |
Bart van Strien
|
5c43ba2779
More float quad work (issue #285)
|
14 years ago |
Bart van Strien
|
b14ca78109
Add string mapping for spritebatch usage parameter (issue #264)
|
14 years ago |
Bart van Strien
|
f0dad41f39
Switch quads over to floats instead of ints (issue #285)
|
14 years ago |
vrld
|
ec2cf3fbe9
Rename Mask to Stencil
|
14 years ago |
vrld
|
cbe2d12db7
Use singular in l.g.isSupported()
|
14 years ago |
vrld
|
af1e8761fa
Change l.g.isSupported('framebuffer') to l.g.isSupported('canvas')
|
14 years ago |
vrld
|
28b4008797
Rename Framebuffer to Canvas (issue #263). Move error reporting code.
|
14 years ago |
rude
|
480f936815
Added 'VertexBuffer' abstraction. SpriteBatches are now always supported.
|
14 years ago |
Bart van Strien
|
620d359331
Add getRenderTarget (issue #257)
|
14 years ago |
rude
|
e1d1ebb2f1
Fix warnings in MSVC 2010.
|
14 years ago |
Bart van Strien
|
3c5c4ee604
Add SpriteBatch support to love.graphics.isSupported
|
14 years ago |
Bart van Strien
|
bd2b190a19
Add love.graphics.isSupported
|
14 years ago |
vrld
|
7b6836466e
Add missing files
|
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
|
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
|
b90771d44a
Fail gracefully on a utf-8 decoding error (bug #244)
|
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 |
Bill Meltsner
|
a763fc8863
some more cleanup
|
14 years ago |
vrld
|
939041886c
Add masking (see issue #211). Only "hard" masks are supported, no
|
14 years ago |
vrld
|
1b8b144bc8
Fix polygon drawing: index of coordinates was off by one.
|
14 years ago |
rude
|
3fe9b2ff16
Reverted module selection feature. This is not really desired.
|
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 |
Bart van Strien
|
b4139ffab5
Rename loaders to fit their locations
|
14 years ago |