This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-16 00:02:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d50cf0ac4a6b8e0ff7b4fb8e6df1cf3d8089ba5e
love
/
src
T
History
Alex Szpakowski
d50cf0ac4a
Prevent linear filtering on RGBA32F images when the system doesn't support it.
...
--HG-- branch : minor
2016-05-22 15:59:09 -03:00
..
common
ImageData (and Images loaded from them) now support different data formats. Resolves issue
#1048
.
2016-05-22 15:28:20 -03:00
libraries
ImageData (and Images loaded from them) now support different data formats. Resolves issue
#1048
.
2016-05-22 15:28:20 -03:00
modules
Prevent linear filtering on RGBA32F images when the system doesn't support it.
2016-05-22 15:59:09 -03:00
scripts
Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string.
2016-03-28 19:28:40 -03:00
love.cpp
Fixed love.event.quit on un-fused iOS games to properly exit to the game list instead of just restarting the current game.
2016-04-10 22:11:28 -03:00