Alex Szpakowski
|
8d0654a6a7
|
Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount.
--HG--
branch : minor
|
2014-10-18 20:30:36 -03:00 |
|
Alex Szpakowski
|
f3701dc0e1
|
Fixed ImageData:encode
--HG--
branch : minor
|
2014-05-29 00:27:40 -03:00 |
|
Alex Szpakowski
|
eca8c17a69
|
Removed the DevIL backend from love.image. Replaced it with PNG and JPEG encoders/decoders via LodePNG, zlib, and libjpeg-turbo.
PNG and JPEG are now the only two supported image formats, aside from compressed DDS (DXT, etc.)
--HG--
branch : minor
|
2014-04-22 17:11:59 -03:00 |
|
Alex Szpakowski
|
a3afb1a9ca
|
Refactored the ImageData decoding/encoding backends a bit
|
2014-03-02 03:17:47 -04:00 |
|
Alex Szpakowski
|
3120a0e650
|
Goodbye 2013, hello 2014!
|
2014-01-03 17:28:58 -04:00 |
|
Alex Szpakowski
|
b04a2fee87
|
Improved performance when using ImageData methods in multiple threads when ImageData:encode is called
|
2013-06-26 03:42:42 -03:00 |
|
Alex Szpakowski
|
f25efcc8af
|
Improved performance and reduced temporary memory usage of love.graphics.newScreenshot and Canvas:getImageData
|
2013-06-15 22:07:16 -03:00 |
|
Alex Szpakowski
|
7403245715
|
Cosmetic code improvements
--HG--
branch : image-CompressedData
|
2013-04-07 22:58:08 -03:00 |
|
Alex Szpakowski
|
88d64954a4
|
Replaced the devil love.image module with love.image.magpie, which can decide which image library to use in a similar manner to love.sound.lullaby. Some rough edges still exist.
love.filesystem.newFileData now accepts filepaths and File objects.
--HG--
branch : image-CompressedData
|
2013-04-07 17:18:34 -03:00 |
|