mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Updated changes.txt
This commit is contained in:
+2
-1
@@ -101,7 +101,7 @@ Released: N/A
|
|||||||
* Changed RevoluteJoint:getMotorTorque and WheelJoint:getMotorTorque to take 'dt' as a parameter instead of 'inverse_dt'.
|
* Changed RevoluteJoint:getMotorTorque and WheelJoint:getMotorTorque to take 'dt' as a parameter instead of 'inverse_dt'.
|
||||||
* Changed love.math.perlinNoise and simplexNoise to use higher precision numbers for its internal calculations.
|
* Changed love.math.perlinNoise and simplexNoise to use higher precision numbers for its internal calculations.
|
||||||
* Changed t.accelerometerjoystick startup flag in love.conf to unset by default.
|
* Changed t.accelerometerjoystick startup flag in love.conf to unset by default.
|
||||||
* Changed love.data.hash to take in a container type
|
* Changed love.data.hash to take in a container type.
|
||||||
|
|
||||||
* Renamed 'display' field to 'displayindex' in love.window.setMode/updateMode/getMode and love.conf.
|
* Renamed 'display' field to 'displayindex' in love.window.setMode/updateMode/getMode and love.conf.
|
||||||
* Renamed love.graphics Text objects to TextBatch.
|
* Renamed love.graphics Text objects to TextBatch.
|
||||||
@@ -121,6 +121,7 @@ Released: N/A
|
|||||||
* Deprecated t.accelerometerjoystick in love.conf (replaced by love.sensor module).
|
* Deprecated t.accelerometerjoystick in love.conf (replaced by love.sensor module).
|
||||||
* Deprecated the variants of Mesh:attachAttribute and SpriteBatch:attachAttribute which accept a Mesh (replaced by variants which accept a Buffer).
|
* Deprecated the variants of Mesh:attachAttribute and SpriteBatch:attachAttribute which accept a Mesh (replaced by variants which accept a Buffer).
|
||||||
* Deprecated Texture:newImageData (replaced by love.graphics.readbackTexture).
|
* Deprecated Texture:newImageData (replaced by love.graphics.readbackTexture).
|
||||||
|
* Deprecated love.data.hash (replaced by function variant, which takes container type).
|
||||||
|
|
||||||
* Removed the variant of SpriteBatch:setColor() which turns off all previously set colors.
|
* Removed the variant of SpriteBatch:setColor() which turns off all previously set colors.
|
||||||
* Removed the no-argument variant of love.graphics.setColorMask.
|
* Removed the no-argument variant of love.graphics.setColorMask.
|
||||||
|
|||||||
Reference in New Issue
Block a user