added TGA alpha support as per Boolsheet's patch in issue #156

This commit is contained in:
Bill Meltsner
2011-02-11 11:40:37 -05:00
parent 600dbaad69
commit f512bd192f
2 changed files with 4 additions and 14 deletions
+1
View File
@@ -8,6 +8,7 @@ LOVE 0.7.1 [Game Slave]
* Added filter modes for ImageFonts.
* Added dead key support by using "unknown" key with correct unicode value.
* Added 0 width and height in love.conf. (for current desktop resolution)
* Added alpha support when encoding TGA images.
* Fixed a lot of bugs regarding zero characters in threads.
* Fixed handling of a directory named "love" in current directory.