yangxiao
1e15131b2b
simplify code
2014-08-07 16:24:44 +08:00
samuele3hu
53eb0345a5
Remove useless library for cocos2d_lua_bindings
2014-08-07 16:15:42 +08:00
yangxiao
34f6368ff7
change function to const
2014-08-07 15:57:15 +08:00
Huabing.Xu
9891f438ba
change copyright
2014-08-07 15:53:20 +08:00
Huabing.Xu
ba2ae6826c
Merge branch 'v3_migrateFastTMX' into v3_renderPrimitive
2014-08-07 15:36:41 +08:00
yangxiao
579ae882e3
add to cocos2d.h
2014-08-07 15:33:23 +08:00
GavinThornton
8cc5e66e73
Update CCSpriteBatchNode.cpp
...
Setting opacity of a sprite (via setOpacity or FadeOut/In action) has the sprite turning black, it should simply be opaque.
Cause is in bool SpriteBatchNode::initWithTexture, third line, "if(tex->hasPremultipliedAlpha())"
Fix is making it "!if(!tex->hasPremultipliedAlpha())"
2014-08-07 00:31:33 -07:00
yangxiao
3c9483899e
camera, cameratest, drawNode3D squash
2014-08-07 15:23:31 +08:00
Huabing.Xu
9978065d00
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3_renderPrimitive
2014-08-07 15:13:47 +08:00
samuele3hu
3c31af4523
Update CMakeLists.txt for storage
2014-08-07 15:07:29 +08:00
Huabing.Xu
16842b4a69
android work now, add shadowBuffer to recreate VBO
2014-08-07 14:15:49 +08:00
huangshiwu
b7aa046cd2
wp8 compile fix -additional
2014-08-07 14:09:22 +08:00
samuele3hu
cf0aa36c15
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_module
...
Conflicts:
cocos/network/CMakeLists.txt
cocos/storage/CMakeLists.txt
2014-08-07 14:02:50 +08:00
samuele3hu
0421c24d16
Modify lua-template-default and lua-template-runtime project
2014-08-07 13:54:54 +08:00
samuele3hu
aa4f407851
extract ui,network and storage from cocos2d module and adjust relate CMakeLists.txt
2014-08-07 13:53:13 +08:00
huangshiwu
0016c7af70
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_wp8fix
2014-08-07 11:58:01 +08:00
huangshiwu
24d68305e1
WP8 compile fix
2014-08-07 11:56:28 +08:00
minggo
1ece703945
Merge pull request #7694 from CocosRobot/update_lua_bindings_1407379142
...
[AUTO]: updating luabinding automatically
2014-08-07 10:56:04 +08:00
minggo
97861fc670
Merge pull request #7695 from CocosRobot/update_cocosfiles_1407380077
...
[AUTO][ci skip]: updating cocos2dx_files.json
2014-08-07 10:55:56 +08:00
CocosRobot
92bb832d18
[AUTO][ci skip]: updating cocos2dx_files.json
2014-08-07 02:54:38 +00:00
minggo
beb74599c9
[ci skip]
2014-08-07 10:54:34 +08:00
minggo
a7d5b7af56
Merge pull request #7691 from Dhilan007/v3
...
fixed can's set outline color for system font correctly on IOS.
2014-08-07 10:52:59 +08:00
CocosRobot
91b297b085
[AUTO]: updating luabinding automatically
2014-08-07 02:40:46 +00:00
minggo
f51d6c8e3e
[ci skip]
2014-08-07 10:37:11 +08:00
minggo
7b11c6a74e
Merge pull request #7237 from martell/v3
...
Cmake update and remove old scripts from build folder
2014-08-07 10:36:10 +08:00
minggo
8565d2734f
[ci skip]
2014-08-07 10:25:16 +08:00
minggo
b1b3c80603
[ci skip]
2014-08-07 10:22:09 +08:00
minggo
4542b1882d
Merge pull request #7617 from rny/SpriteFrameCache
...
SpriteFrameCache load from plist file content data
2014-08-07 10:20:36 +08:00
Dhilan007
9da4ba14f5
fixed can's set outline color for system font correctly on IOS.
2014-08-07 10:04:29 +08:00
minggo
9eff58b0a5
Merge pull request #7690 from heliclei/jenkins-job-trigger
...
use github access token to retrive commits
2014-08-07 09:54:48 +08:00
minggo
2cab8657b2
Merge pull request #7689 from heliclei/ci-dailybuild
...
[ci skip][jenkins]Avoid connect to database repeatly
2014-08-07 09:54:22 +08:00
minggo
c8300feff2
Merge pull request #7688 from CocosRobot/update_cocosfiles_1407318715
...
[AUTO][ci skip]: updating cocos2dx_files.json
2014-08-07 09:53:01 +08:00
martell
495f8ffc14
Moved mingw64 build scripts out of cocos2d-x and into msys2
2014-08-06 15:52:42 +01:00
martell
f804331558
fix a spacing error with cmake flags
2014-08-06 15:45:40 +01:00
martell
b71e0cde3a
Fix libaudio.a outpur directory
2014-08-06 15:45:27 +01:00
martell
3bb758668f
BUILD_CppTests: should cover the empty test, Fix bad English
2014-08-06 15:44:09 +01:00
martell
7fad8a4d0d
added tinyxml2 to the option of using external version
2014-08-06 15:43:54 +01:00
martell
421be753b3
add option to opt not to build box2d, chipmunk
2014-08-06 15:43:41 +01:00
martell
75911658aa
Make CMake More Robust
2014-08-06 15:43:19 +01:00
heliclei
a04d3e1b2b
[ci skip][jenkins]Avoid connect to database repeatly
2014-08-06 18:18:59 +08:00
CocosRobot
075c890ef1
[AUTO][ci skip]: updating cocos2dx_files.json
2014-08-06 09:51:57 +00:00
minggo
d5db4c2b84
Merge pull request #7687 from natural-law/v3
...
Update the reference of submodule cocos2d-console.
2014-08-06 17:50:22 +08:00
zhangbin
1ced935ea2
Update the reference of submodule cocos2d-console.
2014-08-06 17:44:00 +08:00
minggo
a9f343b07d
Merge pull request #7685 from CocosRobot/update_lua_bindings_1407316329
...
[AUTO]: updating luabinding automatically
2014-08-06 17:15:33 +08:00
CocosRobot
f47d11cce0
[AUTO]: updating luabinding automatically
2014-08-06 09:14:13 +00:00
Dhilan007
7b378cd7e1
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-08-06 17:11:16 +08:00
minggo
7a833d66d1
Merge pull request #7676 from samuele3hu/v3_module
...
Split luabindings into serval modules and adjust project settings of test cases
2014-08-06 17:09:12 +08:00
andyque
ab33e6f9a2
Let Widget class don't support cascaded opacity and cascaded color on default.
2014-08-06 16:21:00 +08:00
Huabing.Xu
64c2ede765
IOS work now
...
reset binding buffer to 0 after drawing
2014-08-06 15:46:35 +08:00
minggo
ef5f83de6b
Merge pull request #7682 from CocosRobot/update_cocosfiles_1407309866
...
[AUTO][ci skip]: updating cocos2dx_files.json
2014-08-06 15:38:06 +08:00