rude
|
6da3105fe2
|
Fix some pointer type conversion errors in MSVC.
--HG--
branch : minor
|
2014-04-23 22:31:56 +02: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
|
2ee869b0e8
|
Fixed some compiler warnings
|
2013-12-07 05:07:54 -04:00 |
|
Alex Szpakowski
|
4c4a385ce6
|
Updated CompressedData to store its data in a single block of memory, like other Data objects
|
2013-08-29 16:24:13 -03:00 |
|
Alex Szpakowski
|
96a668ecf3
|
Renamed CompressedData:getType to CompressedData:getFormat
|
2013-08-17 14:30:23 -03:00 |
|
Alex Szpakowski
|
e19ade38ab
|
Added support for BC4 (aka 3Dc+) compressed textures
|
2013-07-28 17:20:24 -03:00 |
|
Alex Szpakowski
|
01666f6c29
|
love.image.isCompressed now compares file extensions in a case-insensitive manner
|
2013-06-30 15:48:47 -03: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
|
03f5bd9a5a
|
Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds"))
|
2013-06-14 08:43:07 -03:00 |
|
Alex Szpakowski
|
0a36c41ba0
|
Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library
|
2013-06-09 16:31:02 -03:00 |
|
Alex Szpakowski
|
7ab3809165
|
Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code
|
2013-05-07 15:23:26 -03:00 |
|
Alex Szpakowski
|
ce59756463
|
Fixed a case-sensitivity typo
|
2013-04-18 04:57:50 -03:00 |
|
Alex Szpakowski
|
ab2c4aca7e
|
Removed an unused graphics Image method
--HG--
branch : image-CompressedData
|
2013-04-08 21:58:20 -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 |
|