Difference between revisions of "0.10.0"

m
m (Additions)
Line 12: Line 12:
 
* Added the flag t.gammacorrect to [[love.conf]] (replaces t.window.srgb.) Enabling it globally enables gamma-correct rendering, when supported.
 
* Added the flag t.gammacorrect to [[love.conf]] (replaces t.window.srgb.) Enabling it globally enables gamma-correct rendering, when supported.
 
* Added video playback support for Ogg Theora videos, via [[love.graphics.newVideo]].
 
* Added video playback support for Ogg Theora videos, via [[love.graphics.newVideo]].
* Added [[love.video]] module. It is not used for displaying videos on-screen.
+
* Added [[love.video]] module. It is not used for displaying videos on-screen (see [[Video]] objects for that.)
 
* Added [[love.touch]] module. Note that it has important differences from the touch implementation in the LÖVE 0.9.2 Android and iOS ports.
 
* Added [[love.touch]] module. Note that it has important differences from the touch implementation in the LÖVE 0.9.2 Android and iOS ports.
 
** Added [[love.touch.getTouches]]
 
** Added [[love.touch.getTouches]]

Revision as of 01:32, 14 December 2015

O.png The information on this page may not be accurate or up to date due to the information pertaining to a version that is currently in development.  


no-game screen

The codename for LÖVE 0.10.0 is Super Toast. It is currently not released.

Changes from 0.9.2

Additions

Changed APIs


Renamed APIs


Removals


Bugfixes


Performance improvements


Other changes