axmol/cocos/2d
Ricardo Quesada 2e0881e284 Scale9Sprite / Slider / LoadingBar fixes (#16949)
* WIP

* loadingbar issues fixed

* fixes clone in slider

* slider bug fixes

* slider: sets texturesize correclty before seting capsInsets

* sprite: scale9 avoid negativa values

* yeah! works!

* cloneIn -> copyTo

* restore xcode team: none

* fixes issue #16924

* correct issue number

* yeah! fixes issue #16928 and #16930
2016-12-03 07:35:22 -08:00
..
libcocos2d_8_1 updated for v3.14 (#16942) 2016-12-01 10:37:04 +08:00
libcocos2d_win10 updated for v3.14 (#16942) 2016-12-01 10:37:04 +08: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 added wp8 and winrt property sheets 2014-10-14 14:27:29 -07:00
CCAction.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCAction.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCActionCamera.cpp Fix compile error isnan -> std::isnan #15111 2016-04-27 13:15:08 +02:00
CCActionCamera.h Removed unnecessary comments (#16649) 2016-10-07 11:47:48 -07:00
CCActionCatmullRom.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCActionCatmullRom.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCActionEase.cpp fixed #16737: NodeTest (stress test #2: no leaks) is broken. (#16741) 2016-10-26 15:54:01 +08:00
CCActionEase.h fixed #16737: NodeTest (stress test #2: no leaks) is broken. (#16741) 2016-10-26 15:54:01 +08:00
CCActionGrid.cpp Avoid unnecessary allocation if targetGrid is reusable (#16343) 2016-08-15 14:07:37 +08:00
CCActionGrid.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCActionGrid3D.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionGrid3D.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCActionInstant.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionInstant.h Removed unnecessary comments (#16649) 2016-10-07 11:47:48 -07:00
CCActionInterval.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionInterval.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCActionManager.cpp Add new methods to get the number of actions running in a given node with a specific tag. (#16789) 2016-11-04 09:41:03 +08:00
CCActionManager.h Add new methods to get the number of actions running in a given node with a specific tag. (#16789) 2016-11-04 09:41:03 +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 No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionTiledGrid.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +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 Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCAnimationCache.h Refine 'CCActionXXXX' (#15319) 2016-04-08 13:40:36 +08:00
CCAtlasNode.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCAtlasNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCAutoPolygon.cpp some warnings fixed: unused variables, signed-unsigned comparison (#16878) 2016-11-21 15:03:41 +08:00
CCAutoPolygon.h Sprite scale9 (#16702) 2016-10-26 18:45:40 -07:00
CCCamera.cpp Fixed Camera::_viewProjectionUpdated state (#16405) 2016-08-24 18:15:19 +08:00
CCCamera.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCCameraBackgroundBrush.cpp required check for nullptr with new(std::nothrow) (#16822) 2016-11-14 10:05:26 +08:00
CCCameraBackgroundBrush.h cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCClippingNode.cpp should check validation of _stencil (#16913) 2016-11-29 10:46:20 +08:00
CCClippingNode.h reset stencil program when alpha threshold is set to 1 (#16858) 2016-11-18 09:28:01 +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 cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCComponent.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComponentContainer.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCComponentContainer.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDrawNode.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCDrawNode.h Support float line width (#16781) 2016-11-02 17:48:26 +08:00
CCDrawingPrimitives.cpp fixed #16787: Removes unused code of 'if (sizeof(Vec2) == sizeof(Vec2)'. (#16791) 2016-11-02 17:27:49 +08:00
CCDrawingPrimitives.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCFastTMXLayer.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCFastTMXLayer.h cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCFastTMXTiledMap.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCFastTMXTiledMap.h Remove extra semicolon after member function definition (#16595) 2016-09-20 14:43:48 +08:00
CCFont.cpp Improve coding style 2015-07-30 11:33:18 +08:00
CCFont.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCFontAtlas.cpp fix missing chinese characters when using ttf label (#16832) 2016-11-14 09:51:30 +08:00
CCFontAtlas.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCFontAtlasCache.cpp Use resolved file name (through dictionary lookup) in font atlas creation (#16797) 2016-11-18 09:23:44 +08:00
CCFontAtlasCache.h Refine 'CCFontXXXX' 2016-03-24 23:05:22 +08:00
CCFontCharMap.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCFontCharMap.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCFontFNT.cpp issue #16661: Replace c style uthash with std::unordered_map<K, V> in CCFontFNT.cpp (#16662) 2016-10-17 13:53:54 +08:00
CCFontFNT.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCFontFreeType.cpp fixed #16652: FontFreeType crashes in its destructor. (#16684) 2016-10-14 17:49:36 +08:00
CCFontFreeType.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCGLBufferedNode.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCGLBufferedNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCGrabber.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCGrabber.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCGrid.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCGrid.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCLabel.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCLabel.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelAtlas.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelAtlas.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelBMFont.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelBMFont.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelTTF.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCLabelTTF.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCLabelTextFormatter.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +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 No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCLayer.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCLight.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCLight.h Fix documentation when compile with -Wdocumentation and Clang 2016-07-10 17:38:32 +09:00
CCMenu.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCMenu.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCMenuItem.cpp Fix MenuItemSprite::unselected() on disabled items showing _normalImage instead of _disabledImage (#16482) 2016-09-02 09:51:47 +08:00
CCMenuItem.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCMotionStreak.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCMotionStreak.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCNode.cpp fixed wrong display of rotating a 2d sprite by setRotation3D. (#16895) 2016-11-24 11:38:37 +08:00
CCNode.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCNodeGrid.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCNodeGrid.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCParallaxNode.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCParallaxNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCParticleBatchNode.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCParticleBatchNode.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCParticleExamples.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCParticleExamples.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCParticleSystem.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCParticleSystem.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCParticleSystemQuad.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCParticleSystemQuad.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCProgressTimer.cpp cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCProgressTimer.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCProtectedNode.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCProtectedNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCRenderTexture.cpp fixed #16894: RenderTexture does not support Sprite3D (#16909) 2016-11-28 09:50:54 +08:00
CCRenderTexture.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCScene.cpp correct physics3d debug draw camera (#16927) 2016-11-30 14:38:18 +08:00
CCScene.h Support MultiView matrix array (#16723) 2016-10-28 09:33:31 +08:00
CCSprite.cpp Scale9Sprite / Slider / LoadingBar fixes (#16949) 2016-12-03 07:35:22 -08:00
CCSprite.h Scale9Sprite refactor (#16891) 2016-11-24 09:59:00 +08:00
CCSpriteBatchNode.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCSpriteBatchNode.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCSpriteFrame.cpp use correct way to create spriteframe in clone (#16918) 2016-11-30 11:36:01 +08:00
CCSpriteFrame.h Sprite::capInsets -> Sprite::centerRect (#16770) 2016-10-29 17:52:33 -07:00
CCSpriteFrameCache.cpp Scale9Sprite refactor (#16891) 2016-11-24 09:59:00 +08:00
CCSpriteFrameCache.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTMXLayer.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTMXLayer.h cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCTMXObjectGroup.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTMXObjectGroup.h Remove extra semicolon after member function definition (#16595) 2016-09-20 14:43:48 +08:00
CCTMXTiledMap.cpp some warnings fixed: unused variables, signed-unsigned comparison (#16878) 2016-11-21 15:03:41 +08:00
CCTMXTiledMap.h Remove extra semicolon after member function definition (#16595) 2016-09-20 14:43:48 +08:00
CCTMXXMLParser.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTMXXMLParser.h Fix implicit conversion warning (#16598) 2016-09-26 14:49:47 +08:00
CCTextFieldTTF.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTextFieldTTF.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTileMapAtlas.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTileMapAtlas.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCTransition.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTransition.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTransitionPageTurn.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTransitionPageTurn.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTransitionProgress.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCTransitionProgress.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTweenFunction.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTweenFunction.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
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