Commit Graph

32539 Commits

Author SHA1 Message Date
Aaron 59fab25804 Removed innerContainer pointer copy when cloning
Copied pointer becomes invalid when model widget destructs. Instead we simply copy the position.
2015-09-03 11:29:58 +01:00
pandamicro ab5b634976 Merge pull request #13625 from frranck/patch-4
Update CCImage.cpp
2015-09-03 00:10:16 +08:00
Vincent Yang ea580ed2ee Restructure CCDownload Interface and implements with curl. 2015-09-02 18:26:42 +08:00
andyque c0f40ad4a5 fix Android EditBox font size issue 2015-09-02 18:25:30 +08:00
pandamicro 0f2a528129 Merge pull request #13663 from linguofeng/patch-1
lua add UPDATE_FAILED ERROR_DECOMPRESS
2015-09-02 18:24:51 +08:00
songchengjiang cc6e2077f4 replace custom shaders by material files
add Sprite3DVertexColorTest
2015-09-02 16:30:24 +08:00
XiaoYang 09c086dc10 Merge pull request #368 from songchengjiang/motionstreak3d
add CC_DLL
2015-09-02 15:59:34 +08:00
songchengjiang addce6c565 add CC_DLL 2015-09-02 15:55:58 +08:00
zhangbin cc2dd7b225 Add Particle3D tests. 2015-09-02 14:31:35 +08:00
子龙山人 c92a308b68 Merge pull request #13665 from WenhaiLin/v3-link-resource-fix
[ci skip]js-template-default:Fixed the path of link resources.
2015-09-02 13:55:12 +08:00
WenhaiLin be60f7f65c [ci skip]js-template-default:Fixed the path of link resources. 2015-09-02 13:48:57 +08:00
linguofeng 7fc382055b lua add UPDATE_FAILED ERROR_DECOMPRESS
add
cc.EventAssetsManagerEx.EventCode.UPDATE_FAILED
cc.EventAssetsManagerEx.EventCode.ERROR_DECOMPRESS
2015-09-02 11:27:47 +08:00
zhangbin c664756dbe Add particle tests. 2015-09-02 11:21:17 +08:00
pandamicro 150db941da Merge pull request #13650 from ZhangMenghe/v3-testcases
[ci skip] Remove clickAndMove testcase
2015-09-02 09:08:16 +08:00
子龙山人 4530043d9b Merge pull request #13649 from WenhaiLin/v3-string-empty-check
Use string::empty() to check whether string is empty.
2015-09-01 18:04:41 +08:00
pandamicro d1845efdb2 Merge pull request #13653 from natural-law/v3.8
[ci skip] Update the version displayed in about dialog of windows simulator.
2015-09-01 18:03:12 +08:00
zhangbin 2c6c35cb76 Update the version displayed in about dialog of windows simulator. 2015-09-01 18:00:50 +08:00
ZhangMenghe f3190206e0 Remove clickAndMove testcase 2015-09-01 14:21:08 +08:00
Neo Kim 3656ce99bd Fix an issue regarding non-bouncing scroll view 2015-09-01 15:13:18 +09:00
pandamicro 91769c3feb Merge pull request #13632 from xiaofeng11/v3.8
Fix missing config.json notice when simulator start to run a cocostudio project
2015-09-01 12:57:40 +08:00
yangxiao 5cabc592e0 add motionstreak3d to cocos2d header 2015-09-01 11:34:35 +08:00
WenhaiLin 5fdb041856 Use string::empty() to check whether string is empty. 2015-09-01 11:26:09 +08:00
yangxiao c23805889f add motionstreak3d 2015-09-01 11:02:22 +08:00
Neo Kim 129f4b3186 Implement the inertia scroll using auto scroll feature. Consolidate them into one. 2015-09-01 11:52:05 +09:00
Neo Kim ecd947d9f4 Change auto scroll feature to receive callbacks to remove dependencies. 2015-09-01 11:45:42 +09:00
Neo Kim 137a05a2aa Rectify the wrong indentations in switch statements 2015-09-01 11:45:42 +09:00
Neo Kim 69d23eb00c Extract the touch move speed calculation logic from inertia concept. 2015-09-01 11:45:42 +09:00
Neo Kim 81795f6d73 Add a guard statement in setInnerContainerPosition(). 2015-09-01 11:45:42 +09:00
Neo Kim 96a78f687c Remove redundant codes 2015-09-01 11:45:42 +09:00
子龙山人 2e9e660cbb Merge pull request #13220 from zilongshanren/testEditBoxWin32
Improved EditBox implement for platform win32
2015-09-01 10:40:11 +08:00
yangxiao 8499400514 motionstreak3d test demo 2015-09-01 10:39:31 +08:00
yangxiao b6c4f4cf50 add comment 2015-09-01 10:39:14 +08:00
pandamicro 7f04a191c7 Merge pull request #13635 from super626/v3.8
Enable depth write for transparent object
2015-09-01 10:30:50 +08:00
pandamicro 3be083680a Merge pull request #13639 from WenhaiLin/v3.9-beta0
Sync v3.8 to v3
2015-09-01 09:49:43 +08:00
子龙山人 ca2ee10e2d Merge pull request #26 from wohaaitinciu/v3-remote
revert to the original state when user cancel input
2015-09-01 09:47:24 +08:00
子龙山人 59c1b21d0b Merge pull request #13634 from WenhaiLin/v3.8-textreader-refine
This is a small optimization about TextReader.
2015-09-01 09:40:52 +08:00
Jeff Wang b8105349c7 revert to the original state when user cancel input 2015-09-01 00:06:18 +08:00
Jeff Wang 426061dffd Merge pull request #2 from zilongshanren/testEditBoxWin32
keep synced with zilongshanren-test branch
2015-08-31 23:56:28 +08:00
WenhaiLin a3b5becb45 Sync v3.8 to v3 2015-08-31 22:05:37 +08:00
andyque 367a105a48 refactor EditBox iOS&Android implementation
Fixed issue: https://github.com/cocos2d/cocos2d-x/issues/13616#issuecomment-135742727
2015-08-31 18:36:27 +08:00
yangxiao 030ab8858d enable depth write for transparent object 2015-08-31 18:34:09 +08:00
XiaoFeng 4cd3683e5b Use solution path as root path 2015-08-31 18:14:38 +08:00
zhangbin 013ed60c15 Add node children tests. 2015-08-31 17:40:26 +08:00
pandamicro 0c94e48248 Merge pull request #13631 from geron-cn/v3.8
fix bug: bone can be see by other cameras
2015-08-31 17:36:17 +08:00
WenhaiLin df383de894 This is a small optimization about TextReader. 2015-08-31 17:06:11 +08:00
zhangbin 46427bec59 Write the test data with json format. 2015-08-31 16:57:46 +08:00
XiaoFeng be2be30162 Fix missing config.json notice when simulator start to run a cocostudio project 2015-08-31 16:16:10 +08:00
geron-cn e7c7b248d6 fix bug: bone can be see by other cameras 2015-08-31 16:04:17 +08:00
zhangbin 351dee8c22 Optimize the implementation of Alloc Test. 2015-08-31 15:08:36 +08:00
pandamicro 4ad78778a8 Merge pull request #13630 from pandamicro/release-note
[ci skip]Update engine versions
2015-08-31 13:53:02 +08:00