axmol/cocos/2d
pandamicro f0be4f3069 Merge part of Cocos2d-x-lite (#16380)
* Update js auto binding settings with new ndk version

* Remove unnecessary property from Ref

* Merge part of Cocos2d-x-lite :
1. Improve network bindings
2. Use nullptr instead of NULL
3. Remove usage of some deprecated APIs
4. Add some defensive code and cleanup

* Fix spine track entry circle referencing issue

* cocos2d/cocos2d-x#16327: Fix global object leak issue in JSB

* Improve ScriptingCore::evalString, old implementation have been deprecated in Spidermonkey

* Update JS versions

* Add docs for web v3.13

* Improve ScriptingCore

* Manual merge cocos2d/cocos2d-x#16383 by DavidDeSimone

* Fix auto bindings configurations

* Update web ref
2016-08-19 16:28:47 +08:00
..
libcocos2d_8_1 update libcocos2d version to v3.13 2016-07-26 12:34:36 -07:00
libcocos2d_win10 update libcocos2d version to v3.13 2016-07-26 12:34:36 -07:00
win10_props added missing _USRJSSTATIC preprocessor define (#15438) 2016-04-18 15:10:35 +08:00
winrt_8.1_props added missing _USRJSSTATIC preprocessor define (#15438) 2016-04-18 15:10:35 +08:00
wp_8.1_props
CCAction.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCAction.h Fix typos and other mistakes in docs 2016-07-04 00:42:10 +09:00
CCActionCamera.cpp Fix compile error isnan -> std::isnan #15111 2016-04-27 13:15:08 +02:00
CCActionCamera.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionCatmullRom.cpp Fix unused parameter warning 2016-06-02 15:30:24 +09:00
CCActionCatmullRom.h Use const references whenever possible 2016-05-17 13:17:56 +09:00
CCActionEase.cpp fix crash in EaseExponentialOut::clone() 2016-07-13 14:28:04 +09:00
CCActionEase.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionGrid.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionGrid.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionGrid3D.cpp Use const references whenever possible 2016-05-17 13:17:56 +09:00
CCActionGrid3D.h Use const references whenever possible 2016-05-17 13:17:56 +09:00
CCActionInstant.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionInstant.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionInterval.cpp Use std::abs to avoid overhead of casting float to double 2016-07-13 00:55:11 +09:00
CCActionInterval.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionManager.cpp Fix typos in documentation and comments 2016-05-05 08:05:20 +09:00
CCActionManager.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionPageTurn3D.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCActionPageTurn3D.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionProgressTimer.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionProgressTimer.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionTiledGrid.cpp use std::srand() instead 2016-07-11 11:17:28 +08:00
CCActionTiledGrid.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionTween.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCActionTween.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCAnimation.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCAnimation.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCAnimationCache.cpp Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCAnimationCache.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCAtlasNode.cpp Add ETC1 builtin alpha support. (#16118) 2016-07-25 17:31:54 +08:00
CCAtlasNode.h Fix typos in documentation 2015-12-03 21:03:00 +09:00
CCAutoPolygon.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCAutoPolygon.h fix: make PolygonCode cleaner 2016-05-24 20:57:40 -03:00
CCCamera.cpp Squashed commit of the following: 2016-06-15 11:33:25 -07:00
CCCamera.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCCameraBackgroundBrush.cpp Bug fix & make test case more clear. 2015-12-07 18:36:28 +08:00
CCCameraBackgroundBrush.h Merge pull request #14502 from xiaofeng11/v3_combine_2d 2015-12-04 16:05:24 +08:00
CCClippingNode.cpp Fixed ClippingNode not cleaning up _stencil correctly (#15814) 2016-06-15 14:55:29 +08:00
CCClippingNode.h refactor stencil state management code 2015-11-25 14:14:17 +08:00
CCClippingRectangleNode.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCClippingRectangleNode.h Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCComponent.cpp Refine components to improve performance 2015-09-18 14:34:02 +08:00
CCComponent.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCComponentContainer.cpp no message 2015-11-27 23:33:20 +10:00
CCComponentContainer.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCDrawNode.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCDrawNode.h Fix indent 2015-12-04 15:14:47 +08:00
CCDrawingPrimitives.cpp fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCDrawingPrimitives.h Fix typos and other mistakes in docs 2016-07-04 00:42:10 +09:00
CCFastTMXLayer.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCFastTMXLayer.h Use const references whenever possible 2016-05-17 13:17:56 +09:00
CCFastTMXTiledMap.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCFastTMXTiledMap.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +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 fixed #16169: new android project crash in android 5.0.2 device (Nexus 7) when use 3.12 (#16214) 2016-07-28 11:19:22 +08:00
CCFontAtlas.h Refine 'CCFontXXXX' 2016-03-24 23:05:22 +08:00
CCFontAtlasCache.cpp refine 2016-03-25 21:21:09 +08:00
CCFontAtlasCache.h Refine 'CCFontXXXX' 2016-03-24 23:05:22 +08:00
CCFontCharMap.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCFontCharMap.h Improve coding style 2015-07-30 11:33:18 +08:00
CCFontFNT.cpp Fix typos in documentation and comments 2016-07-22 02:05:19 +09:00
CCFontFNT.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCFontFreeType.cpp Refine 'CCFontXXXX' 2016-03-24 23:05:22 +08:00
CCFontFreeType.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCGLBufferedNode.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCGLBufferedNode.h
CCGrabber.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCGrabber.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCGrid.cpp Merge pull request #12744 from fusijie/fix_pageturndown 2015-07-28 11:35:15 +08:00
CCGrid.h fix typos 2015-09-09 11:37:41 +08:00
CCLabel.cpp Add ETC1 builtin alpha support. (#16118) 2016-07-25 17:31:54 +08:00
CCLabel.h Remove unneeded std::bind, and use const & for input parameters. 2016-07-26 00:55:32 +08:00
CCLabelAtlas.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCLabelAtlas.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCLabelBMFont.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCLabelBMFont.h
CCLabelTTF.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCLabelTTF.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCLabelTextFormatter.cpp Remove unneeded std::bind, and use const & for input parameters. 2016-07-26 00:55:32 +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 Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCLayer.h fix typos 2015-09-09 11:37:41 +08:00
CCLight.cpp
CCLight.h Fix documentation when compile with -Wdocumentation and Clang 2016-07-10 17:38:32 +09:00
CCMenu.cpp fix: little menu fixes 2016-06-21 16:46:27 -07:00
CCMenu.h fixed documentation for better reading clarity 2016-01-27 11:42:25 +10:00
CCMenuItem.cpp fix: not leak Toggle items 2016-06-28 20:41:47 -07:00
CCMenuItem.h fix jsb API inconsistency. 2016-03-18 16:18:40 +08:00
CCMotionStreak.cpp #Make etc1 alpha support ok for ProgressTimer (#16296) 2016-08-03 14:29:34 +08:00
CCMotionStreak.h Fix typos in documentation comments 2016-07-16 04:18:40 +09:00
CCNode.cpp don't set camera the same as its parent by default (#16325) 2016-08-05 17:26:27 +08:00
CCNode.h #Improve node sort performance for 64-bit by std::sort + long long (_localZOrder) (#16262) 2016-07-31 22:44:24 +08:00
CCNodeGrid.cpp Fix C++ crash caused by CC_ENABLE_GC_FOR_NATIVE_OBJECTS macro 2016-02-16 13:43:11 +08:00
CCNodeGrid.h Completed test case and comment. 2015-07-08 22:34:33 +08:00
CCParallaxNode.cpp
CCParallaxNode.h Fix minor grammar and typo in documentation 2015-11-04 17:14:00 +09:00
CCParticleBatchNode.cpp Add ETC1 builtin alpha support. (#16118) 2016-07-25 17:31:54 +08:00
CCParticleBatchNode.h
CCParticleExamples.cpp
CCParticleExamples.h
CCParticleSystem.cpp Fix ParticleSystem::_paused varible isn't initialized. Particle will show or hide after being created randomly. 2016-06-22 16:54:57 +08:00
CCParticleSystem.h Added Particle Emitter Pause option, and tests (#15836) 2016-06-15 18:31:10 +08:00
CCParticleSystemQuad.cpp Add ETC1 builtin alpha support. (#16118) 2016-07-25 17:31:54 +08:00
CCParticleSystemQuad.h Added Particle Emitter Pause option, and tests (#15836) 2016-06-15 18:31:10 +08:00
CCProgressTimer.cpp #Make etc1 alpha support ok for ProgressTimer (#16296) 2016-08-03 14:29:34 +08:00
CCProgressTimer.h Fix typos in documentation 2016-02-18 16:16:36 +09:00
CCProtectedNode.cpp #Improve node sort performance for 64-bit by std::sort + long long (_localZOrder) (#16262) 2016-07-31 22:44:24 +08:00
CCProtectedNode.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCRenderTexture.cpp RenderTexture - set opacity modify RGB 2016-06-13 23:07:17 +03:00
CCRenderTexture.h lua binding : Rename end() to endToLua(). 2016-06-14 23:35:17 +08:00
CCScene.cpp fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00
CCScene.h Squashed commit of the following: 2016-06-15 11:33:25 -07:00
CCSprite.cpp #Improve node sort performance for 64-bit by std::sort + long long (_localZOrder) (#16262) 2016-07-31 22:44:24 +08:00
CCSprite.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCSpriteBatchNode.cpp #Improve node sort performance for 64-bit by std::sort + long long (_localZOrder) (#16262) 2016-07-31 22:44:24 +08:00
CCSpriteBatchNode.h Fix typos in documentation 2015-12-03 21:03:00 +09:00
CCSpriteFrame.cpp fix: make PolygonCode cleaner 2016-05-24 20:57:40 -03:00
CCSpriteFrame.h fix: make PolygonCode cleaner 2016-05-24 20:57:40 -03:00
CCSpriteFrameCache.cpp Fix typos in log messages 2016-07-25 02:53:22 +09:00
CCSpriteFrameCache.h SpriteFrameCache: take pixelFormat into account if specified 2016-02-11 15:47:23 +03:00
CCTMXLayer.cpp Merge part of Cocos2d-x-lite (#16380) 2016-08-19 16:28:47 +08:00
CCTMXLayer.h Squashed commit of the following: 2016-07-01 15:51:00 -07:00
CCTMXObjectGroup.cpp
CCTMXObjectGroup.h
CCTMXTiledMap.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCTMXTiledMap.h Squashed commit of the following: 2016-07-01 15:51:00 -07:00
CCTMXXMLParser.cpp Initializes member variable for TMXMapInfo and updates hexa-test.tmx to the latest format. (#16353) 2016-08-15 14:10:13 +08:00
CCTMXXMLParser.h Squashed commit of the following: 2016-07-01 15:51:00 -07:00
CCTextFieldTTF.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCTextFieldTTF.h improve textfield code 2016-04-01 09:31:18 +08:00
CCTileMapAtlas.cpp Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
CCTileMapAtlas.h
CCTransition.cpp Fix C++ crash caused by CC_ENABLE_GC_FOR_NATIVE_OBJECTS macro 2016-02-16 13:43:11 +08:00
CCTransition.h
CCTransitionPageTurn.cpp
CCTransitionPageTurn.h
CCTransitionProgress.cpp
CCTransitionProgress.h
CCTweenFunction.cpp Add missing float suffix to avoid -Wdouble-promotion 2016-07-04 23:12:45 +09:00
CCTweenFunction.h
CMakeLists.txt Refactor BackGround to Background 2015-08-21 10:43:59 +08:00
cocos2d.def
cocos2d_headers.props Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
cocos2dx.props updated version to v3-deps-70 2015-07-21 16:43:47 +08:00
libcocos2d.vcxproj Win32 move unicode utils global. (#16234) 2016-07-28 09:57:29 +08:00
libcocos2d.vcxproj.filters Win32 move unicode utils global. (#16234) 2016-07-28 09:57:29 +08:00