samuele3hu
|
7c77bc9587
|
Add the PolySprite support and adjust the project setting on the different platform
|
2015-04-23 00:51:47 +08:00 |
Dale Stammen
|
0f3ff6f762
|
Merge branch 'v3' into v3-winrt-typo-fix
|
2015-04-21 18:18:00 -07:00 |
Dale Stammen
|
84a47000b5
|
rename -win to -winrt
|
2015-04-21 18:17:18 -07:00 |
Dale Stammen
|
a2ed8e7234
|
disable INCREMENTAL for ARM builds. Fixes lnk2013 error
|
2015-04-21 08:38:19 -07:00 |
minggo
|
7a1a021974
|
Merge pull request #11517 from andyque/fix-widget-gray-shader-issue
Fix widget gray shader issue
|
2015-04-21 09:34:18 +08:00 |
andyque
|
484153aff7
|
remove ui shaders in windows platform
|
2015-04-20 17:54:49 +08:00 |
andyque
|
1e514f0a2b
|
fix freetype include path on win-8.1
|
2015-04-20 15:54:31 +08:00 |
Vladimir Perminov
|
4c33050536
|
Optimize Vec2
small function Vec2 move to Vec2.inl
Added:
setZero();
Change all code:
_vec2 = Vec2(x, y); -> _vec2.set(x, y);
Vec2 vec2 = Vec2(x, y); -> Vec2 vec2(x, y);
_vec2 += Vec2(x, y); -> _vec2.add(x, y);
_vec2 = Vec2::ZERO; -> _vec2.setZero();
Vec2 vec2(Vec2::ZERO); -> Vec2 vec2;
|
2015-04-19 20:40:52 +03:00 |
WenhaiLin
|
9c2e39dd49
|
Label:Fixed the shadow color of system font may be incorrect.
|
2015-04-17 15:42:41 +08:00 |
WenhaiLin
|
5a438ed9a1
|
Label:Fixed the shadow effect of system font might not be shown.
|
2015-04-17 15:26:43 +08:00 |
WenhaiLin
|
0ac99002d5
|
Label:disableEffect(LabelEffect::XXXX) support disable all effect.
|
2015-04-17 14:39:52 +08:00 |
Dale Stammen
|
b1c9c34c19
|
added Windows Image Component support for Windows 8.1 Universal App
|
2015-04-15 09:19:38 -07:00 |
Dale Stammen
|
081b9ccac2
|
updated freetype include path
|
2015-04-15 08:20:03 -07:00 |
Dale Stammen
|
c9eb2790be
|
updated chipmunk and freetype libs
|
2015-04-15 08:08:18 -07:00 |
Dale Stammen
|
b700798287
|
removed WP8 project files
|
2015-04-15 07:13:54 -07:00 |
minggo
|
4211b20134
|
Merge pull request #11414 from likexx/patch-1
Update CCLabel.cpp
|
2015-04-14 10:06:09 +08:00 |
minggo
|
d246c33974
|
Merge pull request #11413 from WenhaiLin/v3-label-sf-position
Label:Fixed the position of system font is wrong if it is visited by a new camera.
|
2015-04-14 09:59:09 +08:00 |
minggo
|
06a2042a11
|
Merge pull request #11345 from IgorMats/v3
Add getStroke/setStroke methods for motion streak.
|
2015-04-14 09:36:03 +08:00 |
Igor Mats
|
e54a51be02
|
Fix comment.
|
2015-04-13 19:24:19 +03:00 |
likexx
|
6f341e3284
|
Update CCLabel.cpp
in rare case, the texture atlas becomes NULL. Added an additional check to make sure it won't crash here.
|
2015-04-13 20:53:34 +08:00 |
WenhaiLin
|
d24a1243da
|
Label:Fixed the position of system font is wrong if it is visited by a new camera.
|
2015-04-13 18:22:05 +08:00 |
WenhaiLin
|
9ef04943a8
|
Label:Fixed System font can't scale.
|
2015-04-13 16:28:55 +08:00 |
minggo
|
9cc03407a8
|
Merge pull request #11383 from WenhaiLin/v3-physics-rotation
Physics: Fixed the rotation of PhysicsBody is wrong if the rotation of node is set before PhysicsBody attached.
|
2015-04-10 18:12:43 +08:00 |
Wenhai Lin
|
1949348124
|
Physics: Fixed the rotation of physics body is wrong if the rotation for node is set before body attached.
|
2015-04-10 17:01:21 +08:00 |
minggo
|
698d93a42b
|
Merge pull request #11379 from WenhaiLin/v3-physics-fix
Physics: Fixed position of physics body is wrong when the position of parent node changes
|
2015-04-10 16:45:45 +08:00 |
Wenhai Lin
|
97082cb169
|
Physics: Fixed position of physics body is wrong when the position of parent node changes
|
2015-04-10 15:39:39 +08:00 |
andyque
|
c8d8a0d220
|
add disableEffect API for ui::Text
|
2015-04-10 14:18:16 +08:00 |
Igor Mats
|
f5c61b4f9a
|
Ooops.
|
2015-04-09 13:36:17 +03:00 |
Igor Mats
|
60759764ff
|
Add getStroke method.
|
2015-04-09 12:05:21 +03:00 |
Igor Mats
|
7f24eb0cf6
|
Add setStroke method.
|
2015-04-08 21:55:24 +03:00 |
Dale Stammen
|
c88e8064c7
|
updated dll name to v3.6
|
2015-04-08 07:51:40 -07:00 |
andyque
|
24c0c8d811
|
fix wp8 compile issue
|
2015-04-08 18:01:56 +08:00 |
andyque
|
f52899c257
|
update freetype2 and chipmunk on wp8 and wp8.1
|
2015-04-08 16:21:19 +08:00 |
minggo
|
e9cdf333f9
|
Merge pull request #11246 from xiaofeng11/v3
V3 reader fix
|
2015-04-08 11:46:40 +08:00 |
andyque
|
8a4a7344b0
|
fix freetype include
|
2015-04-08 09:24:34 +08:00 |
WenhaiLin
|
927cda3f0d
|
Add Label::disableEffect(LabelEffect effect) for better support disable the effect of Label.
|
2015-04-07 15:51:57 +08:00 |
minggo
|
eb928432ce
|
Merge pull request #11302 from WenhaiLin/v3-label-shadowcolor
Label: Fixed shadow color is incorrect.
|
2015-04-07 15:27:19 +08:00 |
minggo
|
353c2b0d75
|
Merge pull request #11288 from perminovVS/v3-dev-optimize-vec3
Optimize Vec3
|
2015-04-07 14:04:57 +08:00 |
WenhaiLin
|
c5c5d3e39d
|
Label: Fixed shadow color is incorrect.
|
2015-04-07 11:17:01 +08:00 |
minggo
|
deaa6a19f0
|
Merge pull request #11257 from super626/terrain
Terrain
|
2015-04-07 09:32:35 +08:00 |
XiaoFeng
|
16aa704ffd
|
Merge branch 'v3' of github.com:xiaofeng11/cocos2d-x into v3
|
2015-04-07 09:11:14 +08:00 |
XiaoFeng
|
4929d8102a
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2015-04-07 09:06:06 +08:00 |
Ricardo Quesada
|
a782eb022d
|
fixes warnings on Xcode 6.3
instead of using `abs()` it uses `std::abs()`
|
2015-04-06 12:08:30 -07:00 |
Vladimir Perminov
|
105bac2d55
|
Optimize Vec3
small function Vec3 move to Vec3.inl
Added:
add(float xx, float yy, float zz);
setZero();
Change all code:
_vec3 = Vec3(x, y, z); -> _vec3.set(x, y, z);
Vec3 vec3 = Vec3(x, y, z); -> Vec3 vec3(x, y, z);
_vec3 += Vec3(x, y, z); -> _vec3.add(x, y, z);
_vec3 = Vec3::ZERO; -> _vec3.setZero();
|
2015-04-05 13:09:50 +03:00 |
zhukaixy
|
6eb86f736c
|
add for wp8 support --ziwen.tang
|
2015-04-03 17:12:44 +08:00 |
yangxiao
|
7ea1c1ac1f
|
reset
|
2015-04-03 16:15:09 +08:00 |
tangziwen
|
0193420dfc
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into terrain
Resovle Conflicts:
cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Shared/libcocos2d_8_1.Shared.vcxitems.filters
|
2015-04-03 15:45:51 +08:00 |
tangziwen
|
ee41c9b3f1
|
add win rt support
|
2015-04-03 14:36:29 +08:00 |
Huabing.Xu
|
cb77d0145a
|
Merge pull request #11266 from WenhaiLin/v3-at01
Add getInScene,getDuration for TransitionScene class.
|
2015-04-03 11:50:44 +08:00 |
WenhaiLin
|
f2dc7958bf
|
Add getInScene,getDuration for TransitionScene class.
|
2015-04-03 11:49:15 +08:00 |