From 7ef0a6b576a921d7cd1e2be40380c038d26b0130 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 28 Jan 2014 03:27:42 -0400 Subject: [PATCH] Updated changelog --- changes.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 8449db034..ee38d261e 100644 --- a/changes.txt +++ b/changes.txt @@ -6,12 +6,21 @@ LOVE 0.9.1 [Baby Inspector] * Added Source:clone. * Added ParticleSystem:clone. * Added Mesh:setWireframe and Mesh:isWireframe for debugging. + * Added Mesh:setDrawRange and Mesh:getDrawRange. + * Added instancing support to Meshes with Mesh:setInstanceCount. * Added CircleShape:getPoint and CircleShape:setPoint. * Added Mesh/SpriteBatch/ParticleSystem:setTexture, accepts Canvases and Images. * Added high-dpi window support for Retina displays in OS X, via the 'highdpi' window flag. * Added love.window.getPixelScale. + * Added love.graphics.getSystemLimit. + * Added ParticleSystem:moveTo, has smoother emitter movement compared to setPosition. + * Added antialiasing support to Canvases. + * Added Canvas:getFSAA. + * Added 'love_ScreenSize' built-in variable in shaders. + * Added love.getVersion. - * Deprecated Mesh/SpriteBatch/ParticleSystem:setImage and love.graphics.getMaxImageSize. + * Deprecated Mesh/SpriteBatch/ParticleSystem:setImage. + * Deprecated love.graphics.getMaxImageSize and love.graphics.getMaxPointSize. * Fixed love.graphics.scale with negative values causing incorrect line widths. * Fixed Joystick:isDown using 0-based button index arguments. @@ -28,7 +37,7 @@ LOVE 0.9.1 [Baby Inspector] * Updated love.graphics.newParticleSystem, newSpriteBatch, and newMesh to accept Canvases. * Updated Canvas drawing code, texture coordinates are no longer flipped vertically. * Updated Canvas:renderTo to work properly if a Canvas is currently active. - * Updated particle spawning behaviour in ParticleSystems to be smoother when moving the emitter. + * Updated ParticleSystem:setEmissionRate to accept non-integer numbers. LOVE 0.9.0 [Baby Inspector] ---------------------------