From 7b64bb8d59bd6552b0e89067291bd956e5ab70d0 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Mon, 2 Apr 2012 16:26:54 -0400 Subject: [PATCH] Update changelog for the last time before 0.8.0. --- changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.txt b/changes.txt index 21f881681..44c2f0aff 100644 --- a/changes.txt +++ b/changes.txt @@ -36,6 +36,8 @@ LOVE 0.8.0 [Rubber Piggy] * Added SpriteBatch:getImage. * Added combine color mode. * Added automatic random seeding to love.run. + * Added support for the subtract BlendMode on older graphics cards. + * Added love._os field, which contains the OS the game is running on. * Fixed wrapping for single words. * Fixed tracebacks not showing filenames. @@ -60,6 +62,7 @@ LOVE 0.8.0 [Rubber Piggy] * Fixed love's startup time being in the first dt. * Fixed internal string conversions, they are faster now. * Fixed (bad) performance of ImageData:paste. + * Fixed love.graphics.toggleFullscreen not maintaining graphics state. * Renamed SpriteBatch's lock/unlock to bind/unbind. * Renamed Framebuffer to Canvas.