Kyle McLamb
|
4ed370b098
Update comment
|
8 tahun lalu |
Kyle McLamb
|
9a03cf10a4
Remove parsed options from the love.load arglist
|
8 tahun lalu |
Alex Szpakowski
|
2b876d33ff
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
|
8 tahun lalu |
Alex Szpakowski
|
942149f980
Merged in rcoaxil/love-audio/minor (pull request #91)
|
8 tahun lalu |
raidho36
|
16180a7e9b
That should be all.
|
8 tahun lalu |
raidho36
|
8737e2e70f
C++11 VLA usage removed, prettifyed naming.
|
8 tahun lalu |
Alex Szpakowski
|
a129982e56
Fix Texture:get/setWrap for 3D textures.
|
8 tahun lalu |
Alex Szpakowski
|
025201d0c2
Hopefully work around Array Texture intel GMA driver bug on windows (resolves issue #1265).
|
8 tahun lalu |
Alex Szpakowski
|
34f25bd6c8
ESSL: always enable standard derivative functionality (dFdx, dFdy, fwidth) when available. Added 'shaderderivatives' graphics feature enum.
|
8 tahun lalu |
Bart van Strien
|
a4a62f390a
Disable signal handling in threads (see issue #1042)
|
8 tahun lalu |
Bart van Strien
|
bf83629b4c
Fix makefile misgeneration when CDPATH is set (fixes #1212)
|
8 tahun lalu |
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 tahun lalu |
Alex Szpakowski
|
5941982422
Error if a window isn't open when love.system.set/getClipboardText are called (resolves issue #1290).
|
8 tahun lalu |
raidho36
|
157d94fae3
Effects re-made to operate on literal names instead of numerical indices.
|
8 tahun lalu |
Tanner Rogalsky
|
9084dce58f
Add bindings for setting and getting a Transform's matrix representation.
|
8 tahun lalu |
Alex Szpakowski
|
ad399cab39
Update glslang
|
8 tahun lalu |
Alex Szpakowski
|
45de7cebb6
Cleaned up some graphics code.
|
8 tahun lalu |
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 tahun lalu |
Alex Szpakowski
|
30a63b6642
Fix crashes on OpenGL ES (thanks xenthral!)
|
8 tahun lalu |
Alex Szpakowski
|
e03c763215
Fix love.graphics.drawLayer.
|
8 tahun lalu |
Alex Szpakowski
|
fe81d79c6a
Merged in bjornbytes/love/fix-kerning (pull request #87)
|
8 tahun lalu |
bjornbytes
|
4f855b5ac4
Fix newline kerning;
|
8 tahun lalu |
Alex Szpakowski
|
76a7d30f1a
Extrude font glyph quads by 1 pixel to add some antialiasing at the edges of the glyphs.
|
8 tahun lalu |
Alex Szpakowski
|
6bdbd17249
Fix colors not being applied properly in auto-batched draws
|
8 tahun lalu |
Alex Szpakowski
|
69a2da76dc
Fixed BMFont y coordinates.
|
8 tahun lalu |
Alex Szpakowski
|
0b3b58adb8
Hopefully fixed Font baseline calculation.
|
8 tahun lalu |
Alex Szpakowski
|
7694edfd52
Auto-batched draws (except for love.graphics.print, for now) are affected by 3D transforms.
|
8 tahun lalu |
Alex Szpakowski
|
955fb9b60c
Fixed love.graphics.draw(particlesystem, …) to actually use the transformation parameters.
|
8 tahun lalu |
Alex Szpakowski
|
ac697ddb0f
Clean up love’s internal Vector code a bit, and rename it to Vector2 so it’s more obvious what it is.
|
8 tahun lalu |
Alex Szpakowski
|
135d928922
Fix compilation
|
8 tahun lalu |