axmol/cocos/2d
minggo 31819bafc3 Merge pull request #9769 from ton1517/fix/jumpto
fix problem : JumpTo position is changed each repeat.
2015-01-06 14:09:54 +08:00
..
libcocos2d_8_1 updated dll name from 3.3 to 3.4 2014-12-30 21:40:01 -08:00
winrt_8.1_props added ignore warning 4756 2014-10-27 11:07:27 -07:00
winrt_props added wp8 and winrt property sheets 2014-10-14 14:27:29 -07:00
wp8_props added wp8 and winrt property sheets 2014-10-14 14:27:29 -07:00
wp_8.1_props added wp8 and winrt property sheets 2014-10-14 14:27:29 -07:00
CCAction.cpp Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCAction.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCActionCamera.cpp Platform fixed 2014-09-09 16:50:02 -07:00
CCActionCamera.h Add new line at the end of a file to *.h 2014-06-19 20:45:49 +09:00
CCActionCatmullRom.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionCatmullRom.h fixes indentation 2014-11-17 18:11:17 -08:00
CCActionEase.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionEase.h convert indention to space 2014-07-18 14:53:00 +08:00
CCActionGrid.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionGrid.h Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into 3.2-cocos-engine-PR 2014-08-21 16:07:19 +08:00
CCActionGrid3D.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionGrid3D.h Update #3897: Refactor missed protected constructors 2014-08-21 15:11:33 +08:00
CCActionInstant.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCActionInstant.h remove unneeded codes 2014-08-26 18:19:28 +08:00
CCActionInterval.cpp fix problem : JumpTo position is changed each repeat. 2015-01-03 01:13:57 +09:00
CCActionInterval.h fix problem : JumpTo position is changed each repeat. 2015-01-03 01:13:57 +09:00
CCActionManager.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCActionManager.h Merge pull request #7558 from newnon/v3_actions_by_tag_improvements 2014-08-28 14:24:37 +08:00
CCActionPageTurn3D.cpp new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCActionPageTurn3D.h new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCActionProgressTimer.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionProgressTimer.h coding style fix 2014-05-28 17:41:34 +08:00
CCActionTiledGrid.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionTiledGrid.h Update #3897: Refactor missed protected constructors 2014-08-21 15:11:33 +08:00
CCActionTween.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCActionTween.h coding style fix 2014-05-28 17:41:34 +08:00
CCAnimation.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCAnimation.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCAnimationCache.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCAnimationCache.h change pure virtual function to virtual function in action series 2014-07-11 10:19:49 +08:00
CCAtlasNode.cpp Fixed LabelAtlas opacity do not change when setting parent node's opacity 2014-10-08 18:28:24 +08:00
CCAtlasNode.h Adds setNormalizedPosition() 2014-05-30 16:42:05 -07:00
CCCamera.cpp fix lua binding again!! 2014-12-25 14:04:41 +08:00
CCCamera.h fix lua binding again!! 2014-12-25 14:04:41 +08:00
CCClippingNode.cpp - set const modifier to ClippingNode::hasContent() 2014-11-13 12:43:05 +02:00
CCClippingNode.h - set const modifier to ClippingNode::hasContent() 2014-11-13 12:43:05 +02:00
CCClippingRectangleNode.cpp ClippingRegionNode --> ClippingRectangleNode 2014-10-11 11:49:01 +08:00
CCClippingRectangleNode.h ClippingRegionNode --> ClippingRectangleNode 2014-10-11 11:49:01 +08:00
CCComponent.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCComponent.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCComponentContainer.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCComponentContainer.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
CCDrawNode.cpp DrawNode::drawPolygon refactor 2014-11-27 18:31:04 +08:00
CCDrawNode.h Deprecate DrawPrimitives and enhance DrawNode --make some modify 2014-09-12 07:33:34 +08:00
CCDrawingPrimitives.cpp fix warns and memory leak 2014-10-09 17:19:43 +08:00
CCDrawingPrimitives.h Deprecate DrawPrimitives and enhance DrawNode 2014-09-11 15:39:56 +08:00
CCFastTMXLayer.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCFastTMXLayer.h change indices to short for fast tmx 2014-09-17 11:06:15 +08:00
CCFastTMXTiledMap.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCFastTMXTiledMap.h remove unneeded includes 2014-08-28 17:32:23 +08:00
CCFont.cpp Fixing variable name lenght -> length. 2014-12-20 07:34:44 -05:00
CCFont.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCFontAtlas.cpp Fixed Label shifting when outline feature enabled 2014-10-22 14:34:01 +08:00
CCFontAtlas.h fixes compiler warnings 2014-11-14 13:07:34 -08:00
CCFontAtlasCache.cpp remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCFontAtlasCache.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCFontCharMap.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCFontCharMap.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCFontFNT.cpp Fix crash when missing image resource of FNT font. 2014-11-24 15:57:00 +08:00
CCFontFNT.h Add CC_DLL for FontFNT 2014-08-08 15:22:43 +08:00
CCFontFreeType.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCFontFreeType.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCGLBufferedNode.cpp update copyrights for 2014, in cocos/2d/ folder 2014-01-07 11:25:07 +08:00
CCGLBufferedNode.h Platform fixed 2014-09-09 16:50:02 -07:00
CCGrabber.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCGrabber.h Platform fixed 2014-09-09 16:50:02 -07:00
CCGrid.cpp new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCGrid.h new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCLabel.cpp Merge pull request #9567 from joewan/v3-improve-perf 2014-12-22 14:57:26 +08:00
CCLabel.h fix some warnings / remove TABs 2014-10-23 12:54:15 +03:00
CCLabelAtlas.cpp fix compiling error caused by enable CC_LABELBMFONT_DEBUG_DRAW/CC_LABELATLAS_DEBUG_DRAW 2014-11-24 17:21:14 +08:00
CCLabelAtlas.h fix compiling error caused by enable CC_LABELBMFONT_DEBUG_DRAW/CC_LABELATLAS_DEBUG_DRAW 2014-11-24 17:21:14 +08:00
CCLabelBMFont.cpp fix compiling error caused by enable CC_LABELBMFONT_DEBUG_DRAW/CC_LABELATLAS_DEBUG_DRAW 2014-11-24 17:21:14 +08:00
CCLabelBMFont.h fix compiling error caused by enable CC_LABELBMFONT_DEBUG_DRAW/CC_LABELATLAS_DEBUG_DRAW 2014-11-24 17:21:14 +08:00
CCLabelTTF.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCLabelTTF.h fix warns and memory leak 2014-10-09 17:19:43 +08:00
CCLabelTextFormatter.cpp * fixed android crash that a Label instance add to an invisibility parent node. 2014-11-27 10:59:47 +08:00
CCLabelTextFormatter.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCLayer.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCLayer.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCLight.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCLight.h Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
CCMenu.cpp CMake fix for Mac Os X. 2014-10-15 00:19:29 +03:00
CCMenu.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCMenuItem.cpp fix memory leak when use menu_selector. 2014-09-14 21:41:19 +08:00
CCMenuItem.h fix memory leak when use menu_selector. 2014-09-14 21:41:19 +08:00
CCMotionStreak.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCMotionStreak.h remove unneeded includes 2014-08-28 17:03:29 +08:00
CCNode.cpp wrong scale order 2014-12-25 10:39:48 +08:00
CCNode.h rename _rotation_quat to _rotationQuat 2014-12-24 18:12:00 +08:00
CCNodeGrid.cpp remove orderOfArrival = 0 2014-09-11 15:44:31 +08:00
CCNodeGrid.h Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into 3.2-cocos-engine-PR 2014-08-21 16:07:19 +08:00
CCParallaxNode.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCParallaxNode.h Update #3897: Refactor missed protected constructors 2014-08-21 15:11:33 +08:00
CCParticleBatchNode.cpp remove Node::_setLocalZOrder() 2014-09-03 17:26:50 +08:00
CCParticleBatchNode.h fixed #4693: override addChild by name 2014-06-25 11:27:48 +08:00
CCParticleExamples.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCParticleExamples.h Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCParticleSystem.cpp optimise update of particle system for free mode 2014-09-18 15:24:27 +08:00
CCParticleSystem.h remove unneeded includes 2014-08-28 17:03:29 +08:00
CCParticleSystemQuad.cpp Using std::swap instead of CC_SWAP 2014-11-16 09:29:05 -08:00
CCParticleSystemQuad.h remove unneeded includes 2014-08-28 17:03:29 +08:00
CCProgressTimer.cpp Using std::swap instead of CC_SWAP 2014-11-16 09:29:05 -08:00
CCProgressTimer.h remove unneeded includes 2014-08-28 17:03:29 +08:00
CCProtectedNode.cpp add isVisibleByVisitingCamera check when visit 2014-10-17 18:07:45 +08:00
CCProtectedNode.h add disableCascadeOpacity to ProtectedNode and Scale9Sprite 2014-08-22 11:49:39 +08:00
CCRenderTexture.cpp Merge pull request #8981 from vovkasm/clean-order-of-fields-initialization 2014-11-05 17:51:58 +08:00
CCRenderTexture.h Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCScene.cpp remove unnecessary keyword 2014-11-24 16:27:42 +08:00
CCScene.h Reducing unnecessary function call 2014-11-24 15:27:20 +08:00
CCSprite.cpp Merge branch 'v3' into spriteretainframe 2014-12-09 10:51:47 +08:00
CCSprite.h add const for Sprite::getTextureRect() and do some format 2014-12-30 11:55:54 +08:00
CCSpriteBatchNode.cpp Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCSpriteBatchNode.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCSpriteFrame.cpp Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCSpriteFrame.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCSpriteFrameCache.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCSpriteFrameCache.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCTMXLayer.cpp add implementation for staggered tmx map 2014-10-11 14:22:31 +08:00
CCTMXLayer.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCTMXObjectGroup.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCTMXObjectGroup.h Add new line at the end of a file to *.h 2014-06-19 20:45:49 +09:00
CCTMXTiledMap.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCTMXTiledMap.h add staggered wrapper(using ortho for its implementation now) 2014-10-10 17:52:13 +08:00
CCTMXXMLParser.cpp add staggered wrapper(using ortho for its implementation now) 2014-10-10 17:52:13 +08:00
CCTMXXMLParser.h remove unneeded includes 2014-08-28 17:32:23 +08:00
CCTextFieldTTF.cpp Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCTextFieldTTF.h Code conforms with the cocos2d-x c++ guidelines 2014-11-25 17:53:52 -08:00
CCTileMapAtlas.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCTileMapAtlas.h remove unneeded includes 2014-08-28 17:03:29 +08:00
CCTransition.cpp scheduler and macro fixes 2014-10-03 09:38:36 -07:00
CCTransition.h remove unneeded include header files 2014-08-27 13:39:50 +08:00
CCTransitionPageTurn.cpp new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCTransitionPageTurn.h new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCTransitionProgress.cpp fix transition scene stencil buffer 2014-09-02 11:21:11 +08:00
CCTransitionProgress.h add needed constructors for js bindings 2014-07-14 14:25:36 +08:00
CCTweenFunction.cpp fix compiling error on windows 2014-08-27 15:13:41 +08:00
CCTweenFunction.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CMakeLists.txt Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
cocos2d.def - added export to dll for: ZipFile, CGAffineToGL, GLToCGAffine, XXH32 (in .def file) 2014-08-15 13:20:37 +03:00
cocos2d_headers.props fix cocostudio include path 2014-10-10 13:48:49 +08:00
cocos2dx.props restore some configs 2014-09-04 10:49:45 +08:00
libcocos2d.vcxproj Merge branch 'v3' of github.com:cocos2d/cocos2d-x into frustum 2014-12-26 13:42:13 +08:00
libcocos2d.vcxproj.filters Add miss file for win32 project 2015-01-06 10:55:26 +08:00
libcocos2d_wp8.vcxproj added /bigobj to c++ command line options to fix arm builds 2014-12-31 12:56:16 -08:00
libcocos2d_wp8.vcxproj.filters added base/allocator files 2014-12-30 21:41:46 -08:00