Bart van Strien
|
d24c0344c8
Make second argument to setDefaultImageFilter Image:setFilter and Image:setWrap optional, and default to the first
|
13 years ago |
vrld
|
48f5afcc0e
Throw error if invalid canvas type was supplied in l.g.newCanvas()
|
13 years ago |
vrld
|
ccdf6e1c00
Fix Issue #476: Add HDR Canvas (thanks, Alexander Szpakowski!).
|
13 years ago |
Bart van Strien
|
148b0c2f6d
Correctly read filter modes in newImageFont when the implicit newRasterizer is used (issue #437)
|
13 years ago |
Bart van Strien
|
b10bc87b9a
Make love.graphics.setCanvas(nil) error
|
13 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 |
Bart van Strien
|
1a89622262
Fonts and ImageFonts now use the default image filter, newImageFont gets a second and third argument, to optionally specify the filters
|
13 years ago |
Bill Meltsner
|
fc6a9df304
Report lack of support for the subtract blendmode through the Blue Screen of LÖVE instead of stderr spam.
|
13 years ago |
Bill Meltsner
|
57b4d2c5b9
Add support for falling back to glBlendEquationEXT if necessary.
|
13 years ago |
vrld
|
e02a2679c2
Add love.graphics.getPixelEffect() (issue #372) -- thanks, slime73!
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
e0b420c988
Properly export love modules to lua, package.loaded is correct now
|
13 years ago |
vrld
|
6178aea6ef
Discard active stencil when switching canvas.
|
13 years ago |
Bart van Strien
|
864c800e10
Fix some warnings
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
14 years ago |
Bill Meltsner
|
bc278cf2b8
love.graphics.arc is now better and actually draws in the right direction
|
14 years ago |
Bart van Strien
|
951d420db7
Eliminate more warnings
|
14 years ago |
Bart van Strien
|
e37470f54d
No more Font:set(), instead love.graphics.setNewFont
|
14 years ago |
Bart van Strien
|
9682ebecf9
Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set()
|
14 years ago |
Bart van Strien
|
7c8fff979a
Create love.window, abstract SDL out of love.graphics
|
14 years ago |
vrld
|
2b7da8ea27
Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas
|
14 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
14 years ago |
vrld
|
7a513e1434
Make love::Exception safe(r).
|
14 years ago |
vrld
|
aedf532cdc
Fix 3/4 of issue #327: memory allocation issues.
|
14 years ago |
vrld
|
f296fbb903
Add format guard
|
14 years ago |
Bart van Strien
|
d8b1d67a34
Centralize NPOT support check for image, export it to isSupported
|
14 years ago |
vrld
|
48137cd2e1
Fix Issue #278: Set default filter mode for new images.
|
14 years ago |
Bill Meltsner
|
4f4fbae9a5
Properly #include DrawQable in wrap_Graphics.cpp
|
14 years ago |