Commit Graph

3858 Commits

Author SHA1 Message Date
cw ca68a273e3 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3luaruntime 2014-05-23 16:38:03 +08:00
andyque d612518421 fix ui widget copyProperties issue 2014-05-23 15:03:46 +08:00
minggo 6539b558bd update version 2014-05-23 14:30:08 +08:00
cocoscodeide 5e198aaae2 Merge pull request #26 from cocos2d/v3
update cocos2d-x
2014-05-23 12:46:42 +08:00
CocosRobot 293ced84c2 [AUTO]: updating luabinding automatically 2014-05-23 03:12:39 +00:00
Ricardo Quesada 5601048829 Fixes compiler warnings for mac and ios 2014-05-22 16:34:16 -03:00
CocosRobot 0ab8624d2f [AUTO]: updating luabinding automatically 2014-05-22 08:08:54 +00:00
vision a68515dbff adding guard for the callback condition 2014-05-22 12:42:52 +08:00
chuanweizhang2013 111840f37b add play ui 2014-05-22 11:52:49 +08:00
andyque d1df19794a fixed ui header file include problem 2014-05-22 10:49:28 +08:00
minggo cda9183e01 Merge pull request #6861 from boyu0/bug4944_physics_crash
closed #4944: fixed bug: physics engine crashes occasionally when remove...
2014-05-21 18:32:19 +08:00
boyu0 b6274a469d closed #4944: fixed bug: physics engine crashes occasionally when remove bodies at physics contact callback. 2014-05-21 16:07:49 +08:00
andyque dbd2de63b2 issue #5183, fix Layout visit issue 2014-05-21 15:21:55 +08:00
minggo 3b5417a325 Merge pull request #6854 from MSOpenTech/wp8-v3-fix
Wp8 v3 fix for precompiled shaders and precompiled headers
2014-05-21 14:31:18 +08:00
Dhilan007 d13ed93fc1 issue #5277:Label:It could be possible that for using outline and invoking 'Director::setContentScaleFactor' cause label show nothing. 2014-05-21 14:08:30 +08:00
Dhilan007 ac258439b0 close issue#5277:Label:It could be possible that for using outline and invoking 'Director::setContentScaleFactor' cause label show nothing. 2014-05-21 11:38:45 +08:00
minggo 40df6a28a2 Merge pull request #6844 from Dhilan007/v3-labelfix
closed issue#5252:Label:It could be possible that for using outline cause crash.
2014-05-21 11:19:12 +08:00
Dhilan007 70346c4437 Merge branch 'v3_wp8fix' of https://github.com/Dhilan007/cocos2d-x into v3-wp8 2014-05-21 10:44:48 +08:00
minggo 5a309fbc6e Merge pull request #6721 from zifter/FixNodeConst
[ci skip]Getter always must be a const method.
2014-05-21 09:48:27 +08:00
Dale Stammen 2a7b223b5b updated link() for wp8 2014-05-20 11:47:33 -07:00
Dale Stammen 3971666426 updated pch file for wp8 2014-05-20 10:06:24 -07:00
Dale Stammen c0798a3c0a updated precompiled shaders for wp8 2014-05-20 10:06:02 -07:00
Dale Stammen f0e4c97bc6 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into wp8-v3-fix 2014-05-20 07:50:12 -07:00
Dale Stammen 3db6856d27 added missing pch files for WP8 2014-05-20 07:48:42 -07:00
Dale Stammen 0efc070104 fixed shader compiler after cocos refactor 2014-05-20 07:48:12 -07:00
CocosRobot f734cc3f7b [AUTO]: updating luabinding automatically 2014-05-20 11:46:42 +00:00
samuele3hu a2ebe428da Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_fix 2014-05-20 18:11:28 +08:00
samuele3hu 2d65f9bc6f issue #5255:Add Sprite3D test cases for Lua 2014-05-20 18:09:04 +08:00
minggo dd428b527b Merge pull request #6843 from favorcode/v3
[ci skip]Update UIImageView.h param name
2014-05-20 17:34:56 +08:00
Dhilan007 55c1319426 closed issue#5252:Label:It could be possible that for using outline cause crash. 2014-05-20 16:54:51 +08:00
hanbihui 855b8a2784 Update UIImageView.h
Update param name
2014-05-20 16:45:09 +08:00
minggo 9a276c66a0 Merge pull request #6740 from zifter/FixProgressTo
Fix Progress Action. Not working with charging from 100 to 0.
2014-05-20 15:36:10 +08:00
CocosRobot 33d8973277 [AUTO]: updating luabinding automatically 2014-05-20 06:44:06 +00:00
andyque 1ed9b9749e Revert "Merge pull request #6752 from andyque/refactorLayout"
This reverts commit ae118a9d22, reversing
changes made to 6f2f2046c7.
2014-05-20 14:36:29 +08:00
minggo 9cf21f9a6a Merge pull request #6829 from favorcode/v3
[ci skip]Update UIText.h doxygen comments
2014-05-20 14:03:19 +08:00
favorcode 5ed9e781e4 Update UIText.h
Update the doxygen comment
2014-05-20 13:05:20 +08:00
CocosRobot 2c47eae1a0 [AUTO]: updating luabinding automatically 2014-05-20 04:10:28 +00:00
minggo ae118a9d22 Merge pull request #6752 from andyque/refactorLayout
refactor Layout
2014-05-20 12:07:04 +08:00
minggo 6f2f2046c7 Merge pull request #6804 from hyqhyq3/v3
fix UIText's fontSize
2014-05-20 11:57:29 +08:00
andyque 993b735392 closed #5183, done 2014-05-20 10:24:22 +08:00
andyque 432f688a67 issue #5183, refactor 2014-05-20 10:16:19 +08:00
andyque e0192e2a1b issue #5183, fix win32 compile error 2014-05-20 09:59:12 +08:00
andyque fe01d12a21 issue #5183, fix android compile error 2014-05-20 09:39:05 +08:00
andyque 28c3752641 issue #5183, refacotr some variable names 2014-05-20 09:36:17 +08:00
andyque 834a72315a issue #5183, add deprecated function for Widget 2014-05-19 17:43:27 +08:00
GameEgg 9c5f7f0ce3 bug fix FontFNT.cpp 2014-05-19 18:42:11 +09:00
andyque a9e1c50897 issue #5183, refactor UIScrollView 2014-05-19 17:34:48 +08:00
andyque ee24e137f7 issue #5183, refactor obscure functions 2014-05-19 17:18:04 +08:00
andyque 121d6d3109 issue #5183, refactor 2014-05-19 16:51:25 +08:00
andyque 5ddfc41414 Merge branch 'v3' into refactorLayout
Conflicts:
	build/cocos2d_libs.xcodeproj/project.pbxproj
2014-05-19 13:54:16 +08:00