From f696add33139231837b08551444a80a35492fada Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Tue, 20 Sep 2011 11:15:19 -0300 Subject: [PATCH] updated CHANGELOG & AUTHORS --- AUTHORS | 2 ++ CHANGELOG | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 125188faec1..11e0a2284d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,8 @@ Contributors (alphabetically ordered): Texture2D: drawInRect / drawAtPoint disables color state SpriteBatchNode: fixed bug in removeAllChildrenWithCleanup Author of the new reorder Sprite/Node algorithm + Schedule: added support for delay and repeat + ESRenderer: don't recreate the renderer when it is not needed * Ricardo Ruiz: Added support for RGB888 textures diff --git a/CHANGELOG b/CHANGELOG index d548bc33d4f..b7b4d563737 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,9 +6,11 @@ version 1.1 - XX-Ago-2011 . [NEW] FileUtils: Added xxxFileExistAtPath for iPad and RetinaDisplay resources . [NEW] Node: improved speed when reordering nodes . [NEW] Sprite: improved speed when reordering sprites +. [NEW] Scheduler: Added support for delay and repeat (issue #630) . [NEW] Textures: Added support for RGB888 textures (issue #958) . [NEW] TileMap: TMX map supports flipped tiles (issue #1233) . [FIX] Actions: removed #undef CLAMP (issue #1210) +. [FIX] ESRenderer: Don't recreate if it is not needed (issue #1153) . [FIX] FileUtils: Loads -hd resources even if the sd resource is not present (issue #1179) . [FIX] FileUtils: renamed ccRemoveSuffixFromFile to +[CCFileUtils removeSuffixFromFile:]; . [FIX] FileUtils: localized resources can be loaded using fullPathFromRelativePath (issue #1230)