Alex Szpakowski
|
d0300a4fa7
|
Made the TurboJPEG code for decoding and encoding images disable-able.
--HG--
branch : minor
|
2015-02-18 00:18:47 -04:00 |
|
Alex Szpakowski
|
a7e4148869
|
Merged default into minor
--HG--
branch : minor
|
2015-01-16 15:47:26 -04:00 |
|
Alex Szpakowski
|
52b62e8620
|
Fixed a case of using new[]/delete[] when malloc/free should have been used.
--HG--
branch : minor
|
2014-08-27 21:53:33 -03:00 |
|
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 |
|