Skip to content

Commit

Permalink
updated CHANGELOG & AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Sep 20, 2011
1 parent bb115b3 commit f696add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -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)
Expand Down

0 comments on commit f696add

Please sign in to comment.