Browse Source

Update changelog

Bart van Strien 14 years ago
parent
commit
71d4c4a565
1 changed files with 10 additions and 1 deletions
  1. 10 1
      changes.txt

+ 10 - 1
changes.txt

@@ -12,6 +12,12 @@ LOVE 0.8.0 [Rubber Piggy]
   * Added UTF-8 support for fonts.
   * Added UTF-8 support for fonts.
   * Added box2d error handling for some commonly failing functions.
   * Added box2d error handling for some commonly failing functions.
   * Added ability for fused release games to have their write dir in appdata.
   * Added ability for fused release games to have their write dir in appdata.
+  * Added shear transformation to drawing functions.
+  * Added origin to font printing.
+  * Added love.graphics.getMode.
+  * Added per-sprite colors on SpriteBatches.
+  * Added pixel effects.
+  * Added love.graphics.isSupported.
 
 
   * Fixed polygon drawing (was off by one).
   * Fixed polygon drawing (was off by one).
   * Fixed wrapping for single words.
   * Fixed wrapping for single words.
@@ -22,7 +28,10 @@ LOVE 0.8.0 [Rubber Piggy]
   * Fixed crashes when bodies were destroyed during collisions.
   * Fixed crashes when bodies were destroyed during collisions.
   * Fixed bound SpriteBatches corrupting when drawing.
   * Fixed bound SpriteBatches corrupting when drawing.
   * Fixed thread-safety issues with ImageData.
   * Fixed thread-safety issues with ImageData.
-  * Fixed memory leak in audio sources.
+  * Fixed memory leaks in audio sources.
+  * Fixed thread's set (previously send) accidentally changing the type.
+  * Fixed SoundData allocating the wrong number of samples.
+  * Fixed SpriteBatch support on intel cards.
 
 
   * Renamed SpriteBatch's lock/unlock to bind/unbind.
   * Renamed SpriteBatch's lock/unlock to bind/unbind.