Commit Graph

14816 Commits

Author SHA1 Message Date
chuanweizhang 23192a883c modify linux tempalte 2013-12-25 18:32:23 +08:00
CaiWenzhi 96279c12dc Merge branch 'develop' into develop_nutty_modify_framework_newrender 2013-12-25 18:32:15 +08:00
CaiWenzhi c516860017 Fixed bugs about color and opacity 2013-12-25 18:30:21 +08:00
James Chen 6b3d6da53e Merge pull request #4662 from samuele3hu/Spine
Add Spine lua binding with test case
2013-12-25 02:28:58 -08:00
chuanweizhang 02e139f1da Reverts bindings-generator reference. 2013-12-25 18:16:59 +08:00
chuanweizhang bbb11831b6 Reverts submodules 2013-12-25 18:15:40 +08:00
chuanweizhang 6e871e8803 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
Conflicts:
	template/multi-platform-js/Classes/AppDelegate.cpp
2013-12-25 18:12:16 +08:00
samuele3hu 7c3978bdd8 Add missing file for linux lua binding 2013-12-25 17:42:59 +08:00
yinkaile d72c9d94d7 upload trigger code. 2013-12-25 17:40:54 +08:00
minggo 939c2a305c Merge pull request #4640 from boyu0/bug2920_dictation_input_crash_on_ios7
issue #2920: temporary fix dictation input crash on ios7.
2013-12-25 01:39:48 -08:00
CaiWenzhi 570b6c95a7 Merge branch 'develop' into develop_nutty_modify_framework_newrender 2013-12-25 17:29:30 +08:00
samuele3hu a2c5881699 Add include_directories for spine 2013-12-25 17:22:14 +08:00
boyu0 07925d112e issue #2920: add version detect. 2013-12-25 17:21:28 +08:00
samuele3hu 1075a711e0 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into Spine 2013-12-25 16:58:19 +08:00
James Chen 01bd8792b7 Merge pull request #4661 from dabingnn/develop_FixTestCase_ShaderNode
Develop fix test case shader node
2013-12-25 00:57:51 -08:00
yinkaile 369b4da721 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into #3456 2013-12-25 16:55:56 +08:00
Huabing.Xu 2eaba86d76 fix ShadeNodeTest->SpriteBlur 2013-12-25 16:54:09 +08:00
yinkaile ebf9833958 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop 2013-12-25 16:47:14 +08:00
Huabing.Xu 6b6b37b1ad Merge branch 'develop' into develop_FixTestCase_ShaderNode
* develop:
2013-12-25 16:46:45 +08:00
yinkaile 13408e4dc5 change play interface name 2013-12-25 16:46:31 +08:00
samuele3hu 9cf45a292b Delete some annotated statement about spine and add some reserve manual lua binding functions 2013-12-25 16:42:40 +08:00
Huabing.Xu 7816635963 fix ShadeNodeTest->ShaderNode 2013-12-25 16:38:43 +08:00
chuanweizhang 6d36414dce modify cocos README.md 2013-12-25 16:35:17 +08:00
chuanweizhang 017fb550b7 add README.md 2013-12-25 16:34:23 +08:00
minggo ed5d97a12a Merge pull request #4660 from dabingnn/develop_FixTestCase_RenderTexture
Develop fix test case render texture
2013-12-25 00:28:02 -08:00
Huabing.Xu 18a168a528 Merge branch 'develop' into develop_FixTestCase_RenderTexture
* develop:
  Some warning fixes.
2013-12-25 16:20:40 +08:00
Huabing.Xu 218dc7c115 fix RenderTextureTest->simpleSprite 2013-12-25 16:18:29 +08:00
James Chen 00d16aadc5 Merge pull request #4658 from dumganhar/develop
Some warning fixes.
2013-12-25 00:09:33 -08:00
James Chen 142b189305 Some warning fixes. 2013-12-25 16:06:39 +08:00
chuanweizhang c53537e7c2 modify create_project 2013-12-25 15:53:47 +08:00
James Chen 3da854c8cd Merge pull request #4656 from dabingnn/develop_FixTestCase_LabelTest
Develop fix test case label test
2013-12-24 23:20:45 -08:00
Huabing.Xu 7333a636c1 fix Label->LabelBMFontBounds 2013-12-25 15:13:11 +08:00
Huabing.Xu 19522152d5 fix Label->Atlas4 2013-12-25 15:05:49 +08:00
Huabing.Xu cfb06722d5 Merge branch 'develop' into develop_FixTestCase_LabelTest
* develop:
  [AUTO] : updating submodule reference to latest autogenerated bindings
  change “string.compare()” to “==“
  fix android compile error
  [AUTO] : updating submodule reference to latest autogenerated bindings
  fix TestCpp project can't work on debug mode on vs.
  Updates JS tests for SpineTest.
  Removes CC prefix for CCSkeleton and CCSkeletonAnimation. Adds namespace `sp` for JSBindings.
  change some const char* to const std::string&
  change some const char* to const std::string&
2013-12-25 14:55:57 +08:00
Huabing.Xu e8d57154dd fix Label->Atlas1 2013-12-25 14:52:49 +08:00
James Chen 2b5a3afd1e Merge pull request #4655 from CocosRobot/updategeneratedsubmodule_1387953575
[AUTO] : updating submodule reference to latest autogenerated bindings
2013-12-24 22:52:01 -08:00
boyu0 3764005d88 issue #2920: add “FIX ME” comment. 2013-12-25 14:46:29 +08:00
CocosRobot c71cd5a407 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-12-25 06:39:38 +00:00
James Chen 55b0ef85d8 Merge pull request #4631 from boyu0/const_char_star_to_std_string
Change const char* to const std::string&
2013-12-24 22:34:34 -08:00
minggo 599aabc55b Merge pull request #4653 from dabingnn/develop_FixTestCase_ArmatureSceneTest
Develop fix test case armature scene test
2013-12-24 22:32:43 -08:00
boyu0 2c2953abc1 change “string.compare()” to “==“ 2013-12-25 14:20:37 +08:00
Huabing.Xu 22a62d9d07 Fix TestBoundingBox 2013-12-25 14:02:13 +08:00
boyu0 f2e18f32a9 fix android compile error 2013-12-25 13:57:17 +08:00
samuele3hu 9fd64df099 Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into Spine 2013-12-25 13:48:10 +08:00
samuele3hu 45cfe00ec4 Modify iOS project set and some manual lua binding 2013-12-25 13:47:22 +08:00
Huabing.Xu 699424e3c7 remove ArmatureTestLayer::draw 2013-12-25 11:53:50 +08:00
James Chen 88d30bd26a Merge pull request #4648 from CocosRobot/updategeneratedsubmodule_1387943362
[AUTO] : updating submodule reference to latest autogenerated bindings
2013-12-24 19:50:49 -08:00
James Chen 17c391f447 Merge pull request #4645 from Dhilan007/update_vs_project
fix TestCpp project can't work on debug mode on vs.
2013-12-24 19:50:25 -08:00
CocosRobot 9aa48cac37 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-12-25 03:49:23 +00:00
James Chen 51fb4e5d1f Merge pull request #4647 from dabingnn/develop_FixTestCase_DrawPrimitiveTest
change indent to spaces
2013-12-24 19:49:20 -08:00