axmol/cocos/2d
James Chen 4237639dd6 Some fixes for websocket (#17342)
* libwebsockets & curl are dynamic libraries now, modify project configuration for win32.
Updates WebSocketTest.cpp to test wss connection.

* Corrects some logic in WebSocket.cpp. Adds wss test case. WebSocketTest suggests developers to use `WebSocket::closeAsync` method which will not block current thread.

* mutex unlock fix in WebSocket.cpp. Reverts TEST URL.

* Allows self-assign cert.

* Each ws connection will create a virutal host now. Supports self-signed cert and update test case to suggest developer use ‘closeAsync’.

* Updates deps to 123.
2017-02-13 15:15:23 +08:00
..
libcocos2d_win10 V3 win10 websockets (#17310) 2017-02-08 09:44:06 +08:00
win10_props V3 win10 websockets (#17310) 2017-02-08 09:44:06 +08: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 fix #14936 (#17190) 2017-01-17 09:48:30 +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 Remove `const T&` qualifiers from fundamental type arguments (#17334) 2017-02-10 10:34:47 +08:00
CCAutoPolygon.h Remove `const T&` qualifiers from fundamental type arguments (#17334) 2017-02-10 10:34:47 +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 Fix minor typos in comments and docs (#17294) 2017-02-07 09:41:52 +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 Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontAtlas.cpp Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontAtlas.h Full unicode support (#17179) 2017-02-06 16:41:52 +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 Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontCharMap.h Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontFNT.cpp Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontFNT.h Full unicode support (#17179) 2017-02-06 16:41:52 +08:00
CCFontFreeType.cpp fix rendering font with not null line gap (#17175) 2017-02-13 13:58:32 +08:00
CCFontFreeType.h Full unicode support (#17179) 2017-02-06 16:41:52 +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 Fix minor typos in comments and docs (#17294) 2017-02-07 09:41:52 +08:00
CCLabel.h Full unicode support (#17179) 2017-02-06 16:41:52 +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 Full unicode support (#17179) 2017-02-06 16:41:52 +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 Assert that a node cannot be inserted as a child of itself. (#17296) 2017-02-08 10:02:10 +08:00
CCNode.h Fix typos in docs (#17132) 2017-01-11 09:31:45 +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 Fix implicit conversion warnings (#17254) 2017-02-04 10:38:22 +08:00
CCParticleBatchNode.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCParticleExamples.cpp Removed unnecessary assignments (#17328) 2017-02-09 10:57:01 +08:00
CCParticleExamples.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCParticleSystem.cpp Fix minor typos in naming (#17280) 2017-02-06 15:13:20 +08:00
CCParticleSystem.h Fix typos in docs (#17132) 2017-01-11 09:31:45 +08:00
CCParticleSystemQuad.cpp Particle set display frame (#17163) 2017-01-12 11:48:30 +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 Fix typo in RenderTexture: "Bufffer" -> "Buffer" (#17235) 2017-01-20 09:59:02 +08:00
CCRenderTexture.h Fix typo in RenderTexture: "Bufffer" -> "Buffer" (#17235) 2017-01-20 09:59:02 +08:00
CCScene.cpp fix crash if physics3d camera is not set (#17139) 2017-01-10 15:37:29 +08:00
CCScene.h Support MultiView matrix array (#16723) 2016-10-28 09:33:31 +08:00
CCSprite.cpp Fix typo in Sprite (strech -> stretch) (#17241) 2017-01-23 09:25:56 +08:00
CCSprite.h Fix typo in Sprite (strech -> stretch) (#17241) 2017-01-23 09:25:56 +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 Fix typos in comments and strings (#17201) 2017-01-18 15:41: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 fix wrong result when time is 1 (#17340) 2017-02-13 13:55:32 +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 Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00
cocos2dx.props updated version to v3-deps-70 2015-07-21 16:43:47 +08:00
libcocos2d.vcxproj Some fixes for websocket (#17342) 2017-02-13 15:15:23 +08:00
libcocos2d.vcxproj.filters Fixes crash that playing long audio and then uncacheAll (#17079) 2016-12-29 10:05:13 +08:00