Alex Szpakowski
|
d7802b053b
Removed love.graphics.setAlphaTest: incompatible with OpenGL ES 2+, core OpenGL 3+, and Direct3D 10+. Shaders can accomplish the same things and more.
|
12 년 전 |
Alex Szpakowski
|
57aa632841
Added love.graphics.getMaxImageSize
|
12 년 전 |
Alex Szpakowski
|
454ba9d968
love.graphics.newGeometry now takes an optional draw mode argument ("fan", "strip", or "triangles".) "fan" is the default.
|
12 년 전 |
Alex Szpakowski
|
0a1c90f2d7
Removed love.graphics.setLine and love.graphics.setPoint.
|
12 년 전 |
Alex Szpakowski
|
8718e064e0
Fixed love.graphics.print[f] truncating strings with embedded zeros
|
12 년 전 |
Alex Szpakowski
|
c0998cd996
Fixed love.graphics.setScissor when love.graphics.setCanvas is called directly after a setScissor call
|
12 년 전 |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 년 전 |
vrld
|
13dd8d3199
Faster (and less WTF-ish) computation of current pixel size for line drawing.
|
12 년 전 |
Alex Szpakowski
|
63404f7097
Added love.graphics.getRendererInfo(infotype). Useful for creating more informative error reports and advanced debugging.
|
12 년 전 |
Alex Szpakowski
|
8b50dd499b
Removed now-unnecessary optional filter parameters from love.graphics.newImageFont
|
12 년 전 |
vrld
|
71317c4359
Add Geometries (replaces Quads).
|
12 년 전 |
Alex Szpakowski
|
7391d9821f
Merged love.graphics.origin into default (issue #124)
|
12 년 전 |
Alex Szpakowski
|
c7838b78b6
Added love.graphics.setAlphaTest (issue #534)
|
12 년 전 |
Alex Szpakowski
|
5301026f3c
Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy.
|
12 년 전 |
Alex Szpakowski
|
23a0f3a69c
Merged love-experiments/love.graphics.setColorMask into default
|
12 년 전 |
Alex Szpakowski
|
2009124cf9
Reworked internal anisotropic filtering code to be more concise and intuitive
|
12 년 전 |
Alex Szpakowski
|
7e753a0acb
Renamed love.graphics.setDefaultImageFilter to love.graphics.setDefaultFilter
|
12 년 전 |
Alex Szpakowski
|
25d6700361
Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts
|
12 년 전 |
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 년 전 |
Alex Szpakowski
|
288971a3ad
Added all standard optional draw parameters to love.graphics.printf: angle, sx, sy, ox, oy, kx, and ky
|
12 년 전 |
Alex Szpakowski
|
1172d5b836
love.graphics.newScreenshot now uses the size of the current canvas (if applicable), instead of adding transparency or clipping to match the screen size
|
12 년 전 |
Alex Szpakowski
|
d39bb315af
love.graphics.newScreenshot replaces alpha with full opacity by default (issue #374, thanks Boolsheet)
|
12 년 전 |
Alex Szpakowski
|
524368331d
Removed love.graphics.setColorMode
|
12 년 전 |
Alex Szpakowski
|
f0ca4f6c97
Removed internal code for love.graphics.triangle and love.graphics.quad
|
12 년 전 |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 년 전 |
Alex Szpakowski
|
e5670e69b3
Added love.graphics.setColorMask(r, g, b, a) and love.graphics.getColorMask()
|
12 년 전 |
Alex Szpakowski
|
083218742a
Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)
|
12 년 전 |
Alex Szpakowski
|
a68bdfe7a2
Constified many Graphics and Window methods
|
12 년 전 |
Alex Szpakowski
|
e1779897ab
Removed love.graphics.drawTest
|
12 년 전 |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 년 전 |