Bart van Strien
|
499844bffe
Mention automagic being unnecessary when using a source release (resolves #1382)
|
7 年之前 |
Bart van Strien
|
d60849a9d5
Fix looping in File:lines on opened files (resolves #1377)
|
7 年之前 |
Bart van Strien
|
fc9fcd2626
Prevent needless seeking in File:lines on closed files (issue #1377)
|
7 年之前 |
Alex Szpakowski
|
53872d813a
Don't error when love.joystick.loadGamepadMappings is given an empty string/file, since saveGamepadMappings can produce that. Resolves issue #1375.
|
7 年之前 |
Alex Szpakowski
|
a361b5c330
Fix invalid base64 produced by love.data.encode when the input data has byte values greater than 252. Resolves issue #1374.
|
7 年之前 |
Bart van Strien
|
2f17cab3b4
Prevent out-of-bounds access in Text:add when an empty string is added (fixes #1372)
|
7 年之前 |
Alex Szpakowski
|
d37c53584e
Fixed the mipmaps flag in love.graphics.newImage; cleaned up a bit of vector code in love.math.isConvex.
|
7 年之前 |
Alex Szpakowski
|
a461f2d7af
Improve the error message when love.filesystem.init fails.
|
7 年之前 |
Alex Szpakowski
|
0bc820ee0e
Merged in cigumo/love (pull request #99)
|
7 年之前 |
Alex Szpakowski
|
a2454d74cd
Fix some DPI scale calculations to work with depth-only rendering.
|
7 年之前 |
Alex Szpakowski
|
9dd1293f09
Updated changelog
|
7 年之前 |
Alex Szpakowski
|
c798cce89d
Improve the error message given when love.event pumping functions are called with a Canvas active.
|
7 年之前 |
Alex Szpakowski
|
39201af79f
Improve the error message when an invalid layer or face index is given in love.graphics.setMode.
|
7 年之前 |
Alex Szpakowski
|
4d5c4ef807
Fix Body:isTouching.
|
7 年之前 |
Alex Szpakowski
|
02e115c339
Add Body:isTouching(otherbody). See issue #1365.
|
7 年之前 |
Alex Szpakowski
|
ac52666c6f
Rename ParticleSystem:setAreaSpread to setEmissionArea, and move the functionality from setAreaSpreadAngle/setAreSpreadIsRelativeDirection into setEmissionArea. Resolves issue #1311.
|
7 年之前 |
Alex Szpakowski
|
2459752c06
Add support for partial Image updates via Image:replacePixels(imagedata [, sliceindex, mipmap, x, y]) with a smaller-sized ImageData.
|
7 年之前 |
Alex Szpakowski
|
22f72c7da6
Fix a crash in Image:replacePixels when a different ImageData is given than the one that created the Image.
|
7 年之前 |
Alex Szpakowski
|
68f561dcc7
Fix love.data.decompress when passing in a CompressedData.
|
7 年之前 |
Alex Szpakowski
|
6808968893
Fix an issue when calculating the number of mipmaps for a volume/3D texture.
|
7 年之前 |
Alex Szpakowski
|
08b3635e4e
enet: Fix a memory leak when peer:send fails (thanks pfirsich!)
|
7 年之前 |
Alex Szpakowski
|
f66753fec2
Windows: redirect stdout to the parent command prompt when love.exe --version is run.
|
7 年之前 |
Alex Szpakowski
|
3857d09132
Don't use persistently mapped buffers on Intel Ivy Bridge GPUs on Windows. glClientWaitSync can hang with those drivers, apparently.
|
7 年之前 |
Bart van Strien
|
fd514d8176
Update some more copyright notices
|
7 年之前 |
Bart van Strien
|
e80247c191
Happy new year! ✨
|
7 年之前 |
Alex Szpakowski
|
55822489cf
Fix resuming streaming sources. Resolves issue #1362.
|
7 年之前 |
Alex Szpakowski
|
a5ca04bb57
macOS: Update the capitalization of ogg/vorbis/theora frameworks. Resolves issue #1320.
|
7 年之前 |
Alex Szpakowski
|
dd59803ad3
Error when invalid setting names are used in the tables passed to love.graphics.newCanvas and newImage. See issue #1312.
|
7 年之前 |
Alex Szpakowski
|
1f52abf619
Fix love.audio.play(staticsources) when the sources have been paused. Resolves issue #1363.
|
7 年之前 |
Alex Szpakowski
|
7ff428b64f
Fix love.graphics.newImage(compressedimagedata, settings) to respect the mipmaps boolean flag instead of always using the compressed texture's mipmaps if it has any.
|
7 年之前 |