minggo
|
c8eaa4aeba
|
Merge pull request #10447 from super626/particle_merge
add 3d particle (Particle Universe)
|
2015-02-15 19:48:18 +08:00 |
minggo
|
d5e82521de
|
Merge pull request #10359 from flamefox/3dattachnode
getAttachNode should failed when there is no bone with name
|
2015-02-15 19:03:52 +08:00 |
yangxiao
|
9b117bf87c
|
resolve conflict
|
2015-02-13 15:46:19 +08:00 |
yangxiao
|
8f290b2d24
|
modify according to minggo
|
2015-02-12 16:09:08 +08:00 |
yangxiao
|
79a0c0152a
|
add 3d particle (Particle Universe)
|
2015-02-11 18:14:22 +08:00 |
kompjoefriek
|
00edc542cb
|
Merged with upstream/v3
Merged with upstream/v3 and resolved merge conflicts
|
2015-02-10 21:27:20 +01:00 |
flamefox
|
4b405db77d
|
fix tab to space
|
2015-02-04 10:36:16 +08:00 |
flamefox
|
c2e17d6b1d
|
getAttachNode should failed when there is no bone with name
|
2015-02-04 10:32:44 +08:00 |
minggo
|
dff7d6f639
|
Merge pull request #10277 from super626/v3
fix bug on loading .mtl
|
2015-01-29 19:21:31 +08:00 |
yangxiao
|
3eeeaf051f
|
fix load mtl
|
2015-01-29 17:54:22 +08:00 |
kompjoefriek
|
89152b2856
|
Tabs to spaces
Changed indenting tabs to spaces
|
2015-01-29 10:40:00 +01:00 |
kompjoefriek
|
0c70660551
|
Fixed warnings
- signed/unsigned mismatch
- printing enum with %d
- using int as bool
|
2015-01-29 01:36:22 +01:00 |
Nite Luo
|
c0ff8d1177
|
Don't clear depth between queues
|
2015-01-28 15:28:14 -08:00 |
Nite Luo
|
94d5810efd
|
Merge pull request #10254 from super626/fixbillboard
Tested locally fix the billboad testcase
|
2015-01-28 14:06:53 -08:00 |
yangxiao
|
fc1dbf49fb
|
fix billboard
|
2015-01-28 15:21:57 +08:00 |
Nite Luo
|
be6ca1b6d2
|
add force depth write
|
2015-01-27 17:05:51 -08:00 |
minggo
|
44bcee60c7
|
Merge pull request #10182 from super626/v3
Fix bug on loading .obj's .mtl file
|
2015-01-23 12:02:00 +08:00 |
kompjoefriek
|
ca48c5e5dd
|
Fixed lots of compiler warnings
- signed / unsigned mismatches
- using int as bool
- Removed throw() from CCFrame.h, why is explained here:
http://www.gotw.ca/publications/mill22.htm
|
2015-01-23 02:02:33 +01:00 |
lvlong
|
662117e878
|
mtlPath
|
2015-01-22 17:33:24 +08:00 |
lvlong
|
c5f955466a
|
fixbug: load obj file's material.
|
2015-01-22 17:28:35 +08:00 |
minggo
|
954f372775
|
Merge pull request #10156 from vovkasm/fix-warnings
Fix warnings
|
2015-01-21 20:23:00 +08:00 |
Vladimir Timofeev
|
4e25ffbc7f
|
Fix "field 'XXX' will be initialized after 'YYY'" warning in Xcode by reorder initialization sentences.
|
2015-01-21 12:59:53 +03:00 |
minggo
|
335f69d95d
|
Merge pull request #10110 from super626/v3
Fix Animate3D speed bug and add parameter to Ray::intersects
|
2015-01-21 14:11:11 +08:00 |
lvlong
|
7934d36e24
|
modify function description.
|
2015-01-20 10:46:00 +08:00 |
lvlong
|
fc0c4bae7a
|
modify by colleague for cocostudio.
|
2015-01-16 13:23:03 +08:00 |
Nite Luo
|
4a440e66c9
|
Refactor draw command
|
2015-01-15 14:00:49 -08:00 |
lvlong
|
6d7b530ea1
|
fix bug: add animate3D to sequence problem.
|
2015-01-15 11:32:28 +08:00 |
Nite Luo
|
15660926d9
|
Fix Sprite3D not cascading 3D flag
|
2015-01-14 16:23:35 -08:00 |
yangxiao
|
42c40d895f
|
enable disable culling using macro
|
2015-01-14 14:41:10 +08:00 |
lvlong
|
9abc5b7e82
|
fix bug: sequence action speed
|
2015-01-14 10:40:47 +08:00 |
Nite Luo
|
4335328e3d
|
Add support for creating empty sprite3D
|
2015-01-13 16:41:24 -08:00 |
Nite Luo
|
45562f3203
|
optimize based on review commends
|
2015-01-12 22:52:20 -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 |
Nite Luo
|
fee8bc1b28
|
Remove Transparent Queue, Move transform calculation of Billboard to visit
|
2015-01-12 18:17:47 -08:00 |
Nite Luo
|
7741daf091
|
Billboard Render correctly
|
2015-01-11 22:20:41 -08:00 |
Nite Luo
|
6dfc021c02
|
Merge renderqueue to one
|
2015-01-09 14:06:21 -08:00 |
lvlong
|
f9b0c9bc92
|
fix bug.
|
2015-01-07 11:09:09 +08:00 |
yangxiao
|
d23eb83ba1
|
Merge branch 'v3' of https://github.com/super626/cocos2d-x into v3
|
2014-12-31 11:40:37 +08:00 |
yangxiao
|
0963b3d86e
|
add comment
|
2014-12-29 10:51:16 +08:00 |
XiaoYang
|
8b95c591b1
|
Merge pull request #189 from songchengjiang/v3
read AABB from file(v0.6+)
|
2014-12-26 16:15:56 +07:00 |
yangxiao
|
afb01dcd9a
|
config linux
|
2014-12-26 16:19:02 +08:00 |
lvlong
|
f592671df6
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into frustum
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
cocos/scripting/lua-bindings/auto/lua_cocos2dx_auto.hpp
|
2014-12-26 13:42:13 +08:00 |
yangxiao
|
64ff6bb51c
|
modify msg word
|
2014-12-25 17:42:58 +08:00 |
yangxiao
|
d9d5e1a5cb
|
add release note
|
2014-12-25 17:40:26 +08:00 |
lvlong
|
a4a108f766
|
fix lua binding again!!
|
2014-12-25 14:04:41 +08:00 |
minggo
|
4cac8e2cb4
|
Merge pull request #9595 from super626/v3
Do not try to load empty texture
|
2014-12-24 10:31:44 +08:00 |
songchengjiang
|
ceb834b8d4
|
read AABB from file(v0.6+)
|
2014-12-24 10:12:31 +08:00 |
yangxiao
|
908b9e470d
|
do not try to load empty texture
|
2014-12-23 15:52:45 +08:00 |