axmol/cocos2dx/support
James Chen 2885664c85 fixed #1136: Fixed some bugs as follows:
1. Using std::string parameter as the key of CCDictionary
2. Deep copy for CCDictionary and CCArray, the classes of elements's type must implement copyWithZone.
3. Added toBool() function to CCString.
4. Retina support for all platforms.
5. Include "CCString.h" and "cocoa/CCNS.h" in cocos2d.h.
6. Added a new constructor(CCArray::CCArray(unsigned int capacity)) for CCArray. And fixed a bug in CCArray.
7. Fixed a memory leak in CCLabelBMFont.cpp.
8. Fixed an error in strings.xml.
2012-04-10 17:17:24 +08:00
..
data_support fixed #1136: Fixed some bugs as follows: 2012-04-10 17:17:24 +08:00
image_support Fixing Warning on CLang 3.0 on XCode 4.2 2011-12-15 01:46:55 +08:00
zip_support #issue 908: Merge marmalade to latest cocos2d-x source 2011-12-12 17:46:21 +08:00
CCArray.cpp fixed #1136: Fixed some bugs as follows: 2012-04-10 17:17:24 +08:00
CCPointExtension.cpp Fix a typo here. Two values are not swapped correctly, max_inclusive is still equal to itself. 2011-11-26 17:07:36 +08:00
CCProfiling.cpp issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
CCProfiling.h issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
CCUserDefault.cpp fixed #933: free doc 2012-02-02 14:24:51 +08:00
CCVertex.cpp issue #1056: Add CCVertex.h CCVertex.cpp, implement CCMotionStreak. 2012-03-14 16:10:01 +08:00
CCVertex.h issue #1056: Add CCVertex.h CCVertex.cpp, implement CCMotionStreak. 2012-03-14 16:10:01 +08:00
TransformUtils.cpp fixed #418, add copyright of original authors, merge Bin's commit 2011-03-19 14:45:51 +08:00
TransformUtils.h fixed #418, add copyright of original authors, merge Bin's commit 2011-03-19 14:45:51 +08:00
base64.cpp add Cocos2dx project 2011-12-06 14:56:37 +08:00
base64.h issue #211 cocos2d-x back to cocos2dx 2010-11-18 15:01:42 +00:00
ccUtils.cpp fixed #563, Upgrade folder support to rc3. 2011-07-05 12:05:19 +08:00
ccUtils.h fixed #563, Upgrade folder support to rc3. 2011-07-05 12:05:19 +08:00