Difference between revisions of "0.6.2"

m (Added category)
m (Added links)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[File:Nogame-062.jpg|thumb|nogame screen]]
 +
 
The codename of LÖVE 0.6.2 is "'''Jiggly Juice'''". It is currently '''<span style="color:#0000ff;">released</span>'''.
 
The codename of LÖVE 0.6.2 is "'''Jiggly Juice'''". It is currently '''<span style="color:#0000ff;">released</span>'''.
  
Line 5: Line 7:
 
* 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.
* Fixed a bug in Image:setFilter where it would switch the parameters.
+
* Fixed a bug in [[(Image):setFilter|Image:setFilter]] where it would switch the parameters.
 
* Fixed a bug in ImageRasterizer where it wasn't using the data.
 
* Fixed a bug in ImageRasterizer where it wasn't using the data.
 
* Image filter and wrap modes now use string constants as well.
 
* Image filter and wrap modes now use string constants as well.
* Fixed double-transform bug in SpriteBatch.
+
* Fixed double-transform bug in [[SpriteBatch]].
 
* Errors are reported on stdout again.
 
* Errors are reported on stdout again.
 
* Another fix for the icons on Ubuntu.
 
* Another fix for the icons on Ubuntu.
[[File:Nogame-062.jpg|thumb|nogame screen]]
 
  
[[Category:LoveVersions]]
+
[[Category:Versions]]
[[Category:LÖVE]]
 

Latest revision as of 13:21, 6 April 2019

nogame screen

The codename of LÖVE 0.6.2 is "Jiggly Juice". It is currently released.

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.