Difference between revisions of "0.3.2"

(Add 0.3.2 changelog.)
 
m (Removed binary charactor.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Image:NoGame-032.png|thumb|The no-game screen of LÖVE 0.3.2.]]
 +
 
The codename for LÖVE 0.3.2 is '''Lemony Fresh'''. It is currently '''<span style="color:#0000ff;">released</span>'''.
 
The codename for LÖVE 0.3.2 is '''Lemony Fresh'''. It is currently '''<span style="color:#0000ff;">released</span>'''.
  
Line 10: Line 12:
 
* Added [[love.mouse.getPosition]]
 
* Added [[love.mouse.getPosition]]
 
* Added [[love.audio_loop]]
 
* Added [[love.audio_loop]]
* Added [[love.timer.getTime]]
 
+
* Added [[love.timer.getTime]]
 
=== Fixes ===
 
=== Fixes ===
 
* Fixed default color mode bug.
 
* Fixed default color mode bug.
Line 20: Line 22:
 
* Changed [[love.graphics.quad]] to accept CCW and CW ordering.
 
* Changed [[love.graphics.quad]] to accept CCW and CW ordering.
  
[[Category:LoveVersions]]
+
[[Category:Versions]]

Latest revision as of 23:55, 8 December 2019

The no-game screen of LÖVE 0.3.2.

The codename for LÖVE 0.3.2 is Lemony Fresh. It is currently released.

Changes from 0.3.1

Additions

Fixes

  • Fixed default color mode bug.
  • Fixed line width being applied unnecessarily.
  • Fixed line width bug related to fullscreen toggle.
  • Fixed music not looping.

Other Changes