Skip to content

Commit

Permalink
Updated AUTHORS & CHANGELOG with issue cocos2d#1233
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Aug 31, 2011
1 parent 722c6dd commit c81c84f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Contributors (alphabetically ordered):
* Marco Tillemans (AKA araker: http://www.welcometothefabrik.com/)
Texture2D: drawInRect / drawAtPoint disables color state

* slycrel (http://geopherlite.blogspot.com/)
Added support for flipped tiles in TMX maps. Also added test case

* Stepan Generalov (iPsi) (http://www.itraceur.ru/)
FileUtils: Loads -hd resources even if the -sd resource is not present. patch

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version 1.1 - XX-Ago-2011
. [NEW] FileUtils: Added xxxFileExistAtPath for iPad and RetinaDisplay resources
. [NEW] ccConfig: Removed CC_RETINA_DISPLAY_FILENAME_SUFFIX. Use CCFileUtils API instead
. [NEW] ccConfig: Removed CC_RETINA_DISPLAY_SUPPORT. It is always enabled.
. [NEW] TileMap: TMX map supports flipped tiles (issue #1233)
. [FIX] Actions: removed #undef CLAMP (issue #1210)
. [FIX] FileUtils: Loads -hd resources even if the sd resource is not present (issue #1179)
. [FIX] FileUtils: renamed ccRemoveSuffixFromFile to +[CCFileUtils removeSuffixFromFile:];
Expand Down

0 comments on commit c81c84f

Please sign in to comment.