Alex Szpakowski
|
b838d0de54
Simplified an internal Variant constructor to be more intuitive to use.
|
8 rokov pred |
Alex Szpakowski
|
8068b0f1d4
Add variant of love.graphics.captureScreenshot which takes a Channel argument.
|
8 rokov pred |
Alex Szpakowski
|
bdc6eb3b29
Fix copy/paste error in the love.filesystem.isDirectory deprecation message.
|
8 rokov pred |
Bart van Strien
|
3278ea5580
Fix compilation with lua 5.2 and 5.3
|
8 rokov pred |
Bart van Strien
|
2cde3a8227
Update autotools build for the luautf8 → lua53 rename
|
8 rokov pred |
Alex Szpakowski
|
90e86c329d
Add love.data module.
|
8 rokov pred |
Alex Szpakowski
|
bdf961e174
Improve the error message when bad values are given to love.graphics.line. Resolves issue #1345.
|
8 rokov pred |
Alex Szpakowski
|
844900db39
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
|
8 rokov pred |
Alex Szpakowski
|
1b3745b58b
Fix a crash on quit if a non-default shader is active when quitting.
|
8 rokov pred |
Alex Szpakowski
|
5f64737956
Shader:send now optionally accepts a Data object (with optional byte offset and size parameters). Resolves issue #1343.
|
8 rokov pred |
Bart van Strien
|
77663ed847
Replace love.graphics.pop("all") with love.graphics.getStackDepth (resolves #1248 again)
|
8 rokov pred |
Alex Szpakowski
|
8ea2f09a1c
Fix Fixture:getShape. Resolves issue #1319.
|
8 rokov pred |
Alex Szpakowski
|
4ee85e1793
love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table.
|
8 rokov pred |
Bart van Strien
|
a2ad1b462f
Add love.graphics.pop("all"), which pops the entire stack (resolves #1248)
|
8 rokov pred |
Alex Szpakowski
|
8a77ea1007
Improve the error message when a type other than a table is given as the 3rd arg to newCanvas.
|
8 rokov pred |
Bart van Strien
|
23929cab14
Rename love.physics getObjectList functions to getObjects (resolves #1305)
|
8 rokov pred |
Bart van Strien
|
7dae80f552
Fix return type of ParticleSystem:getAreaSpreadIsRelativeDirection, remove optional parameters from ParticleSystem:setAreaSpread (resolves #1340)
|
8 rokov pred |
Bart van Strien
|
09c1259857
Add optional timeout values to Channel:supply and Channel:demand (resolves #1344)
|
8 rokov pred |
Bart van Strien
|
7dfbfbda79
Error if ParticleSystem's particle lifetime is set to a negative value (resolves #1339)
|
8 rokov pred |
Alex Szpakowski
|
bf67d7ad0e
PHYSFS_enumerateFiles bug has been fixed post-2.1.0.
|
8 rokov pred |
Alex Szpakowski
|
b6ecdb7c78
SpriteBatches/Text objects/ParticleSystems: use glBufferData+glBufferSubData instead of glBufferData+glBufferData for orphaning streaming vertex data, on most platforms. Apparently some Android drivers have a problem with the latter.
|
8 rokov pred |
Alex Szpakowski
|
362013d3ec
Update appveyor to build both 32 bit and 64 bit versions of love for Windows.
|
8 rokov pred |
Alex Szpakowski
|
e4e4c6673e
Use PhysFS_getErrorByCode instead of PhysFS_getLastError, when available.
|
8 rokov pred |
Alex Szpakowski
|
737433d157
Update love.filesystem backend to always use PhysFS 2.1+ codepaths when available.
|
8 rokov pred |
Alex Szpakowski
|
61a8ce6a66
Remove obsolete code and hopefully fix VS2013 build
|
8 rokov pred |
Alex Szpakowski
|
b4f8f08b70
Enable (when available) and improve performance of persistently mapped buffer path for the vertex/index buffers used with automatic batching.
|
8 rokov pred |
Alex Szpakowski
|
9bb105711a
Fix a Font texture memory leak when love.window.setMode is called (resolves issue #1338).
|
8 rokov pred |
Alex Szpakowski
|
a25cf3c432
Fix deprecation UI opacity when fading out.
|
8 rokov pred |
Alex Szpakowski
|
a41f78dfe4
Simplified some compressed image parsing code.
|
8 rokov pred |
Bart van Strien
|
907630b04c
Fix cycle detection
|
8 rokov pred |