Bart van Strien
|
a2ad1b462f
Add love.graphics.pop("all"), which pops the entire stack (resolves #1248)
|
8 년 전 |
Alex Szpakowski
|
8a77ea1007
Improve the error message when a type other than a table is given as the 3rd arg to newCanvas.
|
8 년 전 |
Bart van Strien
|
23929cab14
Rename love.physics getObjectList functions to getObjects (resolves #1305)
|
8 년 전 |
Bart van Strien
|
7dae80f552
Fix return type of ParticleSystem:getAreaSpreadIsRelativeDirection, remove optional parameters from ParticleSystem:setAreaSpread (resolves #1340)
|
8 년 전 |
Bart van Strien
|
09c1259857
Add optional timeout values to Channel:supply and Channel:demand (resolves #1344)
|
8 년 전 |
Bart van Strien
|
7dfbfbda79
Error if ParticleSystem's particle lifetime is set to a negative value (resolves #1339)
|
8 년 전 |
Alex Szpakowski
|
bf67d7ad0e
PHYSFS_enumerateFiles bug has been fixed post-2.1.0.
|
8 년 전 |
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 년 전 |
Alex Szpakowski
|
362013d3ec
Update appveyor to build both 32 bit and 64 bit versions of love for Windows.
|
8 년 전 |
Alex Szpakowski
|
e4e4c6673e
Use PhysFS_getErrorByCode instead of PhysFS_getLastError, when available.
|
8 년 전 |
Alex Szpakowski
|
737433d157
Update love.filesystem backend to always use PhysFS 2.1+ codepaths when available.
|
8 년 전 |
Alex Szpakowski
|
61a8ce6a66
Remove obsolete code and hopefully fix VS2013 build
|
8 년 전 |
Alex Szpakowski
|
b4f8f08b70
Enable (when available) and improve performance of persistently mapped buffer path for the vertex/index buffers used with automatic batching.
|
8 년 전 |
Alex Szpakowski
|
9bb105711a
Fix a Font texture memory leak when love.window.setMode is called (resolves issue #1338).
|
8 년 전 |
Alex Szpakowski
|
a25cf3c432
Fix deprecation UI opacity when fading out.
|
8 년 전 |
Alex Szpakowski
|
a41f78dfe4
Simplified some compressed image parsing code.
|
8 년 전 |
Bart van Strien
|
907630b04c
Fix cycle detection
|
8 년 전 |
Bart van Strien
|
5fbaf2a92a
Update changelog
|
8 년 전 |
Bart van Strien
|
5ddc89a033
Added cycle detection to Variant
|
8 년 전 |
Alex Szpakowski
|
d35f69bcff
Fix the deprecation list UI to respect love.setDeprecationOutput.
|
8 년 전 |
Muh Muhten
|
dda0200ffe
Use proper type checking for coordinate arguments in love.graphics.points/line/polygon. Resolves issue #1325.
|
8 년 전 |
Alex Szpakowski
|
23c9edcc52
Hopefully fix the build
|
8 년 전 |
Alex Szpakowski
|
9d0e984c3d
Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641.
|
8 년 전 |
Alex Szpakowski
|
fcd9f1526c
Use different output messages for deprecated methods versus functions.
|
8 년 전 |
Alex Szpakowski
|
3128a127cf
Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302).
|
8 년 전 |
Alex Szpakowski
|
d8eb6e6012
Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324).
|
8 년 전 |
Alex Szpakowski
|
bf6983beac
Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them.
|
8 년 전 |
Alex Szpakowski
|
0325663283
Fix build
|
8 년 전 |
Alex Szpakowski
|
de28c6e6a8
Add the ability to have formally deprecated functions.
|
8 년 전 |
Alex Szpakowski
|
324ef8f690
Remove an unused variable.
|
8 년 전 |