Alex Szpakowski
|
b3d4443f9d
Added 'drawcallsbatched' field to the table returned by love.graphics.getStats.
|
8 ani în urmă |
Alex Szpakowski
|
c37e9ed6bf
Use vector2 arrays instead of raw float arrays for graphics primitives. Simplifies the code a bit.
|
8 ani în urmă |
Alex Szpakowski
|
72ba5080fb
Update license.txt and relicense my .dds file parser code
|
8 ani în urmă |
Alex Szpakowski
|
864147c38c
love.graphics: move more platform-independent code out of the opengl backend
|
8 ani în urmă |
Alex Szpakowski
|
b568e267eb
Reorganized the ImageData decoding/encoding implementation slightly.
|
8 ani în urmă |
Alex Szpakowski
|
518ed6f524
Small code style cleanup
|
8 ani în urmă |
Alex Szpakowski
|
34ebe18f14
Use luaL_check/optinteger instead of luaL_check/optnumber when getting integer arguments to functions. Resolves issue #1251.
|
8 ani în urmă |
Alex Szpakowski
|
abcade9421
Updated the changelog
|
8 ani în urmă |
Alex Szpakowski
|
130ee7e1d9
Consolidated Image and Canvas dimension validation code.
|
8 ani în urmă |
Alex Szpakowski
|
2b876d33ff
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
|
8 ani în urmă |
Alex Szpakowski
|
942149f980
Merged in rcoaxil/love-audio/minor (pull request #91)
|
8 ani în urmă |
raidho36
|
16180a7e9b
That should be all.
|
8 ani în urmă |
raidho36
|
8737e2e70f
C++11 VLA usage removed, prettifyed naming.
|
8 ani în urmă |
Alex Szpakowski
|
a129982e56
Fix Texture:get/setWrap for 3D textures.
|
8 ani în urmă |
Alex Szpakowski
|
025201d0c2
Hopefully work around Array Texture intel GMA driver bug on windows (resolves issue #1265).
|
8 ani în urmă |
Alex Szpakowski
|
34f25bd6c8
ESSL: always enable standard derivative functionality (dFdx, dFdy, fwidth) when available. Added 'shaderderivatives' graphics feature enum.
|
8 ani în urmă |
Bart van Strien
|
a4a62f390a
Disable signal handling in threads (see issue #1042)
|
8 ani în urmă |
Bart van Strien
|
bf83629b4c
Fix makefile misgeneration when CDPATH is set (fixes #1212)
|
8 ani în urmă |
Alex Szpakowski
|
54a049e206
Restructured internal code for graphics capabilities. Added love.graphics.getTextureTypes which returns a table of Texture Type to boolean supported fields.
|
8 ani în urmă |
Alex Szpakowski
|
5941982422
Error if a window isn't open when love.system.set/getClipboardText are called (resolves issue #1290).
|
8 ani în urmă |
raidho36
|
157d94fae3
Effects re-made to operate on literal names instead of numerical indices.
|
8 ani în urmă |
Tanner Rogalsky
|
9084dce58f
Add bindings for setting and getting a Transform's matrix representation.
|
8 ani în urmă |
Alex Szpakowski
|
ad399cab39
Update glslang
|
8 ani în urmă |
Alex Szpakowski
|
45de7cebb6
Cleaned up some graphics code.
|
8 ani în urmă |
Alex Szpakowski
|
9fe81ad922
Allow a temporary/internal depth buffer to be used when a Canvas is active, similar to how temporary stencil buffers are allowed.
|
8 ani în urmă |
Alex Szpakowski
|
30a63b6642
Fix crashes on OpenGL ES (thanks xenthral!)
|
8 ani în urmă |
Alex Szpakowski
|
e03c763215
Fix love.graphics.drawLayer.
|
8 ani în urmă |
Alex Szpakowski
|
fe81d79c6a
Merged in bjornbytes/love/fix-kerning (pull request #87)
|
8 ani în urmă |
bjornbytes
|
4f855b5ac4
Fix newline kerning;
|
8 ani în urmă |
Alex Szpakowski
|
76a7d30f1a
Extrude font glyph quads by 1 pixel to add some antialiasing at the edges of the glyphs.
|
8 ani în urmă |