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
This commit is contained in:
Alex Szpakowski
2013-04-07 17:18:34 -03:00
parent 8a8adcce39
commit 88d64954a4
22 changed files with 846 additions and 531 deletions
+1 -2
View File
@@ -20,8 +20,6 @@
#include "ImageData.h"
#include <stdio.h>
using love::thread::Lock;
namespace love
@@ -30,6 +28,7 @@ namespace image
{
ImageData::ImageData()
: data(0)
{
mutex = thread::newMutex();
}