Alex Szpakowski
|
25d6700361
Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts
|
12 years ago |
Alex Szpakowski
|
8c406b7a4b
Added anisotropic filtering functionality for images, consolidated mipmap methods into Image:setMipmapFilter(filtermode, sharpness, anisotropy), added love.graphics.setDefaultMipmapFilter(filtermode, sharpness, anisotropy)
|
12 years ago |
Alex Szpakowski
|
f3290d84b7
Improved error handling and error messages when love.graphics.newShader fails
|
12 years ago |
Alex Szpakowski
|
288971a3ad
Added all standard optional draw parameters to love.graphics.printf: angle, sx, sy, ox, oy, kx, and ky
|
12 years ago |
Alex Szpakowski
|
991b15d670
More renaming of "fragment" to "pixel"
|
12 years ago |
Alex Szpakowski
|
07ba81f060
Renamed all cases of "fragment shader" to "pixel shader"
|
12 years ago |
Alex Szpakowski
|
e8c6a3f77c
Slightly improved error messages when love.graphics.newShader fails
|
12 years ago |
Alex Szpakowski
|
d39bb315af
love.graphics.newScreenshot replaces alpha with full opacity by default (issue #374, thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
94f140454f
More Quad code cleanup
|
12 years ago |
Alex Szpakowski
|
17bcab4f32
Added love.graphics.getDimensions and Image/Canvas/ImageData:getDimensions (issue #566)
|
12 years ago |
Alex Szpakowski
|
4704c4e19e
Cleaned up some ParticleSystem and Quad code
|
12 years ago |
Bart van Strien
|
7efe11b11f
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
|
12 years ago |
Alex Szpakowski
|
738f471978
Fixed shader creation
|
12 years ago |
Alex Szpakowski
|
524368331d
Removed love.graphics.setColorMode
|
12 years ago |
Alex Szpakowski
|
4ae126ac44
Fixed some potential instability or crash issues
|
12 years ago |
Alex Szpakowski
|
f0ca4f6c97
Removed internal code for love.graphics.triangle and love.graphics.quad
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
Alex Szpakowski
|
395a1dbced
The "alpha" blend mode now outputs more useful/intuitive alpha values (thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
e1779897ab
Removed love.graphics.drawTest
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Alex Szpakowski
|
e16b5afa6d
Fixed love.graphics.getPointStyle
|
12 years ago |
Alex Szpakowski
|
a9211a1389
Removed direct OpenGL calls in the SDL Window module
|
12 years ago |
Bart van Strien
|
0fd4b147a4
Merge in default
|
12 years ago |
Alexander Szpakowski
|
f016840ed0
Merged in changes from main repository
|
12 years ago |
Bart van Strien
|
84b6eedf1f
Make the default point style to setPoint 'smooth' (issue #543), and fix setPointStyle ignoring normal operation
|
12 years ago |
Alexander Szpakowski
|
e24d721381
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
|
12 years ago |
Alexander Szpakowski
|
8fdd6cbbb2
Merged in from main repository (originally from love-mipmap fork)
|
12 years ago |
rude
|
c03e35b6cc
Merge default branch.
|
12 years ago |
Alexander Szpakowski
|
3e3f5c6bdd
Minor tweaks, balanced disable/enable clientstate calls in SpriteBatches
|
12 years ago |
Alexander Szpakowski
|
808a09f786
Changed shader source list from a vector of sources to a map of shader types to source codes
|
12 years ago |