From 8301af4e207efafa8b84a2f001022b8398f019e3 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sun, 29 May 2011 15:19:41 +0200 Subject: [PATCH] Update changelog for 0.8.0 --- changes.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/changes.txt b/changes.txt index 1ca84bf96..437e6d875 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,29 @@ +LOVE 0.8.0 [Name pending] +------------------------- + + * Added release error screen. + * Added alpha to love.graphics.setBackgroundColor. + * Added framebuffer:clear(r, g, b, a). + * Added love.graphics.arc. + * Added seek and tell to Source objects. + * Added Color class. + * Added color interpolation to ParticleSystem. + * Added alpha masking. + * Added automatic PO2 padding. + * Added UTF-8 support for fonts. + + * Fixed polygon drawing (was off by one). + * Fixed wrapping for single words. + * Fixed tracebacks not showing filenames. + + * Updated love.joystick to be 1-indexed. + * Updated love.thread to use get/set instead of send/receive. + * Updated font engine. + * Updated line drawing to a custom system. + + * Removed framebuffer auto-clearing. + * Removed EncodedImageData. + LOVE 0.7.2 [Game Slave] -----------------------