Commit Graph

29274 Commits

Author SHA1 Message Date
minggo 92ef3c0585 Merge pull request #11691 from CocosRobot/update_cocosfiles_1430796484
[AUTO][ci skip]: updating cocos2dx_files.json
2015-05-05 13:41:11 +08:00
minggo e3471e5a7d Merge pull request #11692 from CocosRobot/update_lua_bindings_1430796574
[AUTO]: updating luabinding automatically
2015-05-05 13:40:49 +08:00
zhangbin 0a65ad433a Update the travis script for auto generate lua-binding & js-binding. 2015-05-05 11:52:52 +08:00
CocosRobot 6ef35d48ae [AUTO]: updating luabinding automatically 2015-05-05 03:31:53 +00:00
CocosRobot b3042d771d [AUTO][ci skip]: updating cocos2dx_files.json 2015-05-05 03:28:05 +00:00
minggo 701d5fa827 Merge pull request #11673 from vovkasm/dev/v3-cleanup
Fix warnings in v3.
2015-05-05 11:26:10 +08:00
minggo 5a7cf31663 Merge pull request #11682 from CocosRobot/update_lua_bindings_1430789665
[AUTO]: updating luabinding automatically
2015-05-05 11:17:06 +08:00
minggo 0af840c66b Merge pull request #11686 from natural-law/v3
[ci skip] Update js bindings & js tests.
2015-05-05 11:16:43 +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
CocosRobot 4414536612 [AUTO]: updating luabinding automatically 2015-05-05 01:36:54 +00: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
XiaoYang 89b5e8d99f Merge pull request #318 from zhukaixy/texturecube
Texturecube
2015-05-05 09:19:02 +08:00
zhukaixy a103d792f3 modify the texture.repeatParam to clamp to avoid warping artifacts of skybox 2015-05-04 17:43:42 +08:00
zhukaixy 2eee11302e Merge branch 'texturecube' of github.com:super626/cocos2d-x into texturecube
Conflicts:
	tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp
2015-05-04 17:38:25 +08:00
zhukaixy d562ca51ba modify the texture.repeatParam to clamp to avoid warping artifacts of skybox 2015-05-04 17:34:49 +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 ed4c638663 Add test case for issue#10576 2015-05-04 10:09:14 +08:00
WenhaiLin 22c46b5c14 Label:Fixed the character positions could be wrong if `getLetter(letterIndex)` get called. 2015-05-04 10:07:37 +08:00
WenhaiLin 004cb5464e Fixed crash 2015-05-03 22:15:58 +08:00
Vladimir Timofeev 557f3e86b9 Fix warning in CCPURender.cpp: Comment out unused function 'compareParticle3D' because code that use it was commented. 2015-05-01 12:46:53 +03:00
Vladimir Timofeev fd3e44b72b Fix warning in the ClippingNode class. Do not define the setProgram(Node*,GLProgram*) helper function on 'non OpenGL ES' platforms. 2015-05-01 12:36:19 +03:00
Vladimir Timofeev 62cad07a81 Fix couple of unused entities in cpp-tests 2015-05-01 12:24:04 +03:00
Vladimir Timofeev 912956a3b3 Correct field initialization order in spine (Xcode warnings). 2015-05-01 12:20:11 +03:00
Vladimir Timofeev 0aecc15a25 Correct field initialization order in various places (Xcode warnings) 2015-05-01 12:19:30 +03:00
Vladimir Timofeev 2d8c687d6e Fix the Frame class:
* Field initialization order (warning in Xcode)
* Make conditions with && and || more readable for programmers (warning in Xcode)
2015-05-01 11:51:20 +03:00
Vladimir Timofeev ad494a7131 Make a UserDefault destructor to be virtual.
Because the UserDefault has virtual functions and allow programmers to inherit from, it must have a virtual destructor to allow a child object to destroy correctly.
2015-05-01 11:45:47 +03: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