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 |
vrld
|
5ae3573c32
Merge error message changes
|
15 years ago |
vrld
|
320ac05fd1
Fix of http://bitbucket.org/bartbes/love-fbo/issue/7
|
15 years ago |
vrld
|
9dea5e638f
More descriptive error messages
|
15 years ago |
vrld
|
f97d087158
Framebuffer status handling
|
15 years ago |
Bart van Strien
|
9d35792fe5
Did the name change
|
15 years ago |
Matthias Richter
|
e5c2f063e8
Add human readable error strings when creating the Fbo failed
|
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 |
[email protected]
|
a349c9f85a
Applied aq1018's fix for newFont and setFont (as partly described in ticket #232)
|
15 years ago |
Bill Meltsner
|
f8f812a719
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
|
15 years ago |
Bill Meltsner
|
7c33786100
fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them)
|
15 years ago |
[email protected]
|
736f7ab1a2
love.thread can now share full userdata
|
15 years ago |
rude
|
64dbfbd9eb
Added exception catcher for love.graphics.newFont.
|
15 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
Bill Meltsner
|
8de70ca2aa
added polyline support to love.graphics.line (the syntax is the same as love.graphics.polygon - either a list or a table of vertices)
|
15 years ago |
rude
|
cd24dbcb8e
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
|
15 years ago |
rude
|
c5e8308d5f
Fixed wrapper bugs in setLine and setPoint.
|
15 years ago |
rude
|
e0d3e3b33d
Fixed bug in love.graphics.quad.
|
15 years ago |
rude
|
05439961d2
Font can now be omitted from setFont/newFont to use the default font.
|
15 years ago |
rude
|
0df1aeb0f3
Changed how scripts are embedded.
|
16 years ago |
[email protected]
|
d22d268c92
Fixed some constants
|
16 years ago |