Commit Graph

29151 Commits

Author SHA1 Message Date
zhangbin 0a65ad433a Update the travis script for auto generate lua-binding & js-binding. 2015-05-05 11:52:52 +08:00
zhangbin 23ed3dbe4c Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3 2015-05-05 10:53:04 +08:00
zhangbin b4f2d94109 Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
minggo e75936b778 Merge pull request #11669 from samuele3hu/v3.7
Update cocos2dx_3d.ini and cocos2dx.ini for generating Lua bindings code to support CC_CONSTRUCTOR_ACCESS  equal to public
2015-05-05 09:37:56 +08:00
minggo 0ccdf00726 [ci skip]update CHANGELOG 2015-05-05 09:37:05 +08:00
minggo 3a4a0a47c0 [ci skip]update CHANGELOG 2015-05-05 09:34:33 +08:00
minggo 564918c604 Merge pull request #11659 from WenhaiLin/v3.7
Label:Fixed crash.
2015-05-05 09:30:54 +08:00
minggo e10dab2098 Merge pull request #11679 from WenhaiLin/v3-fileutils-suitablePath
Add FileUtils::getSuitableFOpen
2015-05-05 09:29:58 +08:00
WenhaiLin 26c9be7881 Add FileUtils::getSuitableFOpen[window-universal] 2015-05-04 16:06:04 +08:00
WenhaiLin 1839564fbb Merge branch 'v3-dev-get-suitable-f-open' of https://github.com/perminovVS/cocos2d-x into v3.7 2015-05-04 10:16:47 +08:00
WenhaiLin 004cb5464e Fixed crash 2015-05-03 22:15:58 +08:00
minggo 254a4b0b0c Merge pull request #11660 from natural-law/v3
Rename the target name of Xcode project in templates.
2015-04-30 18:13:41 +08:00
minggo c5a363ed41 Merge pull request #11668 from CocosRobot/update_cocosfiles_1430385825
[AUTO][ci skip]: updating cocos2dx_files.json
2015-04-30 17:31:52 +08:00
CocosRobot 038ac5ab2a [AUTO][ci skip]: updating cocos2dx_files.json 2015-04-30 09:23:48 +00:00
samuele3hu f4b57511b0 Update cocos2dx_3d.ini and cocos2dx.ini for generating Lua bindings code to support CC_CONSTRUCTOR_ACCESS equal to public 2015-04-30 17:18:12 +08:00
minggo 1e8b28c909 Merge pull request #11661 from andyque/update-3rd-party-libs-v3
update deps to 48
2015-04-30 17:17:13 +08:00
andyque 866cb77ccd fix copy extra unneeded lua scripts in cpp-test project 2015-04-30 16:47:00 +08:00
andyque 3cdae9c547 update deps 48 2015-04-30 16:18:34 +08:00
WenhaiLin 0e1338f6f8 Add test case for issue#10773 2015-04-30 16:11:59 +08:00
minggo 03bf2e7bfe Merge pull request #11658 from CocosRobot/update_lua_bindings_1430376855
[AUTO]: updating luabinding automatically
2015-04-30 16:05:33 +08:00
minggo 49b3a512ce Merge pull request #11657 from CocosRobot/update_cocosfiles_1430376631
[AUTO][ci skip]: updating cocos2dx_files.json
2015-04-30 15:55:05 +08:00
zhangbin fc9e5609c8 Rename the target name of Xcode project in templates. 2015-04-30 15:20:47 +08:00
WenhaiLin 7472bafee3 Label:When you invoking `getLetter(letterIndex)` and `setString(text)` in sequence, and `letterIndex` greater than the length of `text`, it might crash your program. 2015-04-30 15:13:41 +08:00
CocosRobot 2b916b3b80 [AUTO]: updating luabinding automatically 2015-04-30 06:56:36 +00:00
CocosRobot 1759fa96fe [AUTO][ci skip]: updating cocos2dx_files.json 2015-04-30 06:50:33 +00:00
minggo 561e57b47f Merge pull request #11656 from minggo/merge-v36
Merge v36
2015-04-30 14:47:42 +08:00
minggo 521b311f59 change to use v3 branch 2015-04-30 13:59:58 +08:00
minggo cd51a18172 change to use v3 branch 2015-04-30 13:50:43 +08:00
minggo 4acd231f89 merge v3.6 2015-04-30 13:46:08 +08:00
minggo dbc036fef4 [ci skip]update CHANGELOG 2015-04-30 10:51:09 +08:00
minggo c785b7a021 Merge pull request #11655 from CocosRobot/update_cocosfiles_1430358246
[AUTO][ci skip]: updating cocos2dx_files.json
2015-04-30 09:44:27 +08:00
CocosRobot 8507d7e5a4 [AUTO][ci skip]: updating cocos2dx_files.json 2015-04-30 01:44:07 +00:00
minggo 79a6f2f510 Merge pull request #11652 from MSOpenTech/v3.6-winrt-fix
V3.6 Windows Phone 8.1 fix for issues 11606 and 11607
2015-04-30 09:41:52 +08:00
Dale Stammen dfee3ae3cb added CC_WINDOWS_PHONE_8_1 to preprocessor defines 2015-04-29 10:23:22 -07:00
Dale Stammen 904abeab87 added CC_WINDOWS_PHONE_8_1 to preprocessor defines 2015-04-29 09:48:14 -07:00
Dale Stammen f64012d77b special shaders for Windows Phone 8.1 with no gl_PointSprite 2015-04-29 09:47:44 -07:00
minggo 0df4c5fc06 [ci skip]update CHANGELOG 2015-04-29 18:47:35 +08:00
minggo c2c44dec82 Merge pull request #11651 from WenhaiLin/v3.6
VideoPlayer:Fixed can't play video on Android 2.3.x
2015-04-29 18:43:57 +08:00
WenhaiLin 1950498b0a Replace tab with space. 2015-04-29 18:41:10 +08:00
WenhaiLin 8f3566add9 Merge branch 'v3.6' of https://github.com/WenhaiLin/cocos2d-x into v3.6 2015-04-29 18:37:18 +08:00
Wenhai Lin 1d9ff11837 VideoPlayer:Fixed can't play video on Android 2.3.x 2015-04-29 18:32:59 +08:00
minggo 9586cdf2c8 Merge pull request #11650 from xiaofeng11/v3.6
Fix a logical bug that may cause null pointer been used
2015-04-29 16:21:17 +08:00
XiaoFeng 9d0741544c Fix a logical bug that may cause null pointer been used 2015-04-29 15:58:44 +08:00
minggo dd4a285c2d Merge pull request #11644 from andyque/test-pr-v3-jenkins-not-needed
Fix Jenkins Xcode build return value
2015-04-29 14:53:09 +08:00
minggo 03d9d3b358 Merge pull request #11648 from minggo/v3.6
[ci skip]update doxygen config
2015-04-29 14:40:05 +08:00
minggo d768c8c5f4 Merge pull request #11645 from xiaofeng11/v3.6
Fix wrong shadow & outline color bug for text component
2015-04-29 14:16:26 +08:00
minggo d825a74d81 update doxygen config 2015-04-29 14:14:10 +08:00
andyque 46c22fbe21 fix xcode preject jenkins return value 2015-04-29 13:58:35 +08:00
minggo 4ef495e43b [ci skip]update release note 2015-04-29 13:41:57 +08:00
minggo 56718181b2 [ci skip]update release note 2015-04-29 13:39:04 +08:00