axmol/cocos/2d
pandamicro 00abec6c2c Merge pull request #13707 from pandamicro/fix_layerrgba
[ci skip] Fix compile error in __LayerRGBA
2015-09-07 17:27:46 +08:00
..
libcocos2d_8_1 update libcococs2d name to v3.9 for WinRT platforms 2015-09-04 08:46:08 -07:00
libcocos2d_win10 update libcococs2d name to v3.9 for WinRT platforms 2015-09-04 08:46:08 -07:00
win10_props added ogg support for Windows 10 UWP 2015-06-04 14:42:11 -07:00
winrt_8.1_props Added ogg support to audio engine. Fixed issues #150 and #151 2015-06-03 20:57:14 -07:00
wp_8.1_props added wp8 and winrt property sheets 2014-10-14 14:27:29 -07:00
CCAction.cpp added _flags to Action, change API to stopActionsByFlags 2015-05-28 09:52:49 +02:00
CCAction.h added _flags to Action, change API to stopActionsByFlags 2015-05-28 09:52:49 +02:00
CCActionCamera.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCActionCamera.h Fix typo. angel -> angle 2015-05-21 09:22:59 +09:00
CCActionCatmullRom.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCActionCatmullRom.h Add comments 2015-03-27 11:39:31 +08:00
CCActionEase.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCActionEase.h Add EaseRateAction::create() method. 2015-04-24 18:31:44 +08:00
CCActionGrid.cpp Merge pull request #12744 from fusijie/fix_pageturndown 2015-07-28 11:35:15 +08:00
CCActionGrid.h Completed test case and comment. 2015-07-08 22:34:33 +08:00
CCActionGrid3D.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCActionGrid3D.h Solve the warning when generating docs by doxygen. 2015-03-27 10:17:33 +08:00
CCActionInstant.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCActionInstant.h update comments. 2015-03-27 12:07:19 +08:00
CCActionInterval.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCActionInterval.h Add Animate:getCurrentFrameIndex 2015-07-13 10:40:43 +08:00
CCActionManager.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCActionManager.h added _flags to Action, change API to stopActionsByFlags 2015-05-28 09:52:49 +02:00
CCActionPageTurn3D.cpp Completed test case and comment. 2015-07-08 22:34:33 +08:00
CCActionPageTurn3D.h Solve the error format of comments in header files. 2015-03-19 15:59:58 +08:00
CCActionProgressTimer.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCActionProgressTimer.h Solve the error format of comments in header files. 2015-03-19 15:59:58 +08:00
CCActionTiledGrid.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCActionTiledGrid.h Solve the error format of comments in header files. 2015-03-19 15:59:58 +08:00
CCActionTween.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCActionTween.h Solve the error format of comments in header files. 2015-03-19 15:59:58 +08:00
CCAnimation.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCAnimation.h Add comments 2015-03-27 11:39:31 +08:00
CCAnimationCache.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCAnimationCache.h add comments. 2015-03-21 17:06:26 +08:00
CCAtlasNode.cpp undeprecate init for custom command 2015-01-15 15:56:44 -08:00
CCAtlasNode.h add comments. 2015-03-21 17:06:26 +08:00
CCAutoPolygon.cpp fix copy construct & assignment operator memory leakage. 2015-08-18 14:48:16 +08:00
CCAutoPolygon.h Merge pull request #12603 from jianglong0156/autoPolygonFileEncode 2015-06-30 16:29:44 +08:00
CCCamera.cpp Refactor BackGround to Background 2015-08-21 10:43:59 +08:00
CCCamera.h Refactor BackGround to Background 2015-08-21 10:43:59 +08:00
CCCameraBackgroundBrush.cpp enable depth write 2015-08-28 11:46:11 +08:00
CCCameraBackgroundBrush.h Add JS and Lua bindings for CCCameraBackgroundBrush 2015-08-21 12:42:36 +08:00
CCClippingNode.cpp Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes 2015-07-28 18:24:03 +08:00
CCClippingNode.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCClippingRectangleNode.cpp remove CCClippingRectangleNode transform error support. 2015-07-17 11:56:23 +08:00
CCClippingRectangleNode.h remove CCClippingRectangleNode transform error support. 2015-07-17 11:56:23 +08:00
CCComponent.cpp Fix jsbinding calls for CCComponent 2015-06-04 15:59:05 +08:00
CCComponent.h 1, modify space format. 2015-06-04 14:08:47 +08:00
CCComponentContainer.cpp 1, Add onAdd and onRemove function to replace onEnter and onCancel used in onAdd and onRemove of ComponentContainer. 2015-06-04 14:06:31 +08:00
CCComponentContainer.h add physics3d support 2015-05-08 15:49:33 +08:00
CCDrawNode.cpp Merge branch 'v3.7-release' into v3 2015-07-13 22:44:54 +08:00
CCDrawNode.h Add a setter for line width in DrawNode 2015-07-07 18:48:02 +09:00
CCDrawingPrimitives.cpp remove EMSCRIPTEN related code 2015-07-16 14:15:41 +08:00
CCDrawingPrimitives.h Fix typo. angel -> angle 2015-05-21 09:22:59 +09:00
CCFastTMXLayer.cpp fix FastTiledMap auto-culling bug. 2015-07-30 15:07:03 +08:00
CCFastTMXLayer.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCFastTMXTiledMap.cpp experimental::TileMap:Fixed crash if referring a non-existent layer in TMX. 2015-05-22 11:14:34 +08:00
CCFastTMXTiledMap.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCFont.cpp Improve coding style 2015-07-30 11:33:18 +08:00
CCFont.h Improve coding style 2015-07-30 11:33:18 +08:00
CCFontAtlas.cpp Label:Fixed display not as expected(Redmine issue:22133). 2015-08-17 22:46:19 +08:00
CCFontAtlas.h Label:Fixed the edge of character may be cropped. 2015-07-30 16:24:47 +08:00
CCFontAtlasCache.cpp Fixed FontAtlasCache::purgeCachedData might cause crash. 2015-08-05 14:12:02 +08:00
CCFontAtlasCache.h Improve coding style 2015-07-30 11:33:18 +08:00
CCFontCharMap.cpp Improve coding style 2015-07-30 11:33:18 +08:00
CCFontCharMap.h Improve coding style 2015-07-30 11:33:18 +08:00
CCFontFNT.cpp Improve coding style 2015-07-30 11:33:18 +08:00
CCFontFNT.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCFontFreeType.cpp Spaces should not be lost if label created with Fingerpop.ttf 2015-08-05 23:46:41 +08:00
CCFontFreeType.h Improve coding style 2015-07-30 11:33:18 +08:00
CCGLBufferedNode.cpp
CCGLBufferedNode.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCGrabber.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCGrabber.h [ci skip]Update comments 2015-03-27 15:25:44 +08:00
CCGrid.cpp Merge pull request #12744 from fusijie/fix_pageturndown 2015-07-28 11:35:15 +08:00
CCGrid.h Completed test case and comment. 2015-07-08 22:34:33 +08:00
CCLabel.cpp Fixed `Label::setGlobalZOrder ` is invalid when label create with system font. 2015-08-19 10:22:48 +08:00
CCLabel.h Fixed `Label::setGlobalZOrder ` is invalid when label create with system font. 2015-08-19 10:22:48 +08:00
CCLabelAtlas.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCLabelAtlas.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +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 [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCLabelTTF.cpp Label:improving the code readability. 2015-07-14 11:30:56 +08:00
CCLabelTTF.h Label:improving the code readability. 2015-07-14 11:30:56 +08:00
CCLabelTextFormatter.cpp Label:ignore '\r' character. 2015-08-14 11:07:34 +08:00
CCLabelTextFormatter.h Label:refine the implementation about text layout and support debug draw 2015-07-24 18:38:45 +08:00
CCLayer.cpp remove EMSCRIPTEN related code 2015-07-16 14:15:41 +08:00
CCLayer.h Fix compile error in __LayerRGBA 2015-09-07 17:25:56 +08:00
CCLight.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCLight.h Merge pull request #11027 from tangziwen/doc 2015-03-23 10:45:41 +08:00
CCMenu.cpp Fix bug: #21796 [Android 5.0][Cpp-Tests] Node::Scene3D menu unusable. 2015-08-07 16:30:22 +08:00
CCMenu.h Fix bug: #21796 [Android 5.0][Cpp-Tests] Node::Scene3D menu unusable. 2015-08-07 16:30:22 +08:00
CCMenuItem.cpp Add script invocation for onEnter, onExit etc in other classes 2015-07-28 16:07:14 +08:00
CCMenuItem.h Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes 2015-07-28 18:24:03 +08:00
CCMotionStreak.cpp remove EMSCRIPTEN related code 2015-07-16 14:15:41 +08:00
CCMotionStreak.h Fix comment. 2015-04-13 19:24:19 +03:00
CCNode.cpp Use string::empty() to check whether string is empty. 2015-09-01 11:26:09 +08:00
CCNode.h Merge branch 'v3.7.1' of https://github.com/cocos2d/cocos2d-x into v3 2015-08-02 22:28:27 +08:00
CCNodeGrid.cpp completed api. 2015-07-08 17:26:29 +08:00
CCNodeGrid.h Completed test case and comment. 2015-07-08 22:34:33 +08:00
CCParallaxNode.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCParallaxNode.h [ci skip]update headers' module name. 2015-03-24 10:34:41 +08:00
CCParticleBatchNode.cpp Fixed bug: wrong usage of isVisitableByVisitingCamera, which should only effect draw call. 2015-06-18 10:32:30 +08:00
CCParticleBatchNode.h Merge pull request #11092 from fusijie/cocosapi 2015-03-24 11:27:54 +08:00
CCParticleExamples.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCParticleExamples.h Merge pull request #11092 from fusijie/cocosapi 2015-03-24 11:27:54 +08:00
CCParticleSystem.cpp Use string::empty() to check whether string is empty. 2015-09-01 11:26:09 +08:00
CCParticleSystem.h removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
CCParticleSystemQuad.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCParticleSystemQuad.h Merge pull request #11092 from fusijie/cocosapi 2015-03-24 11:27:54 +08:00
CCProgressTimer.cpp Fixed SpriteProgressToRadialMidpointChanged bug. 2015-08-20 17:07:53 +08:00
CCProgressTimer.h add comments. 2015-03-21 17:06:26 +08:00
CCProtectedNode.cpp Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes 2015-07-28 18:24:03 +08:00
CCProtectedNode.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCRenderTexture.cpp fixed renderTexture switch foreground to background issue. 2015-07-15 13:47:10 +08:00
CCRenderTexture.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCScene.cpp Merge pull request #13511 from fusijie/fix_13509 2015-08-21 18:24:27 +08:00
CCScene.h Fixed bug: UI component can't click correctly by moving UI and camera far away of origin. 2015-06-18 10:23:52 +08:00
CCSprite.cpp Merge pull request #13229 from fusijie/fix_13228 2015-08-10 11:53:30 +08:00
CCSprite.h Update comments. 2015-07-08 15:30:34 +08:00
CCSpriteBatchNode.cpp Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_scene3dtest 2015-07-01 14:58:06 +08:00
CCSpriteBatchNode.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCSpriteFrame.cpp Use string::empty() to check whether string is empty. 2015-09-01 11:26:09 +08:00
CCSpriteFrame.h update comments. 2015-03-27 12:07:19 +08:00
CCSpriteFrameCache.cpp Fix template android compilation issue on physics3d 2015-06-10 19:37:52 +08:00
CCSpriteFrameCache.h fix 2015-04-24 11:40:15 +08:00
CCTMXLayer.cpp Fix when picture file used by TMX map file missing or broken, create TMX object will cause program crashed 2015-08-19 14:02:12 +08:00
CCTMXLayer.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCTMXObjectGroup.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCTMXObjectGroup.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCTMXTiledMap.cpp Fix when picture file used by TMX map file missing or broken, create TMX object will cause program crashed 2015-08-19 14:02:12 +08:00
CCTMXTiledMap.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCTMXXMLParser.cpp Fixed #12918 : TMXXMLParser.cpp -- In the function getRectForGID have small errors 2015-07-23 11:01:51 +08:00
CCTMXXMLParser.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCTextFieldTTF.cpp Use string::empty() to check whether string is empty. 2015-09-01 11:26:09 +08:00
CCTextFieldTTF.h Merge branch 'v3' into fix-remaining-missing-comments 2015-03-30 10:56:42 +08:00
CCTileMapAtlas.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCTileMapAtlas.h [ci skip] Add javascript notes... 2015-03-28 14:28:16 +08:00
CCTransition.cpp Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes 2015-07-28 18:24:03 +08:00
CCTransition.h Add getInScene,getDuration for TransitionScene class. 2015-04-03 11:49:15 +08:00
CCTransitionPageTurn.cpp new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
CCTransitionPageTurn.h update comments. 2015-03-27 12:07:19 +08:00
CCTransitionProgress.cpp Replace tabs with spaces in cocos/2d dir 2015-01-08 20:17:45 +09:00
CCTransitionProgress.h [ci skip]update headers' module name. 2015-03-24 10:34:41 +08:00
CCTweenFunction.cpp fix compiling error on windows 2014-08-27 15:13:41 +08:00
CCTweenFunction.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CMakeLists.txt Refactor BackGround to Background 2015-08-21 10:43:59 +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 Add $(EngineRoot)external for cocos2d_headers.props 2015-05-07 11:11:33 +08:00
cocos2dx.props updated version to v3-deps-70 2015-07-21 16:43:47 +08:00
libcocos2d.vcxproj Move CCTextureCube From 3d to renderer to solve compilation issue 2015-08-24 14:01:50 +08:00
libcocos2d.vcxproj.filters Move CCTextureCube From 3d to renderer to solve compilation issue 2015-08-24 14:01:50 +08:00