axmol/cocos/2d
Ricardo Quesada ff8e622b7a Slice9 Sprite with triangles, not quads (#17105)
* sprites: use triangles instead of quads

uses less memory

* oops, color should be white by default

* works with flipped sprites

* none for xcode
2017-01-05 09:27:13 +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
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 fix type conversion warnings (#17061) 2017-01-04 12:01:07 +08: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 Added support for larger tilemaps in CCFastTMXTiledMap (#17006) 2016-12-15 10:01:37 +08:00
CCFastTMXLayer.h Added support for larger tilemaps in CCFastTMXTiledMap (#17006) 2016-12-15 10:01:37 +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 Merge branch 'v3.14' into merge-v314 2017-01-04 09:49:22 +08:00
CCLabel.h fix type conversion warnings (#17061) 2017-01-04 12:01:07 +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
CCLight.h Fix documentation when compile with -Wdocumentation and Clang 2016-07-10 17:38:32 +09:00
CCMenu.cpp implements issue #17069 (#17090) 2017-01-03 09:49:22 +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 Inform eventdispatcher on node reordering (fixes #16992) (#17007) 2016-12-14 14:08:00 +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 make ListView::setGlobalZOrder() work (#17098) 2017-01-04 11:06:44 +08:00
CCProtectedNode.h make ListView::setGlobalZOrder() work (#17098) 2017-01-04 11:06:44 +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 Slice9 Sprite with triangles, not quads (#17105) 2017-01-05 09:27:13 +08:00
CCSprite.h Slice9 Sprite with triangles, not quads (#17105) 2017-01-05 09:27:13 +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 Avoids to creating element in map in SpriteFrameCache::getSpriteFrameByName & removeSpriteFrameByName. (#16910) 2016-11-28 09:57:18 +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 Openssl adjust (#17106) 2017-01-05 09:22:38 +08:00
libcocos2d.vcxproj.filters Fixes crash that playing long audio and then uncacheAll (#17079) 2016-12-29 10:05:13 +08:00