Commit Graph

9983 Commits

Author SHA1 Message Date
samuele3hu 8e97c69b2f issue #2103 add cocosbuilder lua test sample 2013-06-05 16:25:23 +08:00
minggo a9788a7f9d Merge pull request #2767 from chengstory/master_Components#2
1.  change “bool isEnabled()”  to "bool isEnabled() const".
2013-06-05 00:52:32 -07:00
samuele3hu c2e2be1b1b issue #2103 add cocosbuilder lua test sample 2013-06-05 15:51:29 +08:00
samuele3hu 75b26d9cdf Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into test_bind_cocosbuilder 2013-06-05 15:19:01 +08:00
samuele3hu 6dd077b8bd issue #2103 add cocosbuilder lua test sample 2013-06-05 15:17:00 +08:00
chengstory ca3dc682ea 1. change “bool isEnabled()” to "bool isEnabled() const".
2.  dolete license.
2013-06-05 15:05:49 +08:00
James Chen 7c2ce0da64 Merge pull request #2766 from dumganhar/jsb-delegate-crash-develop
fixed #2143: cc.ScrollView(TableView, EditBox).setDelegate(tmp object) causes crash.
2013-06-04 23:58:56 -07:00
James Chen e4a8cad3c2 Updating cocos2dx_extension.ini 2013-06-05 14:56:06 +08:00
James Chen 5d92a98287 fixed #2143: cc.ScrollView(TableView, EditBox).setDelegate(tmp object) causes crash. 2013-06-05 14:55:13 +08:00
James Chen 47c8205e39 issue #2143: Adding CCEditBox::getDelegate. 2013-06-05 14:55:13 +08:00
James Chen 418354df76 Update cocos2dx_extension.ini 2013-06-05 14:53:53 +08:00
James Chen daa37a9837 Merge pull request #2763 from dumganhar/jsb-delegate-crash-master
fixed #2143: cc.ScrollView(TableView, EditBox).setDelegate(tmp object) causes crash.
2013-06-04 23:47:00 -07:00
James Chen d0c0d303f5 fixed #2143: cc.ScrollView(TableView, EditBox).setDelegate(tmp object) causes crash. 2013-06-05 14:31:07 +08:00
James Chen 57fee8dc98 issue #2143: Adding CCEditBox::getDelegate. 2013-06-05 14:30:14 +08:00
minggo cc9823d1d9 Merge pull request #2762 from minggo/modify-ios-template
Modify ios template
2013-06-04 22:53:11 -07:00
minggo d71e07db4e fixed conflict 2013-06-05 13:48:31 +08:00
minggo b0937a5a2d issue #2257:change copyright of template 2013-06-05 11:25:39 +08:00
James Chen 3acdb327fb Merge pull request #2760 from natural-law/develop
Add plugin weibo for iOS on branch develop
2013-06-04 20:23:26 -07:00
James Chen b2c85ef360 Merge pull request #2761 from natural-law/master
Update the license in the sample code.
2013-06-04 20:21:55 -07:00
minggo 6491ff75cf issue #2257: make ios template work 2013-06-05 11:21:04 +08:00
zhangbin 457942f05b Update the license in the sample code. 2013-06-05 11:19:54 +08:00
zhangbin f26530748a Update the license in the sample code. 2013-06-05 11:19:17 +08:00
James Chen ecffa01475 Merge pull request #2759 from natural-law/master
Add plugin weibo for iOS [master]
2013-06-04 20:00:34 -07:00
zhangbin d947da8dce Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop 2013-06-05 10:32:44 +08:00
zhangbin 828158d009 Update the JS binding code of plugin. 2013-06-05 10:30:44 +08:00
zhangbin b2ef2ac916 fixed #2254 : Add sample code for plugin weibo on iOS. 2013-06-05 10:30:44 +08:00
zhangbin 7b00055d9e issue #2254 : Add plugin weibo for iOS. 2013-06-05 10:30:43 +08:00
zhangbin 4939ac1f14 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2013-06-05 10:25:56 +08:00
zhangbin aa94056b5a Update the JS binding code of plugin. 2013-06-05 10:25:19 +08:00
James Chen 669c4d22b6 Merge pull request #2758 from dumganhar/ricardoquesada-configuration_set_value-develop
Merge PR #2728 and minor fix.[develop]
2013-06-04 19:20:03 -07:00
James Chen 555e8e324d Merge pull request #2757 from dumganhar/ricardoquesada-configuration_set_value-master
Merge PR #2728 and minor fix.[master]
2013-06-04 19:17:51 -07:00
zhangbin ae7ff06e95 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2013-06-05 09:52:35 +08:00
James Chen 993070b27e Minor fix in CCConfiguration. 2013-06-05 09:47:29 +08:00
Ricardo Quesada d27da88c06 Adds setObject to CCConfiguration
also adds the test

Conflicts:
	scripting/javascript/bindings/generated
2013-06-05 09:46:56 +08:00
James Chen 26219d4a14 Minor fix in CCConfiguration. 2013-06-05 09:41:03 +08:00
James Chen 2a16a6b17f Merge branch 'configuration_set_value' of https://github.com/ricardoquesada/cocos2d-x into ricardoquesada-configuration_set_value 2013-06-05 09:36:53 +08:00
minggo 823cffb1d2 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop 2013-06-05 09:30:08 +08:00
Ricardo Quesada 609801e900 compiles on linux and other machines without C99 support 2013-06-05 09:29:27 +08:00
Ricardo Quesada 4b37ec252a Adds C++11 std::function<> support to MenuItem
Updates some of the tests
2013-06-04 18:29:26 -07:00
Ricardo Quesada 9b305a60d1 cc_timeval works on 64bit machines, like OS X 2013-06-05 09:29:12 +08:00
James Chen 0c76516a1a Merge pull request #2744 from ricardoquesada/testmenu_sorted
Testmenu sorted
2013-06-04 18:27:08 -07:00
Ricardo Quesada 337f966d0f It was using an clang extension for tuples<>
Instead of converting it to pairs<>, which is compatible with gcc,
I converted it to C structs.
2013-06-04 10:03:32 -07:00
Ricardo Quesada f22092c7fc Merge branch 'develop' into testmenu_sorted 2013-06-04 09:53:49 -07:00
loong0 886c704742 clear 2013-06-04 22:25:07 +08:00
loong0 c23267834b smarter script for creating android project 2013-06-04 22:21:41 +08:00
James Chen 8a858f83d2 Merge pull request #2753 from dumganhar/master
[iOS] Fixing compilation errors for HelloLua.
2013-06-04 06:15:56 -07:00
david feng 9d9bc1f593 fix a library search path error 2013-06-04 21:13:08 +08:00
James Chen ddbdb3e983 [iOS] Fixing compilation errors for HelloLua. 2013-06-04 21:11:44 +08:00
James Chen 2ee96f81e1 Merge pull request #2752 from dumganhar/template-fix-develop
Updating multi-platform-xxx template for iOS and Mac. [develop]
2013-06-04 05:57:38 -07:00
James Chen bb635c280c Updating multi-platform-xxx template for iOS and Android after enabling c++ 11. 2013-06-04 20:52:29 +08:00