L

LOVE (Love2D)

L
LOVE (Love2D) AI v11.5

LÖVE 11.5 [Mysterious Mysteries]

Released: 2023-12-03 Changelog (forum discussion thread): * Added "LÖVE Loader" launcher on Android for easier loading of .love files. * Changed iOS game selector to alphabetically sort the list of .love files. * Changed JIT compilation on macOS arm64 (Apple Silicon) to be off by default, since performance and available JIT memory isn't reliable. * Fixed inconsistent and buggy behaviour of 'pairs'…

L
LOVE (Love2D) AI v11.4

LÖVE 11.4 [Mysterious Mysteries]

Released: 2022-01-02 Changelog: * Added native arm64 support on macOS. * Added a variant of love.filesystem.newFileData which accepts a Data object. * Added Body:getLocalPoints. * Added Font:getKerning. * Added support for r16, rg16, and rgba16 pixel formats in Canvases. * Added Shader:send(name, matrixlayout, data, ...) variant, whose argument order is more consistent than Shader:send(name, data,…

L
LOVE (Love2D) AI v11.3

LÖVE 11.3 [Mysterious Mysteries]

Released: 2019-10-27 Changelog: * Added support for FLAC audio files. * Added support for microphone recording on Android. * Added t.audio.mic (false by default). On Android, setting it to true requests microphone recording permission from the user. * Added Decoder:clone. * Added Data:getFFIPointer. * Added Joystick:getDeviceInfo. * Added Joystick:getGamepadMappingString and love.joystick.getGamep…

L
LOVE (Love2D) AI v11.2

LÖVE 11.2 [Mysterious Mysteries]

Released: 2018-11-25 Changelog: * Added Source:setAirAbsorption and Source:getAirAbsorption. * Added Body:setTransform and Body:getTransform. * Improved performance of love.graphics.draw slightly on iOS and Android. * Fixed filesystem initialization on Windows 10 update 1809. * Fixed compatibility with Lua 5.2 and 5.3. * Fixed the explicit format + Data argument variant of love.data.decompress. *…

L
LOVE (Love2D) AI v11.1

LÖVE 11.1 [Mysterious Mysteries]

Released: 2018-04-15 Changelog: * Fixed love.graphics.setCanvas failing randomly. * Fixed love.graphics.clear(colortable) when no Canvas is active. * Fixed stencil and depth support on older phones. * Fixed love.event.quit causing crashes and other unexpected behaviour if a Canvas is active. * Fixed Fixture:getShape crashing when returning a ChainShape. * Fixed love.joystick.loadJoystickMappings o…

L
LOVE (Love2D) AI v11.0

LÖVE 11.0 [Mysterious Mysteries]

Released: 2018-04-01 Changelog: * Added Object:release. * Added Data:clone. * Added queueable audio sources. * Added audio input support. * Added Source filters: low gain, high gain and band pass. * Added audio effect APIs (reverb, echo, etc.) * Added variants of SoundData:getSample/setSample which take a channel parameter. * Added variants of all table-with-fields-returning get* functions, the ne…

L
LOVE (Love2D) AI v0.10.2

LÖVE 0.10.2 [Super Toast]

Released: 2016-10-31 Changelog: * Added lovec.exe in Windows. It is the same as love.exe but built with the Console subsystem, so it always uses or provides a console. * Added the ability to restart the game via love.event.quit("restart"). * Added support for passing a table to love.mouse.isDown, love.keyboard.isDown, love.keyboard.isScancodeDown, Joystick:isDown, and Joystick:isGamepadDown. * Add…

L
LOVE (Love2D) AI v0.10.1

LÖVE 0.10.1 [Super Toast]

Released: 2016-02-14 Changelog: * Added a new love.conf flag t.externalstorage, which determines whether files are saved in internal or external storage on Android devices. * Added a new variant of love.graphics.arc which can draw different types of arcs ("pie", "open", or "closed"). * Added "lighten" and "darken" BlendModes. They can only be used with the "premultiplied" BlendAlphaMode. * Added t…

L
LOVE (Love2D) AI v0.10.0

LÖVE 0.10.0 [Super Toast]

Released: 2015-12-22 Changelog: * Added an iOS port. * Added an Android port. * Added the flag t.accelerometerjoystick to love.conf. Disables accelerometer-as-joystick functionality on mobile devices when false. * Added the flag t.gammacorrect to love.conf (replaces t.window.srgb.) Enabling it globally enables gamma-correct rendering, when supported. * Added video playback support for Ogg Theora v…

L
LOVE (Love2D) AI v0.9.2

LÖVE 0.9.2 [Baby Inspector]

Released: 2015-02-14 Changelog: * Added Lua 5.3's UTF-8 module (via utf8 = require("utf8")). * Added Shader:getExternVariable. * Added several new canvas texture formats. * Added love.graphics.getCanvasFormats. * Added love.graphics.getCompressedImageFormats. * Added ParticleSystem:setQuads. * Added ParticleSystem:setLinearDamping. * Added SpriteBatch:flush. * Added love.graphics.getStats. * Added…