Difference between revisions of "0.6.2"
(Created page with '== Changes from 0.6.1 == * Fixed a bug causing ImageFonts to cut off some pixels. * Fixed a bug where filled rectangles were too small. * Fixed a bug in Image:setFilter where it…') |
m |
||
Line 1: | Line 1: | ||
− | == Changes from 0.6.1 == | + | [http://sourceforge.net/projects/love/files/love/love-0.6.2/ Download 0.6.2 from SourceForge] |
− | + | == Changes from [[0.6.1]] == | |
* Fixed a bug causing ImageFonts to cut off some pixels. | * Fixed a bug causing ImageFonts to cut off some pixels. | ||
* Fixed a bug where filled rectangles were too small. | * Fixed a bug where filled rectangles were too small. |
Revision as of 16:34, 6 March 2010
Download 0.6.2 from SourceForge
Changes from 0.6.1
- Fixed a bug causing ImageFonts to cut off some pixels.
- Fixed a bug where filled rectangles were too small.
- Fixed a bug in Image:setFilter where it would switch the parameters.
- Fixed a bug in ImageRasterizer where it wasn't using the data.
- Image filter and wrap modes now use string constants as well.
- Fixed double-transform bug in SpriteBatch.
- Errors are reported on stdout again.
- Another fix for the icons on Ubuntu.