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 |
vrld
|
61bf387bf9
Change love.graphics.setBackgroundColor() to accept alpha values.
|
14 years ago |
Bill Meltsner
|
cbff71d089
New font engine is implemented and appears to work perfectly. Bugs may be discovered and the internals can certainly be optimized and improved (at some point, perhaps, a less naive packing algorithm would be nice) but for now, it's good to go.
|
14 years ago |
Bill Meltsner
|
94b4319878
trashed old unnecessary font stuff - compiles, but obviously will not work yet
|
14 years ago |
vrld
|
a13b792a5c
Revert to last commit, as msvc is stuck in the last millenium
|
14 years ago |
vrld
|
08259a4a0e
Change auto.lua to create plaintext instead of hex code.
|
14 years ago |
Bill Meltsner
|
e3e4ae17d8
love.graphics.setFont no longer explodes when passed a nonexistent file (fixes issue #177)
|
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
|
cb1efac715
Wrappers now catch negative width or height in setScissor (bug #125)
|
14 years ago |
Bart van Strien
|
f4da97d46e
Add hasFocus (issue #117)
|
14 years ago |
Bart van Strien
|
cee1a95b82
Table support for setBackgroundColor (bug #113)
|
14 years ago |
Bill Meltsner
|
d131c0c883
love.graphics.newFont now errors if the specified file doesn't exist (fixes #115)
|
14 years ago |
Bart van Strien
|
a47fa1462d
Added table support for love.graphics.setColor (issue #106)
|
14 years ago |
Bill Meltsner
|
5b62692c7d
love.graphics.newImageFont now accepts an Image as its first argument
|
15 years ago |
Bart van Strien
|
b2386d7201
(Hopefully) Fixed a bug where ImageData was not seen as preconverted by newImageFont (#73)
|
15 years ago |
Bart van Strien
|
c96ade1cf0
Prevented a memory leak in the setFont wrapper
|
15 years ago |
Bart van Strien
|
639eca997d
Fixed two cases of inefficient usage of the lua api
|
15 years ago |
vrld
|
08c06f0fe0
Allow zero arguments in love.graphics.setRenderTarget(), update boot.lua.h
|
15 years ago |
vrld
|
78a793e08f
Add default width/height to love.graphics.newFramebuffer
|
15 years ago |