浏览代码

Updated the 0.10.0 changelog.

--HG--
branch : minor
Alex Szpakowski 10 年之前
父节点
当前提交
7a7567145a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      changes.txt

+ 3 - 0
changes.txt

@@ -12,6 +12,9 @@ Released: N/A
   * Added love.graphics.stencil and love.graphics.setStencilTest (replaces love.graphics.setStencil.)
   * Added love.graphics.stencil and love.graphics.setStencilTest (replaces love.graphics.setStencil.)
   * Added optional type argument to love.graphics.clear. Current type enums are "all" (the default) and "stencil".
   * Added optional type argument to love.graphics.clear. Current type enums are "all" (the default) and "stencil".
   * Added optional x/y/width/height arguments to Image:refresh.
   * Added optional x/y/width/height arguments to Image:refresh.
+  * Added support for OpenGL ES.
+  * Added support for loading ETC1/2, EAC, and PVRTC compressed textures.
+  * Added Text objects and love.graphics.newText.
   * Added BMFont bitmap font file support to love.graphics.newFont and love.font.
   * Added BMFont bitmap font file support to love.graphics.newFont and love.font.
 
 
   * Removed love.filesystem.exists (use love.filesystem.isFile or love.filesystem.isDirectory instead.)
   * Removed love.filesystem.exists (use love.filesystem.isFile or love.filesystem.isDirectory instead.)