Liam
|
d38b802780
|
BMFont need to refresh size by refresh the string
|
2015-01-19 17:07:15 +08:00 |
Liam
|
e8fa6597df
|
fix uitext size error
|
2015-01-19 17:02:28 +08:00 |
Liam
|
987bfd4831
|
fix imageview render error
|
2015-01-19 17:00:53 +08:00 |
Liam
|
90df276067
|
add function for ui button
|
2015-01-19 16:58:46 +08:00 |
yusheng.lu
|
5dc87f49b0
|
Moved the version pair to 1st position of its map.
|
2015-01-19 14:42:43 +08:00 |
samuele3hu
|
cc732743da
|
Add macro judgement for CC_PLATFORM_MAC
|
2015-01-19 13:58:03 +08:00 |
pipu
|
103fecf3ef
|
Fixes memory leaks of using FileUtils::getInstance()->getFileData() in FlatBuffersSerialize.cpp.
|
2015-01-19 11:45:20 +08:00 |
Huabing.Xu
|
d1c0c0eeb6
|
[ci skip] update version
|
2015-01-19 09:50:19 +08:00 |
Dale Stammen
|
7b6b02d338
|
catch exception for older winrt tablets not supporting accelerometer report interval
|
2015-01-16 15:36:16 -08:00 |
Dale Stammen
|
86567afa5f
|
added kShaderType_PositionColor_noMVP_GrayScale for WP8 to support UIScale9Sprite
|
2015-01-16 15:02:05 -08:00 |
Dale Stammen
|
5988cb520d
|
added precompiled shader for ccPositionTextureColor_noMVP_vert and ccUIGrayScale_frag shader for UIScale9Sprite"
|
2015-01-16 14:59:08 -08:00 |
Dale Stammen
|
7b3154a7ee
|
updated precompiled shaders for WP8
|
2015-01-16 11:19:32 -08:00 |
Dale Stammen
|
2c6ec3eebe
|
added ccShader_PositionColorPointsize-no-gl_PointSize.vert for WP8.1
|
2015-01-16 11:19:00 -08:00 |
andyque
|
fcfcb4fd71
|
fix websocket dead lock
|
2015-01-16 18:43:57 +08:00 |
minggo
|
b556f970b0
|
Merge pull request #10043 from dualface/v3-origin
fix ResolutionPolicy support
|
2015-01-16 18:09:40 +08:00 |
dualface
|
d39b1b7e58
|
fix ResolutionPolicy support
|
2015-01-16 18:04:13 +08:00 |
Huabing.Xu
|
19bb6a0c68
|
fix opengl 502 by using glGetBooleanv
|
2015-01-16 15:21:23 +08:00 |
WenhaiLin
|
05e25601fc
|
Fixed fail to query the shapes which add to PhysicsWorld in the current frame
|
2015-01-16 14:22:16 +08:00 |
minggo
|
9db2e54dc3
|
Merge pull request #10036 from samuele3hu/v3_4_rc1
Update the luaval_to_int32 conversional function to get correct value
|
2015-01-16 10:41:46 +08:00 |
minggo
|
53cfd8229b
|
Merge pull request #10029 from Dhilan007/v3-34rc0
[ci skip]Fixed log level within the CocosPlayClient
|
2015-01-16 10:27:10 +08:00 |
samuele3hu
|
4601331dee
|
Update the luaval_to_int32 conversional function to get correct value
|
2015-01-16 09:50:22 +08:00 |
Nite Luo
|
d43a8cf9ca
|
Move setDepthTest to renderer
|
2015-01-15 16:54:27 -08:00 |
Nite Luo
|
9848a8133b
|
Fix Vertex Z issue
|
2015-01-15 16:41:07 -08:00 |
Nite Luo
|
9d7604cab7
|
undeprecate init for custom command
|
2015-01-15 15:56:44 -08:00 |
Nite Luo
|
0bddeb88c8
|
Disable 3D rendering support for commands that needs to execute in order
|
2015-01-15 14:57:51 -08:00 |
Nite Luo
|
4a440e66c9
|
Refactor draw command
|
2015-01-15 14:00:49 -08:00 |
minggo
|
8f8194fbc8
|
Merge pull request #10026 from andyque/fixWidgetNavigationNullptr
fix crash when navigation controller is null
|
2015-01-15 18:27:56 +08:00 |
WenhaiLin
|
6a2ac7aaf8
|
[ci skip]Fixed log level within the CocosPlayClient
|
2015-01-15 18:21:03 +08:00 |
andyque
|
3f99f3d454
|
fix crash when navigation controller is null
|
2015-01-15 15:18:14 +08:00 |
minggo
|
473f04624a
|
Merge pull request #10019 from huangshiwu/drawnodeinit
fix DrawNode init error
|
2015-01-15 13:33:58 +08:00 |
dualface
|
3edd78d6c3
|
add SHOW_ALL support for Lua framework
|
2015-01-15 12:01:27 +08:00 |
huangshiwu
|
65e97450d0
|
fix DrawNode init error
|
2015-01-15 11:51:21 +08:00 |
WenhaiLin
|
13b049a543
|
Fixed warns:truncation from double to float
|
2015-01-15 10:07:23 +08:00 |
minggo
|
1fa0fb584b
|
Merge pull request #10004 from MSOpenTech/wp8-fix
WP8/WinRT fixes
|
2015-01-15 09:33:38 +08:00 |
Nite Luo
|
15660926d9
|
Fix Sprite3D not cascading 3D flag
|
2015-01-14 16:23:35 -08:00 |
Dale Stammen
|
ef816a1bb9
|
fixed handling of default font
|
2015-01-14 11:10:58 -08:00 |
Dale Stammen
|
32c14710e7
|
allow custom shaders for WinRT Universal App
|
2015-01-14 10:37:04 -08:00 |
CocosRobot
|
97aee8cef0
|
[AUTO]: updating luabinding automatically
|
2015-01-14 09:19:31 +00:00 |
minggo
|
ec54e042ea
|
Merge pull request #9993 from zawasp/tintto_color3b
add Color3B type parameter to TintTo::create
|
2015-01-14 17:14:58 +08:00 |
minggo
|
825f90564c
|
Merge pull request #9992 from samuele3hu/v3_4_issue9986
issue #9986:Add lua bindings for Component and related test cases
|
2015-01-14 17:05:51 +08:00 |
Mircea Rila
|
2a235f5b8d
|
add Color3B type parameter to TintTo::create
|
2015-01-14 11:04:23 +02:00 |
Wenhai Lin
|
b61adcfdbb
|
Fixed can't get correct position of PhysicsBody after add PhysicsBody to PhysicsWorld in the current frame.
|
2015-01-14 17:01:04 +08:00 |
samuele3hu
|
77912270f9
|
issue #9986:Add lua bindings for Component and related test cases
|
2015-01-14 16:58:35 +08:00 |
CocosRobot
|
e69497c7c0
|
[AUTO]: updating luabinding automatically
|
2015-01-14 08:26:14 +00:00 |
minggo
|
1641c92721
|
Merge pull request #9983 from samuele3hu/v3_4_issue9820
issue #9820:Inconsistent :setBlendFunc(...) function binding for Sprite and LabelBMFont classes
|
2015-01-14 16:11:43 +08:00 |
minggo
|
5154b844bb
|
Merge pull request #9985 from super626/frustum
enable disable culling using macro
|
2015-01-14 16:11:28 +08:00 |
minggo
|
1e2029598d
|
Merge pull request #9936 from Dhilan007/v3-cocosplay
Integrate CocosPlayClient
|
2015-01-14 16:10:20 +08:00 |
WenhaiLin
|
553cf58312
|
Remove FileUtilsAndroid::purgeCachedEntries
|
2015-01-14 16:05:33 +08:00 |
minggo
|
d57ba984be
|
Merge pull request #9979 from geron-cn/inneractionframe
inneractionframe rename variables
|
2015-01-14 15:15:51 +08:00 |
samuele3hu
|
c026aa82f9
|
Add CC_DEPRECATED_ATTRIBUTE flag
|
2015-01-14 15:09:37 +08:00 |
yangxiao
|
42c40d895f
|
enable disable culling using macro
|
2015-01-14 14:41:10 +08:00 |
Huabing.Xu
|
6850c7497b
|
Merge pull request #9981 from huangshiwu/v3_ioshttp
fix HttpAsynConnection method didReciveResponse's process error
|
2015-01-14 14:07:31 +08:00 |
huangshiwu
|
12212dc572
|
fix HttpAsynConnection method didReciveResponse's process error
|
2015-01-14 14:01:58 +08:00 |
samuele3hu
|
951324a230
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_4_issue9820
Conflicts:
cocos/scripting/lua-bindings/manual/3d/lua_cocos2dx_3d_manual.cpp
|
2015-01-14 13:58:12 +08:00 |
samuele3hu
|
1d94ae4302
|
issue #9820:Inconsistent :setBlendFunc(...) function binding for Sprite and LabelBMFont classes
|
2015-01-14 13:51:09 +08:00 |
geron-cn
|
ab2b86b392
|
rename variables
|
2015-01-14 13:02:30 +08:00 |
Huabing.Xu
|
34582ba268
|
Merge branch 'v3' into v3_AddOptionsForCulling
Conflicts:
cocos/2d/CCLabel.cpp
|
2015-01-14 12:44:24 +08:00 |
CocosRobot
|
b134f74db4
|
[AUTO]: updating luabinding automatically
|
2015-01-14 03:43:27 +00:00 |
minggo
|
5459149279
|
Merge pull request #9969 from huangshiwu/pointSize
DrawNode enable draw different size points
|
2015-01-14 11:38:31 +08:00 |
Huabing.Xu
|
610d31d601
|
adjust CC_USE_CULLING macro definition
|
2015-01-14 11:29:02 +08:00 |
huangshiwu
|
9fd000895c
|
modify file copyright information
|
2015-01-14 11:20:33 +08:00 |
minggo
|
d73b5f45ec
|
Merge pull request #9971 from pipu/parse_particlesystemquad
Modify that parses position type of ParticleSystemQuad.
|
2015-01-14 11:09:19 +08:00 |
minggo
|
0207c22cb6
|
Merge pull request #9953 from darkdukey/renderFix
Render fix
|
2015-01-14 11:06:33 +08:00 |
minggo
|
d320941ca1
|
Merge pull request #9963 from Dhilan007/v3-issue9898-fix
Fixed crash if dispatch event after remove event listener in callback
|
2015-01-14 10:59:42 +08:00 |
Huabing.Xu
|
f3d8798d39
|
add macro to enable to disable culling
|
2015-01-14 10:56:51 +08:00 |
pipu
|
e31fe9565a
|
Modify that parses position type of ParticleSystemQuad.
|
2015-01-14 10:24:44 +08:00 |
Nite Luo
|
4335328e3d
|
Add support for creating empty sprite3D
|
2015-01-13 16:41:24 -08:00 |
Dale Stammen
|
5a4c6d75d8
|
clean up CC_USE_WEBP disabled for WP8 and WINRT
|
2015-01-13 14:37:22 -08:00 |
huangshiwu
|
f4ac7c4e44
|
modify WP8 project and update precompileshader
|
2015-01-14 02:15:04 +08:00 |
huangshiwu
|
fea492ab4f
|
DrawNode enable draw different size points
|
2015-01-13 22:30:50 +08:00 |
WenhaiLin
|
de645a7c9c
|
Fixed crash if dispatch event after remove event listener in callback
|
2015-01-13 18:35:32 +08:00 |
Wenhai Lin
|
58c45ca144
|
Integrate CocosPlayClient
|
2015-01-13 17:30:07 +08:00 |
minggo
|
78e6d2f7ab
|
Merge pull request #9951 from pipu/update_inneractionframe
Update InnerActionFrame
|
2015-01-13 17:10:39 +08:00 |
minggo
|
0709d9f2e9
|
[ci skip]update version
|
2015-01-13 16:35:45 +08:00 |
minggo
|
e9dbe4adc6
|
[ci skip]update version
|
2015-01-13 16:34:59 +08:00 |
Nite Luo
|
45562f3203
|
optimize based on review commends
|
2015-01-12 22:52:20 -08:00 |
minggo
|
bb742c30ad
|
Merge pull request #9950 from dabingnn/v3_perf
cache director pointer to improve rendering performance
|
2015-01-13 14:31:03 +08:00 |
minggo
|
1bb4c12b1d
|
Merge pull request #9948 from samuele3hu/v3_4_fix_bug
issue #9886: fix the number conversion error when passing 0x80000000
|
2015-01-13 14:11:49 +08:00 |
Nite Luo
|
1c10ae43bc
|
Merge branch 'v3' into renderFix
Conflicts:
tests/cpp-tests/Classes/Camera3DTest/Camera3DTest.cpp
tests/cpp-tests/Classes/Camera3DTest/Camera3DTest.h
|
2015-01-12 20:43:55 -08:00 |
Nite Luo
|
a84f521e64
|
Clean up the debug functions in Billboard
|
2015-01-12 20:17:00 -08:00 |
Nite Luo
|
8591609128
|
Implement 3D drawing support for Sprite, Label, Particle, BatchNode
|
2015-01-12 20:06:50 -08:00 |
pipu
|
a20cc2b151
|
Modify that parses plist for cocostudio editor simulator.
|
2015-01-13 11:12:28 +08:00 |
pipu
|
532269c44e
|
fix bug: cut inner timeline action as outer timeline action's length
|
2015-01-13 11:07:06 +08:00 |
Huabing.Xu
|
af9e49b28d
|
cache director pointer to improve rendering performance
|
2015-01-13 10:28:25 +08:00 |
Nite Luo
|
fee8bc1b28
|
Remove Transparent Queue, Move transform calculation of Billboard to visit
|
2015-01-12 18:17:47 -08:00 |
samuele3hu
|
203d20161c
|
issue #9886: fix the number conversion error when passing 0x80000000
|
2015-01-13 10:02:09 +08:00 |
minggo
|
eb74647210
|
Merge pull request #9933 from SunLightJuly/support_func_call_chain
Support func call chain
|
2015-01-13 09:35:12 +08:00 |
SunLightJuly
|
4d2a425450
|
fixed typo
|
2015-01-13 01:02:04 +08:00 |
minggo
|
7f5f3a2fd9
|
Merge pull request #9945 from jianglong0156/v3
issue cocos2d/cocos2d-js #2563 : cccomrender constructor
|
2015-01-12 21:13:01 +08:00 |
jianglong0156
|
5d781d7eb4
|
issue cocos2d/cocos2d-js #2563 : cccomrender need to use its constructor in jsb code. So i modify the constructor to public
|
2015-01-12 20:49:43 +08:00 |
CocosRobot
|
93d1d9c940
|
[AUTO]: updating luabinding automatically
|
2015-01-12 12:08:54 +00:00 |
Huabing.Xu
|
ae5530c29a
|
Merge pull request #9915 from AknEp/v3
FileUtils::fullPathForFilename should return "" if resource is not found.
|
2015-01-12 20:01:56 +08:00 |
minggo
|
12539c24be
|
Merge pull request #9937 from pipu/serialize_parse_inneractionframe_alphaframe
Serialize parse inneractionframe alphaframe
|
2015-01-12 20:01:45 +08:00 |
minggo
|
74e9fc6382
|
Merge pull request #9932 from dabingnn/v3_addParamForVertexIndexBufferUsage
add param for usage in class VertexBuffer and IndexBuffer
|
2015-01-12 19:33:18 +08:00 |
minggo
|
731e6b179d
|
Merge pull request #9931 from dabingnn/v3_fixGL_Invalid_value
refresh attributes and uniforms in glprogramstate
|
2015-01-12 19:33:04 +08:00 |
pipu
|
aaccdef1eb
|
Modify cocos/editor-support/cocostudio/CMakeLists.txt.
|
2015-01-12 19:14:04 +08:00 |
pipu
|
c7a923b658
|
Update method clone() for InnerActionFrame.
|
2015-01-12 17:59:30 +08:00 |
pipu
|
d9adda89c2
|
Update cocos/scripting/lua-bindings/manual/cocostudio/lua_cocos2dx_csloader_manual.cpp
|
2015-01-12 16:51:50 +08:00 |
SunLightJuly
|
3a64d723de
|
modified lua_cocos2dx_Node_setRotationQuat() to to support chain call
|
2015-01-12 15:21:21 +08:00 |
SunLightJuly
|
a902df93c6
|
modified the manual binding files to support functions call chain
|
2015-01-12 15:12:01 +08:00 |