Alex Szpakowski
|
b19a8ab67e
RecordingDevice:start has default arguments (resolves issue #1296).
|
8 年 前 |
Bart van Strien
|
7fa8fe7572
Fix replacement when using love.joystick.setGamepadMapping (issue #1298)
|
8 年 前 |
Alex Szpakowski
|
94ce558126
require now looks for both .dylib and .so extensions for C dynamic libraries in macOS, instead of just .so.
|
8 年 前 |
Bart van Strien
|
6f7fe0611b
Fix broken audio when attempting to stop or pause multiple sources, when not all of them were playing
|
8 年 前 |
Bart van Strien
|
9ee11409c5
Add vararg versions of love.audio.play/pause/stop (fixes #1295)
|
8 年 前 |
Alex Szpakowski
|
d578c35f4a
Fix love.graphics.circle (thanks xenthral!)
|
8 年 前 |
Alex Szpakowski
|
2eb9b3bdcd
love.timer.step now returns the calculated dt directly.
|
8 年 前 |
Alex Szpakowski
|
ef5897b22c
Seed love.math.random when the math module is loaded, instead of in love.run.
|
8 年 前 |
Alex Szpakowski
|
d1d6fb6f68
Update stb_image from 2.12 to 2.16.
|
8 年 前 |
Alex Szpakowski
|
b3d4443f9d
Added 'drawcallsbatched' field to the table returned by love.graphics.getStats.
|
8 年 前 |
Alex Szpakowski
|
c37e9ed6bf
Use vector2 arrays instead of raw float arrays for graphics primitives. Simplifies the code a bit.
|
8 年 前 |
Alex Szpakowski
|
72ba5080fb
Update license.txt and relicense my .dds file parser code
|
8 年 前 |
Alex Szpakowski
|
864147c38c
love.graphics: move more platform-independent code out of the opengl backend
|
8 年 前 |
Alex Szpakowski
|
b568e267eb
Reorganized the ImageData decoding/encoding implementation slightly.
|
8 年 前 |
Alex Szpakowski
|
518ed6f524
Small code style cleanup
|
8 年 前 |
Alex Szpakowski
|
34ebe18f14
Use luaL_check/optinteger instead of luaL_check/optnumber when getting integer arguments to functions. Resolves issue #1251.
|
8 年 前 |
Alex Szpakowski
|
abcade9421
Updated the changelog
|
8 年 前 |
Alex Szpakowski
|
130ee7e1d9
Consolidated Image and Canvas dimension validation code.
|
8 年 前 |
Alex Szpakowski
|
2b876d33ff
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
|
8 年 前 |
Alex Szpakowski
|
942149f980
Merged in rcoaxil/love-audio/minor (pull request #91)
|
8 年 前 |
raidho36
|
16180a7e9b
That should be all.
|
8 年 前 |
raidho36
|
8737e2e70f
C++11 VLA usage removed, prettifyed naming.
|
8 年 前 |
Alex Szpakowski
|
a129982e56
Fix Texture:get/setWrap for 3D textures.
|
8 年 前 |
Alex Szpakowski
|
025201d0c2
Hopefully work around Array Texture intel GMA driver bug on windows (resolves issue #1265).
|
8 年 前 |
Alex Szpakowski
|
34f25bd6c8
ESSL: always enable standard derivative functionality (dFdx, dFdy, fwidth) when available. Added 'shaderderivatives' graphics feature enum.
|
8 年 前 |
Bart van Strien
|
a4a62f390a
Disable signal handling in threads (see issue #1042)
|
8 年 前 |
Bart van Strien
|
bf83629b4c
Fix makefile misgeneration when CDPATH is set (fixes #1212)
|
8 年 前 |
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 年 前 |
Alex Szpakowski
|
5941982422
Error if a window isn't open when love.system.set/getClipboardText are called (resolves issue #1290).
|
8 年 前 |
raidho36
|
157d94fae3
Effects re-made to operate on literal names instead of numerical indices.
|
8 年 前 |