tangziwen
|
1a93f87a15
|
update terrain
|
2015-03-30 18:25:22 +08:00 |
tangziwen
|
a2cce0594b
|
update
|
2015-03-27 13:43:09 +08:00 |
tangziwen
|
5a76a628d3
|
add some utility functions
|
2015-03-27 11:46:02 +08:00 |
tangziwen
|
3a3e1e9ad1
|
update terrain test
|
2015-03-27 10:47:52 +08:00 |
tangziwen
|
8b376e511c
|
update Terrain
|
2015-03-27 10:12:24 +08:00 |
tangziwen
|
840b531a9a
|
update
|
2015-03-03 14:14:50 +08:00 |
yangxiao
|
19edeb971b
|
fix warning
|
2015-02-03 17:51:16 +08:00 |
yangxiao
|
3b4f35decd
|
Merge branch 'terrain' of https://github.com/super626/cocos2d-x into terrain
|
2015-02-03 17:39:02 +08:00 |
yangxiao
|
66da4e8096
|
mac work
|
2015-02-03 17:38:40 +08:00 |
XiaoYang
|
e66414f82f
|
Merge pull request #230 from tangziwen/terrain_tzw
set appropriate LOD distance value
|
2015-02-03 17:38:21 +08:00 |
tangziwen
|
ca018f9ff2
|
set appropriate LOD distance value
|
2015-02-03 17:35:52 +08:00 |
XiaoYang
|
6ba0e82e55
|
Merge pull request #221 from tangziwen/terrain_tzw
Terrain tzw
|
2015-02-03 16:19:58 +08:00 |
tangziwen
|
b0f7c232e2
|
fix test
|
2015-02-02 16:14:13 +08:00 |
tangziwen
|
10eced8b98
|
bug fix upload new sample texture
|
2015-01-30 15:46:39 +08:00 |
tangziwen
|
89cff149fc
|
add new ray intersection method ,add new Doc to explain the terrain
|
2015-01-29 18:06:00 +08:00 |
tangziwen
|
9ec366a130
|
update terrain test add new method to get normal
|
2015-01-27 15:18:59 +08:00 |
tangziwen
|
d6c3320d49
|
fix memory leak
|
2015-01-23 18:14:44 +08:00 |
tangziwen
|
d04b3feb50
|
add new test, fix memory leak
|
2015-01-23 18:09:54 +08:00 |
tangziwen
|
25cd1f4c02
|
update test
|
2015-01-20 10:34:30 +08:00 |
XiaoYang
|
174bd11894
|
Merge pull request #216 from tangziwen/terrain_tzw
Terrain tzw
|
2015-01-19 11:11:00 +08:00 |
tangziwen
|
130c18bde0
|
fix LOD indices capacity,refactor the code ,add some comments
|
2015-01-15 15:54:12 +08:00 |
tangziwen
|
804739b38a
|
add cmake
|
2015-01-15 11:45:51 +08:00 |
tangziwen
|
201ae6f321
|
add terrain
|
2015-01-15 11:45:06 +08:00 |
minggo
|
7958958cc0
|
Merge pull request #9960 from andyque/remove-box2d
put box2d cmakelist to external
|
2015-01-14 23:37:05 +08:00 |
minggo
|
1e7f204f2b
|
Merge pull request #10000 from yinjimmy/bugfix_runtime
add default `-workdir` for vs project
|
2015-01-14 23:35:27 +08:00 |
yinjimmy
|
49869847cc
|
add default `-workdir` for vs project
|
2015-01-14 18:45:18 +08:00 |
minggo
|
87b51278ec
|
Merge pull request #9998 from CocosRobot/update_cocosfiles_1421227858
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 17:32:13 +08:00 |
CocosRobot
|
b703c7b169
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 09:30:59 +00:00 |
minggo
|
4189a7696f
|
Merge pull request #9995 from CocosRobot/update_lua_bindings_1421227055
[AUTO]: updating luabinding automatically
|
2015-01-14 17:21:03 +08:00 |
CocosRobot
|
97aee8cef0
|
[AUTO]: updating luabinding automatically
|
2015-01-14 09:19:31 +00:00 |
minggo
|
e509d85237
|
Merge pull request #9994 from CocosRobot/update_lua_bindings_1421226821
[AUTO]: updating luabinding automatically
|
2015-01-14 17:17:01 +08:00 |
CocosRobot
|
6a9b56883b
|
[AUTO]: updating luabinding automatically
|
2015-01-14 09:16:01 +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
|
fa7b6970e8
|
[ci skip] Update CHANGELOG
|
2015-01-14 17:09:14 +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 |
minggo
|
d8b5d0b84c
|
Merge pull request #9991 from Dhilan007/v3-physicsbody-posfix
Fixed can't get correct position of PhysicsBody after add PhysicsBody to PhysicsWorld in the current frame.
|
2015-01-14 17:05:22 +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 |
minggo
|
c13a9741fc
|
Merge pull request #9990 from CocosRobot/update_cocosfiles_1421225139
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 16:58:00 +08:00 |
CocosRobot
|
88029d33bd
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 08:45:40 +00:00 |
minggo
|
4454951e12
|
Merge pull request #9967 from yinjimmy/combine
Combine lua templates
|
2015-01-14 16:42:58 +08:00 |
yinjimmy
|
f2ab171fab
|
Merge branch 'v3' into combine
|
2015-01-14 16:38:06 +08:00 |
minggo
|
8a67b9b368
|
Merge pull request #9989 from CocosRobot/update_lua_bindings_1421223864
[AUTO]: updating luabinding automatically
|
2015-01-14 16:30:40 +08:00 |
minggo
|
1a121b4633
|
[ci skip] Update CHANGELOG
|
2015-01-14 16:29:37 +08:00 |
yinjimmy
|
a80e26f680
|
cleanup
|
2015-01-14 16:27:29 +08:00 |
CocosRobot
|
e69497c7c0
|
[AUTO]: updating luabinding automatically
|
2015-01-14 08:26:14 +00:00 |
minggo
|
d19df76217
|
Merge pull request #9987 from CocosRobot/update_cocosfiles_1421223133
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 16:13:21 +08:00 |
CocosRobot
|
29d85ca8c2
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-01-14 08:12: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 |