axmol/cocos2dx/cocoa
James Chen d37a43e100 Merge pull request #2398 from lgb/float_comparison_issue
fixed #1935: Float comparison must not use "==" in the equal function of CCPoint and CCSize, we should compare float number by using epsilon and absolute difference.
2013-04-18 19:44:17 -07:00
..
CCAffineTransform.cpp fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCAffineTransform.h fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCArray.cpp Problem with initWithObjects of CCArray 2013-04-09 00:08:41 +05:30
CCArray.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCAutoreleasePool.cpp issue #1486: fix a warning in CCAutoreleasePool.cpp. 2012-10-12 16:03:53 +08:00
CCAutoreleasePool.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCBool.h added licence 2012-12-29 11:32:27 +09:00
CCDictionary.cpp fixed #2051: TestCpp/ExtensionsTest/CocosbuilderTest crashes under x86_64 target. 2013-04-14 16:00:50 +08:00
CCDictionary.h fixed #2051: Comment update, int ~> intptr_t. 2013-04-14 16:05:54 +08:00
CCDouble.h added licence 2012-12-29 11:32:27 +09:00
CCFloat.h added licence 2012-12-29 11:32:27 +09:00
CCGeometry.cpp compare using epsilon and absolute difference 2013-04-18 02:16:49 +04:00
CCGeometry.h fixed #1468: Exported CCPoint, CCSize and CCRect. 2013-01-15 18:59:35 +08:00
CCInteger.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCNS.cpp Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
CCNS.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCObject.cpp Fix all compiler warnings produced by gcc. 2013-03-05 17:01:00 -08:00
CCObject.h fixed #1494: Missing removing auto-release object from AutoReleasePool if invoking 'autorelease' method more times. 2012-10-08 13:41:48 +08:00
CCSet.cpp Add CCSet::create() to create, autorelease and return a new empty set. 2013-03-13 10:58:24 -07:00
CCSet.h Add CCSet::create() to create, autorelease and return a new empty set. 2013-03-13 10:58:24 -07:00
CCString.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCString.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCZone.cpp issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
CCZone.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00